Short description:
With this tool you can use lawnmower and all that crap without having to inject a DLL.. yes thats right! NO DLL!
Features:
- Works on almost every pserver using the br 2007 runnable (DarkGunz,EuroGunz,FreestlyeGunz and more ...)
- Currently undetected and probally will be for quite some time...
- Custom hotkeys
- Possibility to inject user made shell-code.
Hacks:
- Godmode
- Lawnmower
- Insane Massives
- Speed hack
- Teleport
So how does this work?
Add processes to the process box beneath the "Process watch" check box.
Then check the check box "Gunz mode" and "Process watch" and run Gunz if it's not already running on the background.
Now you can go to a tab for example Godmode and hit inject. Now you can go in-game and use the hotkey defined in the tab Godmode to enable and disable the hack.
For creative people who want to try and make there own shell-code here is an example which will print a line of text in-game.
Just copy and paste the code in the edit box of the "ShellCode tab" and hit inject. Also when making your own shell-code make sure,
to end it with a return in this example C3 (RETN).
Code:
Code:
A1 48 FB 66 00 85 C0 75 08 8B 80 EC 02 00 00 EB
08 8B 00 8B 80 EC 02 00 00 BA 60 34 4C 00 6A 01
68 54 23 5F 00 FF D2 C3
Shellcode above represents the follow block of asm instructions:
Code:
Code:
Hex dump Command
A1 48FB6600 MOV EAX,DWORD PTR DS:[66FB48]
85C0 TEST EAX,EAX
75 08 JNE SHORT 005CA98E
8B80 EC020000 MOV EAX,DWORD PTR DS:[EAX+2EC]
EB 08 JMP SHORT 005CA996
8B00 MOV EAX,DWORD PTR DS:[EAX]
8B80 EC020000 MOV EAX,DWORD PTR DS:[EAX+2EC]
BA 60344C00 MOV EDX,004C3460
6A 01 PUSH 1
68 54235F00 PUSH OFFSET 005F235
FFD2 CALL EDX
C3 RETN
There may be some bugs but you'll have to live with that

.
PS. The caption of the window changes each time you start NDLL.
Thats to prevent it from getting blacklisted on simple anti-hacks using window titles.
Here are some pics:
Enjoy it!