Detectedhng radar c# .net 2.0 proj

Posts 115 of 36 · Page 1 of 3
Looks good.
//Approved


- - - Updated - - -

Looks good.
//Approved
what exactly is this?
Works fine but it shows both ally and enemies, in my opinion it's not so useful.
i liked, the great combo with aimbot
Quote Originally Posted by Givvy View Post
Works fine but it shows both ally and enemies, in my opinion it's not so useful.
like title says [source code] also knows as not consumer version ^^.

- - - Updated - - -

Quote Originally Posted by dinos21 View Post
what exactly is this?
c# code. draws triangles to screen.

- - - Updated - - -

Quote Originally Posted by iViitico View Post
i liked, the great combo with aimbot
i seperated them so radar has no flicker.
Sorry for the noob question, but how do i use this? And does it work on windows 10?
Quote Originally Posted by denispepezumer View Post
Sorry for the noob question, but how do i use this? And does it work on windows 10?
open game and spawn, then open hng_radar/hng_radar/bin/release/hng_radar.exe as admin and then u should see triangles on screen. also game has to be window mode, and i have set radar pos to x:hng window x pos + 400, y:hng window y pos + 600.
yup works with win10.
overlapping window detected ! = not working -.-
Quote Originally Posted by suomihirmu View Post
overlapping window detected ! = not working -.-
goto line 199 and replace code
Code:
// {{{ --- bypass overlapped window
buffer = new byte[1] {0xEB};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x81F8), buffer, 1, ref bytesWritten);

buffer = new byte[1] {0x01};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x822C), buffer, 1, ref bytesWritten);
//--- }}}
Quote Originally Posted by lala View Post
goto line 199 and replace code
Code:
// {{{ --- bypass overlapped window
buffer = new byte[1] {0xEB};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x81F8), buffer, 1, ref bytesWritten);

buffer = new byte[1] {0x01};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x822C), buffer, 1, ref bytesWritten);
//--- }}}
I dont have c++ right now and cant download because internet
Quote Originally Posted by mariotroller View Post
It crashes any reason why? thanks
goto line 199 and replace code:
Code:
// {{{ --- bypass overlapped window
buffer = new byte[1] {0xEB};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x81F8), buffer, 1, ref bytesWritten);

buffer = new byte[1] {0x01};
bytesWritten = 0;
WriteProcessMemory((int)processHandle, (int)(ui_hng + 0x822C), buffer, 1, ref bytesWritten);
//--- }}}
What file in the folder do you edit line 199 in.
Posts 115 of 36 · Page 1 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?