Register for your free account! | Forgot your password?

You last visited: Today at 21:41

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

Advertisement



No Menü Dont Work°

Discussion on No Menü Dont Work° within the WarRock Guides, Tutorials & Modifications forum part of the WarRock category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 136
Received Thanks: 88
Exclamation No Menü Dont Work°

Hi Community ,

Ich bin neu im Coden und wollte einen No menu hack coden.

Code:

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

#define Addr_Playerpointer 0xC62388
#define Addr_Serverpointer 0xB5D0F8
#define Ofs_Z 0x102D8
#define Ofs_NoFallDamage 0x103A4
#define Ofs_5Slot 0x1021A4
#define Ofs_6Slot 0x1021A5
#define Ofs_7Slot 0x1021A6
#define Ofs_8Slot 0x1021A7

DWORD *ingame = (DWORD*)Addr_Playerpointer;
DWORD *outgame = (DWORD*)Addr_Serverpointer;

void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr != 0)
{
//Super Jump
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr + Ofs_Z) = 2000;
}
}
//No Fall Damage
{
*(float*)(dwPlayerPtr + Ofs_NoFallDamage) = -20000;
}
}
}
void ServerHacks()
{
DWORD dwSrvrPtr = *(DWORD*)Addr_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( 200 ); // Prevent for overloading CPU!
}
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;
}


ich währe um jede Hilfe dankbar ,
Falls die Addys Falsch sind Postet die aktuellen PLS hier rein.

MFG .1337.
.1337. is offline  
Old 12/26/2010, 16:00   #2
 
feαяx's Avatar
 
elite*gold: 40
Join Date: Dec 2010
Posts: 1,159
Received Thanks: 372
Falsche Section

#Moverequest
feαяx is offline  
Old 12/26/2010, 16:27   #3
 
elite*gold: 0
Join Date: Nov 2009
Posts: 136
Received Thanks: 88
bitte helft mir doch -.-
.1337. is offline  
Old 12/26/2010, 21:37   #4
 
kilgut12's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 423
Received Thanks: 285
Quote:
#include <Windows.h>
#include <stdio.h>

#define Addr_Playerpointer 0xC62388
#define Addr_Serverpointer 0xB5D0F8
#define Ofs_Z 0x102D8
#define Ofs_NoFallDamage 0x103A4
#define Ofs_5Slot 0x1021A4
#define Ofs_6Slot 0x1021A5
#define Ofs_7Slot 0x1021A6
#define Ofs_8Slot 0x1021A7

DWORD *ingame = (DWORD*)Addr_Playerpointer;
DWORD *outgame = (DWORD*)Addr_Serverpointer;

void PlayerHacks()
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr != 0)
{
//Super Jump
{
if(GetAsyncKeyState(VK_CONTROL) &1)
{
*(float*)(dwPlayerPtr + Ofs_Z) = 2000;
}
}

//No Fall Damage
{
*(float*)(dwPlayerPtr + Ofs_NoFallDamage) = -20000;
}
}
}

void ServerHacks()
{
DWORD dwSrvrPtr = *(DWORD*)Addr_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(20); // Prevent for overloading CPU!
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL, "Credits:Made by kilgut", "Credits", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
so muss es eigend lich sein kopier des und kannst hier rein poten also bei hacks bots und so weiter
der fehler war eigendlich sleep nicht 200 sondern 20!

erwünsche von dir ein thx danke!
kilgut12 is offline  
Reply


Similar Threads Similar Threads
Bot dont work =(
11/25/2010 - Battle of the Immortals - 0 Replies
I am german... Hello my bot is dont work... i start "boi" and then bot but the bot dont show me character in the list =( why???
REO DONT WORK >.<
03/24/2010 - EO PServer Hosting - 1 Replies
I DOWNLOADED BOTH CLIENT, NONE OF THEM WORK >.< REVO U NEED TO EMAIL ME THE CLIENT. ASAP
AIO dont work :(
08/27/2009 - 12Sky2 - 6 Replies
how is posibile ???no working Q.Q i wish 2 play but no aio...and i finde attaack speed only in ce so what i can do?? o.OOO?and why aio dont work O.oo?:confused:
Work with artmoney dont work
05/25/2009 - Kal Online - 4 Replies
Hello together I have artmoney with the Spyware process detector but when i am select the game (Kalonline) spyware the engine exe not find have anybody an good idea for me ? thanks and an good night
CO dont work man
04/28/2007 - Conquer Online 2 - 1 Replies
its so f***ed up i cant even use cyclone on my trojan and the fonts availible are so hert its wore then the original aslo it adds a sh!t load of random letters onto my messages where if i type "sup" to someone it looks like "sup§?□□□□□` 33;□ἶἶἶởở̖ 3;ở" anyone know of anyways to fix i reinstalled everything no mods and i had also just migrated my xp install of CO2 over the network casuse its a new computer and i was just trying that and that wouldnt even start up but it ran fine on the xp machine ...



All times are GMT +1. The time now is 21:41.


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