Results 1 to 15 of 15
  1. #1
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed

    Question 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
    Last edited by Zerhas; 11-13-2014 at 05:51 PM.

  2. #2
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed
    No replys yet :\ so sad i cri

  3. #3
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Quote Originally Posted by Zerhas View Post
    No replys yet :\ so sad i cri
    Check your PM.





  4. #4
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    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)

    FBI got my PC...Hardcore cheating is paused atm..

  5. The Following User Says Thank You to distiny For This Useful Post:

    SammyDoge1 (11-14-2014)

  6. #5
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed
    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

  7. #6
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed
    Quote Originally Posted by SammyDoge1 View Post

    Check your PM.
    love u Sammy lol you have been the most helpful so far

  8. #7
    x GLITCH KING o's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    29
    My Mood
    Hungover
    An update was just released this morning might be half your reason its not working.

  9. #8
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    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
    FBI got my PC...Hardcore cheating is paused atm..

  10. #9
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed
    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
    Last edited by Zerhas; 11-14-2014 at 07:00 PM.

  11. #10
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    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.
    FBI got my PC...Hardcore cheating is paused atm..

  12. #11
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    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?





  13. #12
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    I need the dump because the exe is packed/encrypted

    how to: https://www.mpgh.net/forum/showthread...=1#post9953070
    FBI got my PC...Hardcore cheating is paused atm..

  14. #13
    aiden5star's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    norfolk
    Posts
    47
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    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.

  15. #14
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Quote Originally Posted by distiny View Post
    I need the dump because the exe is packed/encrypted

    how to: https://www.mpgh.net/forum/showthread...=1#post9953070
    Got it, I'll send you a PM about it.
    Uploading it now.





  16. The Following User Says Thank You to SammyDoge1 For This Useful Post:

    distiny (11-15-2014)

  17. #15
    Zerhas's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    78
    My Mood
    Stressed
    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

Similar Threads

  1. tappers arent working right???
    By jarrett in forum Combat Arms Help
    Replies: 2
    Last Post: 03-29-2010, 02:19 AM
  2. [HELP] How to get Cheat Engine Work
    By Zoom in forum Hack Requests
    Replies: 23
    Last Post: 02-12-2010, 08:49 PM
  3. [HELP] How to get Cheat Engine Work
    By Zoom in forum Combat Arms Discussions
    Replies: 11
    Last Post: 09-12-2009, 09:12 PM
  4. How I made Cheat Engine work
    By euhsoftware in forum Combat Arms Discussions
    Replies: 23
    Last Post: 09-06-2009, 06:58 PM
  5. Cheat engine working
    By Pr0zim in forum Combat Arms Hacks & Cheats
    Replies: 64
    Last Post: 09-02-2008, 09:56 AM