#my english is horrible, I'm sorry...i'm not from a English speaking country.
Hey everyone, i have been looking for Dekaron bot (farm, auto skills cast, etc.)
Then i came across a few AutoIt script, some only have skill spamming and some only have everything else. So I just combined a few together and tweaked a little.
If can, please tweak the code to own liking. I know it looks horrifying.
Just download AutoIt and paste the script then run it. It should work on all server.
It contain the following:
Skill spam (i tweak a little so it wouldn't destroy your cpu - low-end pc)
Auto loot
Auto Target with ON/OFF option
*NOTE* for auto target, you can press f6 to enable and f6 again to disable it.
PHP Code:
MsgBox(0,"Spammer","{F5} to toggle spammer,{F6} to target, {F9} to close.")
Global $key = 3
Global $x = 0
Global $PID = InputBox("Just click ok."&@CRLF&"(Default it 'Dekaron')","Dekaron")
While 1
WEnd
Func _Exit()
Exit
EndFunc
Func _toggle()
$x = $x * -1 + 1
If $x = 1 Then
Call ("spammer")
EndIf
EndFunc
Func _target()
$x = $x * -1 + 1
If $x = 1 Then
Call ("target")
EndIf
EndFunc
Func target()
Do
Controlsend($PID,"","","z")
$key = $key + 1
If $key = 10 Then
$key = 0
EndIf
Until $x = 0
EndFunc
Func spammer()
Do
Controlsend($PID,"","",$key)
Controlsend($PID,"","","{SPACE}") ;<==== Add ; to the beginning of this line to cancel auto loot.
$key = $key + 1
If $key = 10 Then
$key = 0
EndIf
Until $x = 0
EndFunc
post it in the release section, this is just the discussion forum.
you should also mention that it spams "z" for target, and "u" is the default target key,
it will only work when there's 1 dekaron.exe running, if there's more it might mess it up and work on the other client instead of the desired one, you could also make it get the PID from process name, there's a UDF on autoit forums on how to do this.
also you might want to add some sleeps, otherwise it'll send all of they keys in an instant and it will feel as if the loop never existed.
Hi, thanks for this, but for me its not working, its not pressing skills, i wanna ask if i have a code and it closes, can i obsfuscate it to run? whats the best idea to run it?
Any of you have a solution for spam?
I made one on blue eye macro and works great, but licence expired, and im using win 8.1 so no crack for it, i would like any idea, thank you very much. ^^
Simple Skill Spammer + Auto Loot 02/21/2013 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 8 Replies So, here is a simple skill spammer coded in AutoIt. So download and install that if you haven't already. I'm not going to link you to it, you can google it yourself.
MsgBox(0,"Spammer","{F5} to toggle spammer, {F9} to close.")
HotKeySet("{F5}","_toggle")
HotKeySet("{F9}","_Exit")
ToolTip("Running...",0,0)
autoIT simple Target&attack bot help 01/29/2010 - AutoIt - 7 Replies ok got something here and im stucked please.. could anyone have a tip or suggestion in this code:
#include <GUIConstantsEx.au3>
GUICreate("Forsaken's Bot", 335, 100)
GUISetState(@SW_SHOW)
$startbutton = GUICtrlCreateButton("Start", 190, 8, 60)
HotKeySet("{ESC}", "Terminate")
Target Simple Shadows 12/05/2009 - CO2 Weapon, Armor, Effects & Interface edits - 4 Replies I've made a Simple Shadow as a target. It's not too great, but I had to start from scratch, because I couldn't find the simpleshadow.dds.
If anyone could tell me how to make the shadow a circle instead of a square, that would be great.
Locate your Conquer 2.0 Folder. Once instead navigate to:
Place the entire "shadow" folder given inside the .Rar in the pic folder.
You will need WinRar to open this.
็How to script check monster hit skill Real Target 11/04/2009 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 0 Replies I'm arbalester, mostly use Real Target first then fight, have anyway for script check status monster got skill on it?
plz help me
Thanks
[REQUEST] Loot BOT with Client target 05/08/2008 - RF Online - 5 Replies i just wanted to ask if any 1 can make a loot bot that target the RF Client, so we can have 1 account for dps and another for looting ( on the same PC ).
if any1 can give a help there, i would be apreciated ;)
need to work with minimized client
( yeah, my english sucks :P )
Thanks.:)