Results 1 to 11 of 11
  1. #1
    Codder's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    :)
    Posts
    400
    Reputation
    12
    Thanks
    645
    My Mood
    Hot

    this helps suorce this right?

    No Grenade Damage:
    Code:
    DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
    		if (pWeaponsPtr)
    		{
    			for (int i = 0; i < 512; i++)
    			{
    				DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
    				if (pWeapon)
    					continue;
    
    				*(float*)(pWeapon + 0x754) = 0.0f;
    			}
    		}
    No Weapon Weight:
    Code:
    DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
                    if (pWeaponsPtr)
                    {
                            for (int i = 0; i < 512; i++)
                            {
                                    DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                    if (pWeapon)
                                            continue;
    
                                    *(float*)(pWeapon + 0x1F88) = 0.0f;
                            }
                    }

  2. #2
    gbjhet23's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Multi Player Game Hack
    Posts
    107
    Reputation
    10
    Thanks
    25
    My Mood
    Amused
    this source is working...if you know how to update it!!

  3. #3
    [N.O]N.A.M.E's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Alexandria
    Posts
    414
    Reputation
    39
    Thanks
    1,397
    My Mood
    Happy
    what is this pointer : 0x90A4B8 :S
    what is this offsets : 0x754 - 0x1F88
    and why 512 in the loop

    r u sure that ur code for CF

  4. #4
    gbjhet23's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Multi Player Game Hack
    Posts
    107
    Reputation
    10
    Thanks
    25
    My Mood
    Amused
    its old addies!!!

  5. #5
    [N.O]N.A.M.E's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Alexandria
    Posts
    414
    Reputation
    39
    Thanks
    1,397
    My Mood
    Happy
    Quote Originally Posted by gbjhet23 View Post
    its old addies!!!
    not old it is wrong

  6. #6
    Codder's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    :)
    Posts
    400
    Reputation
    12
    Thanks
    645
    My Mood
    Hot
    noname but this addyes and cf

  7. #7
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    this works , but not sure if the addys are wrong ...
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  8. #8
    abdoabdo123's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Egypt
    Posts
    725
    Reputation
    11
    Thanks
    127
    My Mood
    Cool
    all wrong

    Code:
    DWORD pWeaponsPtr = *(DWORD*)(CShell + 0x21DC);
                    if (pWeaponsPtr)
                    {
                            for (int i = 0; i < 533; i++)
                            {
                                    DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                    if (pWeapon)
                                            continue;
    
                                    *(float*)(p
    above is the right

    CShell not hShell
    and 533 not 512
    u find the loob
    Feel Free To PM or VM
    Add Me On Skype:
    Abd-AlRahman V

    I Play:
    1-Call of Duty MW3
    2-Minecraft
    3-Conquer Online

  9. #9
    Skulhead = hacked.'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    521
    Reputation
    10
    Thanks
    225
    My Mood
    Bored
    Quote Originally Posted by abdoabdo123 View Post
    all wrong

    Code:
    DWORD pWeaponsPtr = *(DWORD*)(CShell + 0x21DC);
                    if (pWeaponsPtr)
                    {
                            for (int i = 0; i < 533; i++)
                            {
                                    DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                    if (pWeapon)
                                            continue;
    
                                    *(float*)(p
    above is the right

    CShell not hShell
    and 533 not 512
    u find the loob
    He just declare it a other way, noob.

  10. #10
    giniyat202's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in my house
    Posts
    286
    Reputation
    9
    Thanks
    258
    My Mood
    Cheerful
    No Grenade Damage:
    Code:
    DWORD pWeaponsPtr = *(DWORD*)(CShellBase + 0xA2A7E8);
    		if (pWeaponsPtr)
    		{
    			for (int i = 0; i < 533; i++)
    			{
    				DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
    				if (pWeapon)
    					continue;
    
    				*(float*)(pWeapon + 0x754) = 0.0f;
    			}
    		}
    No Weapon Weight:
    Code:
    DWORD pWeaponsPtr = *(DWORD*)(CShellBase + 0xA2A7E8);
                    if (pWeaponsPtr)
                    {
                            for (int i = 0; i < 533; i++)
                            {
                                    DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                    if (pWeapon)
                                            continue;
    
                                    *(float*)(pWeapon + 0x1F88) = 0.0f;
                            }
                    }

  11. The Following User Says Thank You to giniyat202 For This Useful Post:

    Leech[Ban] (07-28-2011)

  12. #11
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Quote Originally Posted by abdoabdo123 View Post
    all wrong

    Code:
    DWORD pWeaponsPtr = *(DWORD*)(CShell + 0x21DC);
                    if (pWeaponsPtr)
                    {
                            for (int i = 0; i < 533; i++)
                            {
                                    DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                    if (pWeapon)
                                            continue;
    
                                    *(float*)(p
    above is the right

    CShell not hShell
    and 533 not 512
    u find the loob

    Leecher STFU..
    loob?
    Last edited by Royku; 07-28-2011 at 05:32 AM.

Similar Threads

  1. [Help Request] someoen help with this pub aCCOUNT
    By steelrat55rat in forum CrossFire Help
    Replies: 5
    Last Post: 07-06-2011, 08:45 AM
  2. [Help Request] Im New in this help please
    By SkullSlaya1 in forum Vindictus Help
    Replies: 11
    Last Post: 06-15-2011, 11:55 AM
  3. [Help Request] hi i need help on this plss
    By nagif123 in forum CrossFire Help
    Replies: 8
    Last Post: 05-25-2011, 03:22 AM
  4. [Help Request] Anyone can help with this ?
    By devileyebg in forum Vindictus Help
    Replies: 1
    Last Post: 05-01-2011, 03:57 PM
  5. Help: is this right
    By dadum02 in forum Combat Arms EU Hack Coding/Source Code
    Replies: 5
    Last Post: 08-03-2010, 07:57 AM