Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock > WarRock Hacks, Bots, Cheats & Exploits
You last visited: Today at 18:40

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

Advertisement



[HOT] WarRock no menu Hack Generator [HOT]

Discussion on [HOT] WarRock no menu Hack Generator [HOT] within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Reply
 
Old   #1
 
.KeRo's Avatar
 
elite*gold: 21
Join Date: Mar 2011
Posts: 734
Received Thanks: 130
Arrow [HOT] WarRock no menu Hack Generator [HOT]

Hey Users,
Habe hier einen C++ Source code generator für no menü hacks
gefunden... Wollte ihn hier releasen.

Credits gehen an:

Paradiizee

im forum VIP-HAX !

Ihr müsst nur die addys hinzufügen.
und der source code wird automatisch generiert!

Download:


Pic:



MFG WarCock.

würde mich über thanks freuen


.KeRo is offline  
Thanks
9 Users
Old 05/20/2011, 17:32   #2
 
Adiida$'s Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 762
Received Thanks: 177
Denkste sowas kriegst du auch als D3D (Menü Hack) Generator hin?.
Adiida$ is offline  
Old 05/20/2011, 17:33   #3
 
Primatech's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 492
Received Thanks: 50
1.Er hat ihn nicht gemacht.
2.Ich glaube kaum das das jemals jemand macht.
3.mfg
Primatech is offline  
Old 05/20/2011, 17:55   #4
 
elite*gold: 0
Join Date: Apr 2011
Posts: 19
Received Thanks: 3
Ich habe dieses .. Ich habe es in Microsoft Visual Basic 2008 Express Edition und versuchen, diese DLL es macht mich Eeror was zu tun ist? Oder hat es nicht zu durch dort machen? Also durch den Wo?
yogev is offline  
Old 05/20/2011, 18:01   #5
 
elite*gold: 8
Join Date: Mar 2009
Posts: 327
Received Thanks: 22
Thats C++ not VB man
Jujus1994 is offline  
Old 05/20/2011, 18:13   #6
 
elite*gold: 0
Join Date: Apr 2011
Posts: 19
Received Thanks: 3
Also ich weiß gar nichts damit zu tun? Nur injiziert und spielen?
yogev is offline  
Old 05/20/2011, 18:14   #7
 
.YourStyleMix.-'s Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 61
Received Thanks: 44
Fail Funtzt nicht Win7 32bit und 64 bit
.YourStyleMix.- is offline  
Old 05/20/2011, 18:17   #8

 
.Sags Barney .!'s Avatar
 
elite*gold: 4
The Black Market: 142/0/0
Join Date: Nov 2010
Posts: 3,320
Received Thanks: 845
habe es ,aber wenn ich es öffne kommt nicht alles sondern sieht so aus

und höher geht es nicht bei mir.

.Sags Barney .! is offline  
Old 05/20/2011, 18:19   #9
 
elite*gold: 100
Join Date: Jan 2010
Posts: 1,772
Received Thanks: 1,512
Quote:
Originally Posted by Brokencyde' View Post
habe es ,aber wenn ich es öffne kommt nicht alles sondern sieht so aus

und höher geht es nicht bei mir.

Versuch's mal mit 'ner anderen Auflösung!
.Paro is offline  
Old 05/20/2011, 18:26   #10
 
elite*gold: 0
Join Date: Apr 2011
Posts: 19
Received Thanks: 3
Ich mache es einfach, und was herauskam

Code:
#include <windows.h>
#include <stdio.h>

//pointers
#define Addr_PlayerPointer 0x00
#define Addr_ServerPointer 0x08


//memory
#define Addr_Speed 0x00994
#define Addr_FastHealth 0x0FA4
#define Addr_FastAmmo 0x00B
#define Addr_FastFlag 0x00B
#define Addr_FastRepair 0x00B
#define Addr_ExtraAmmo 0x00A
#define Addr_ExtraAmmo2 0x00
#define Adr_NoSpawn1 0x00B8
#define Adr_NoSpawn2 0x0FFC
#define Adr_NoSpawn3 0x0000
//offsets
#define Ofs_Nobounds1 0x060
#define Ofs_Nobounds2 0x29364
#define Ofs_Nobounds3 0x00268
#define Ofs_Z 0x0
#define Ofs_X 0x0
#define Ofs_Y 0x0
#define Ofs_NoRecoil1 0x00
#define Ofs_NoRecoil2 0x00
#define Ofs_NoRecoil3 0x000
#define Ofs_Slot5 0x0010
#define Ofs_Prem 0x00
#define Ofs_Prem2 0x000
#define Ofs_Dinar 0x001
#define Ofs_level 0x0A
#define Ofs_Nfd 0x0C

void SchrijfHacks(){ 
// player pointer
DWORD Player = *(DWORD*)Addr_PlayerPointer;
if(Player != 0){

//Superjump, hotkey = CTRL 
{if(GetAsyncKeyState(VK_CONTROL) &1){
*(float*)(Player+Ofs_Z) = 1000;}}

//NFD,is auto aan  
{*(float*)(Player+Ofs_Nfd) = -99999;}

//NoRecoil,is auto aan
{*(int*)(Player+Ofs_NoRecoil1)= 0;}
{*(int*)(Player+Ofs_NoRecoil2)= 0;}
{*(int*)(Player+Ofs_NoRecoil3)= 0;}

//Extra ammo 1 ,is auto aan
{*(int*)Addr_ExtraAmmo= 1;}
//Extra ammo 2 ,is auto aan

{*(int*)Addr_ExtraAmmo2= 1;}
//speed off,gebruik hotkey: notpad0 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD0) &0x8000){
{*(float*)Addr_Speed= 96;}}

//speed 1x ,gebruik hotkey: notpad1 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD1) &0x8000){
{*(float*)Addr_Speed= 150;}}

//speed 2x ,gebruik hotkey: notpad2 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD2) &0x8000){
{*(float*)Addr_Speed= 200;}}

//speed 3x ,gebruik hotkey: notpad3 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD3) &0x8000){
{*(float*)Addr_Speed= 300;}}

//speed 4x ,gebruik hotkey: notpad4 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD4) &0x8000){
{*(float*)Addr_Speed= 400;}}

//speed 5x ,gebruik hotkey: notpad5 om aan te doen
if(GetAsyncKeyState(VK_NUMPAD5) &0x8000){
{*(float*)Addr_Speed= 500;}}

}

// Server pointer
DWORD Server = *(DWORD*)Addr_ServerPointer;

if(Server!=0)
{

//Premium,is auto aan
{*(long*)(Server+Ofs_Prem) = 3, 10;{
*(float*)(Server+Ofs_Prem2) = 1, 1;}}

//slot5, is auto aan
{*(long*)(Server+Ofs_Slot5) = 1;}

//max dinar, is auto aan
{*(long*)(Server+Ofs_Dinar) = 999999999;}

}

//max level, is auto aan
{*(long*)(Server+Ofs_level) = 999999999;}

}

//injecteerd
void injectie(){

for(;;){
SchrijfHacks();

}}

// brengt de dll in het warrock prosses
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{

if(dwReason == DLL_PROCESS_ATTACH)
{

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)injectie, 0, 0, 0);

}
return TRUE;
}
Jetzt nur noch schießen? Wenn INCECTOR?
yogev is offline  
Old 05/20/2011, 19:17   #11
 
.KeRo's Avatar
 
elite*gold: 21
Join Date: Mar 2011
Posts: 734
Received Thanks: 130
xD
Den SourceCode in C++ rein pasten und F7 drücken ..
Have Fun.
.KeRo is offline  
Old 05/20/2011, 20:56   #12
 
.KeRo's Avatar
 
elite*gold: 21
Join Date: Mar 2011
Posts: 734
Received Thanks: 130
FirstdayPush
.KeRo is offline  
Old 05/20/2011, 21:13   #13
 
xyouxn00bx's Avatar
 
elite*gold: 72
Join Date: Jun 2010
Posts: 195
Received Thanks: 38
omg ehi lernt erst C++... Source generator völlig unnöttig...

aber da ich ein lieber bin helf ich euch ma...

also fürn nomenu hack was ned grad schwer zu coden ist weil man keine rehooks, detour, structs oder bypass braucht. Ihr müsst lediglich im Visual C++ ein neues Projekt machen unz zwar ein win 32 projekt... dann geht ihr auf weiter kreuzt Dll. und leers projekt an, dann fertigstellen. Danach klickt ihr auf recourcedateien und fügt ein neues Element hinzu und zwar eine C++ datei (cpp.) danach könnt ihr anfangen zu coden.. wenn ihr fertig seit.. müsst ihr das ganze compillen das geschieht mit F7... danach geht ihr in den Quellordner und geht auf den namen... dann debug und da zieht ihr die Dll raus... dann injector auf den gleichen namen benennen und ihr könnt anfangen zu hacken...
so einfach ist das!!! D3D ist viel zu kompliziert und ich hab jetzt keinen bock das zu erklären weil ihr nähmlich D3Dx oder D3D9 braucht...

PS: der THX-Button beisst nicht! :P & zu deinem Generator voll sinnlos da eh niemand weiss wie man Hack Tread macht also kannste kinicken... wer c++ kann braucht den generator nicht, und wers ned kann bringt auch damit keinen hack zum laufen.

damit ihr trotzdem noch ein kleines erfolgserlebnis habt, hier ist ne billige NoMenu base einfach mit norecoil, und den slots:

PHP Code:
#include <Windows.h>
#include <stdio.h>

#define    ADR_PLAYERPOINTER 0x00C7C738
#define    ADR_SERVERPOINTER 0x00B770B0
#define    OFS_NORECOIL1     0x00C43C
#define    OFS_NORECOIL2     0x00C440
#define    OFS_NORECOIL3     0x00C444
#define    OFS_5SLOT         0x001021A4
#define    OFS_6SLOT         0x001021A5
#define    OFS_7SLOT         0x001021A5
#define    OFS_8SLOT         0x001021A7

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


void PlayerHacks()
{
    
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(
dwPlayerPtr != 0)
    {

    
//Recoil
        
{
            *(
float*)(dwPlayerPtr OFS_NORECOIL1) = 0;
            *(
float*)(dwPlayerPtr OFS_NORECOIL2) = 0;
            *(
float*)(dwPlayerPtr OFS_NORECOIL3) = 0;
        }

    }

}
  
void ServerHacks()
{
    
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(
dwSrvrPtr != 0)
    {        
        
//Slot Stuff

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

        
//6Slot

            
*(long*)(dwSrvrPtr OFS_6SLOT) = 1;

        
//7Slot

            
*(long*)(dwSrvrPtr OFS_7SLOT) = 1;
 
        
//8Slot
       
        
}   *(long*)(dwSrvrPtr OFS_8SLOT) = 1;
    }

}

void HackThread()
{
    for(;; )
    {
        if(*
ingame)
        {
            
PlayerHacks();
        }
        if(*
outgame)
        {
            
ServerHacks();
        }
    }
    
Sleep30 );
}
BOOL WINAPI DllMain(HINSTANCE hModuleDWORD dwReasonLPVOID lpvReserved)
{
    if(
dwReason == DLL_PROCESS_ATTACH)
    {
        
CreateThread(00, (LPTHREAD_START_ROUTINE)HackThread000);
    }
    return 
TRUE;

SRY FÜR RECHTSCHREIBUNG... KB ALLES DURCHZULESEN xD
xyouxn00bx is offline  
Thanks
2 Users
Old 05/28/2011, 13:27   #14
 
Magnushack1's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 138
Received Thanks: 30
muss mann nich ne header und cpp datei machen ?
oder kann das alles etwa in eins ?
in dem tuorial sethet das man ne header und cpp datei machen muss:
Magnushack1 is offline  
Old 05/28/2011, 13:36   #15
 
A.M.Ø.K's Avatar
 
elite*gold: 0
Join Date: Jun 2010
Posts: 3,000
Received Thanks: 563
Quote:
Originally Posted by xyouxn00bx View Post
omg ehi lernt erst C++... Source generator völlig unnöttig...

aber da ich ein lieber bin helf ich euch ma...

also fürn nomenu hack was ned grad schwer zu coden ist weil man keine rehooks, detour, structs oder bypass braucht. Ihr müsst lediglich im Visual C++ ein neues Projekt machen unz zwar ein win 32 projekt... dann geht ihr auf weiter kreuzt Dll. und leers projekt an, dann fertigstellen. Danach klickt ihr auf recourcedateien und fügt ein neues Element hinzu und zwar eine C++ datei (cpp.) danach könnt ihr anfangen zu coden.. wenn ihr fertig seit.. müsst ihr das ganze compillen das geschieht mit F7... danach geht ihr in den Quellordner und geht auf den namen... dann debug und da zieht ihr die Dll raus... dann injector auf den gleichen namen benennen und ihr könnt anfangen zu hacken...
so einfach ist das!!! D3D ist viel zu kompliziert und ich hab jetzt keinen bock das zu erklären weil ihr nähmlich D3Dx oder D3D9 braucht...

PS: der THX-Button beisst nicht! :P & zu deinem Generator voll sinnlos da eh niemand weiss wie man Hack Tread macht also kannste kinicken... wer c++ kann braucht den generator nicht, und wers ned kann bringt auch damit keinen hack zum laufen.

damit ihr trotzdem noch ein kleines erfolgserlebnis habt, hier ist ne billige NoMenu base einfach mit norecoil, und den slots:

PHP Code:
#include <Windows.h>
#include <stdio.h>

#define    ADR_PLAYERPOINTER 0x00C7C738
#define    ADR_SERVERPOINTER 0x00B770B0
#define    OFS_NORECOIL1     0x00C43C
#define    OFS_NORECOIL2     0x00C440
#define    OFS_NORECOIL3     0x00C444
#define    OFS_5SLOT         0x001021A4
#define    OFS_6SLOT         0x001021A5
#define    OFS_7SLOT         0x001021A5
#define    OFS_8SLOT         0x001021A7

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


void PlayerHacks()
{
    
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(
dwPlayerPtr != 0)
    {

    
//Recoil
        
{
            *(
float*)(dwPlayerPtr OFS_NORECOIL1) = 0;
            *(
float*)(dwPlayerPtr OFS_NORECOIL2) = 0;
            *(
float*)(dwPlayerPtr OFS_NORECOIL3) = 0;
        }

    }

}
  
void ServerHacks()
{
    
DWORD dwSrvrPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(
dwSrvrPtr != 0)
    {        
        
//Slot Stuff

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

        
//6Slot

            
*(long*)(dwSrvrPtr OFS_6SLOT) = 1;

        
//7Slot

            
*(long*)(dwSrvrPtr OFS_7SLOT) = 1;
 
        
//8Slot
       
        
}   *(long*)(dwSrvrPtr OFS_8SLOT) = 1;
    }

}

void HackThread()
{
    for(;; )
    {
        if(*
ingame)
        {
            
PlayerHacks();
        }
        if(*
outgame)
        {
            
ServerHacks();
        }
    }
    
Sleep30 );
}
BOOL WINAPI DllMain(HINSTANCE hModuleDWORD dwReasonLPVOID lpvReserved)
{
    if(
dwReason == DLL_PROCESS_ATTACH)
    {
        
CreateThread(00, (LPTHREAD_START_ROUTINE)HackThread000);
    }
    return 
TRUE;

SRY FÜR RECHTSCHREIBUNG... KB ALLES DURCHZULESEN xD
Der Generator ist lediglich als kleine hilfe gedacht, damit man nicht alles schreiben muss!
Btw. die Base da .. ist nicht von dir, also gib Credits an!

Greetz
TeLLdiiRoEn
A.M.Ø.K is offline  
Reply


Similar Threads Similar Threads
Warrock Hack Menu / No Menu Hack 100% Aktuell
12/08/2010 - WarRock Hacks, Bots, Cheats & Exploits - 12 Replies
Tut mir leid Leute von 5 min ging er noch hab eben getestet weil ich neugestartet hab gefixt :( :(
Warrock Hack 100% Aktuell / Menu / no Menu Hack
08/11/2010 - WarRock Hacks, Bots, Cheats & Exploits - 14 Replies
Da viele Irrtümlich sagten das es ein Virus ist hab ich alles Aktualisiert und nun hier das Ergebnis getestet von 5 Leuten hier der gängige Hack (kein Virus) Menü Hack: Menu.zip ... at uploaded.to - Free File Hosting, Free Image Hosting, Free Music Hosting, Free Video Hosting, ... No Menü: No Menu.zip ... at uploaded.to - Free File Hosting, Free Image Hosting, Free Music Hosting, Free Video Hosting, ...



All times are GMT +2. The time now is 18:40.


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.