PDA

View Full Version : botting program: why ac tool?


yaktheman
25th February 2005, 15:57
Hello everyone i am new to this forum, so please forgive me if i have done something wrong.

i'd like to ask, why are ppl using ac tool instead of autoit for botting?

from what i gathered from h4xx0r frens(correct me if i'm wrong),

AC tool: low risk, simple
Autoit: high risk, simple, versatile

since i'd be mostly programming my own scripts, do you think that autoit would be more suitable for me?

and here is my first working autoit bot. drinks potion when health below 2/3, attacks, picks up every single item. please give comments and criticisms.


Opt("SendKeyDownDelay", 100)
Opt("SendKeyDelay", 100)

While 1>0
For $left = 1 to 10 Step 1

Send("{LEFT}")
Send("{LEFT}")
Send("{LEFT}")
Send("{c down}")
Send("{c up}")
Send("{b up}")
Send("{b down}")
Send("{b up}")
Send("{b down}")
If StringTrimRight(StringTrimLeft(Hex(PixelGetColor(2 74,587), 8), 6), 1)<>"0" Then
Send("{SPACE}")
EndIf
Next
$left =1
For $right = 1 to 10 Step 1
Send("{RIGHT}")
Send("{RIGHT}")
Send("{RIGHT}")
Send("{c down}")
Send("{c up}")
Send("{b up}")
Send("{b down}")
Send("{b up}")
Send("{b down}")
If StringTrimRight(StringTrimLeft(Hex(PixelGetColor(2 60,587), 8), 6), 1)<>"0" Then
Send("{SPACE}")
EndIf
Next
$right =1
WEnd

samboosa
25th February 2005, 16:19
nice its good but need to post to be better ^_^

Satanpunker
25th February 2005, 16:34
ac tool is ezer to work with and figure out like i dled ac tool a few days ago and dled a bot looked at it now i know how to make them so i got the near perfect auto pickup auto attack auto potion auto change channel bot =D

stixx
25th February 2005, 16:43
Ya its pretty simple.

By the way, do you have to download autoit? Oh uhh nevermind dumb question :D

yaktheman
25th February 2005, 18:42
auto change channel? sounds like an excellent idea, but how do u make sure you land back at the same place? i mean, places like perion is easy to bot, but even in the wee hours of the night if i land myself in channel 1 i'm asking to be caught right?

also, i have another question, can one use tsearch to find the position and type of monsters in a map? and does the double exe checking prevent one from receiving packages? i dun intend to hack, but i wish to make a bot that doesn't look too obvious.

dork1811
25th February 2005, 18:47
in pig beach its useful

bloodclot
25th February 2005, 21:14
ac tool and auto it do the exactly same thing , so there both should be low risk