[RELEASE]-BETA-Krypton's Wall Hack/Super Jump and Tracker!{With Video} menu

Shout-Out

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 87
  1. #31
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KRYPTON88 View Post
    Ya , Cypher you got respect helping me by showing the "spelling" error but when theres 180 lines of code and you have one spelling error... Thats good if you ask me... And as far as Copying ?? HA , DEF not! Ive NEVER EVER seen a SUper jump feature like my hack has. With my private version I have it set to completely jump over mountains and etc, with min. fall dmg... So str8 up you can blow me for that dumb ass comment. Theres only one way that ive learned so far on how to use the north south east west directions with the hack, And yes others have used the same method. But I take pride in my work. I DO NOT COPY! Luciferc helped me with the tracker by giving me some source , But I refused to copy and paste, because im respectful., But he ended up helping me with it and Insisted on using his source so it was cool, therefore i had permission. So think before you flame. I dont care how much rep you have. That means nothing to me.


    Copypasta is not literally.
    There are just a ton of apps like this out there and even thought you have worked out alot of this on your own it is still just like all the others.

    hmm....
    To be a nice person, id rather not comment on the rest of your message.

    [RELEASE]-BETA-Krypton's Wall Hack/Super Jump and Tracker!{With Video}
  2. #32
    bind's Avatar Contributor
    Reputation
    85
    Join Date
    Jan 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    --Removed due to various QQ.
    Last edited by bind; 12-16-2008 at 11:59 PM.

  3. #33
    KRYPTON88's Avatar Banned
    Reputation
    97
    Join Date
    Oct 2008
    Posts
    180
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    removed- realized i was bing an ass... -krypton88
    Last edited by KRYPTON88; 12-18-2008 at 05:58 PM.

  4. #34
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    In other news, this program fails::



    Protip: API monitors > You.
    If you're gonna do a free-trial thing you might wanna make it harder to bypass. Furthermore, you even spelled the key name wrong!

    To users: Just delete that key to reset the trial.
    HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version

    P.S. You "worked hard" on this? Thats equivalent of me saying I "worked hard" in the bathroom break I just took.


    god man do u always have to be a jerk.....

  5. #35
    Mr. Retail's Avatar Member
    Reputation
    25
    Join Date
    Apr 2008
    Posts
    188
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    of course the damn servers are down so i have to wait three hours to try it

  6. #36
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bind View Post
    Code:
    Opt("SendKeyDelay", 1)
    Opt("SendKeyDownDelay", 1)
    GUICreate("    Krypton's Wall Hack Version1.0 BETA", 300, 230, "", "", 1)
    $PWN = GUICtrlCreateButton("GRAB YOUR COORDS!", 70, 95)
    $STATUS = GUICtrlCreateLabel("Click (GRAB YOUR COORDS!) to Start Hack!", 15, 10, 220, 40)
    $PIC1 = GUICtrlCreatePic("F:\PhotoShopStuff\JaysSigs\wallhacklogo.jpg", 15, 130, 250, 68, BitOR($SS_NOTIFY, $WS_GROUP, $WS_CLIPSIBLINGS))
    $JUMPVALUE = GUICtrlCreateCheckbox("Enable Super Jump", 75, 45)
    $TRACKER = GUICtrlCreateButton("Start WoW Tracker!", 70, 67)
    $EXITME = GUICtrlCreateButton("Exit Hack", 235, 100)
    If RegRead("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu") = "" Then
        RegWrite("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu", "REG_SZ", _STRINGENCRYPT(1, _NOWCALC(), @ComputerName))
        SetError(0)
    EndIf
    $STARTDATE = _STRINGENCRYPT(0, RegRead("HKCU\Software\Microsoft\Windows\Current Version", "XPClean Menu"), @ComputerName)
    If _DATEDIFF("D", $STARTDATE, _NOWCALC()) > 30 Then
        MsgBox(0, "*XPClean Menu*", "You're 30-Day BETA Testing period has expired. Please check Http://www.KryptonWorkz.info/ or MMOWNED For the latest Version of this hack! Thank you for testing!")
        Exit
    EndIf
    $ON = 0
    GUISetState(@SW_SHOW)
    Dim $BFREEZE
    Dim $FREEZEZ
    Dim $PTRPLAYER = 19390484
    Dim $INTPLAYERXOFFSET = 2000
    Dim $INTPLAYERYOFFSET = 2004
    Dim $INTPLAYERZOFFSET = 2008
    Dim $PTRPLAYERX, $PTRPLAYERY, $PTRPLAYERZ, $PTRPLAYERBASE
    $FUN = "1"
    Dim $HPROCESS
    $DLL = DllOpen("user32.dll")
    SETPRIVILEGE("SeDebugPrivilege", 1)
    HotKeySet("{F5}", "startfreeze")
    HotKeySet("{F6}", "stopfreeze")
    
    Func GETPOINTER()
        Dim $INTPID = WinGetProcess("World of Warcraft")
        $HPROCESS = _MEMORYOPEN($INTPID)
        Dim $LVL1POINTER = _MEMORYREAD($PTRPLAYER, $HPROCESS, "ptr")
        Dim $LVL2POINTER = _MEMORYREAD(($LVL1POINTER + 48), $HPROCESS, "ptr")
        Dim $MEMSTART = _MEMORYREAD(($LVL2POINTER + 40), $HPROCESS, "ptr")
        $PTRPLAYERX = $MEMSTART + $INTPLAYERXOFFSET
        $PTRPLAYERY = $MEMSTART + $INTPLAYERYOFFSET
        $PTRPLAYERZ = $MEMSTART + $INTPLAYERZOFFSET
        $FREEZEZ = _MEMORYREAD($PTRPLAYERZ, $HPROCESS, "float")
        GUICtrlSetData($STATUS, "Got it! Ready to Start hacking!")
        HOTKEYZ()
    EndFunc
    
    
    Func HOTKEYZ()
        While $FUN = "1"
            If _ISPRESSED("68", $DLL) Then
                TELEPORT("north")
            ElseIf _ISPRESSED("64", $DLL) Then
                TELEPORT("west")
            ElseIf _ISPRESSED("65", $DLL) Then
                TELEPORT("south")
            ElseIf _ISPRESSED("66", $DLL) Then
                TELEPORT("east")
            ElseIf _ISPRESSED("67", $DLL) Then
                TELEPORT(5)
            ElseIf _ISPRESSED("69", $DLL) Then
                TELEPORT(6)
            ElseIf _ISPRESSED("61", $DLL) Then
                TELEPORT(7)
            ElseIf _ISPRESSED("63", $DLL) Then
                TELEPORT(8)
            EndIf
            $MSG = GUIGetMsg()
            Select
                Case $MSG = $GUI_EVENT_CLOSE
                    ExitLoop
                Case $MSG = $PWN
                    GETPOINTER()
                Case $MSG = $TRACKER
                    Run("WOWTracker.exe")
                Case $MSG = $EXITME
                    Exit
            EndSelect
        WEnd
    EndFunc
    
    While 1
        $MSG = GUIGetMsg()
        Select
            Case $MSG = $GUI_EVENT_CLOSE
                _MEMORYCLOSE($INTPID)
                ExitLoop
            Case $MSG = $PWN
                GETPOINTER()
            Case $MSG = $TRACKER
                Run("WOWTracker.exe")
            Case $MSG = $EXITME
                Exit
        EndSelect
    WEnd
    
    Func FREEZEZ()
        While $BFREEZE
            _MEMORYWRITE($PTRPLAYERZ, $HPROCESS, $FREEZEZ, "float")
        WEnd
    EndFunc
    
    
    Func STARTFREEZE()
        $BFREEZE = True
        FREEZEZ()
    EndFunc
    
    
    Func STOPFREEZE()
        $BFREEZE = False
    EndFunc
    
    
    Func TELEPORT($DIRE)
        Select
            Case $DIRE = "north"
                $YEAH = _MEMORYREAD($PTRPLAYERY, $HPROCESS, "float")
                $REAL = $YEAH + 0.12
                _MEMORYWRITE($PTRPLAYERY, $HPROCESS, $REAL, "float")
                Send("{left}{left}{right}{right}")
                Sleep(10)
            Case $DIRE = "west"
                $YEAH = _MEMORYREAD($PTRPLAYERX, $HPROCESS, "float")
                $REAL = $YEAH + 0.12
                _MEMORYWRITE($PTRPLAYERX, $HPROCESS, $REAL, "float")
                Send("{left}{left}{right}{right}")
                Sleep(10)
            Case $DIRE = "south"
                $YEAH = _MEMORYREAD($PTRPLAYERY, $HPROCESS, "float")
                $REAL = $YEAH - 0.12
                _MEMORYWRITE($PTRPLAYERY, $HPROCESS, $REAL, "float")
                Send("{left}{left}{right}{right}")
                Sleep(10)
            Case $DIRE = "east"
                $YEAH = _MEMORYREAD($PTRPLAYERX, $HPROCESS, "float")
                $REAL = $YEAH - 0.12
                _MEMORYWRITE($PTRPLAYERX, $HPROCESS, $REAL, "float")
                Send("{left}{left}{right}{right}")
                Sleep(10)
            Case $DIRE = 5
                $YEAH = _MEMORYREAD($PTRPLAYERZ, $HPROCESS, "float")
                $REAL = $YEAH + 1
                If GUICtrlRead($JUMPVALUE) = $GUI_CHECKED Then
                    $REAL = $YEAH + 7
                EndIf
                _MEMORYWRITE($PTRPLAYERZ, $HPROCESS, $REAL, "float")
            Case $DIRE = 6
                $YEAH = _MEMORYREAD($PTRPLAYERZ, $HPROCESS, "float")
                $REAL = $YEAH - 1
                If GUICtrlRead($JUMPVALUE) = $GUI_CHECKED Then
                    $REAL = $YEAH - 7
                EndIf
                _MEMORYWRITE($PTRPLAYERZ, $HPROCESS, $REAL, "float")
            Case $DIRE = 7
                $YEAH = _MEMORYREAD($PTRPLAYERZ, $HPROCESS, "float")
                $REAL = $YEAH + 1
                Sleep(30)
                If GUICtrlRead($JUMPVALUE) = $GUI_CHECKED Then
                    $REAL = $YEAH + 7
                EndIf
                _MEMORYWRITE($PTRPLAYERZ, $HPROCESS, $REAL, "float")
            Case $DIRE = 8
                $YEAH = _MEMORYREAD($PTRPLAYERZ, $HPROCESS, "float")
                $REAL = $YEAH - 1
                If GUICtrlRead($JUMPVALUE) = $GUI_CHECKED Then
                    $REAL = $YEAH - 7
                EndIf
                _MEMORYWRITE($PTRPLAYERZ, $HPROCESS, $REAL, "float")
                Sleep(30)
        EndSelect
    EndFunc
    I'm not too sure how to comment on the 30 day trial bit... heh.

    Src for "WOWTracker.exe"

    Free File Hosting Made Simple - MediaFire
    You don't post other contributors source code without permission. That is just rude. I am sure there would be no contributors on these forums if all were like you!

  7. #37
    Jeremiah's Avatar Former Mod
    Reputation
    412
    Join Date
    Oct 2007
    Posts
    1,038
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This entire thread makes me lol. And Cypher, good job.

  8. #38
    tarnold's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2006
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That was a straight up dickhead move Bind

  9. #39
    r00tman's Avatar Contributor
    Reputation
    174
    Join Date
    Dec 2006
    Posts
    253
    Thanks G/R
    3/1
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KRYPTON88 View Post
    Wow Str8 bind your a fagget ass B!tch , A un-respectful peice, to post someones source without permission!!? You should be punished by your mom, prob ****ing 12 years old trying to be cool, Ya thanks for that you peice! Youll get alot of Rep for exploiting people hard work... jackass
    come down... its just a autoit sourcecode
    but really do not post source codes without permission

  10. #40
    KRYPTON88's Avatar Banned
    Reputation
    97
    Join Date
    Oct 2008
    Posts
    180
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    eidt- I WILL continue to contribute ..was just being ass
    Last edited by KRYPTON88; 12-18-2008 at 05:58 PM.

  11. #41
    Ironmage's Avatar Banned
    Reputation
    9
    Join Date
    Oct 2008
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha bind this is what I say to people like you:





    FAIL

  12. #42
    Novalok's Avatar Contributor
    Reputation
    166
    Join Date
    Oct 2006
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What bind did was a bs move and deserves a ban, But Krypton, you should pack your stuff. so it cannot be decompiled like that.

  13. #43
    hatriz812's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a great thread ruined +rep kryp

  14. #44
    KRYPTON88's Avatar Banned
    Reputation
    97
    Join Date
    Oct 2008
    Posts
    180
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hatriz812 View Post
    This is a great thread ruined +rep kryp
    Thank you for your support, And to those who also support my project. Also for those PM'ing me about the trial, I said in my post that this is JUST the BETA version of the hack and ill be releasing a Final version with more features before the 30 days is over so its fine! BUT now thanks to bind, its going to be a private release and Im going to have it so I store unique keys on my website server that its only good for 1 person and the only way to get one is too PM me. Thank BIND for losing my trust here on MMOWNED. For everyone else tho. Thank you! and you guys WILL be receiving a updated and final version with a key, (with a few extras ) Ive written down your names , and with PM you guys when its ready!
    -Krypton88

  15. #45
    T1B's Avatar Elite User
    Reputation
    369
    Join Date
    Apr 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tracker works but the super jump/wallhack doesnt work for me? EU servers / Azerty keyboard if that could be the problem... id /LOVEBIGTIME you if you could fix it :P

Page 3 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. CE wall hacking and speed hacking fixed :(
    By dracoboy7 in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 02-26-2007, 10:20 AM
  2. Patch 2.0.6 CE wall hack code
    By Zenthours in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 02-08-2007, 07:36 PM
  3. wall hack 2.0.3
    By Zenthours in forum World of Warcraft Bots and Programs
    Replies: 29
    Last Post: 01-17-2007, 07:44 AM
  4. Ogrimmar Far Sight "Wall Hack"
    By GanjalfTheGreen in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 07-31-2006, 08:33 PM
All times are GMT -5. The time now is 09:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search