Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Devata25's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    C:\WINDOWS\system32
    Posts
    38
    Reputation
    10
    Thanks
    139
    My Mood
    Cold

    Cool Replace Weapon [Base_Player]

    Hello Guys , Today i'm release' it Replace Code in PointBlank..

    here it's

    Code:
    DWORD WINAPI REPLACE(LPVOID param)
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_F12)&1)
    {
    HACK = !HACK;MessageBeep(MB_ICONINFORMATION);
    }
    if(HACK)
    {
    if(A>0)
    {
    int i;
    for (i = 0 ; i <= 43 ; i++)
    {
    DWORD pBase = (DWORD)GetModuleHandleA("PointBlank.exe");
    Replace(pBase+(DWORD)0x64D998,0x6D8 + (i*0x150),0x23D2BEF6);//Dual HandGun
    }
    }
    }
    Sleep(100);
    }
    return 0;
    }
    Compile to your Project C++ ^^

    Note :
    Code:
    if(GetAsyncKeyState(VK_F12)&1) = Hotkey F12 (you can edit)
    0x64D998 = Base_Player 
    0x6D8 = Pointer Secondary (gun)
    0x23D2BEF6 = Offset Weapon (Dual Handgun)
    For Search Base_Player [Tutorial] :
    Code:
    First Login PB and Create Room
    (remember your Nick Char & Title Room)
    Make PB Bugtrap ..
    Open C.E - Attach to PointBlank / ProjectBlackout
    Scan : you'r NickName Char
    Type : Text 
    select one address
    then browse this memory region
    take the leading address of the char nick
    right click - add to addres list
    Such registers Scan Pointer
    and later on you will see PointBlank.exe +000000
    ex. PointBlank.exe +64D998 (indo)
    
    PointBlank.exe +000000
    000 000 = Offset Base_Player
    
    ^^
    Sorry For Spam , i'm just share to care to MPGH ^^
    Don't Leech or will get a banned LOL

    Just Click Thank's ^^
    Last edited by Devata25; 06-21-2012 at 07:51 PM.
    Devata|Code'Rian
    Legend Coder@DeCode

  2. The Following 2 Users Say Thank You to Devata25 For This Useful Post:

    UndetectedX (08-09-2012),zikox (12-18-2013)

  3. #2
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,952
    Reputation
    4088
    Thanks
    6,418
    Why dont you turn these into hacks?

    Dude i can make you one famous coder if you just make the hacks.

  4. #3
    Devata25's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    C:\WINDOWS\system32
    Posts
    38
    Reputation
    10
    Thanks
    139
    My Mood
    Cold
    @Burgessjr

    I just wanted to share because mpgh care

    I am hoping to enter vip forum: p
    it is not possible: (
    Devata|Code'Rian
    Legend Coder@DeCode

  5. The Following User Says Thank You to Devata25 For This Useful Post:

    UndetectedX (08-09-2012)

  6. #4
    MasterZin's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    43
    This basically can de done to replace chars too right?
    If I compile it with the address of default chear in hex decimal and add the sub...

    I got this idea in your other post.

  7. #5
    djfantasy06's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    video tutorial please :S

  8. #6
    Devata25's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    C:\WINDOWS\system32
    Posts
    38
    Reputation
    10
    Thanks
    139
    My Mood
    Cold
    Quote Originally Posted by djfantasy06 View Post
    video tutorial please :S
    search on youtube : How To Search Base Player PointBlank

    Learn to be a coder

    sorry for spam
    Devata|Code'Rian
    Legend Coder@DeCode

  9. The Following User Says Thank You to Devata25 For This Useful Post:

    UndetectedX (08-09-2012)

  10. #7
    lannyboy's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    420
    again, he leeched from f0rbb1d3nch34ts

    you have to find the player base whenever new pointblank/projectblack updated. if you want to work to these stuffs, learn asm, learn reverse engineering at least few months. these are not simple as you think.

    to code a workable hack, you need this:
    1) intermedant c++ knowledge (at least 2 yrs above)
    2) asm knowledge (at least knowing some basic level for 8086)
    3) d3d8/d3d9 knowledge (at least all the basic one, this probably need half year to complete understand some basic works)... d3d10/d3d11 are plus.
    4) reverse engineering knowledge (at least some basic knowledge, you probably need to have a lot practical to this one. otherwise people throw the esp address for you, but you will not able to use it without knowing the real base).
    5) some hacking architecture knowledge (you probably have to read a lot forums and have some discussion over forums to get a better knowledge).

    if you are just starting to learn this... haha... see you in may be 1 yr? or may be longer 2 yrs no joke... copypasta lucky work for one time, once the game updated or anti-cheat program updated. tada... you will be stalled

    i can tell you, i am still nothing comparing to many even i code my own hack. you still see me ask a lot in other forums. my nick is never changed, => lannyboy.

  11. #8
    Shartob1's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    INDO-CROSSFIRE
    Posts
    140
    Reputation
    10
    Thanks
    14
    My Mood
    Amused
    Quote Originally Posted by Devata25 View Post
    Hello Guys , Today i'm release' it Replace Code in PointBlank..

    here it's

    Code:
    DWORD WINAPI REPLACE(LPVOID param)
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_F12)&1)
    {
    HACK = !HACK;MessageBeep(MB_ICONINFORMATION);
    }
    if(HACK)
    {
    if(A>0)
    {
    int i;
    for (i = 0 ; i <= 43 ; i++)
    {
    DWORD pBase = (DWORD)GetModuleHandleA("PointBlank.exe");
    Replace(pBase+(DWORD)0x64D998,0x6D8 + (i*0x150),0x23D2BEF6);//Dual HandGun
    }
    }
    }
    Sleep(100);
    }
    return 0;
    }
    Compile to your Project C++ ^^

    Note :
    Code:
    if(GetAsyncKeyState(VK_F12)&1) = Hotkey F12 (you can edit)
    0x64D998 = Base_Player 
    0x6D8 = Pointer Secondary (gun)
    0x23D2BEF6 = Offset Weapon (Dual Handgun)
    For Search Base_Player [Tutorial] :
    Code:
    First Login PB and Create Room
    (remember your Nick Char & Title Room)
    Make PB Bugtrap ..
    Open C.E - Attach to PointBlank / ProjectBlackout
    Scan : you'r NickName Char
    Type : Text 
    select one address
    then browse this memory region
    take the leading address of the char nick
    right click - add to addres list
    Such registers Scan Pointer
    and later on you will see PointBlank.exe +000000
    ex. PointBlank.exe +64D998 (indo)
    
    PointBlank.exe +000000
    000 000 = Offset Base_Player
    
    ^^
    Sorry For Spam , i'm just share to care to MPGH ^^
    Don't Leech or will get a banned LOL

    Just Click Thank's ^^
    Bisa kasih BAse yg lengkap bro? sesama cheater's indo harus saling berbagi! ^_^
    sbelumnya salam kenal

  12. #9
    trapcode's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    34
    Reputation
    10
    Thanks
    3
    My Mood
    Cool
    replacing 44 slots for 16 max players? wanna be a famous coder? read again what lannyboy told ya
    see this

  13. #10
    N_Ark's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    10
    int i;
    for (i = 0 ; i <= 43 ; i++)

    loop index is too much
    number of players in the room is only 16 ..

    and the first thing to note

    0x6D8 = Pointer Weapon Pointblank Indonesia
    was only for Indonesia (and probably in Indonesia is not work anymore)
    you must replace it with Project Blackout Pointer's Weapon

    sorry for my bad english speak ..
    Attached Thumbnails Attached Thumbnails
    PointBlank_20120731_035017.jpg  

    Last edited by N_Ark; 07-30-2012 at 03:10 PM. Reason: photo

  14. #11
    lannyboy's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    97
    Reputation
    10
    Thanks
    420
    Quote Originally Posted by N_Ark View Post
    int i;
    for (i = 0 ; i <= 43 ; i++)

    loop index is too much
    number of players in the room is only 16 ..

    and the first thing to note

    0x6D8 = Pointer Weapon Pointblank Indonesia
    was only for Indonesia (and probably in Indonesia is not work anymore)
    you must replace it with Project Blackout Pointer's Weapon

    sorry for my bad english speak ..
    the code is wrong, but your explanation is also wrong. even you corrected to 16 players, you still tend to replace 2nd weapons for the 16 players. wrong!
    Last edited by lannyboy; 08-01-2012 at 10:37 PM.

  15. #12
    probyta's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    its not working and never will

  16. #13
    N_Ark's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    10
    @^ its working .. i'am tested in pointblank : indonesian,peru/kaybo,italia,turkey,thailand ..

    you must find :

    1. Address Player
    2. Pointer Weapon
    3. Size Weapon

  17. #14
    iservefemales's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    salina
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Doubtful
    umm huh ? does this work for project blackout plz help me on how to do this and stuff we need tut screeen shot etc >

  18. #15
    bobkey's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    DWORD WINAPI REPLACE(LPVOID param)
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_F12)&1)
    {
    HACK = !HACK;MessageBeep(MB_ICONINFORMATION);
    }
    if(HACK)
    {
    if(A>0)
    {
    int i;
    for (i = 0 ; i <= 43 ; i++)
    {
    DWORD pBase = (DWORD)GetModuleHandleA("PointBlank.exe");
    Replace(pBase+(DWORD)0x64D998,0x6D8 + (i*0x150),0x23D2BEF6);//Dual HandGun
    }
    }
    }
    Sleep(100);
    }
    return 0;
    }



    Sleep(100); lol........................

Page 1 of 2 12 LastLast

Similar Threads

  1. [Detected] Replace Weapon ( Just AK Sopmod ) & Magnet
    By ikiscream02 in forum Piercing Blow Hacks & Cheats
    Replies: 15
    Last Post: 01-16-2012, 10:13 PM
  2. Replies: 19
    Last Post: 11-11-2011, 12:19 PM
  3. Weapon Replacement.
    By Bagelsnips in forum Combat Arms Mod Help
    Replies: 5
    Last Post: 07-31-2011, 09:48 PM
  4. [SEARCH]weapons
    By neoRUS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-14-2006, 02:03 PM
  5. Two more weapons in Warrock
    By Zededarian in forum Game Hacking Tutorials
    Replies: 4
    Last Post: 01-04-2006, 01:54 PM