Tailer-made Tools thread - make ur dreams come true

03/14/2008 13:45 evanxxxm#361
ricson@
if i can, i add that long time ago already
which means i cant
03/14/2008 23:06 Kitao#362
dude!!!! the program you made me for spiritual healing is boss!! ive gotten 10 percent on my s.h. in prolly 3 minutes :D YOU DA MAN!! works perfectly tytyty
03/15/2008 03:30 esam1010#363
hey bro i need ss bot for tro
-i hope it 1 hit and stop cuz i was got 1 he finish all mana on the target


and i got question
ur autostigger can let the noob stig my archer when im in archer windows?
thanks
03/15/2008 04:22 evanxxxm#364
esam1010@
not sure what u mean

yea supposedly if u do it correctly
its clearly shown in my video sample, doesnt it?
03/15/2008 17:22 esam1010#365
yes i tried ur auto stigger and its nice in follow but not so good in tank because i should be near him
and please i need
- ss and fb aimbot for trojans
thanks for auto stigger ^^
+k
03/15/2008 18:36 evanxxxm#366
esam1010@
that is a proxy u are looking at
i dont create hacks
03/15/2008 20:56 esam1010#367
oh , can u tell me from where i can get a proxy work patch +5016
03/16/2008 01:42 evanxxxm#368
esam1010@
i dont recommend proxy because i think they are unsafe
but if u want one, go to the bot section, it should be in the top threads
03/16/2008 02:59 esam1010#369
ok ty
03/18/2008 23:57 bugaboo#370
evan... I tried the speedtrader/seller for the first time today (after 5018).
seller works great, but trader wont click the arrow to go to next 6 spots. keeps trying to jam them into first 6 spots. If you can fix this...I can see this being an awesome tool.
03/19/2008 00:03 evanxxxm#371
bugaboo@
yea i created it long time ago, and it doesnt get too popular, so almost give up
but, no problem i will look into it
i will message u when its done or cant fix
03/19/2008 01:38 Real~Death#372
even you got a simple auto potter?all i need it for atm is for life.im sure you made one around here somwhere but i cant find it:/
03/19/2008 01:45 evanxxxm#373
faster for me to just make one
F1 pots
Ctrl+Q: pause

it only press when the client is active


here u go:
03/19/2008 01:49 Real~Death#374
thanks
now for the noob question how do i use it?how to set it or what?
03/19/2008 01:59 evanxxxm#375
set what?
there is nothing to set
just open client first
then open this program, done

look at the script, its like 10lines only

Code:
WinGet,id, ID,[Conquer2.0]
gata := false
[COLOR="Blue"]; hook to the client[/COLOR]


loop
{

IfWinActive, ahk_id %id%
[COLOR="Blue"]; only continue if CO client is active [/COLOR]
{
PixelSearch, , , 10, 720, 60, 720, 0x0B098F, 10, Fast
[COLOR="Blue"]; check HP bar[/COLOR]
if ErrorLevel
{
ControlClick, x110 y750,ahk_id %id%,,RIGHT
[COLOR="Blue"]; click the F1 position if HP arrives half[/COLOR]
sleep 500
}
}
sleep 500
[COLOR="Blue"]; loop check every half second[/COLOR]
}


return
^q::pause
[COLOR="Blue"]; pause hotkey[/COLOR]