• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Speeding/Jumping (1 Viewer)

RedLotus

Member
Joined
Dec 27, 2004
RedCents
60¢
I've never been into running speed or macros, and yet, a friend sent this to me. I mean, you can get banned for running hax, and that's not very fun now, is it?

So... with that said, here is how you speed/jump:


1. Download autoit 3 - not autoit 1, or autoit 2... no, no, Autoit 3!
2. Install Autoit 3. If you have troubles installing it, feel free to ask.
3. Create a new au3 script just as you would create a new notepad document. If you're not sure how:
a) right click on desktop
b) select option to make a new autoit3 file.​
4. Into the .au3 file, paste the text below.

Dim $a=0, $b=0

;WinActivate("EverQuest II (Jan 31 2005 20:46:04) USER OPTIMISED: SOEBuild=1658T")
Sleep(1000)

HotKeySet("{F12}", "fSpace")

While 1
Sleep(110)
WEnd

Func fSpace()
Select
Case $a=0
$a=1
$b=1
While $b=1
Send("{SPACE}")
WEnd

Case $a=1
$a=0
$b=0
EndSelect
EndFunc

5. Now, save this document
6. And then, start up EverQuest 2
7. And then, find the highest point that you can climb without getting eaten by a monster first.
8. Jump from great heights, press magical F12 -- amaze your friends, baffle bystanders, and take bets.

If you want to change your hotkey, you may do so. Right now, it's set for F12.
 
Speeding/Jumping

Users who are viewing this thread

Back
Top