UndetectedX (08-09-2012),zikox (12-18-2013)
Hello Guys , Today i'm release' it Replace Code in PointBlank..
here it's
Compile to your Project C++ ^^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; }
Note :
For Search Base_Player [Tutorial] :Code:if(GetAsyncKeyState(VK_F12)&1) = Hotkey F12 (you can edit) 0x64D998 = Base_Player 0x6D8 = Pointer Secondary (gun) 0x23D2BEF6 = Offset Weapon (Dual Handgun)
Sorry For Spam , i'm just share to care to MPGH ^^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 ^^
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
UndetectedX (08-09-2012),zikox (12-18-2013)
Why dont you turn these into hacks?
Dude i can make you one famous coder if you just make the hacks.
@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
UndetectedX (08-09-2012)
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.
UndetectedX (08-09-2012)
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 yrsno 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.
replacing 44 slots for 16 max players? wanna be a famous coder? read again what lannyboy told ya
see this
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 ..![]()
Last edited by N_Ark; 07-30-2012 at 03:10 PM. Reason: photo
its not working and never will
@^ 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
umm huh ? does this work for project blackout plz help me on how to do this and stuff we need tut screeen shot etc>
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........................