Jump to content

Recommended Posts

Posted (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? :P

And is possible to hide process when the memory is scanned?

Thanks.

(sorry for my English)

Edited by istar
Posted (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 by Smorg
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...