Run faster than mobs + autoit script menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    Yazuak's Avatar Active Member
    Reputation
    123
    Join Date
    Mar 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Run faster than mobs + autoit script

    I'm sure most people know that you can strafe left and right very quickly to get away from mobs, because the mobs follow whatever movements you make. I found that this is a lil hard on the fingers, however, so i concocted this simple autoit script to do it for you. Press V to begin the strafing, and V again to stop it. You have my permission to edit/improve this in any way, just be sure to give me a bit of credit.

    MEGAUPLOAD - The leading online storage and file delivery service


    For those who are afraid of viruses and the like:
    Source: (just copy and paste into a SCitE file)

    ;______________________________________

    HotKeySet("v","stop")
    HotKeySet("{ESC}","end")
    func End()
    Exit
    EndFunc

    Func stop()
    If $switch = 0 Then
    $switch = 1
    Else
    $switch = 0
    EndIf
    EndFunc

    $switch = 0

    while 1
    if $switch = 1 Then
    while $switch = 1
    Send("q")
    Send("e")
    WEnd
    Else
    endif
    WEnd

    ;__________________________

    If you dont even have a clue as to what autoit is (shame on you), heres the link to the website:

    AutoIt Script Home Page

    Run faster than mobs + autoit script
  2. #2
    CactuarInk's Avatar Active Member
    Reputation
    42
    Join Date
    Mar 2007
    Posts
    232
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    uhm..

  3. #3
    saviorofhyrule's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Amazing. I didn't know that strafing would help me survive like that.

    +rep if I had the rep power.

  4. #4
    Obama's Avatar Legendary
    Reputation
    721
    Join Date
    Dec 2006
    Posts
    2,321
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    good job dude

    Donator 6/2008.
    Contrib 8/2008.Elite 10/2008.Newsteam 11/2008.Legendary 2/2009.

  5. #5
    Epic Sheep's Avatar Member
    Reputation
    57
    Join Date
    Jul 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Nice one will use this. +rep

  6. #6
    Merc's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    i never knew you could get away by strafing zomg teh +REP!

  7. #7
    Omgfg0rz's Avatar Member
    Reputation
    1
    Join Date
    Oct 2006
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    err shame on me-.-
    i copy and paste this to new script in wow and keybind the script and it works:P?

  8. #8
    shadowbladex's Avatar Member
    Reputation
    145
    Join Date
    Apr 2007
    Posts
    948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Originally Posted by Merc View Post
    i never knew you could get away by strafing zomg teh +REP!
    Wow, this method is like really really old. How cudnt you know?

    But anyway nice job putting it into a script.


  9. #9
    pimp951231's Avatar Member
    Reputation
    2
    Join Date
    Dec 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Can someone please tell me what is strafing. i would rly appreciate it.

  10. #10
    Bigdirty's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    strafing is "sidesteping" left or right while moving foward.

  11. #11
    mysticy's Avatar Member
    Reputation
    9
    Join Date
    Sep 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Reminds me of bunnyhopping =D Special movement to go faster

  12. #12
    Rohi's Avatar Contributor
    Reputation
    113
    Join Date
    Oct 2006
    Posts
    1,002
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Thanks man! +rep for you

  13. #13
    Makeman's Avatar Member
    Reputation
    2
    Join Date
    Jun 2006
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Originally Posted by Bigdirty View Post
    strafing is "sidesteping" left or right while moving foward.
    Common sense?

  14. #14
    Acechill's Avatar Member
    Reputation
    28
    Join Date
    Mar 2007
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    Originally Posted by Makeman View Post
    Common sense?
    He was explaining pimp951231 what strafing is
    Last edited by Acechill; 10-08-2007 at 07:42 AM.

  15. #15
    lundish's Avatar Active Member
    Reputation
    46
    Join Date
    Apr 2007
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Run faster than mobs + autoit script

    I had it in my mind u could get away never tested it for real! +REP!

Page 1 of 3 123 LastLast

Similar Threads

  1. Is there a way to disable actual mouse input when a AutoIt script is running?
    By Simonzi in forum Diablo 3 Bots Questions & Requests
    Replies: 4
    Last Post: 06-22-2012, 06:45 PM
  2. Are AutoIt scripts bannable?
    By gotosleep in forum World of Warcraft General
    Replies: 6
    Last Post: 09-13-2010, 06:54 PM
  3. [Guide] Make Your PC Run Faster
    By D0MM0 in forum Community Chat
    Replies: 3
    Last Post: 01-18-2008, 03:54 PM
  4. Run faster than 100% with an epic mount.
    By Evieh in forum World of Warcraft Exploits
    Replies: 28
    Last Post: 09-22-2007, 06:01 AM
  5. Some Useful AutoIT Scripts
    By barnyonfire1 in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 11-22-2006, 01:25 AM
All times are GMT -5. The time now is 04:26 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search