All-Jumps {(Jumping Script)} With Source! menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 56
  1. #1
    iHack's Avatar Member
    Reputation
    16
    Join Date
    Mar 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    All-Jumps {(Jumping Script)} With Source!

    I've had my fun, time for you guys to have fun too. I've been away from WoW for a while, so if walljumping got hit with the nerf-hammer, please tell me. ^_^

    Anyways, lets get to the program!

    ------------------------------------------------------------------------
    All-Jumps

    A jumping program made by iHack (a.k.a Marco Fatica)
    Current version: 1.0

    -----------------------------------------------------------------------

    Installation:
    Extract all the files to any folder!

    Use:
    Jumps 99.9% more accurately than humans.

    Keys:
    F1 - Normal Forward Jump
    F2 - Special Forward Jump
    F3 - Strafe-jump left
    F4 - Strafe-jump right
    F5 - Normal Backwords Jump
    F6 - Special Backwords Jump
    Pause Button - Pauses/Unpauses script. (Unbinds/binds all the keys)

    Credits:
    Beta Testers:
    Myself
    Froogle

    Changelog:
    0.1:
    Fixed some minor bugs with Normal Forward Jump

    0.2:
    Fixed all known bugs.

    1.0:
    Program released to the general public.

    ----------------------------------------------------------------------

    Download:
    http://rapidshare.com/files/25964401/All-Jumps.rar

    Source:
    Code:
    ;  Title: All-Jumps
    ;  Author: iHack
    ;  Description: Performs different jumps.
    HotKeySet("{F1}", "jump")
    HotKeySet("{F2}", "specialjump")
    HotKeySet("{F4}", "strafejump")
    HotKeySet("{F3}", "strafejumpleft")
    HotKeySet("{F5}", "backjump")
    HotKeySet("{F6}", "specialbackjump")
    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 specialjump() ; hit jump then tap forward
        HotKeySet("{F2}")
        Send("{SPACE}")
        Sleep(250)
        Send("{W}")
        Sleep(600)
        HotKeySet("{F2}", "specialjump")
        idle()
    EndFunc
    
    func strafejump() ; strafe-jump to the right
        HotKeySet("{F4}")
        Send ("{E DOWN}")
        Send("{SPACE}")
        Send ("{E UP}")
        Sleep(300)
        HotKeySet("{F4}", "strafejump")
        idle()
    EndFunc
    
    func strafejumpleft() ; strafe-jump to the left
        HotKeySet("{F3}")
        Send ("{Q DOWN}")
        Send("{SPACE}")
        Send ("{Q UP}")
        Sleep(300)
        HotKeySet("{F3}", "strafejumpleft")
        idle()
    EndFunc
    
    func backjump() ; jumps backwords
        HotKeySet("{F5}")
        Send ("{S DOWN}")
        Send("{SPACE}")
        Send ("{S UP}")
        Sleep(300)
        HotKeySet("{F5}", "backjump")
        idle()
    EndFunc
    
    func specialbackjump() ; special-jump backwords
        HotKeySet("{F6}")
        Send("{SPACE}")
        Sleep(250)
        Send("{S}")
        Sleep(600)
        HotKeySet("{F6}", "specialbackjump")
        idle()
    EndFunc
    
    Func idle() ; idle, do nothing
        while 1
            Sleep(1000)
        WEnd
    EndFunc
    
    Func unbind() ; unbind keys
        HotKeySet("{F1}")
        HotKeySet("{F2}")
        HotKeySet("{F4}")
        HotKeySet("{F3}")
        HotKeySet("{F5}")
        HotKeySet("{F6}")
        HotKeySet("{PAUSE}", "rebind")
        idle()
    EndFunc
    
    Func rebind() ; rebind the keys
        HotKeySet("{F1}", "jump")
        HotKeySet("{F2}", "specialjump")
        HotKeySet("{F4}", "strafejump")
        HotKeySet("{F3}", "strafejumpleft")
        HotKeySet("{F5}", "backjump")
        HotKeySet("{F6}", "specialbackjump")
        HotKeySet("{PAUSE}", "unbind")
        idle()
    EndFunc
    
    idle()
    -----)(Please leave the copyright text intact)(-----
    This post is copyright by the user posting it and MMOwned.com - World of Warcraft Exploits,Hacks, Bots and Guides, where it was posted. You may not copy or reproduce this information on any other site without written permission from both the poster and MMOwned.com
    Every time you log onto Runescape, 3 unborn babies are killed.

    All-Jumps {(Jumping Script)} With Source!
  2. #2
    Elt-'s Avatar Active Member
    Reputation
    24
    Join Date
    Sep 2006
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    holy ****ing shit! this works!! this is just what i needed, i always fail at wall jumping!! +rep x2 for you! ^^

    oh and i scanned it, found no viruses

  3. #3
    bloodofwar's Avatar Banned
    Reputation
    169
    Join Date
    Mar 2006
    Posts
    378
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    so is this a program that actually hacks WoW, or is it just a program that sets hotkeys such as F1 to w+space? just wandering if its bannable actually for the hacks.

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

    Re: All-Jumps {(Jumping Script)} With Source!

    Originally Posted by bloodofwar
    so is this a program that actually hacks WoW, or is it just a program that sets hotkeys such as F1 to w+space? just wandering if its bannable actually for the hacks.
    Just an autoit script that presses the buttons for you. Low chance of getting banned from this.
    Every time you log onto Runescape, 3 unborn babies are killed.

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

    Re: All-Jumps {(Jumping Script)} With Source!

    but technically, is it illegal/detectable/bannable?
    Genius by birth, Slacker by choice."Every time you log onto Runescape, 3 unborn babies are killed."-iHack

  6. #6
    iHack's Avatar Member
    Reputation
    16
    Join Date
    Mar 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Originally Posted by DJB727
    but technically, is it illegal/detectable/bannable?
    Technically, its bannable because its against the ToS, but its an AutoIt script, nearly no chance of being detected.
    Every time you log onto Runescape, 3 unborn babies are killed.

  7. #7
    krlhnz's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2007
    Posts
    509
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Please post a virus scan SS....

  8. #8
    97036's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Why do you allways cry for virus scans? Just do any of this:

    1) Copy they source he posted and compile it yourself.
    2) Download and scan with your own AV-program.

    And besides, screenshots of scans are damn easy to fake... It can be done in MS Paint.

    OT: Good job on the "hack", +rep for you!

  9. #9
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Neat for people who can't do jumps manually, indeed. +rep

  10. #10
    krlhnz's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2007
    Posts
    509
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Well its not my job to scan HIS file... also he has 4 rep.

  11. #11
    iHack's Avatar Member
    Reputation
    16
    Join Date
    Mar 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Originally Posted by krlhnz
    Well its not my job to scan HIS file... also he has 4 rep.
    I posted the source, afraid of getting a virus from some text? I posted the source because I'm too lazy to scan my own files for non existant viruses.
    Every time you log onto Runescape, 3 unborn babies are killed.

  12. #12
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    I support this, I beta tested this and thought of all the jumps and he scripted it. It has no virus and works great!

  13. #13
    krlhnz's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2007
    Posts
    509
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    Originally Posted by iHack
    I posted the source, afraid of getting a virus from some text? I posted the source because I'm too lazy to scan my own files for non existant viruses.
    Hm sorry thought i saw a file there you can download...

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

    Re: All-Jumps {(Jumping Script)} With Source!

    Rather use my G15 keyboard, but this works just as well. I've added it to my WoW pass manager, thanks.

  15. #15
    Adrenalin3's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: All-Jumps {(Jumping Script)} With Source!

    +rep all works fine except forward special jump

Page 1 of 4 1234 LastLast

Similar Threads

  1. Replies: 10
    Last Post: 03-07-2011, 05:31 PM
  2. [Misc] Simple SQL Script Generator With Source!
    By Pedregon in forum WoW EMU Programs
    Replies: 7
    Last Post: 09-14-2010, 01:25 PM
  3. [LUA/SQL] What could I be doing wrong with ALL of my scripts?
    By davidknag in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 03-15-2010, 02:46 PM
  4. 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
  5. Auto-wall jumping script
    By ClearFlare in forum World of Warcraft Bots and Programs
    Replies: 21
    Last Post: 11-28-2007, 05:38 PM
All times are GMT -5. The time now is 09:45 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