0% found this document useful (0 votes)
30 views3 pages

Include

This document contains code for modifying a PointBlank game file to unlock weapons and enable auto-headshot. It finds the game module address and uses that to locate and overwrite code that checks weapon/ability restrictions, allowing all weapons and enabling auto-headshot. Variables track which modifications to apply based on menu selections. The code then sleeps in a loop to continuously apply the modifications.

Uploaded by

Endric Babeh's
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

Include

This document contains code for modifying a PointBlank game file to unlock weapons and enable auto-headshot. It finds the game module address and uses that to locate and overwrite code that checks weapon/ability restrictions, allowing all weapons and enabling auto-headshot. Variables track which modifications to apply based on menu selections. The code then sleeps in a loop to continuously apply the modifications.

Uploaded by

Endric Babeh's
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

#include #pragma warning(disable: 4700)int CH_Secondary=0;int

CH_Mele=0;int CH_AutoHS=0;int CH_Smoke=0;int CH_Granate=0;int


CH_CTMemek=true;DWORD AlexHackk,AutoHetsot;
//===================================================================
=====================//
BOOL LCOI(unsigned long ADRexec, int OFSexec, int PTRexec){if
(!IsBadWritePtr((void*)ADRexec, sizeof(unsigned long))){if
(!IsBadWritePtr((void*)(*(unsigned long*)ADRexec + OFSexec),
sizeof(unsigned long))){*(int*)(*(unsigned long*)ADRexec + OFSexec) =
PTRexec;}}return (0);}
//===================================================================
==========
DWORD WINAPI BarusReplace(LPVOID param){while(1){
//-------------------------Fang Blade + uzzi ---------------------//
if(CH_CTMemek==1){DWORD AlexHackk =
(DWORD)GetModuleHandleA("PointBlank.Exe");
int i;
for (i = 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6C8 +
(i*0x150), 0x41BE7D7E);
// Baret GM LCOI(AlexHackk+(DWORD)0x631A58, 0x6C4 + (i*0x150),
0x41AF3B40); // Helmet Defense +++ LCOI(AlexHackk+(DWORD)0x631A58,
0x6BC + (i*0x150), 0x3BAA141A); // ViperRed Tero
LCOI(AlexHackk+(DWORD)0x631A58, 0x6C0 + (i*0x150), 0x3BAA1031);
// Hide CT } } //===================================Immi
Uzzi=====================================// if(CH_Secondary==1) {
DWORD AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i;
for (i = 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC +
(i*0x150), 0x23D29027);//UZZI } }
//===================================Glock
18=====================================// if(CH_Secondary==2) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC +
(i*0x150), 0x23D2901B);//Glock18 } }
//===================================R.B 454
SS8M+S=====================================// if(CH_Secondary==3) {
DWORD AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i;
for (i = 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC +
(i*0x150), 0x23D29020); // R.B 454 SS8M+S } }
//=================================== Dual Eagle
D=====================================// if(CH_Secondary==4) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC +
(i*0x150), 0x23D2BEF6);// Dual Eagle D } }

//===================================HK
69=====================================// if(CH_Secondary==5) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC +
(i*0x150), 0x23D2902A);// HK 69 } }
//===================================Piython=========================
============// if(CH_Secondary==6) { DWORD AlexHackk =
(DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i = 0 ; i <=
23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6DC + (i*0x150),
0x23D29017);// Piython } } //===================================WP
Smoke=====================================// if(CH_Smoke==1) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E8 +
(i*0x150), 0x35E20D5F); // WP Smoke } }
//===================================Valentine=======================
==============// if(CH_Smoke==2) { DWORD AlexHackk =
(DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i = 0 ; i <=
23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E8 + (i*0x150),
0x35E20D67);// Valentine } }
//===================================Medical
Kit=====================================// if(CH_Smoke==3) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E8 +
(i*0x150), 0x35E20D63);// Medical Kit } }
//===================================C5D=====================================// if(CH_Granate==1) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E4 +
(i*0x150), 0x2FDCEA1E);// C-5 D } }
//===================================K400
Dual=====================================// if(CH_Granate==2) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E4 +
(i*0x150), 0x2FDCEA20);// K400 Dual } }
//===================================Cokolate
granat=====================================// if(CH_Granate==3) {
DWORD AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i;
for (i = 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E4 +
(i*0x150), 0x2FDCEA21);//Bom Coklat } }
//===================================Fang
Blade=====================================// if(CH_Mele==1) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 +
(i*0x150), 0x29D7AF79);// Pang Blade } }
//===================================Combat==========================
===========// if(CH_Mele==2) { DWORD AlexHackk =
(DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i = 0 ; i <=
23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 + (i*0x150),
0x29D7AF76);//Combat//piso } }
//===================================Mini
Aze====================================// if(CH_Mele==3) { DWORD

AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i


= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 +
(i*0x150), 0x29D7AF74);// Mini Axe } }
//===================================Amok
Kukri====================================// if(CH_Mele==4) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 +
(i*0x150), 0x29D7AF6C);//Amok Kukri//piso } }
//=================================== Piso Dino
====================================// if(CH_Mele==5) { DWORD
AlexHackk = (DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i
= 0 ; i <= 23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 +
(i*0x150), 0x29D7AF78);// Piso Dino } }
//=================================== Piso lempar shurikehen
====================================//
if(CH_Mele==6) { DWORD AlexHackk =
(DWORD)GetModuleHandleA("PointBlank.Exe"); int i; for (i = 0 ; i <=
23 ; i++){ LCOI(AlexHackk+(DWORD)0x631A58, 0x6E0 + (i*0x150),
0x29D7AF7A);// Piso lempar shurikehen } } //---------------------auto hs--------------------------------------------------/
if(CH_AutoHS==1) { DWORD AutoHetsot =
(DWORD)GetModuleHandleA("PointBlank.Exe"); if (AutoHetsot > 0)if
(AutoHetsot > 0)if (AutoHetsot > 0){int i;for (i = 0 ; i <= 23 ;
i++){ LCOI(AutoHetsot + (DWORD)0x631A58, 0x7778 + (i*0x11A8), 0x0A);
LCOI(AutoHetsot + (DWORD)0x631A58, 0x77B8 + (i*0x11A8), 0xFF); } } }
//-----------------------------------------------------------------------/ Sleep(0); } return(0); }

You might also like