Results 1 to 13 of 13
  1. #1
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic

    MW3 Trainer - Simple Use

    Here it is. Sorry I just have to go now.

    How to use:
    Use your Brain

    Warning: Use at own risk. Use in the Barracks!

    Note: Play 1 round to save the data!

    Image:


    Scans:
    Note: The Challenges address that I so called Updated was wrong. This one IS WORKING!
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Jorndel; 01-27-2012 at 04:08 PM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  2. The Following 12 Users Say Thank You to Jorndel For This Useful Post:

    aciots (01-28-2012),Alexandre Kometa (06-25-2013),BronyT (08-04-2014),Demon4301 (09-07-2015),draco124 (01-27-2012),m_atici (09-19-2014),pakpung (06-07-2013),s15_rules (07-19-2013),sherwyndrulz (04-30-2012),smoldraakje (08-23-2013),spellbinder (01-28-2012),vidmavidma (02-23-2012)

  3. #2
    draco124's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Florida, US
    Posts
    99
    Reputation
    10
    Thanks
    6
    My Mood
    Mellow
    Nice and simple its how i like it
    Please click on my dragons and eggs, they grow the more you view them



    If the eggs are hidden in fog don't click them, they are sick from all the attention. if they get to much attention they get sick and need to be left alone to get better. but if the eggs are showing you can view them.







  4. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by draco124 View Post
    Nice and simple its how i like it
    Glad you like it

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  5. #4
    draco124's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Florida, US
    Posts
    99
    Reputation
    10
    Thanks
    6
    My Mood
    Mellow
    Quote Originally Posted by Jorndel View Post
    Glad you like it
    Whats not to like?
    Please click on my dragons and eggs, they grow the more you view them



    If the eggs are hidden in fog don't click them, they are sick from all the attention. if they get to much attention they get sick and need to be left alone to get better. but if the eggs are showing you can view them.







  6. #5
    iruvricex3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Hope this get approved

  7. #6
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    Approved! Nice job.



  8. #7
    Kris4ux's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    is this working?

  9. #8
    danat94's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I CANT BELIEVE THIS !!!! THIS WORKS !!!

  10. #9
    HaXzor10's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    4
    My Mood
    Bored
    Im new to paid game hacks D: How do you use it and will I ever be VAC banned for it?

  11. #10
    mGH|StikxX's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    38
    Reputation
    9
    Thanks
    830
    Code:
    private void button1_Click(object sender, EventArgs e)
    {
        if (this.Hack("iw5mp"))
        {
            if (this.checkBox1.Checked)
            {
                this.SetByte(0x1cdc7b1, this.Ch);
            }
            if (this.checkBox2.Checked)
            {
                this.SetByte(0x1cdafc8, this.Aco);
            }
            if (this.checkBox3.Checked)
            {
                this.SetByte(0x1cdba5c, this.Wep);
            }
            if (this.checkBox4.Checked)
            {
                this.SetByte(0x1cdc9ee, this.Pp);
            }
            if (this.checkBox5.Checked)
            {
                this.SetByte(0x1cddacb, this.C15);
            }
        }
        else
        {
            MessageBox.Show("MW3 - Not Found");
        }
    }
    use next time do loop
    Dim Tanga As String

  12. #11
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Quote Originally Posted by mGH|StikxX View Post
    Code:
    private void button1_Click(object sender, EventArgs e)
    {
        if (this.Hack("iw5mp"))
        {
            if (this.checkBox1.Checked)
            {
                this.SetByte(0x1cdc7b1, this.Ch);
            }
            if (this.checkBox2.Checked)
            {
                this.SetByte(0x1cdafc8, this.Aco);
            }
            if (this.checkBox3.Checked)
            {
                this.SetByte(0x1cdba5c, this.Wep);
            }
            if (this.checkBox4.Checked)
            {
                this.SetByte(0x1cdc9ee, this.Pp);
            }
            if (this.checkBox5.Checked)
            {
                this.SetByte(0x1cddacb, this.C15);
            }
        }
        else
        {
            MessageBox.Show("MW3 - Not Found");
        }
    }
    use next time do loop
    What you mean?
    If you talk bout all the if's?

    that was made in like 2 sec
    (I have a tool for that )

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  13. #12
    supanoob's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Eating icecream
    Posts
    257
    Reputation
    10
    Thanks
    23
    My Mood
    Cheerful
    Thanks ! Works great !
    Last edited by supanoob; 02-09-2012 at 03:05 AM.
    Hey!

  14. #13
    Knez's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    none of .382 version hacks doesn't unlock challenges properly... every hack does the same mistake :O
    is it just me doin something wrong or ?
    screenshot here View jGVckI.png on ScreenSnapr

Similar Threads

  1. [Patched] MW3 Trainer - Simple Use + Suggest Creations
    By Jorndel in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 10
    Last Post: 01-28-2012, 11:45 AM
  2. [Patched] my first MW3 trainer whit funny voice helper [v1.0]
    By doomcat2 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 14
    Last Post: 01-20-2012, 11:40 AM
  3. COD MW3 Trainer HelP God Mode
    By Inirixs in forum Call of Duty Modern Warfare 3 Help
    Replies: 0
    Last Post: 11-18-2011, 11:32 AM
  4. [Release] Die Verlorn Hacks Auto Inject Simple Use
    By c0mrade in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 07-08-2010, 10:35 PM
  5. TRAINER!!!(detected)use bypass!
    By purenoob134 in forum Combat Arms Hacks & Cheats
    Replies: 36
    Last Post: 10-29-2009, 09:51 PM