[Release] Basic Farming Macro

07/22/2009 16:08 igotandrew#76
This should no longer work unless it's injected / driver
07/23/2009 04:16 killer5010#77
The movement works perfectly well with vhack.

Can someone upload and share the autoit macro on top of the movement kill with an additional step on picking up loots on mid air?

I have tried myself but keep getting an error and kick out from the game.

I need a XP version btw. Thanks
07/23/2009 04:45 toontown#78
Well, this is just an updated version of 哈哈哈's, work. It seems to work better imho then the OPs.

Code:
HotKeySet("{ESC}", "Terminate") 
Func Terminate()
    Exit 0
EndFunc
$i = 0
While $i = 0
	Do
	ControlSend('Dragonica (Client Ver : 0.1.19)','','','{x}')
	Sleep(10)
	ControlSend('Dragonica (Client Ver : 0.1.19)','','','{SPACE}')
	Sleep(10)
	

Until $i = 1
WEnd
Its simple, yet effective, although I would recommend upping the sleep times if you plan on using this for a long period of botting on the same map as the CD times do eventually catch up on you. All credits go to 哈哈哈 as all I did was a simple edit. This should work for all the *cough* (insert derogatory comment directed towards unintelligent people here) *cough* that said that auto-it scripting no longer worked.
07/23/2009 04:59 Smurfie2#79
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{SPACE}')

always has been a waste of time for me, never was able to loot anything :P
07/23/2009 07:30 killer5010#80
The problem i have is after compiling the autoit and run, I receive a hacking tool message and the game crash.

This is what I have written and compile. The aim are :

1. Pick Loot
2. Stand still
3. Shoot right then left (I realise that the mobs on left is not able to hit with current prog)


HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
$i = 0
While $i = 0
Do
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{Right}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{x}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{Left}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{x}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{SPACE}')
Sleep(10)


Until $i = 1
WEnd
07/23/2009 07:56 toontown#81
Quote:
Originally Posted by killer5010 View Post
The problem i have is after compiling the autoit and run, I receive a hacking tool message and the game crash.

This is what I have written and compile. The aim are :

1. Pick Loot
2. Stand still
3. Shoot right then left (I realise that the mobs on left is not able to hit with current prog)


HotKeySet("{ESC}", "Terminate")
Func Terminate()
Exit 0
EndFunc
$i = 0
While $i = 0
Do
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{Right}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{x}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{Left}')
Sleep(10)
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{x}')
Sleep(10)

I suppose everyone has to learn somewhere put take a look at the two controlsends in bold
-Hint- look at where you would be facing in relation to the mobs when you attack


ControlSend('Dragonica (Client Ver : 0.1.19)','','','{SPACE}')
Sleep(10)


Until $i = 1
WEnd
Sigh... I'm trying really hard here not to do the :rtfm: emote... oops :P
You don't compile the auto-it scripts if you want them to run without tripping the anti-cheat... just save it as an uncompiled script and then double click it.
07/23/2009 08:52 igotandrew#82
ControlSend no longer works unless you bypass it (I don't think anyone will/has released this).

You can use SendInput to press x / send other keys and it'll work because it sends them @ driver level.
07/23/2009 14:01 notme0914#83
this bot if no bypass cant use ?
07/23/2009 16:27 GoDaBoule#84
yes we can! without bypass. Run as administrator, like wroten page 3 ...
07/23/2009 16:45 Smurfie2#85
Quote:
Originally Posted by igotandrew View Post
ControlSend no longer works unless you bypass it (I don't think anyone will/has released this).

You can use SendInput to press x / send other keys and it'll work because it sends them @ driver level.
ControlSend works either either chz.dll or fcukdragonica
07/24/2009 07:18 GoDaBoule#86
Hey, someone just submit this idea before, but nobody answers him, a farell farmer, without killing farell, but just obtains keys. I mean, monsters just doesn't respawn, and I see that they were always at the same pool, at the same time. So could we observ and do a dragkill that will preliminiray movements/actions of monsters, then the farmer will act in consequences, no?

So it won't be a bot, but a macro.
07/24/2009 10:24 Smurfie2#87
Quote:
Originally Posted by GoDaBoule View Post
Hey, someone just submit this idea before, but nobody answers him, a farell farmer, without killing farell, but just obtains keys. I mean, monsters just doesn't respawn, and I see that they were always at the same pool, at the same time. So could we observ and do a dragkill that will preliminiray movements/actions of monsters, then the farmer will act in consequences, no?

So it won't be a bot, but a macro.
What's the point if you don't kill farrell?
07/24/2009 10:25 mediocre2#88
whats macro ? =/ sorry for my noobness
07/24/2009 11:37 GoDaBoule#89
Quote:
Originally Posted by Smurfie2 View Post
What's the point if you don't kill farrell?
It's for keys, then u can do it directly, or maybe the farmer play a sound when he got the 5 keys. But is it possible to do?
07/24/2009 11:48 Smurfie2#90
Wouldn't be too hard to code a bot to kill farrell too =/ while you're at it.