Quote:
Originally posted by Zeko@Apr 28 2007, 00:56
love your auto it bot and searching a way to jump :D if i make it before u i will send u the source code (only adding code to yours xD
@badchitta: its a macro program it will always work only way to TQ ban u its if they put a screen recorder in the new patch oterwise its a nice bot (need some item picking and autodrop but still very nice)
|
if u wanna add jump just take a look into the code, and ull find 3 pixelserach,
they look like this
Code:
$coord=PixelSearch($minx3,$miny3,$maxx3,$maxy3,"" & $monsterhpbar & "", 15, 1 )
If @error <> 1 then;area3
$coordx=$coord[0]+$hw;
$coordy=$coord[1]+$h;
Mouseclick("left",$coordx, $coordy,1,1);
Sleep(1500);
if u wanna make it jump add this on the code:
Quote:
Send("{CTRLDOWN}")
Mouseclick("left",$coordx, $coordy,1,1);
Send("{CTRLUP}");
|
anyway im not working on this language anymore, im making the new version on AutoHotKey
Is almost done, just testing because the bot itself aint working as good as on this version =/
Ill test it a bit more now and ill upload it soon xD