Auto-wall jumping script menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    ClearFlare's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2007
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto-wall jumping script

    As far as i know, running a script with autoit isnt detectable. You will need autoit to run the script, and you can find a link to it in many other topics here.

    heres the script:
    Code:
    ;  Title: All-Jumps 
    ;  Author: iHack 
    ;  Description: Performs different jumps. 
    HotKeySet("{F1}", "jump") 
    HotKeySet("{PAUSE}", "unbind") 
     
    func jump() ; normal jump 
        HotKeySet("{F1}") 
        Send("{W DOWN}") 
        Send("{SPACE}") 
        Send("{W UP}") 
        Sleep(300) 
        HotKeySet("{F1}", "jump") 
        idle() 
    EndFunc 
     
     
    Func idle() ; idle, do nothing 
        while 1 
            Sleep(1000) 
        WEnd 
    EndFunc 
     
    Func unbind() ; unbind keys 
        HotKeySet("{F1}") 
        HotKeySet("{PAUSE}", "rebind") 
        idle() 
    EndFunc 
     
    Func rebind() ; rebind the keys 
        HotKeySet("{F1}", "jump") 
        HotKeySet("{PAUSE}", "unbind") 
        idle() 
    EndFunc 
     
    idle()

    load that up and press f1 to do the wall climb jump. ive been using it for a few days and its loads of fun.

    Auto-wall jumping script
  2. #2
    kiah's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    nice job this will help

  3. #3
    ClearFlare's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2007
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    Think I stuck this in the wrong forum by accident, my bad

  4. #4
    Sam123's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    Well How do you load it up?

  5. #5
    ClearFlare's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2007
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #6
    BB3hk's Avatar Member
    Reputation
    2
    Join Date
    Jun 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    excellent tyvm and good job

  7. #7
    Democides's Avatar Contributor
    Reputation
    96
    Join Date
    Mar 2007
    Posts
    426
    Thanks G/R
    41/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    nice, but quite a few of these have been posted

  8. #8
    Minimized's Avatar Active Member
    Reputation
    164
    Join Date
    Sep 2006
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    Logitech G15 < all these scripts.
    Say NO to hemo



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

    Re: Auto-wall jumping script

    you down load this link the put the code?

  10. #10
    z0mgnoob's Avatar Member
    Reputation
    18
    Join Date
    Oct 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    I wonder if you can use this in BGs to get behind the bases? (won't try because if you're caught you're sure to be banned)

  11. #11
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    Yeah you make a new auto it v3 script then put it in. Or you could download this one i compiled to an exe here if you don't want to bother installing auto-it.
    Last edited by Phygar; 11-21-2007 at 10:35 AM.

  12. #12
    Tuning's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    very nice.

  13. #13
    Tink's Avatar Active Member
    Reputation
    46
    Join Date
    Aug 2006
    Posts
    205
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    repost ...
    Aap?

  14. #14
    Imakepigsfly's Avatar Active Member
    Reputation
    45
    Join Date
    Jun 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    omg i can walljump now!...

    ... if i position myself right +rep!

  15. #15
    Zyxx's Avatar Member
    Reputation
    12
    Join Date
    Mar 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto-wall jumping script

    he only jumps when i use the script

Page 1 of 2 12 LastLast

Similar Threads

  1. Wall Jumping?(sort of like wall-walking)
    By Darg in forum World of Warcraft Exploration
    Replies: 21
    Last Post: 03-27-2013, 05:18 PM
  2. Wall Climb 10x easier! Jumping script wit Auto IT
    By xxreaper008 in forum World of Warcraft Bots and Programs
    Replies: 29
    Last Post: 04-14-2008, 10:49 AM
  3. Wall Jumping is BAck 2.0.1
    By drano in forum World of Warcraft Exploration
    Replies: 10
    Last Post: 12-08-2006, 03:58 PM
  4. Wall-jumping....
    By idusy-org in forum World of Warcraft General
    Replies: 6
    Last Post: 10-02-2006, 10:43 PM
  5. Wall Jumping.
    By Hunterorz in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 09-27-2006, 01:10 PM
All times are GMT -5. The time now is 06:47 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