istar Posted August 21, 2006 Posted August 21, 2006 (edited) Hi, I making a macroing bot but the server detect and Report(With server Log) AutoIt Application... Last week a friend had an account banished for the use of a macrobot, it was then allowed to contact the FAQ-service of the Game to ask explanations and they said to him that it had detected it with this information there: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" processorArchitecture="*" version="6.0.0.0" name="mash" /> <description>AutoIt 3</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" /> </dependentAssembly> </dependency> </assembly> <description>AutoIt 3</description> They said to him that they know the AutoIt system and thus by detecting the use of this one they sought if the macrobot acted on the Game... And my question is: How to modify this? And is possible to hide process when the memory is scanned? Thanks. (sorry for my English) Edited August 21, 2006 by istar
MikeFez Posted August 21, 2006 Posted August 21, 2006 Will this mean that if any autoit application is running, such as a virtual desktop, that you could be banned? What game btw?
Smorg Posted August 21, 2006 Posted August 21, 2006 (edited) Processguard would have saved your friend the ban. Install & protect your process from reading. Also if possible add slight randomization to all mouseclicks & delays to create more human-like automation. If you need absolute protection and don't care about resource consumption. Rewrite your script to automate from outside a virtual machiene. Have it grab your input. The only problem with this is you cannot control processes & windows. You need to use pure pixelsearching & automation. You will be 100% undetectable, however. Another option is installing a rootkit if you feel like going to that extreme. Edited August 21, 2006 by Smorg
istar Posted August 21, 2006 Author Posted August 21, 2006 What game btw?Dark Age of Camelot. Online MMORPG.Processguard would have saved your friend the ban. Install & protect your process from reading.Oki I look this.Also if possible add slight randomization to all mouseclicks & delays to create more human-like automation.Are script used precisely of the simulation of key with 10 intervale of second different :/thank you for your answers.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now