Page 3 of 3 FirstFirst 123
Results 31 to 45 of 45
  1. #31
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by CoderCf View Post
    Why the NoReload is not working can you post the source again but from your Project i think the value 500 is wrong or the offset...

    @CFHackerExtreme
    Oh my God! Make it by yourself and don`t ask for Full Sources!
    Tip by me: Try i decreased Value like 100

    Only for German Guys...

  2. #32
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by CFHackerExtreme View Post
    0x340 is the NoReload PlayerPointer offset for EU/NA/IN
    I only knew 0xC3C for WeaponMgr NoReload ^^
    ye i know
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  3. #33
    [T]he[R]eal's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    #define Reload 0x340

    DWORD pPlayerPointer = *(DWORD*)(CShell + PlayerPointer + 0x54);

    if(pPlayerPointer)
    {
    *(DWORD*)(pPlayerPointer + Reload) = 100;
    }


    is not working too ?


    1. MFC Application e.t.c

    2. XTrap WerFoult.exe ...

  4. #34
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by [T]he[R]eal View Post
    #define Reload 0x340

    DWORD pPlayerPointer = *(DWORD*)(CShell + PlayerPointer + 0x54);

    if(pPlayerPointer)
    {
    *(DWORD*)(pPlayerPointer + Reload) = 100;
    }


    is not working too ?


    1. MFC Application e.t.c

    2. XTrap WerFoult.exe ...
    Hmm, Try 12 as Value!

    Only for German Guys...

  5. #35
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by [T]he[R]eal View Post
    #define Reload 0x340

    DWORD pPlayerPointer = *(DWORD*)(CShell + PlayerPointer + 0x54);

    if(pPlayerPointer)
    {
    *(DWORD*)(pPlayerPointer + Reload) = 100;
    }


    is not working too ?


    1. MFC Application e.t.c

    2. XTrap WerFoult.exe ...
    i was using that in 2012 "still working"

    Code:
    	{
    		if(CShell+ WeaponMgr)
    		{
    			
    			{
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((!IsMG) || (!IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I)) + addy)) = value;
    				}
    
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((IsSniper) || (IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I))) + addy) = value;
    				}
    			}
    		}
    }
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  6. #36
    [T]he[R]eal's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by mamo007 View Post


    i was using that in 2012 "still working"

    Code:
    	{
    		if(CShell+ WeaponMgr)
    		{
    			
    			{
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((!IsMG) || (!IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I)) + addy)) = value;
    				}
    
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((IsSniper) || (IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I))) + addy) = value;
    				}
    			}
    		}
    }

    The feature is not working but still gave client error 28_3

  7. #37
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by [T]he[R]eal View Post
    The feature is not working but still gave client error 28_3
    feature is working but still get 28_3 .. u can use it for another feature
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  8. #38
    [T]he[R]eal's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by mamo007 View Post


    feature is working but still get 28_3 .. u can use it for another feature


    Can you please say me for witch ? ...

  9. #39
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by [T]he[R]eal View Post
    Can you please say me for witch ? ...
    what features can be use with weaponmgr ?!!
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  10. #40
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by mamo007 View Post


    i was using that in 2012 "still working"

    Code:
    	{
    		if(CShell+ WeaponMgr)
    		{
    			
    			{
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((!IsMG) || (!IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I)) + addy)) = value;
    				}
    
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*I)) ) != NULL &&((IsSniper) || (IsMG)))
    				{
    					*(char*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*I))) + addy) = value;
    				}
    			}
    		}
    }
    Egyptian Fail ^^ Thats the normal WeaponMgr NoReload ^^
    Thats the most posted Source on MPGH ^^
    And TheReal will NoReload! This give 28_3, he hasn`t a Bypass ^^

    Only for German Guys...

  11. #41
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by CFHackerExtreme View Post
    Egyptian Fail ^^ Thats the normal WeaponMgr NoReload ^^
    Thats the most posted Source on MPGH ^^
    And TheReal will NoReload! This give 28_3, he hasn`t a Bypass ^^
    i dont know if it release before ...

    but you still ego and Elemental
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  12. #42
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by mamo007 View Post


    i dont know if it release before ...

    but you still ego and Elemental
    https://www.mpgh.net/forum/242-crossf...load-code.html

    Only for German Guys...

  13. #43
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by CFHackerExtreme View Post
    is that like mine ?

    kkkkkkkkkk u .. u right .. im very noob .. leecher .. stupid kid .. happy ? i hope so

    now stop flaming me !
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  14. #44
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by mamo007 View Post


    is that like mine ?

    kkkkkkkkkk u .. u right .. im very noob .. leecher .. stupid kid .. happy ? i hope so

    now stop flaming me !
    I Know, that isn`t yours, but the same principle!

    Only for German Guys...

  15. #45
    Jim's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Summoner's Rift
    Posts
    4,250
    Reputation
    860
    Thanks
    1,556
    My Mood
    Psychedelic
    Thanks man, I'm going to start working with this soon.
    Need a friend? Private Message
    Need a Middleman? Add me on Skype: HERE or Copy & Search >> 'aussie_sniperx'
    ---------------








    Ex-sections:
    DayZ
    OFPS
    OMMORPG
    M.A.T
    OSPFPS
    Battleon

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Release] iSnipe 3 with VIP and some other features =)
    By best22 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 38
    Last Post: 01-18-2013, 08:16 PM
  2. [Discussion] Some forgotten features...
    By kmanev073 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 07-09-2012, 11:33 AM
  3. [Release] Some D3D Features
    By Swag in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 01-23-2012, 06:33 AM
  4. [Release] Pub Hack plus some VIP features
    By king4940 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 07-06-2010, 03:13 PM
  5. SOME HACK FEATURES
    By Kaldra in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 10-18-2008, 03:13 AM