Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock > WarRock Guides, Tutorials & Modifications
You last visited: Today at 17:48

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

Advertisement



[Erklärung]Warrock Hack erstellen

Discussion on [Erklärung]Warrock Hack erstellen within the WarRock Guides, Tutorials & Modifications forum part of the WarRock category.

Reply
 
Old   #1
 
dowN.'s Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 33
Received Thanks: 24
[Erklärung]Warrock Hack erstellen

Hallo alle zusammen,

heute zeige ich euch wie ihr leicht einen warrock nomenu hack erstellen könnt.

Wir benutzen die Programiersprache C++.

Als erstes Öffnen wir Microsoft visual c++ dann gehen wir auf Neues Projekt/Win32/Win32-Projekt/Weiter/Dll/Leeres Projekt/Fertigstellen/Rechtsklick auf Quelldatein/Neues element.

So jetzt werden wir anfagen. Wir schreiben in die .cpp ( Die weiße Seite vor euch ) folgendes..

#include <Windows.h>
#include <stdio.h>


Das sind die Inkludierungen als nächstes kommen die Addys die ihr bestimmt schon auf einigen Foren gesehen habt
Achtet immer darauf dass der Name der Addy im Hack und in der Definierung gleich sind.

#define ADR_PLAYERPOINTER 0xC62388
#define ADR_SERVERPOINTER 0xB5D0F8
#define OFS_Z 0x102D8
#define OFS_NFD 0x103A4
#define OFS_5SLOT 0x1021A4
#define OFS_6SLOT 0x1021A5
#define OFS_7SLOT 0x1021A6
#define OFS_8SLOT 0x1021A7


Die Addys/Adressen könnt ihr mit verschiedenen Programmen oder Adressloggern herausfinden oder mal in Cheat-/Hack-Foren schauen.

DWORD *ingame = (DWORD*)ADR_PLAYERPOINTER;
DWORD *outgame = (DWORD*)ADR_SERVERPOINTER;

void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
//Super Jump
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr + OFS_Z) = 2000;
}
}
//No Fall Damage
{
*(float*)(dwPlayerPtr + OFS_NFD) = -20000;
}
}
}
void ServerHacks()
{
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
if(dwSrvrPtr != 0)
{
//Slot Stuff

//5 Slot
{
*(long*)(dwSrvrPtr + OFS_5SLOT) = 1;
}

//6 Slot
{
*(long*)(dwSrvrPtr + OFS_6SLOT) = 1;
}

//7 Slot
{
*(long*)(dwSrvrPtr + OFS_7SLOT) = 1;
}

//8 Slot
{
*(long*)(dwSrvrPtr + OFS_8SLOT) = 1;
}
}
}
void HackThread()
{
for(;; )
{
if(*ingame)
{
PlayerHacks();
}
if(*outgame)
{
ServerHacks();
}
}
Sleep( 30 );
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}


So das wars auch schon jetzt noch F7 klicken dan muss unten 1 erfolgreich stehen. Die dll. befindet sich Eigene Dateien/Visual Studio 2008/Projects.

Viel Spaß.
dowN. is offline  
Thanks
2 Users
Old 04/26/2011, 22:44   #2
 
King''s Avatar
 
elite*gold: 1
Join Date: Jan 2011
Posts: 5,336
Received Thanks: 3,622
Hatten wir das nicht schon ?





Trotzdem danke für deine Mühe.
King' is offline  
Old 04/26/2011, 22:46   #3
 
dowN.'s Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 33
Received Thanks: 24
aso habe nicht gesehn !! Sorry!

Ist ein Nomenu hack!
dowN. is offline  
Reply


Similar Threads Similar Threads
[How to] Warrock Hack in C++ [Erklärung der Funktonsweise]
06/15/2011 - WarRock Guides, Tutorials & Modifications - 23 Replies
Hallo, willkommen zu meinem Tutorial wie man einen Warrock Hack macht. Ich möchte die Grundlegenden Funktionen des "Hack-machens" beschreiben und ein paar Beispiele dazu zeigen. Ich möchte euch das Hack coden Beibringen, und nicht das C&P'en. Was unser Hack nacher kann: -> Speedhack
Erklärung zu GMrechte aber keine ITEMS erstellen
09/29/2009 - Metin2 PServer Guides & Strategies - 7 Replies
So liebe leute .. hatte auchd as oben genannte problem jedoch ist es (bei mir zumindest) einfach lösbar gewesen ihr geht zurück in den ordner in dem ihr GOD, high wizard etc einstellen könnt und nehmt das oberste(implementor!)
[Suche] Genaue erklärung zum NPC erstellen
10/24/2008 - Flyff Private Server - 3 Replies
so ich habe ne frage die mich shcon ewig belastet wie kann ich mir selba nen npc machen der zb cs sachen vk^^ ihr bekommt´n thanks füa hilfe:D



All times are GMT +1. The time now is 17:49.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.