[Release] Basic Farming Macro

07/19/2009 00:21 neogohan1#1
Hey guys, here's a simple Autoit script i wrote up (my first time writing up a macro) for Dragonica.

Basically all it does is hold down the 'x' key for 25 seconds and then it moves right a few steps, moves left a few steps and turns right again and repeats. The reason i set it to move is to pick up loot from monsters after it kills them.

To use this bot, just stand on the LEFT side of a spawn and face RIGHT towards monsters, as they will always move directly in front of your hero before they attack, so if ur character has knockback attacks, that means the enemy won't hit you.

Some problems I have is that if u run this bot and then open up another window (eg. MSN/Firefox/Anything) while Dragonica is in the background, it will stop attacking until the 25 seconds are done and the command for the movement kicks in, but it WILL run in the background as long as u don't minimize it.

BTW for some reason when i tried scanning the files with the jotti file scanner, it came up with W32/Trojan2.HEOQ and Trojan.Midgare.Rgw inside my script, can anyone tell me what those are? I tried to google it but couldn't find anything on them. And I wrote up this macro myself using autoit so I know there's no trojans in it. If anyone would like the source code then I will upload that too.

If people like this macro then I'll try to learn how to make an autopotter and add that to the script, but since i'm still a noob coder, that could take awhile.


Edit: To end the bot, press Esc, Source code uploaded.
07/19/2009 00:51 Zacko7#2
First post, first download. It's pretty nice. Not gunna use it myself, but I know a few who will and I'll post their advice/comments.
07/19/2009 01:08 zhezhe#3
Nice job there. Combined with the vac from frognik iz are best =) Gonna afk while im in bed and see the results tml. Thanks >9999 neogohan1
07/19/2009 01:19 Zacko7#4
The trojan in your file is a false-positive. Look em up. ^^
07/19/2009 01:36 zhezhe#5
Im using it fine. No trojan or wadseva xD
07/19/2009 02:06 Zacko7#6
You won't know you have a trojan untill you account is gone. xD

True, but kidding in this case, neo's program is just a false-positive from Auto-it.
07/19/2009 03:11 哈哈哈#7
I'd like the source code if possible
07/19/2009 03:34 Zacko7#8
Can't you see it by opening it? I remember that from using Auto-It before. xD

Thanks for the source, heard 哈哈哈 is working hard on Dragonica Hacks. =P
07/19/2009 04:31 哈哈哈#9
Code:
HotKeySet("{ESC}", "Terminate") 
Func Terminate()
    Exit 0
EndFunc
$i = 0
While $i = 0
	Do
	ControlSend('Dragonica (Client Ver : 0.1.18)','','','{x}')
	Sleep(10)
	ControlSend('Dragonica (Client Ver : 0.1.18)','','','{SPACE}')
	Sleep(10)
	

Until $i = 1
WEnd
that is the script based on neogohan1's source. it basically has the same effect, however with 2 new tweaks;

1 it doesn't go stupid if you change windows
2 you can loot without moving, via the space button

this works with the vac hack on sea, otherwise it's not very useful
07/19/2009 04:48 Zacko7#10
I'll probably try this out later. Thanks 哈哈哈 and Neo.
07/19/2009 05:40 exp150#11
can i edit the script for not moving ? o_O
07/19/2009 06:00 ilcxe#12
Quote:
Originally Posted by exp150 View Post
can i edit the script for not moving ? o_O
yes, im trying to do it. but yet i cant. anybody can teach?
07/19/2009 06:06 exp150#13
Even tho i dunno how to edit..but imma try lol..this is called noob doings xD
07/19/2009 06:15 ilcxe#14
Quote:
Originally Posted by exp150 View Post
Even tho i dunno how to edit..but imma try lol..this is called noob doings xD
guess i just managed to did that. do you need me to upload it for you?
07/19/2009 06:15 exp150#15
ok done xD..i edited the script and it works..credits to neo and his friend for the script =p..credits to me for editing LOL..

[Only registered and activated users can see links. Click Here To Register...]