Question

Posts 115 of 32 · Page 1 of 3
Question
How do i put addys in the hack?
Quote Originally Posted by matthieu503 View Post
How do i put addys in the hack?
learn to code c++ pl0x...
Add your NOP method
(the next step matters on your type of hack: auto on, hotkey, and menu)
Auto On: use Memcpy
Hotkey and Menu: use Memoria

If you don't know what those are, learn C++, and use the search button

Search: How to NOP

EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
Quote Originally Posted by Amatowarrior View Post
Add your NOP method
(the next step matters on your type of hack: auto on, hotkey, and menu)
Auto On: use Memcpy
Hotkey and Menu: use Memoria

If you don't know what those are, learn C++, and use the search button

Search: How to NOP

EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
/x90 is noping you dont nop to anything els...

nop = no operation
Quote Originally Posted by Amatowarrior View Post
Add your NOP method
(the next step matters on your type of hack: auto on, hotkey, and menu)
Auto On: use Memcpy
Hotkey and Menu: use Memoria

If you don't know what those are, learn C++, and use the search button

Search: How to NOP

EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
Little bit a info for ya ..You dont nop every addie..
Quote Originally Posted by Amatowarrior View Post
Add your NOP method
(the next step matters on your type of hack: auto on, hotkey, and menu)
Auto On: use Memcpy
Hotkey and Menu: use Memoria

If you don't know what those are, learn C++, and use the search button

Search: How to NOP

EDIT: get the default bytes (or if you are using an auto on hack, you do not need them), to turn on: I recommend to change to byte to /x90 (that means off/disable)
You dont know what your doin...

Tomorrow il get a computer and rape the trolls asses
Quote Originally Posted by wmatthieu503

I nopped Ltclient but, my hack is crashing why??

You want him to be like that? Then keep telling him to nop every single, existing addie on this planet.


Dude, you need to search for a few "how to make my first trainer" in google, to learn how to make hacks. Then learn C++ basics(takes ~ 2 weeks | 2hours per day ) then learn a bit about d3d and then you may download a base and see what to do.

With see, i mean you understand what your doing and whats done there.


Note: Guys, everyone began anywhen, so why are you that anti? Just tell him what he should begin with.
Get a teacher
Why do these cats think you gotta nop everything? matthieu503, you have to tell us what language you wanna program in. This is how I do my functions:

SendCommand proc CommandWORD
.data
SendCommandFXN dd 00485E10h

.code
push Command
call SendCommandFXN
add esp, 4
ret

SendCommand endp
Yes I program in assembly because I'm awesome :P.
"sigh" it's hard for me to explain.

Here is my No Recoil On and off for you matt (get the addresses yourself, I have mine defined)

Off
[php]Memoria((LPVOID)(RECOIL1), "\xD8\x66\x54", 3);
Memoria((LPVOID)(RECOIL2), "\xD9\x46\x54", 3);
Memoria((LPVOID)(RECOIL3), "\xD9\x5E\x54", 3);
Memoria((LPVOID)(RECOIL4), "\xD9\x46\x48", 3);
Memoria((LPVOID)(RECOIL5), "\xD9\x5E\x48", 3);[/php]

On
[php]Memoria((LPVOID)(RECOIL1), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL2), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL3), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL4), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL5), "\x90\x90\x90", 3);[/php]

Now that is how I NOP, just define all of the RECOIL#'s with the correct Recoil addies in order.

Also make sure you have a Memoria / Memcpy Method

EDIT: If you still don't get it, use this preset I made /

[php]Memoria((LPVOID)(YourAddyHere), "\xbyte\xbyte\xbyte", 3); //3 at the end is number of bytes[/php]

Default Bytes are for Off
\x90 is for turning On (usually)
Quote Originally Posted by Amatowarrior View Post
"sigh" it's hard for me to explain.

Here is my No Recoil On and off for you matt (get the addresses yourself, I have mine defined)

Off
[php]Memoria((LPVOID)(RECOIL1), "\xD8\x66\x54", 3);
Memoria((LPVOID)(RECOIL2), "\xD9\x46\x54", 3);
Memoria((LPVOID)(RECOIL3), "\xD9\x5E\x54", 3);
Memoria((LPVOID)(RECOIL4), "\xD9\x46\x48", 3);
Memoria((LPVOID)(RECOIL5), "\xD9\x5E\x48", 3);[/php]

On
[php]Memoria((LPVOID)(RECOIL1), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL2), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL3), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL4), "\x90\x90\x90", 3);
Memoria((LPVOID)(RECOIL5), "\x90\x90\x90", 3);[/php]

Now that is how I NOP, just define all of the RECOIL#'s with the correct Recoil addies in order.

Also make sure you have a Memoria / Memcpy Method

EDIT: If you still don't get it, use this preset I made /

[php]Memoria((LPVOID)(YourAddyHere), "\xbyte\xbyte\xbyte", 3); //3 at the end is number of bytes[/php]

Default Bytes are for Off
\x90 is for turning On (usually)
You a fuc*ing noob. You copied and paste that code. I'm sick of seeing losers like you. You can't even bypass the Themida protection in Combat Arms. I bet you don't even know how to figure out what you suppose to write to a addy to get it working.

PS:
Not all hacks are made by nopping. You can't help no one if you just leech code yourself.
Quote Originally Posted by Dewerong View Post
You a fuc*ing noob. You copied and paste that code. I'm sick of seeing losers like you. You can't even bypass the Themida protection in Combat Arms. I bet you don't even know how to figure out what you suppose to write to a addy to get it working.

PS:
Not all hacks are made by nopping. You can't help no one if you just leech code yourself.
Cool Story Bro..
Quote Originally Posted by whit View Post


Cool Story Bro..

I write cool stories bro.
Quote Originally Posted by Dewerong View Post
I write cool stories bro.
R u dumb? If every single hack would be nopped ... what about valuing ? Stop flaming around.
For example addies for speed hack would not be noped
Posts 115 of 32 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?