Hey guys, just thought i'd share this little script for those of you starting on the THQ servers and don't have FDragonica to use.
HotKeySet("{ESC}", "Terminate")
HotKeySet("{[}","Shoot")
HotKeySet("{]}","Stop")
Func Terminate()
Exit 0
EndFunc
While (1=1)
$i = 1
WEnd
Func Shoot()
While(1=1)
ControlSend('Dragonica','','','{x down}')
WEnd
EndFunc
Func Stop()
While(1=1)
ControlSend('Dragonica','','','{x up}')
WEnd
EndFunc
I'm really not gunna spend too much time to explain it but basically this script will let u have a program where u can switch the X key on and off...so u can switch it on when u wanna auto attack, and switch it off again without closing the macro.
Press [ key to turn it on
Press ] key to turn it off.
the on off buttons are the buttons next to the letter "P" on your keyboard.
Use autoit to compile.
edit: This script was not made for botting, it was just made to make it easier for u to hold down the X key (for example in missions for acolyte/priests) so you don't hurt your hand from the strain.
HotKeySet("{ESC}", "Terminate")
HotKeySet("{[}","Shoot")
HotKeySet("{]}","Stop")
Func Terminate()
Exit 0
EndFunc
While (1=1)
$i = 1
WEnd
Func Shoot()
While(1=1)
ControlSend('Dragonica','','','{x down}')
WEnd
EndFunc
Func Stop()
While(1=1)
ControlSend('Dragonica','','','{x up}')
WEnd
EndFunc
I'm really not gunna spend too much time to explain it but basically this script will let u have a program where u can switch the X key on and off...so u can switch it on when u wanna auto attack, and switch it off again without closing the macro.
Press [ key to turn it on
Press ] key to turn it off.
the on off buttons are the buttons next to the letter "P" on your keyboard.
Use autoit to compile.
edit: This script was not made for botting, it was just made to make it easier for u to hold down the X key (for example in missions for acolyte/priests) so you don't hurt your hand from the strain.