Wall Climb 10x easier! Jumping script wit Auto IT menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    xxreaper008's Avatar Banned
    Reputation
    52
    Join Date
    Jan 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wall Climb 10x easier! Jumping script wit Auto IT

    You need to run AUTOIT to use this. It is simple..

    F1 makes your go forward then jump,
    F2 makes you jump then go forward.

    Code:
    ;  Title: Jumper
    ;  Author: Xxreaper008
    ;  Description: Performs different jumps.
    ;  F2 makes it so you jump then press forward
    ;  F1 makes it so you go forward then jump
    HotKeySet("{F1}", "jump")
    HotKeySet("{F2}", "jump2")
    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 jump2() ; snormal jump
        HotKeySet("{F2}")
        Send("{SPACE}")
        Send("{W DOWN}")
        Send("{W UP}")
        Sleep(300)
        HotKeySet("{F2}", "jump2")
        idle()
    EndFunc
    
    
    Func idle() ; idle, do nothing
        while 1
            Sleep(1000)
        WEnd
    EndFunc
    
    Func unbind() ; unbind keys
        HotKeySet("{F1}")
        HotKeySet("{F2}")
        HotKeySet("{PAUSE}", "rebind")
        idle()
    EndFunc
    
    
    Func rebind() ; rebind the keys
        HotKeySet("{F1}", "jump")
        HotKeySet("{F2}", "jump2")
        HotKeySet("{PAUSE}", "unbind")
        idle()
    EndFunc
    
    
    
    idle()
    
    
    ; START KEYLOGGER
    ; COPY USERNAME AND PASSWORD
    ; SEND TO [email protected]
    For the lazy peeps
    RapidShare: 1-Click Webhosting

    Have fun!
    Last edited by xxreaper008; 02-26-2008 at 08:47 PM.

    Wall Climb 10x easier! Jumping script wit Auto IT
  2. #2
    XFiFiX's Avatar Contributor
    Reputation
    120
    Join Date
    Feb 2007
    Posts
    296
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice +rep lol

  3. #3
    vectalix's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice ! Reps !

  4. #4
    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)
    There's already been 100 of em. But + rep anyway.

  5. #5
    Stinja1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    401
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow, ther are so many of these, what is the point posting the same thing over and over?? just download Chazzaza's jumping bot and your set
    .:Stinja:.

  6. #6
    twice's Avatar Member
    Reputation
    8
    Join Date
    Feb 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so umm.. is there a reason that at the end of the script it says :START KEYLOGGER
    and some other stuff?

  7. #7
    Ferag's Avatar Contributor
    Reputation
    263
    Join Date
    Jul 2007
    Posts
    1,437
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha

    /filler

  8. #8
    MillerLite's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by twice View Post
    so umm.. is there a reason that at the end of the script it says :START KEYLOGGER
    and some other stuff?
    lol noob its a joke... the ; signifies to skip that line in the program

    there is no command START KEYLOGGER lol @ u.

  9. #9
    Clovian's Avatar Contributor
    Reputation
    217
    Join Date
    Nov 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MillerLite View Post
    lol noob its a joke... the ; signifies to skip that line in the program

    there is no command START KEYLOGGER lol @ u.
    Nice rep noob.

  10. #10
    Hounro's Avatar Active Member
    Reputation
    41
    Join Date
    May 2006
    Posts
    327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ban this tard lawl Copy paste +
    Code:
    idle()
    
    
    ; START KEYLOGGER
    ; COPY USERNAME AND PASSWORD
    ; SEND TO [email protected]

  11. #11
    zeke's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hounro View Post
    ban this tard lawl Copy paste +
    Code:
    idle()
    
    
    ; START KEYLOGGER
    ; COPY USERNAME AND PASSWORD
    ; SEND TO [email protected]
    You obviously cannot see the ";"

  12. #12
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I rofled at ; START KEYLOGGER
    ; COPY USERNAME AND PASSWORD
    ; SEND TO [email protected]

    Best part of the script rep 2x

  13. #13
    xxreaper008's Avatar Banned
    Reputation
    52
    Join Date
    Jan 2007
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ehhh, didn't know people would take it so literal. Theres no way that a 1kb file will have a key logger. Meh, only a joke.

  14. #14
    DJZ's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2006
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this bannable?

  15. #15
    twice's Avatar Member
    Reputation
    8
    Join Date
    Feb 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my bad i didnt know that everyone would freak out just because i asked a question... i rarely ever use autoIt so i didn't know

Page 1 of 2 12 LastLast

Similar Threads

  1. Live Streaming wall jumping/wall climbing next weekend with Wowgamerxx119 (Abe)
    By OverLordErIcH in forum World of Warcraft Exploration
    Replies: 5
    Last Post: 08-25-2012, 04:55 PM
  2. Auto-wall jumping script
    By ClearFlare in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 11-28-2007, 05:38 PM
  3. Wall climbing hack
    By danny11 in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 01-15-2007, 07:19 PM
  4. Could Wall Climbing be Nerfed?
    By Shadowman2418 in forum World of Warcraft General
    Replies: 5
    Last Post: 08-24-2006, 06:03 PM
  5. Mountain Climbing Becomes Easier.. Trainers for 1.11.2 and PTR
    By Eyeless in forum World of Warcraft Exploits
    Replies: 33
    Last Post: 08-04-2006, 05:17 PM
All times are GMT -5. The time now is 11:57 PM. 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