Need Help For bot

12/31/2012 15:35 Vorlian#1
Hello, anyone could help me to make simple bot for a game called Ashen Empires, Needs auto attacking and Stamina Drinker?Ill give some reward if someone could help me thanks
12/31/2012 17:47 blackout617#2
when you attack with keys and drink the stamina with keys then you can use simple sendkeys .

Try this to add to your code

Code:
While 1
Send("{SPACE}") ;This was the key For Attacking when you attack with keys i think space key
Sleep(1000)
Send("1") ; Skill & Slot bar i dont know if that exist in the game the code press number 1 i think when you have stamina Pot on 1 then it will work.
Sleep(1000)
Wend
; The code was simple you can change it easy.
For more you can look here its a good tutorial: [Only registered and activated users can see links. Click Here To Register...]
12/23/2013 20:19 h3x4#3
Any news on this one ?
12/24/2013 09:34 Croco™#4
=> 12-31-2012, 17:47
Maybe in a few years...
12/25/2013 21:02 h3x4#5
wad afraid so :p Would love to see this coming
12/27/2013 12:13 Lawliet#6
#c