Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep

    Weapon Hack doesn't work

    Hey ..
    Can u help me for my Weapon Hack ?
    I tested alot round it but it doesn't work ..
    Here's the Code:

    Code:
    bool weapon = true;
    DWORD WINAPI Hacks(LPVOID)
    {
    	DWORD CShell = (DWORD)GetModuleHandleW(L"CShell.dll");
    	DWORD M16 =  *(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*25));
    	DWORD goldenak = *(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*56)); 
    
    	if(weapon==1)
    	{
                        for(int i=1 ; i<=9556 ; i++)
                        {
    						*(DWORD*)( M16 + i )		 = *(DWORD*)( goldenak + i );
                        }
          }
    }
    WeaponMgr:
    Code:
    #define WeaponMgr          0xb65e94
    I know that Weapon Hacks are patched (for NA), this is for Fantasie Games ..

  2. #2
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by hanyali2012 View Post
    Srry i Cant Help ! Because When I Want A Help No Buddy Help Me
    If u cant help you dont need to write it down !
    Just leave the thread

  3. #3
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    I think it's patched



  4. #4
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by Ryuzaki™ View Post
    I think it's patched
    I said it's for Crossfire Fantasie Games ...

  5. #5
    Borodulin's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Communisty
    Posts
    105
    Reputation
    10
    Thanks
    73
    My Mood
    Sleepy
    Quote Originally Posted by Ryuzaki™ View Post
    I think it's patched
    That's right, this weapon hack patched in old game Fantasie games.
    Washington Approved Legalize Marijuana!
    I live in Washington, I Have Marlboro Weed


  6. #6
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by Borodulin View Post
    That's right, this weapon hack patched in old game Fantasie games.
    I cant understand ur english ..

  7. #7
    Intellectual's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    GDI
    Posts
    5,389
    Reputation
    785
    Thanks
    16,091
    My Mood
    Yeehaw
    @[H]aaBX don't forget to thx me
    [CODE]WeaponMgr :
    0xB65E94[/CODE]

    Code:
    Code:
    Code:
     DWORD WINAPI hacks(LPVOID)
    {
       while(1)
    {
     DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
     DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4); 
     DWORD* goldenak = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 56*4);
    
    *m16 = *goldenak;
    Last edited by Intellectual; 09-23-2012 at 06:30 AM.

  8. The Following User Says Thank You to Intellectual For This Useful Post:

    [H]aaBX (09-23-2012)

  9. #8
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by Ryzz View Post
    WeaponMgr :
    0xB65E94
    Is this for Crossfire Fantasie Games ?

  10. #9
    Intellectual's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    GDI
    Posts
    5,389
    Reputation
    785
    Thanks
    16,091
    My Mood
    Yeehaw
    Quote Originally Posted by [H]aaBX View Post
    Is this for Crossfire Fantasie Games ?
    yes its for cf fantasye and its working
    https://www.mpgh.net/forum/175-crossf...no-reload.html

  11. #10
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    Quote Originally Posted by [H]aaBX View Post
    I cant understand ur english ..
    IT'S PATCHED THERE TO .
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  12. #11
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by Ryzz View Post


    yes its for cf fantasye and its working
    https://www.mpgh.net/forum/175-crossf...no-reload.html
    It dont work for me ..

    ---------- Post added at 03:18 PM ---------- Previous post was at 03:17 PM ----------

    Quote Originally Posted by bandi12 View Post
    IT'S PATCHED THERE TO .
    Since?
    /msg2short

  13. #12
    lolman963's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    628
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    [H]aaBX if you get xtrap error.Dont press Debug!You must press Release!

  14. #13
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep

    I didnt say that i get an X-Trap Error !

  15. #14
    Borodulin's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Communisty
    Posts
    105
    Reputation
    10
    Thanks
    73
    My Mood
    Sleepy
    Quote Originally Posted by [H]aaBX View Post
    I cant understand ur english ..
    Sorry, This weapon hack patched already in 2009 sorry.

    ---------- Post added at 04:17 PM ---------- Previous post was at 04:16 PM ----------

    oh well i used to use weapon hack that's was cool knife with weapon some ZP weapons
    Washington Approved Legalize Marijuana!
    I live in Washington, I Have Marlboro Weed


  16. #15
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by Borodulin View Post
    Sorry, This weapon hack patched already in 2009 sorry.
    Do u know that we're talking about Crossfire Fantasie Games ?

Page 1 of 2 12 LastLast

Similar Threads

  1. Hack doesn't work
    By chrisssj3 in forum Combat Arms Hacks & Cheats
    Replies: 43
    Last Post: 01-09-2009, 02:50 PM
  2. New Hack Doesn't work!
    By Fasdius2 in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 01-07-2009, 08:22 AM
  3. New Hack doesn't work help!
    By Remorse in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 01-06-2009, 06:41 PM
  4. Why Public CA hack doesn't work well
    By Rigby in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 12-28-2008, 05:33 PM
  5. Hacks doesn't work anymore?
    By jorisy00 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-23-2007, 09:55 AM