Results 1 to 3 of 3
  1. #1
    matheusgtx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MPGH
    Posts
    178
    Reputation
    10
    Thanks
    2,027
    My Mood
    Aggressive

    What is the problem with my Hack?

    I made this hack today, but it's not working, only works no-reload,
    Help-me Please.

    My Source Code:
    #define WeaponMgr 0xA68F90
    #define NoReload 0x269C
    #define NoSpread 0x26A0
    #define NoWeight 0x2450
    #define NoChange 0x2698
    #define OneHit 0x7F8

    bool recoil = true;
    bool nospread = true;
    bool noweight = true;
    bool nochange = true;
    bool noreload = true;
    bool onehit = true;
    if(nospread){
    if (pWeaponMgr){
    for(int i=0; i<614; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoSpread) = 0.0f;
    }
    }
    }
    } // end NoSpread

    if(nochange){
    if (pWeaponMgr){
    for(int i=0; i<614; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoChange) = 100.0f;
    }
    }
    }
    } // end NoChange

    if(noweight){
    if (pWeaponMgr){
    for(int i=0; i<614; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoWeight) = 0.0f;
    }
    }
    }
    } // end noWeight

    if(noreload){
    if (pWeaponMgr){
    for(int i=0; i<614; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 150;
    }
    }
    }
    } // end NoReload

    if(onehit){
    if (pWeaponMgr){
    for(int i=0; i<614; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + OneHit) = 9999;
    }
    }
    }
    } // end OneHitKill
    if possible send me the code to run the onehitkill and wall hack. thanks !
    Last edited by matheusgtx; 11-18-2011 at 04:03 PM.

  2. #2
    pronoobs123's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    where do u put these code?
    Plz help me

  3. #3
    Jordyr's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    363
    Reputation
    14
    Thanks
    71
    My Mood
    Aggressive
    Quote Originally Posted by pronoobs123 View Post
    where do u put these code?
    Plz help me
    Lol dude dont leech off this dude.

    Ill send you one hit in a pm

Similar Threads

  1. What is the problem with mpgh?
    By alex606516 in forum General
    Replies: 8
    Last Post: 10-17-2011, 04:46 PM
  2. Detours, whats the problem with them
    By Clarkie in forum Combat Arms Coding Help & Discussion
    Replies: 17
    Last Post: 05-30-2011, 11:42 PM
  3. [Help] What is the PROBlem with my ava
    By jarren123 in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 8
    Last Post: 04-08-2011, 06:06 AM
  4. I have the same problem with all Hacks!
    By adry1style in forum WarRock Discussions
    Replies: 8
    Last Post: 11-28-2010, 04:50 AM
  5. Problem with a hack
    By Nikko42 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 09-02-2007, 09:57 PM

Tags for this Thread