Autoit script for auto attacking

08/02/2009 04:01 coolboy0286#1
Code:
HotKeySet("{ESC}", "Terminate")
HotKeySet("{PAUSE}", "AutoAttackToggle")

Global $Flag = False
$i=1

While 1
    Sleep(10)
WEnd

Func Terminate()
    Exit 0
EndFunc

Func AutoAttackToggle()
	$Flag = Not $Flag
    If $Flag Then
        AutoAttack()
    Else
        AutoAttackOff()
    EndIf
EndFunc

Func AutoAttack()
	While 1
			ControlSend('Dragonica (Client Ver : 0.1.21)','','','{x}')
			ControlSend('Dragonica (Client Ver : 0.1.21)','','','{v}')
	WEnd
EndFunc

Func AutoAttackOff()
	While 1
		Sleep(100)
	WEnd
EndFunc
Modify this for your own pause hotkey and/or attack/pickup hotkeys.
08/02/2009 04:16 Zacko7#2
Very nice.

I've also found a program that spams the X key, if your interested.
08/02/2009 07:03 ryan345#3
zacko7 this just for spams x onli ar ?
got any hack can auto eat pot n can spawn a , s ,d,f 1 ?
08/02/2009 07:14 xxPeeka#4
Yeah I'd like an autopot. I used an old autopot script and modified it to just sleep for some seconds before commencing again. I'm not used to AutoIt so that was all I can make out from the scripts themselves, and it also didnt work with both mp and hp it used them both at the same time, since originally the script was to use it base on %.

Instead I just calculated it to how long it takes for me to recover mp and ran ANOTHER script for how long it takes for me to recover hp. It's no efficient since lots of hp pots are used so I would like an autopot that's based on %. I tried the base script in the Scrpiting/Botting Guide but it doesn't work and I dont know what to work with here.
08/02/2009 17:33 Zacko7#5
Nope, just found an X spammer. <.<
08/03/2009 16:48 grimmyz#6
The easiest way to make an auto-potter would be to find the pointers for your hp and mana. I've never looked into pixel detection, but I'm assuming this would be the most basic way. In your auto-it you could read the values of the pointers and then send key 1(hp pot) if the value of the pointer (aka your health) dropped below 400.
08/04/2009 17:02 karakasa369#7
Hi, i made my own AutoIt script. but the problem is that it always get detected when i run it. anyway to prevent my AutoIt script frmo being detected?
08/04/2009 20:55 coolboy0286#8
Download the bypass and run it.
08/04/2009 21:43 karakasa369#9
Hmmm, i can't seem to find any working bypass for IAH Dragonica.
08/04/2009 21:44 beansprout#10
Quote:
Originally Posted by coolboy0286 View Post
Download the bypass and run it.
Which bypass do you mean? I thought there arent any working bypass around..

Can you add something like timer..? For example.. 6 second, then press (certain) key.. Thanks:handsdown:
11/16/2010 03:48 jonlev#11
Quote:
Originally Posted by Zacko7 View Post
Very nice.

I've also found a program that spams the X key, if your interested.
not working
11/16/2010 12:30 Mark-#12
yes because look at the post date... hacks get fixed over the time so this was fixed a long time ago ;)