Getting .Net Bots to work on x64 systems
This is a discussion about Getting .Net Bots to work on x64 systems within the Helpful Guides and FAQ's section, where you will Found a helpful guide or FAQ? Found anything interesting such as hacking or modding anything? Maybe repairing? Post it here!; Some bots such as ClubLiveLBI do not work on x64 systems. This is due to the exe compiling as an x64 assembly. It will then use the x64 version of internet explorer. The problem is
-
#1
Getting .Net Bots to work on x64 systems
04-02-2009, 07:26 PM
Some bots such as ClubLiveLBI do not work on x64 systems. This is due to the exe compiling as an x64 assembly. It will then use the x64 version of internet explorer. The problem is adobe does not have a version of flash player that works with x64 webbrowsers. So what is the solution? It is simple really, just edit your exe to always compile as a x86 assembly.
To do so you need ot use CorFlags on your compiled, but not yet obbed, exe. CorFlags should be located in one of three locations:
C:\Program Files\Microsoft SDKs\Windows\v6.0\Bin\(either x64 or x86)\CorFlags.exe
or
C:\Program Files\Microsoft Visual Studio 9\SDK\v3.5\Bin\CorFlags.exe
copy your bot to that folder.
navigate there with command prompt.
After doing so type:
CorFlags bot.exe /32BIT+ /Force
Now, your bot will always compile as a x86 exe.
-
05-10-2009, 01:07 AM
Users Browsing this Thread There are currently 1 users browsing this thread. (0 members and 1 guests) |
Similar Threads
-
By gameslayer5522 in forum Club Bing!
Replies: 4
Last Post: 05-24-2008, 12:51 PM
-
By faster154 in forum Other / Unlisted Networks
Replies: 6
Last Post: 01-15-2008, 01:28 AM
Members who have read this thread : 0
You do not have permission to view the list of names.
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules |
Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.