Register for your free account! | Forgot your password?

You last visited: Today at 02:46

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

Advertisement



[Source] NoMenu Example

Discussion on [Source] NoMenu Example within the WarRock Guides, Tutorials & Modifications forum part of the WarRock category.

Reply
 
Old   #1
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
Exclamation [Source] NoMenu Example

For all pseuds and all the other guys :P :

main.cpp

Code:
#include <windows.h>
#include "CHack.h"
#include "Targetever.h"

CWarSuxHax Hax;

void WarSuxHacks ()
{
        for ( ; ; )
        {
                Hax.PlayerHax (1);
                Hax.ServerHax (1);
                Sleep (200);
        }
}


BOOL WINAPI DllMain (HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
        switch (DWORD_GRUND)
        {
        case 1:
                {
                        MessageBoxA (NULL, "NikM NoMenu Example", "Creditz", MB_OK);
                        ShellExecuteA (NULL, "Open", "http://warsux.net/", NULL, NULL, 1);
                        CreateThread (0, 0, (LPTHREAD_START_ROUTINE) WarSuxHacks, 0, 0, 0);
                }break;

        case 2:
                {
                }break;
        }

        return TRUE;
}

CHack.h

Code:
class CWarSuxHax
{
private:
        //Player Variablen
        int SuperJump;
        //Server Variablen
        int Slot;

public:
        void PlayerHax (int SuperJump);
        void ServerHax (int Slot);

};


CHack.cpp
Code:
#include <windows.h>
#include "CHack.h"
#include "Addys.h"

void CWarSuxHax::PlayerHax (int SuperJump)
{
        DWORD niksPlayer = *(DWORD*)Playerpointer;
        if (niksPlayer != 0)
        {
                if (SuperJump == 1)
                {
                        if (GetAsyncKeyState (VK_CONTROL) &1)
                        {
                                *(float*) (niksPlayer + Z_Axis) = 500.0f;
                        }
                }
        }
}

void CWarSuxHax::ServerHax (int Slot)
{
        DWORD niksServer = *(DWORD*)Serverpointer;
        if (niksServer != 0)
        {
                if (Slot == 1)
                {
                        *(int*) (niksServer + Slot5) = 1;
                }
        }
}


Addys.h

Code:
//Pointers//
#define Playerpointer 0x00BC4470
#define Serverpointer 0x00ABF050

//Adresses//

//Offsets//
#define Slot5         0x001021A4
#define Z_Axis        0x000102D8


Targetever.h

Code:
#pragma once
#ifndef WINVER                  
#define WINVER 0x0600    
#endif

#ifndef _WIN32_WINNT        
#define _WIN32_WINNT 0x0600 
#endif

#ifndef _WIN32_WINDOWS      
#define _WIN32_WINDOWS 0x0410 
#endif



Let's Hack :P
Download in annex :P

Virustotal:

Crediz:
NikM
Willi27 (Targetever.h)
Attached Files
File Type: zip NoMenu Example.zip (4.4 KB, 13 views)
NikM is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Player's 1.8 [NoMenu] 19.12.2010 #HOT##NOMENU#
12/20/2010 - WarRock Hacks, Bots, Cheats & Exploits - 4 Replies
Hallo E*pvp, ich hab ein neuen NoMenu hack erstellt. Funktionen: 1. SuperJump (STRG) 2. NoFallDmage (Auto)
Wie startet man einen NoMenu-Hack / Probleme mit NoMenu-Hacks
12/04/2010 - WarRock Guides, Tutorials & Modifications - 30 Replies
How to: Start a NoMenu Hack Hallo liebe Com, ich habe mich entschieden hier ein kleines Tutorial, und gleichzeitig ein Thread für Probleme beim Starten eines NoMenu-Hacks schreiben, da immer mehr selbstgecodete NoMenu Hacks released werden, und ich bis jetzt mindestens 10 Threads, allein über nicht-funktionierende No-Menu-Hacks gesehen habe. Ich denke dieses Tut ist notwendig, da es Unterscheide zwischen der Funktionsweise von D3D- und NoMenu Hacks gibt, und diese wiederum andere...
nomenu v1.0
09/26/2010 - WarRock Hacks, Bots, Cheats & Exploits - 2 Replies
Hallo Hier mal ein no menu Hack von mir :D Funktionen: 5.slot nospread no recoil Teleport superjump NoFallDamage
NoMenu V1.2
09/23/2010 - WarRock Hacks, Bots, Cheats & Exploits - 5 Replies
hi com, bin neu und ich hoffe ich bin hier richtig denn ich wollte einen hach vorstrellen der nicht von mir selber gecodet wurde aber chams hat und nicht nach 20 min down geht er hat zwar nicht so viele funktionen aber er geht einwandfrei ist für hacker die nicht mirt juperjumb auffallen wollen hier die funktionen: Chams(Auto) Wallhack(Auto) Glaswar(Auto)<------ ka was das ist NoRecoil (Auto) NoSpread (Auto) Scope (Auto) GMMode (Auto)



All times are GMT +1. The time now is 02:48.


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.