Thread: HELP

Results 1 to 4 of 4
  1. #1
    MadCoder's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    HELP

    I opened GameClient with ollydbg and this ss 1 :
    https://s24.postimg.org/tgiyyp2ed/caps_1.jpg
    And ı not understand this region and ı try ida dissambler ss 2 :
    https://s15.postimg.org/nqc50f2mz/caps_2.jpg
    How can ı make a gravity hack ? Which gravity offset ? :/ Please help me

  2. #2
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    What game? Engine? We need a little more info.

  3. #3
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    @MadCoder what kind of games??






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  4. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Essentially, this is what I think is happening, but I haven't really sat down and thought about it thuroughly.

    On the line, right above where the arrow is pointing, you assign a static variable dword_10503540 to point to the address of a property, "PlayerGravity". If that property doesn't exist (i.e, that pointer is null) you create it and assign it the value of -9.8 (that is the acceleration due to gravity.)

    So, what might work is to change the -9.8 to -2.0 etc (which will reduce gravity's acceleration) or 0, which will negate its effect. That said, it may not work if this property is initialized elsewhere (You could follow the thiscall to figure out where if this does not work.)



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM