Thank you.
But I have one question.
How did you search for it.
Did noped every jump and checked what happened or did you had any better way of doing this?
P.S.
I'm hacking alterIW
Use the strings inside olly.....you will probably only find one or two entries for "crosshair" and follow the code from there. Sometimes I will just change the conditions on the jumps to see what happens, other times I can tell just by looking that I need to nop. I am still just a novice at this myself. Trial and error in the beginning helps you learn a lot.
Originally Posted by pyton789
MikeHawke what did you search for to find the offset?
I searched for "crosshair" but you will need to follow the code from there. Look at the one that says how much vertical adjustment will be applied.
Posts 16–30 of 32 · Page 2 of 3
Post a Reply
Tags for this Thread
None
Thanks Mike it worked perfectly and it is totally awesome together with norecoil, but there is one problem......
aIW doesn't like it when you cheat. Now I just wonder if I were perm banned or if its the 6 hour thing.
Originally Posted by pyton789
Thanks Mike it worked perfectly and it is totally awesome together with norecoil, but there is one problem......
aIW doesn't like it when you cheat. Now I just wonder if I were perm banned or if its the 6 hour thing.
I had no problem with no recoil. I had no problem with flash and smoke. But this one got me 5h ban,,
Is there any way to bypass this ban?
I don't know if it was the nospread that got me because I also made the following before I got kicked: nametags, drawthrough walls, chopper esp, no flash, no recoil, permanent thermal and black white fix.
Originally Posted by pyton789
I don't know if it was the nospread that got me because I also made the following before I got kicked: nametags, drawthrough walls, chopper esp, no flash, no recoil, permanent thermal and black white fix.
How did you find all those offsets.
What did you dearched for?
I relly need that info. I'mnew to hacking.
UPDATE:
I think I know how to get rid of this 6h ban.
I'll post later when I'm 100% sure.
Originally Posted by hooch
UPDATE:
I think I know how to get rid of this 6h ban.
I'll post later when I'm 100% sure.
Sounds intersting, because I just got my second 6 hour ban.
Originally Posted by pyton789
I don't know if it was the nospread that got me because I also made the following before I got kicked: nametags, drawthrough walls, chopper esp, no flash, no recoil, permanent thermal and black white fix.
If you got all those by reversing the hacks already posted here that's probably why you got banned (many of them get caught).
If you want something that would make you a GOD then figure out how to defeat the steam authentication on the binary that gets you banned when the checksum fails.
Originally Posted by pyton789
Sounds intersting, because I just got my second 6 hour ban.
Try them one at a time.....until you figure it out. Are you modding the exe or using dll injection?
Originally Posted by MikeHawke
If you got all those by reversing the hacks already posted here that's probably why you got banned (many of them get caught).
If you want something that would make you a GOD then figure out how to defeat the steam authentication on the binary that gets you banned when the checksum fails.
Try them one at a time.....until you figure it out. Are you modding the exe or using dll injection?
I'm using Read/Write process memory from C# .
BTW.
I even don't kno where to start looking at to find this steam auth....
Originally Posted by hooch
I'm using Read/Write process memory from C# .
BTW.
I even don't kno where to start looking at to find this steam auth....
That's the right way to go....
I was mostly kidding about trying to defeat the steam authorization....I think it would be incredibly difficult (beyond my skill level at least).
Originally Posted by MikeHawke
That's the right way to go....
I was mostly kidding about trying to defeat the steam authorization....I think it would be incredibly difficult (beyond my skill level at least).
What is better / safer? Read Write process memory function called from C# or C++ dll injection?
Originally Posted by hooch
What is better / safer? Read Write process memory function called from C# or C++ dll injection?
I use dll injection to load my the file that controls my hack and then use the standard process crap to do the work enabling/disabling my features.
Originally Posted by MikeHawke
I use dll injection to load my the file that controls my hack and then use the standard process crap to do the work enabling/disabling my features.
Is this better?
Originally Posted by hooch
Is this better?
In My opinion it is because you're not accessing the live program though an external application, you are essentially the same process.
Originally Posted by MikeHawke
In My opinion it is because you're not accessing the live program though an external application, you are essentially the same process.