GameGuard is no longer running. menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51
  1. #16
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yoyolo View Post
    Are you going to share that ?
    Technically, all the information you need is already shared in this thread, or even just in his last post.

    All you need is the pointer to the GroundSpeed, and go from there.
    What's a Parog?
    Looking for competitive Valorant team!

    GameGuard is no longer running.
  2. #17
    Yoyolo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    Technically, all the information you need is already shared in this thread, or even just in his last post.

    All you need is the pointer to the GroundSpeed, and go from there.
    Technically i have no clue how to use the memory shit.
    since nobody ever tried to explain me how that works or what i need to learn , so yeah i kinda gave up on that.

  3. #18
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yoyolo View Post
    Technically i have no clue how to use the memory shit.
    since nobody ever tried to explain me how that works or what i need to learn , so yeah i kinda gave up on that.
    It's too broad of a subject to sit down with someone and teach. Have a look in the flash hacking section, there's some tutorials and there will be more to come to cover the basics.

    If you're learning from scratch, picking up a game where people haven't worked on yet might not be your best bet. Go pick a game like maplestory, or a flash game to learn the basics of it. Even though it's not the same language for flash (AS2 or AS3) as EXE/Binary files (C++ for the most part) the concept of how it's seen in the memory, registers, ASM and bytecode equivalent to ASM is the same process. That's what tremendously helps to understand before trying this.
    What's a Parog?
    Looking for competitive Valorant team!

  4. #19
    igrim's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    It's too broad of a subject to sit down with someone and teach. Have a look in the flash hacking section, there's some tutorials and there will be more to come to cover the basics.

    If you're learning from scratch, picking up a game where people haven't worked on yet might not be your best bet. Go pick a game like maplestory, or a flash game to learn the basics of it. Even though it's not the same language for flash (AS2 or AS3) as EXE/Binary files (C++ for the most part) the concept of how it's seen in the memory, registers, ASM and bytecode equivalent to ASM is the same process. That's what tremendously helps to understand before trying this.

    It'd be cool to just hook us up , Or even just tell us how to do it.

  5. #20
    mayainverse's Avatar Member
    Reputation
    8
    Join Date
    Jan 2008
    Posts
    182
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so question. how did you guys even find this move speed thing to begin with? if the value is always the same. also how even know what actual number was?

  6. #21
    mayainverse's Avatar Member
    Reputation
    8
    Join Date
    Jan 2008
    Posts
    182
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have used CE alot in the past. never have and still don't understand how to make/use pointers.

  7. #22
    mayainverse's Avatar Member
    Reputation
    8
    Join Date
    Jan 2008
    Posts
    182
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found ones for X and Y but if i try to change the value even a very small amount. I do teleport but any movement will RB me back to my original spot even if I only moved it a few pixels forward.

  8. #23
    Sharps's Avatar Contributor CoreCoins Purchaser
    Reputation
    117
    Join Date
    Apr 2012
    Posts
    138
    Thanks G/R
    31/70
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Movement speed increase when you sprint.

  9. #24
    Yoyolo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    It's too broad of a subject to sit down with someone and teach. Have a look in the flash hacking section, there's some tutorials and there will be more to come to cover the basics.

    If you're learning from scratch, picking up a game where people haven't worked on yet might not be your best bet. Go pick a game like maplestory, or a flash game to learn the basics of it. Even though it's not the same language for flash (AS2 or AS3) as EXE/Binary files (C++ for the most part) the concept of how it's seen in the memory, registers, ASM and bytecode equivalent to ASM is the same process. That's what tremendously helps to understand before trying this.
    Any tips where to start. ?

  10. #25
    darkfuryex's Avatar Member
    Reputation
    1
    Join Date
    Feb 2015
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    It's too broad of a subject to sit down with someone and teach. Have a look in the flash hacking section, there's some tutorials and there will be more to come to cover the basics.

    If you're learning from scratch, picking up a game where people haven't worked on yet might not be your best bet. Go pick a game like maplestory, or a flash game to learn the basics of it. Even though it's not the same language for flash (AS2 or AS3) as EXE/Binary files (C++ for the most part) the concept of how it's seen in the memory, registers, ASM and bytecode equivalent to ASM is the same process. That's what tremendously helps to understand before trying this.
    hey bro a question to you, how long have you learn to hack since you got to where you are now? thanks for sharing the tips..im really interested in learning but dont know where to start from

    EDIT: also, since gg is down in this game, is it better to start learning how to edit memory with this game? thanks!
    Last edited by darkfuryex; 02-08-2016 at 11:09 AM.

  11. #26
    altf4thc's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sharps View Post

    The nearby values next to the movespeed address. By the way theres a CE table with a pointer to that address in my thread.

    Also thanks for the debugger tip.
    How do you know what some of these are? I dont understand how 310 is HP or how you know what these are when changing them does nothing. Please explain.

    Also, for anyone looking. Coords are 054, 058, 05C.

  12. #27
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2983
    Join Date
    Apr 2006
    Posts
    9,805
    Thanks G/R
    351/297
    Trade Feedback
    9 (100%)
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)
    thanks sharp

  13. #28
    mayainverse's Avatar Member
    Reputation
    8
    Join Date
    Jan 2008
    Posts
    182
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sharps View Post

    The nearby values next to the movespeed address. By the way theres a CE table with a pointer to that address in my thread.

    Also thanks for the debugger tip.
    how did you get names for all these addresses? someof them are straight forward and easy to recognize. but I dont get how you know something like lastpaintime. or alertness, now idea what that even is.
    Last edited by mayainverse; 02-14-2016 at 08:21 PM.

  14. #29
    chaosrain34's Avatar Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    57
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just letting you guys know, I've been banned twice in the past 4 days. The first time I was not sure what the reason was, because I was using both the Speedhack and the bypass. After the first unban I've only used the bypass and now I got banned again. I'm in the process of being unbanned right now and won't be using the bypass anymore and will report back after a week if I didn't get a ban again.

    Edit: With bypass I mean Launcher/GameGuard bypass.

  15. Thanks Parog (1 members gave Thanks to chaosrain34 for this useful post)
  16. #30
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,169
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chaosrain34 View Post
    Just letting you guys know, I've been banned twice in the past 4 days. The first time I was not sure what the reason was, because I was using both the Speedhack and the bypass. After the first unban I've only used the bypass and now I got banned again. I'm in the process of being unbanned right now and won't be using the bypass anymore and will report back after a week if I didn't get a ban again.

    Edit: With bypass I mean Launcher/GameGuard bypass.
    Why would you use the bypass if there's nothing to bypass anymore? That's bound to raise some flags.

    I've been speed hacking with no bans so far. With private software.

    Keep us updated!
    What's a Parog?
    Looking for competitive Valorant team!

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Run Through Tunnel without Dismounting
    By Matt in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 11-15-2006, 05:42 PM
  2. Run furthur indoors when mounted
    By Matt in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 10-30-2006, 05:58 AM
  3. Run with mount speed in BG's
    By Matt in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 05-13-2006, 06:59 PM
  4. Instance Death - No run back to corpse
    By Matt in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 04-07-2006, 06:54 AM
  5. 5 minute Gordock Run exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 04-03-2006, 04:36 PM
All times are GMT -5. The time now is 11:59 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