Thread: HELP ME PLEASE

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Heart123's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    #include <me.Handsome.h>
    Posts
    259
    Reputation
    10
    Thanks
    633
    My Mood
    Drunk
    Quote Originally Posted by Alex_Agnew View Post
    You Have A Addylogger that Application Already Can you give it to me

  2. #17
    Mr.NoNames's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    285
    My Mood
    Angelic
    This is the old one if that is what you mean.
    Code:
    if(PlayerPtr != 0){
    *(DWORD*)(PlayerPtr+OFS_Weapon_1_here) = index_of_your_weapon;
    *(DWORD*)(PlayerPtr+OFS_Weapon_2_here) = index_of_your_weapon;
    *(DWORD*)(PlayerPtr+OFS_Weapon_3_here) = index_of_your_weapon;}
    this is bendir ...

  3. #18
    Mr.NoNames's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    285
    My Mood
    Angelic
    This is the old one if that is what you mean.
    Code:
    if(PlayerPtr != 0){
    *(DWORD*)(PlayerPtr+OFS_Weapon_1_here) = index_of_your_weapon;
    *(DWORD*)(PlayerPtr+OFS_Weapon_2_here) = index_of_your_weapon;
    *(DWORD*)(PlayerPtr+OFS_Weapon_3_here) = index_of_your_weapon;}

    same thes source code ..


    #define OFS_Weapon1 0x101DA
    #define OFS_Weapon2 0x101DE
    #define OFS_Weapon3 0x101E2

    void WeaponBinder(int ID)//Für Arme
    {
    DWORD Player = *(DWORD*)ADR_PlayerPointer;
    if(Player != 0)
    {
    if (GetAsyncKeyState(VK_F5)&1)
    {
    *(WORD*)(Player+OFS_Weapon1) = ID;
    *(WORD*)(Player+OFS_Weapon2) = ID;
    *(WORD*)(Player+OFS_Weapon3) = ID;
    }
    }
    }
    Like ·

  4. #19
    kevin0152's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    https://www.facebook.com/HackNEP
    Posts
    187
    Reputation
    10
    Thanks
    414
    My Mood
    Asleep
    Quote Originally Posted by Mr.NoNames View Post
    same thes source code ..


    #define OFS_Weapon1 0x101DA
    #define OFS_Weapon2 0x101DE
    #define OFS_Weapon3 0x101E2

    void WeaponBinder(int ID)//Für Arme
    {
    DWORD Player = *(DWORD*)ADR_PlayerPointer;
    if(Player != 0)
    {
    if (GetAsyncKeyState(VK_F5)&1)
    {
    *(WORD*)(Player+OFS_Weapon1) = ID;
    *(WORD*)(Player+OFS_Weapon2) = ID;
    *(WORD*)(Player+OFS_Weapon3) = ID;
    }
    }
    }
    Like ·
    it's technicaly the same as the one above is shorter and simpler also this works on px items without dc

    and heart still beggin?why dont you make your own.no one will give you an addylogger
    [IMG]https://i95.photobucke*****m/albums/l142/Kraft1979/rules.gif[/IMG]

    WANT WARROCK PH HACKS? go here ---------->https://www.facebook.com/HackNEP


    press thanks if i helped ^_^

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] Help me please
    By gui123gui5 in forum CrossFire Help
    Replies: 12
    Last Post: 07-01-2011, 11:58 AM
  2. [Help Request] help me please
    By taotao in forum Vindictus Help
    Replies: 0
    Last Post: 06-29-2011, 11:24 PM
  3. [Help Request] Help me please.
    By josias008 in forum Combat Arms Help
    Replies: 1
    Last Post: 06-19-2011, 05:19 AM
  4. [Help Request] Help me please
    By lazhras in forum Vindictus Help
    Replies: 4
    Last Post: 05-31-2011, 02:57 PM
  5. [Help Request] HELP ME PLEASE- Disable team Axis
    By darkorlegend in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 5
    Last Post: 05-18-2011, 01:02 AM