QuestionCheats arent working.

Posts 115 of 15 · Page 1 of 1
Cheats arent working.
Ok well I made my first cheat Watched some tutorials etc but the hacks aren't working im using a memory hack base that I found on here along with the source codes etc. tell me if you know whats wrong with this
Code:
private void button9_Click(object sender, EventArgs e)
        {
            if (aw.ProcHandle("s1_mp64_ship"))
            {
                aw.WriteInteger(0x16c637, 0x00);
            }

            else MessageBox.Show("Call of Duty Advanced Warfare Is Not Running!");
        }
this is used for steady aim if I am correct.

Im still new to this so I may have done something completely obvious and wrong please just let me know politely! thanks in advance, Zerhas
This is just one of the cheats that I put into the program over all just wondering if this is completely wrong or if Im just simply missing somthing
No replys yet :\ so sad i cri
Quote Originally Posted by Zerhas View Post
No replys yet :\ so sad i cri
Check your PM.
Quote Originally Posted by SammyDoge1 View Post

Check your PM.
love u Sammy lol you have been the most helpful so far
0x00 isn't an integer, just use 0
you were trying to write a byte so you'd have to use aw.WriteBytes

but as I said before you are just trying to write 0 so use integer and 0, you can achieve the same with writing bytes but let's keep it simple.

Look in the memory module for all the writing functions (mem.cs)

Quote Originally Posted by distiny View Post
0x00 isn't an integer, just use 0
you were trying to write a byte so you'd have to use aw.WriteBytes

but as I said before you are just trying to write 0 so use integer and 0, you can achieve the same with writing bytes but let's keep it simple.

Look in the memory module for all the writing functions (mem.cs)

Thank you i will try it out right now thanks so much you and sammydoge1
An update was just released this morning might be half your reason its not working.
Quote Originally Posted by x GLITCH KING o View Post
An update was just released this morning might be half your reason its not working.
The problem didn't had anything to do with the update at that point
But did you Fix it @Zerhas
Quote Originally Posted by distiny View Post
The problem didn't had anything to do with the update at that point
But did you Fix it @Zerhas
Na nothing I used ended up working because after I finally pieced it together with sammydoge1 the update came out so now I have been just working on finding addresses found Inf ammo but it only works when you are host and it changes every game so I dont really know how the addresses are going to be found :\ guess I just have to wait until people like NightmareTX, and you release them @distiny
Quote Originally Posted by Zerhas View Post
Na nothing I used ended up working because after I finally pieced it together with sammydoge1 the update came out so now I have been just working on finding addresses found Inf ammo but it only works when you are host and it changes every game so I dont really know how the addresses are going to be found :\ guess I just have to wait until people like NightmareTX, and you release them @distiny
Slim chance I'll release it since I don't have the game I even have to wait for someone to upload a dump of the latest version.
Quote Originally Posted by distiny View Post
I even have to wait for someone to upload a dump of the latest version.
How, Never done it before, Just send the .Exe or something?
i spent 13 hours working on a way to hide all my wrong doing (hacks) from VAC and i found a worm code which basicly makes everything invisable apart from exp boosting. i found out how to hide infite ammo online and how to make all your weapons elite without going online. but i got power cut last night and lost everything i did now i got start from scratch serves me right for not saveing see you lot in next 13 hours.
Quote Originally Posted by aiden5star View Post
i spent 13 hours working on a way to hide all my wrong doing (hacks) from VAC and i found a worm code which basicly makes everything invisable apart from exp boosting. i found out how to hide infite ammo online and how to make all your weapons elite without going online. but i got power cut last night and lost everything i did now i got start from scratch serves me right for not saveing see you lot in next 13 hours.
Man that sucks hopefully you can figure it all out again
Posts 115 of 15 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?