Buka MVC++/DevC++ Hapus Dll.h Karena kita menggunakan DLL.C Dan Masukan Coding DI Bawah ini.
Code:
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
//#include <Shellapi.h>
DWORD OldProtection;
void __fastcall OldProtect(void *adr, void *ptr, int size)
{
VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
memcpy(adr,ptr,size);
VirtualProtect(adr,size,OldProtection, &OldProtection);
}
//*****************************************************************************
int __fastcall winxhacks(void)
{
DWORD PointBlanki3exec = (DWORD)GetModuleHandleA("Pointblank.i3exec") + 0x50C0D4;
DWORD WEAPON = *(PDWORD)((DWORD)(PointBlanki3exec))+ 0x174;
//*****************************************************************************
DWORD SG_STANDARD1 = *(PDWORD)((DWORD)(WEAPON))+ 0x058;
DWORD SG_STANDARD2 = *(PDWORD)((DWORD)(SG_STANDARD1))+ 0x4F0;
OldProtect((void *)(SG_STANDARD2),(int*)(PBYTE)"\xFF",1);
//*****************************************************************************
{
Sleep(20);
}
//*****************************************************************************
OldProtect((void *)(SG_STANDARD2),(int*)(PBYTE)"\xB0",1);
//*****************************************************************************
}
//*****************************************************************************
DWORD WINAPI Rio_Ganteng(LPVOID param)
{
while (1) {
if (GetAsyncKeyState(VK_INSERT)&1) {
winxhacks();
{
Sleep(500);
}
}
Sleep(10);
}
return (0);
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason == DLL_PROCESS_ATTACH) {
MessageBox(0,"Credit By MeasTerRio Please Not For Share to Publik !! Say not to Leechers (PKL+Murid2 w Yg Kacang Lupa Kulit "," ™¬MeasTerRio ", MB_OK + MB_ICONINFORMATION );
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Rio_Ganteng, 0, 0, 0);
}
return TRUE;
}
Offsetnya terletak di sene :
Code:
DWORD PointBlanki3exec = (DWORD)GetModuleHandleA("Pointblank.i3exec") + 0x50C0D4;
DWORD WEAPON = *(PDWORD)((DWORD)(PointBlanki3exec))+ 0x174;
//*****************************************************************************
DWORD SG_STANDARD1 = *(PDWORD)((DWORD)(WEAPON))+ 0x058;
DWORD SG_STANDARD2 = *(PDWORD)((DWORD)(SG_STANDARD1))+ 0x4F0;
tepatnya di :
Code:
0x50C0D4
0x174
0x0580x4F0
jadi kalo maintenance dan offset berubah ubah aja pada bagian itu dengan offset yang baru ok!!!
Code:
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
//#include <Shellapi.h>
DWORD OldProtection;
void __fastcall OldProtect(void *adr, void *ptr, int size)
{
VirtualProtect(adr,size,PAGE_EXECUTE_READWRITE, &OldProtection);
memcpy(adr,ptr,size);
VirtualProtect(adr,size,OldProtection, &OldProtection);
}
//*****************************************************************************
int __fastcall winxhacks(void)
{
DWORD PointBlanki3exec = (DWORD)GetModuleHandleA("Pointblank.i3exec") + 0x50C0D4;
DWORD WEAPON = *(PDWORD)((DWORD)(PointBlanki3exec))+ 0x174;
//*****************************************************************************
DWORD SG_STANDARD1 = *(PDWORD)((DWORD)(WEAPON))+ 0x058;
DWORD SG_STANDARD2 = *(PDWORD)((DWORD)(SG_STANDARD1))+ 0x4F0;
OldProtect((void *)(SG_STANDARD2),(int*)(PBYTE)"\xFF",1);
//*****************************************************************************
{
Sleep(20);
}
//*****************************************************************************
OldProtect((void *)(SG_STANDARD2),(int*)(PBYTE)"\xB0",1);
//*****************************************************************************
}
//*****************************************************************************
DWORD WINAPI Rio_Ganteng(LPVOID param)
{
while (1) {
if (GetAsyncKeyState(VK_INSERT)&1) {
winxhacks();
{
Sleep(500);
}
}
Sleep(10);
}
return (0);
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason == DLL_PROCESS_ATTACH) {
MessageBox(0,"Credit By MeasTerRio Please Not For Share to Publik !! Say not to Leechers (PKL+Murid2 w Yg Kacang Lupa Kulit "," ™¬MeasTerRio ", MB_OK + MB_ICONINFORMATION );
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Rio_Ganteng, 0, 0, 0);
}
return TRUE;
}
Offsetnya terletak di sene :
Code:
DWORD PointBlanki3exec = (DWORD)GetModuleHandleA("Pointblank.i3exec") + 0x50C0D4;
DWORD WEAPON = *(PDWORD)((DWORD)(PointBlanki3exec))+ 0x174;
//*****************************************************************************
DWORD SG_STANDARD1 = *(PDWORD)((DWORD)(WEAPON))+ 0x058;
DWORD SG_STANDARD2 = *(PDWORD)((DWORD)(SG_STANDARD1))+ 0x4F0;
tepatnya di :
Code:
0x50C0D4
0x174
0x0580x4F0
jadi kalo maintenance dan offset berubah ubah aja pada bagian itu dengan offset yang baru ok!!!