Locked Home » Forums » Legacy & Archived » Archived Content » Darkfall Online » DFO - Bots / Macros / Hacks

swimming macro : DFO - Bots / Macros / Hacks

Posted: March 9th, 2009
User avatar
Total Posts:49 Joined:2009
I have tried to make one, but could someone that is good at this stuff post a simple macro that does a 180 degree turn after swimming for a bit? Also make a macro that sprints forward for like 2-4 seconds and crouch walks backwards in a loop to get up sprint and crouch walk skills! I know this would be simple to do, but I am just ignorant with making these things.
Posted: March 10th, 2009
Total Posts:47 Joined:2009
For those who dont like EXE files, you can cut and paste this text into AutoHotkey, and use AutoIT to compile it. Adjust as needed.

Ive also enclosed my exe, in Zip format, for convenience. F3 is my lesser magic bar, with 1 bound to heal self. F4 is my greater magic bar, with 2 bound to rend. Youll need the same bindings for the EXE to work.

^2::

^q::
Pause Toggle

MsgBox Press Control 2 to start the macro. Press Control Q to end it. Make sure you have plenty of components! Are you ready?

Loop
{
Send {F4 down} ; selects greater magic hotbar
Sleep 500
Send {F4 up}
Sleep 500
Send {2 down} ; selects rend
Sleep 500
Send {2 up}
Sleep 1000
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {F3 down} ; selects lesser magic toolbar
Sleep 500
Send {F3 up}
Sleep 500
Send {1 down} ; selects heal self
Sleep 500
Send {1 up}
Sleep 1000
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {F4 down}
Sleep 500
Send {F4 up}
Sleep 500
Send {2 down}
Sleep 500
Send {2 up}
Sleep 500
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {F3 down}
Sleep 500
Send {F3 up}
Sleep 500
Send {1 down}
Sleep 500
Send {1 up}
Sleep 500
Mouseclick left
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {Space down} ; jumps out of the water
Sleep 500
Send {Space up}
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 1000
Send {Space down} ; jumps out of the water
Sleep 500
Send {Space up}
Sleep 1000
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
Sleep 500
Send {w down}
Send {Right down}
Sleep 5000 ; holds the above keys down for 5 seconds
Send {w up}
Send {Right up}
}


Attachments:
Swim Macro.zip Register to unlock hidden link
swim
(237.47 KiB) Downloaded 43 times
Posted: March 10th, 2009
User avatar
Total Posts:49 Joined:2009
When the servers are back up I will try this. Thanks for a fast reply on this too damn! This macro swims in circles casting rend and heal self? THAT IS AWESOME! Got my swimming up to like 75 now, and even as a dwarf it has my quickness up to nearly 30..with other skills too..but it helps ALOT!
Posted: March 10th, 2009
User avatar
administrator
Total Posts:29891 Joined:2002
Yay or nay 4play?
Posted: March 10th, 2009
User avatar
Total Posts:732 Joined:2007
Strangely, compiled autoit macros rarely give me a trojan warning, but this one did... idk why. I am not saying there is one in this since you included the source, just found it strange.

I tried to compile it, and had a compile error on the first line *shrug*

Not able to test this one as it is, so /nay
Posted: March 11th, 2009
Total Posts:45 Joined:2009
zycamzip wrote:Strangely, compiled autoit macros rarely give me a trojan warning, but this one did... idk why. I am not saying there is one in this since you included the source, just found it strange.

I tried to compile it, and had a compile error on the first line *shrug*

Not able to test this one as it is, so /nay
I loaded it up in autohotkey and it worked. I just had AutoHotkey installed and did this:

Install AutoHotkey.
Open Windows Explorer and navigate to a folder of your choice.
Pull down the File menu and choose New >> AutoHotkey Script (or New >> Text Document).
Type a name for the file, ensuring that it ends in .ahk. For example: Test.ahk
Right-click the file and choose Edit Script.
Copy Paste the script in there and save it.
Run it. It will show up in your tray and stay hidden.

/yay from me. Although I did tweak it a bit to only work with Mana Missle and Self Heal and cast more of them since I had alot of spare mana remaining. I don't have enough regs to burn them macroing rend yet.
Posted: March 11th, 2009
User avatar
Total Posts:527 Joined:2005
Thats one Yay so far. Anyone else tried it?
Posted: March 11th, 2009
User avatar
Total Posts:49 Joined:2009
YAY! for sure. THanks again
Posted: March 11th, 2009
User avatar
administrator
Total Posts:29891 Joined:2002
Moved to confirmed and 1k tu bucks granted.
Posted: April 24th, 2009
Total Posts:9 Joined:2009
yay! i loved it :)
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 10 guests
Locked