Results 1 to 3 of 3
  1. #1
    johnnydicamillo's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    In the MPGH website
    Posts
    79
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    Compiles just doesnt work ingame

    addys:
    #define No_Bounds_1 0xBF1FC8
    #define No_Bounds_2 0xBF1FD0
    #define ADR_SPAWN_1 0xBFABE0
    #define ADR_SPAWN_2 0xBFABE8
    #define ADR_FASTAMMO 0xBCAD94
    #define ADR_FASTREPAIR 0xBCAD98
    #define ADR_FASTFLAG 0xBCADA0
    #define ADR_FASTHEALTH 0xBCAD9C
    Hack Code:
    //Fast All
    {
    *(float*)(ADR_FASTAMMO) = 20.0f;
    *(float*)(ADR_FASTHEALTH) = 20.0f;
    *(float*)(ADR_FASTREPAIR) = 20.0f;
    *(float*)(ADR_FASTFLAG) = 20.0f;
    }
    //No Bounds
    *(int*)(No_Bounds_1)=0;*(int*)(No_Bounds_2)=0;
    //No Spawn Wait
    {
    *(float*) ADR_SPAWN_1 = 0;
    *(float*) ADR_SPAWN_2 = 0;
    }
    This is for a non menu hack

  2. #2
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    What happens ingame...? Crashes? Or just nothing happens?
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  3. #3
    johnnydicamillo's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    In the MPGH website
    Posts
    79
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    Quote Originally Posted by Zithium View Post
    What happens ingame...? Crashes? Or just nothing happens?
    just nothing happens all my other hacks that i had on there work

Tags for this Thread