AC tools scripts for Hero Online

05/14/2011 10:40 kahhar#1
open your hero game.
open ac tools with alt+tab


click new
paste these code
and start.

Auto Loot
s= shortkey for loot
Code:
SetActiveWindow HeroTurk
Commanddelay 10
ObjVar 10

Procedure ComboItUP
keydown s .1 sec
keydown s .1 sec


end
 
while 1=1
call ComboItUP
end



auto mining
mining skill in 0 key
Code:
SetActiveWindow HeroTurk 
Commanddelay 10
ObjVar 10

Procedure ComboItUP

keydown 0 1.5 sec



end
 
while 1=1
call ComboItUP
end

Pet Leveller with PVP
pet food in 8 key
Code:
SetActiveWindow HeroTurk
Commanddelay 10
ObjVar 10

Procedure ComboItUP
keydown 8 180 sec

end
 
while 1=1
call ComboItUP
end

Auto Atack (non skill)
v=target key
a=atack key
s=loot key
Code:
SetActiveWindow HeroTurk
Commanddelay 10
ObjVar 10

Procedure ComboItUP
keydown v .5 sec
keydown a .5 sec
keydown s .1 sec






end
 
while 1=1
call ComboItUP
end


Auto Attack for WARRIOR
Auto Atack (non skill)
v=target key
a=atack key
s=loot key
0=pray of warrior (defence buff)
Code:
SetActiveWindow HeroTurk
Commanddelay 10
ObjVar 10

Procedure ComboItUP
keydown v .5 sec
keydown a .5 sec
keydown s .1 sec
keydown 0 .1 sec






end

SuperLoot with skill
v=target
s=loot
0=defence boof (pray of warrior-10 job skill)
8=mob calling skill (weaken defence -50 job skill)
9=skill defence buff (75 level weapon skill)
Code:
SetActiveWindow HeroTurk
Commanddelay 10
ObjVar 10

Procedure ComboItUP
keydown v .1 sec
keydown s .1 sec
keydown 8 .1 sec
keydown 9 .1 sec
keydown 0 .1 sec
keydown v .1 sec
keydown s .1 sec






end
 
while 1=1
call ComboItUP
end
SuperAttack with Skills
1= chi pot
2=aeo atack skill
3=aeo atack skill
4=aeo atack skill
5=aeo atack skill
6=aeo atack skill
7=aeo atack skill

Code:
// This line is necessary to select the proper window
SetActiveWindow HEROTURK

Loop 700


keydown 1 .1 sec
delay 2 sec
keydown 2 .1 sec
delay 2 sec
keydown 3 .1 sec
delay 2 sec
keydown 4 .1 sec
delay 2 sec
keydown 5 .1 sec
delay 2 sec
keydown 6 .1 sec
delay 2 sec
keydown 7 .1 sec
delay 2 sec




Delay 50
End

YOU MUST USE SAME TIME IN GAME:
superattack and superloot



You can change keys, seconds vs vs for your character.

A HERO ONLINE GAMER from turkish server.
05/14/2011 10:42 Yokomi#2
Thanks, makes the game alot easier
05/14/2011 12:12 hüthüt#3
thanks ; this scripts make me better in that game :D
05/16/2011 10:17 SharinganItachi#4
where to find the '' AC tool '' ? i can't find it in my file

please help ~ thank you
05/16/2011 15:15 mentoru#5
[Only registered and activated users can see links. Click Here To Register...]

The installer for AC Tools , i didnt scan the installer cuz i dont use , so its ur resposability to scan it before use it
05/17/2011 13:54 kahhar#6
actool official site:
[Only registered and activated users can see links. Click Here To Register...]
05/17/2011 18:50 mentoru#7
its the same link is posted :)
06/17/2011 01:19 ax5#8
good code mate. but add some EXE files so we can try it out