Results 1 to 15 of 24

Threaded View

  1. #1
    _|Alessandro10|_'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    90
    Reputation
    14
    Thanks
    45

    Address Infinite Ammo... [Visual w/ Server Side]

    Address
    Code:
    #define InfiniteAmmo 0x373DBD7D
    How To Use:
    Code:
    if((*(BYTE *)GameStatus == 1) && InfiniteAmmo){
    memcpy((VOID *)InfiniteAmmo, (VOID *)(PBYTE)"\x90\x90", 2);
    }else{
    memcpy((VOID *)InfiniteAmmo, (VOID *)(PBYTE)"\x74\x0A", 2);
    }
    Last edited by _|Alessandro10|_; 05-14-2011 at 02:24 PM.

  2. The Following User Says Thank You to _|Alessandro10|_ For This Useful Post:

    armando2142 (06-02-2011)