AutoIt Mountain Climbing Script :] menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Daneey's Avatar Member
    Reputation
    13
    Join Date
    May 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AutoIt Mountain Climbing Script :]

    -----)(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


    Hello, this is my first post ><. Anyways, earlier i ran into an auto it application that would jump and move forward for you along with other neat features. I had a few problems with that script because it would often crash after a minute or two because of a recursion error. also you couldnt just hold in one of the buttons to jump fast repeatitly. Soo i took a shot at recoding it and i was happy with the results. It's coded by me but if the original owner of the other script wants a mention post here or pm me ( too lazy to search ^^).

    Bindings
    F1 - Forward Jump
    F2 - Jump Then Forward
    F3 - Right Jump
    F4 - Left Jump
    F5 - Backwards Jump

    To exit out of the application go to your task bar and right click the icon :]

    here is the source
    Code:
    HotKeySet("{F1}", "jump")
    HotKeySet("{F2}", "specialjump")
    HotKeySet("{F4}", "rightjump")
    HotKeySet("{F3}", "leftjump")
    HotKeySet("{F5}", "backjump")
    $j = 0
    func jump()
    	$j = 1
    EndFunc
    func specialjump()
    	$j = 2
    EndFunc
    func rightjump()
    	$j = 3
    EndFunc
    func leftjump()
    	$j = 4
    EndFunc
    func backjump()
    	$j = 5
    EndFunc
    func sitthere()
    	If $j > 0 Then
    		dotehjump()
    	EndIf
    EndFunc
    func dotehjump()
    If $j > 0 Then
    If $j = 1 Then
    Send("{W DOWN}")
    Send("{SPACE}")
    Send("{W UP}")
    EndIf
    If $j = 2 Then
        Send("{SPACE}")
        Sleep(250)
        Send("{W}")
    EndIf
    If $j = 3 Then
        Send ("{E DOWN}")
        Send("{SPACE}")
        Send ("{E UP}")
    EndIf
    If $j = 4 Then
    	Send ("{Q DOWN}")
        Send("{SPACE}")
        Send ("{Q UP}")
    EndIf
    If $j = 5 Then
    	Send ("{S DOWN}")
        Send("{SPACE}")
        Send ("{S UP}")
    EndIf
    $j = 0
    sitthere()
    EndIf
    EndFunc
    While $j = $j
    sitthere()
    WEnd
    The program along with a copy of the source is attached.

    Have fun exploring :]

    ps - you might want to rename the .exe i havent been banned / warned for using this script but it couldnt hurt

    edit:
    apparently the owner of the original script was IHack. ALL CREDIT GOES TO HIM i simply loved his script and fixed the errors.
    Attached Files Attached Files
    Last edited by Daneey; 07-14-2007 at 05:29 AM.

    AutoIt Mountain Climbing Script :]
  2. #2
    fad0m's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    Posted Again :S
    That only ok for someone that dont kn ow how to make a simple auto it script :S

  3. #3
    Numsu's Avatar Active Member
    Reputation
    39
    Join Date
    Jan 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    Posted before, and the before post even had the same macros (the f1 f2 things)

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

    Re: AutoIt Mountain Climbing Script :]

    yeah.. the old one crashed like every 2 minutes.. this one doesnt :O

  5. #5
    Flying Piggy's Avatar Banned
    Reputation
    1169
    Join Date
    Jan 2007
    Posts
    2,286
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    I haven't tried it but it sounds pretty good to me (i'm aware that it has been posted before , but there are script improvements) .

    Nice share Daneey and thank you for taking the time to fix a buggy program .

    PS : It would be nice to give some of the credit to the original poster though (just a thought) .

    Virus scans :



    Attachment approved , use at your own risk (as always) .
    Last edited by Flying Piggy; 07-13-2007 at 10:34 AM.

  6. #6
    orangegold's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    this is the same script from ihack for all jumps
    how do u edit your signature???

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

    Re: AutoIt Mountain Climbing Script :]

    is this detectable?
    i know nothing about programming, but if it can do that, then doesnt it inject into the game, and therefore wouldnt it get you banned easily?

  8. #8
    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: AutoIt Mountain Climbing Script :]

    It's just like using a macro program, presses keys as if through your keyboard (would work even if not in WoW, try having notepad as the main window and you'll see). Also, this is the EXACT SAME SCRIPT as iHack's All-Jumps except for the error (which rocks), iHack is my good friend so I'm sorta disappointed that someone steals his script :\ but I'll give you a pat on your back!

  9. #9
    Daneey's Avatar Member
    Reputation
    13
    Join Date
    May 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    holy shit... ok listen to me. WHO EVER MADE THE ORIGINAL SCRIPT CAN HAVE CREDIT. I FIXED HIS BUGGY PROGRAM AND REPOSTED IT. IM PRETTY SURE I EXPLAINED THIS CLEAR ENOUGH BUT OBVOISLY NOT. [/ caps] im trying to help, i didnt ask for rep wtf?. in no way im i trying to steal his script ><
    Last edited by Daneey; 07-14-2007 at 05:32 AM.

  10. #10
    Elura's Avatar Banned
    Reputation
    9
    Join Date
    Apr 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    Word, thanks Daneey for fixing the nabs errors
    as for you, Froogle...u sux

  11. #11
    Sacrifice's Avatar Member
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    170
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Mountain Climbing Script :]

    Nice share Daneey and thank you for taking the time to fix a buggy program
    yes nice share ty for fix buggy program what that piggy just sayd

    and yea thats posted already
    Last edited by Sacrifice; 07-15-2007 at 06:41 AM. Reason: Auto-merged Doublepost
    -[imgr]https://img520.imageshack.us/img520/8125/aikavituhianobs4.png[/imgr]-
    DONATE OR VOTE
    MMOWNED EVERY DAY!


Similar Threads

  1. Eyeless' mountain climbing mod!
    By Krazzee in forum World of Warcraft Bots and Programs
    Replies: 136
    Last Post: 01-19-2007, 02:59 PM
  2. Mountain climbing hack?
    By Link7722 in forum World of Warcraft General
    Replies: 6
    Last Post: 12-02-2006, 12:43 PM
  3. help with Mountain climbing mod
    By Cloud in forum World of Warcraft General
    Replies: 5
    Last Post: 08-14-2006, 09:35 AM
  4. Is mountain climbing possible on private servers?
    By bobotheklown in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 08-13-2006, 11:21 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 04:44 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