Results 1 to 5 of 5
  1. #1
    HexMurder's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    System.Diagnostics
    Posts
    344
    Reputation
    96
    Thanks
    3,170

    Freezing a value

    Say im making a trainer for a game, and i want to freeze the value of ammo.
    i can set the ammo to 999 ( memoryh4x(&H176C8B8, 999, 4))
    but i have no idea how to keep it from going to 998 when i shoot. someone please help! thanks guys

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Use a timer?



  3. #3
    HexMurder's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    System.Diagnostics
    Posts
    344
    Reputation
    96
    Thanks
    3,170
    Quote Originally Posted by Blubb1337 View Post
    Use a timer?
    please explain dude, im completley lost. i cant find anything to keep the value at 999

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Legit_Godmode View Post
    please explain dude, im completley lost. i cant find anything to keep the value at 999
    There is a control called "Timer", use it.

    With that hint, if you don't know any further, google will help you.



  5. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Freezing is really just writing back your "frozen" value to that memory location very quickly to give the impression that it never changed. To truly "Freeze" a value you would need to NOP all methods that access your value, which takes some reverse engineering and is too much of a pain in the ass.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Similar Threads

  1. VB6 SUPERJUMP VALUE FREEZING!!!???problem
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-10-2007, 03:37 AM
  2. Weapon Values
    By EndRiT in forum WarRock - International Hacks
    Replies: 8
    Last Post: 04-21-2007, 05:05 AM
  3. Warrock Trainer Values
    By shadowsecret in forum WarRock - International Hacks
    Replies: 2
    Last Post: 03-23-2007, 09:40 AM
  4. Ammo/Damage Box Values?
    By wooden_amulet in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-02-2006, 02:55 AM
  5. Cheat Engine Values
    By Bull3t in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-31-2006, 04:10 AM