Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 00:36

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Warrock Hack?

Discussion on Warrock Hack? within the WarRock forum part of the Shooter category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2012
Posts: 191
Received Thanks: 34
Warrock Hack?

Hey Leute,
Ich habe jetzt ein Hacktutorial für Warrock
durchgelesen und befolgt aber irgendwie tut sich da nichts
ich hoffe ich hab die richtigen addys
Mein Code:
HTML Code:
#include <windows.h>
#include <stdio.h>

#define Playerpointer 0xA362B8 // Müssen ersetzt werden
#define Z_Offset 0x10300
#define NFD_Offset 0x102E0

void Superjump()
	{
	if(GetAsyncKeyState(VK_CONTROL))
		{
		DWORD PlP = *(DWORD*)Playerpointer;
		if(PlP != 0)
			{
			*(float*)(PlP+Z_Offset) = 1500;
			}
		}
	}

void NFD()
	{
	   DWORD dwPlP = *(DWORD*)Playerpointer;
	   if(dwPlP != 0)
		   {
			*(float*)(dwPlP+NFD_Offset) = -25000;
		   }
	}

void TheHacks()
	{
	for(;;)
	{
		Superjump();
		NFD();
		Sleep(30);
	}
	}

 BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL, "Coded by [Pro]grammierer", "Made by [Pro]grammierer", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TheHacks , 0, 0, 0);
break;
case 2:
break;
}
return TRUE;
}
Was mach ich falsch?
[Pro]grammierer is offline  
Reply




All times are GMT +1. The time now is 00:36.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.