Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah

    MW3 Survival Mode Editor

    Source:


    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using CookieAPI;
    using System.Diagnostics;
    
    namespace Spec
    {
        public partial class mainForm : Form
        {
            Memory m = new Memory("iw5sp");   
    
            public mainForm()
            {
                InitializeComponent();
                processTimer.Start();
            }
    
            private void cmdMoney_Click(object sender, EventArgs e)
            {
                try
                {
                    if (moneyText.Text.Length == 0)
                    {
                        MessageBox.Show("Please enter a value into the money textbox.", "Error!");
                    }
                    else
                    {
                        m.SetMemory(0x0168CCC6, int.Parse(moneyText.Text), 4);
                        m.SetMemory(0x0198F6E0, int.Parse(moneyText.Text), 4);
                        m.SetMemory(0x019900C0, int.Parse(moneyText.Text), 4);
                        m.SetMemory(0x01D23821, int.Parse(moneyText.Text), 4);
                    }
                }
                catch (Exception ex)
                {
                    MessageBox.Show("Please enter a numeric value into the money textbox.", "Error!");
                }
            }
    
            private void cmdExp_Click(object sender, EventArgs e)
            {
                try
                {
                    if (moneyText.Text.Length == 0)
                    {
                        MessageBox.Show("Please enter a value into the xp textbox.", "Error!");
                    }
                    else
                    {
                        m.SetMemory(0x0168C235, int.Parse(expText.Text), 4);
                        m.SetMemory(0x0198F8B0, int.Parse(expText.Text), 4);
                        m.SetMemory(0x01A57B90, int.Parse(expText.Text), 4);
                        m.SetMemory(0x01D22D90, int.Parse(expText.Text), 4);
                    }
                }
                catch (Exception ex)
                {
                    MessageBox.Show("Please enter a numeric value into the xp textbox.", "Error!");
                }
            }
    
            private void processTimer_Tick(object sender, EventArgs e)
            {
                bool b = isRunning("iw5sp");
    
                cmdMoney.Enabled = b;
                cmdExp.Enabled = b;
                moneyText.Enabled = b;
                expText.Enabled = b;
                if (b)
                {
                    statusLabel.Text = "MW3 is running.";
                    statusLabel.ForeColor = Color.Green;
                }
                else
                {
                    statusLabel.Text = "MW3 is not running.";
                    statusLabel.ForeColor = Color.Red;
                }
            }
    
            private bool isRunning(string process)
            {
                return Process.GetProcessesByName(process).Length > 0;
            }
        }
    }
    This editor was made by Cookie and is pretty self-explanatory.

    1. Run MW3 Survival Mode
    2. Run the Hack
    3. Enter the values you want for each one, then click the buttons.



    Virus Scans:
    VirusTotal
    Jotti

    Sensei_Kenji : Addresses
    Cookie: Coding
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 132 Users Say Thank You to Moto For This Useful Post:

    11dog11 (08-09-2012),308831 (01-15-2015),ab05 (09-03-2012),amin0711 (07-15-2012),Anshum (06-30-2013),arenoxic (05-18-2014),atax41 (02-02-2013),autoseivai (07-09-2019),balazs1 (12-01-2012),bauer1303 (05-30-2014),bearmmx (09-05-2015),blaster201 (05-28-2014),bookyle (03-12-2014),brohh (10-05-2014),bryanyu1203 (05-22-2013),celalay01 (11-30-2015),Chickenflops (10-31-2014),Chosenforcelop (05-09-2015),Commando3900 (12-12-2012),congboy (12-21-2012),Cransey (02-13-2013),dadySamRUS (05-04-2012),danchris (01-03-2013),dearloardijustwanttherarf (11-22-2013),define star (03-29-2013),Der Pro (09-30-2015),devin28 (06-07-2016),Dimitrisfgr (09-12-2015),donatelis (06-05-2012),draiza (11-16-2011),dtmanhtuan (01-03-2016),Dynasty10 (05-03-2012),edey (11-12-2011),edusitoo (03-21-2013),eenodoy1 (05-31-2015),emersonilarde123 (06-03-2014),EnderCrafter2001 (06-28-2015),Evees (05-05-2012),faqihjakha (12-19-2018),Gamerexp (07-12-2012),GamesP4c (05-04-2012),Game_Play (07-01-2022),Geforce02 (07-18-2015),gegs97 (03-25-2013),gilchrist1 (04-24-2012),haranobuhardo (11-25-2014),helloyoda (04-23-2015),hermom (03-11-2013),hjepbo (03-19-2015),hussain3376 (12-14-2014),huwso (06-09-2017),IBYT123 (01-03-2016),Idiotox (02-25-2017),iiRoBBz (03-27-2013),j0emar26 (03-24-2013),jinkuchon (05-05-2012),joelgsmst (04-26-2012),joregano (10-18-2012),jvjv0 (10-29-2012),keith8332 (07-06-2012),khanmc (03-16-2013),kingnizarios (05-03-2012),kuton (11-13-2011),Legolase (01-31-2013),lenylord (07-05-2022),leontas92 (03-19-2014),LiquidAlecko (04-09-2014),locote50 (08-08-2013),LongFaze1967 (10-12-2012),lookthis01 (11-12-2014),magnumbomb (05-01-2012),mangz115 (09-23-2012),marcpf (05-05-2012),marrkin (11-02-2012),master of war (05-05-2012),Matisss (06-07-2012),Megaxine (09-30-2012),memoli5834 (09-15-2012),mis (05-05-2012),mn_acer1 (09-27-2012),mort3z437 (08-15-2016),MRAWSOM (05-02-2012),Naxora (12-22-2021),NFS Carbon[CRO] (06-29-2015),nicky.11 (02-12-2018),no scope jr (04-27-2012),NyxonHUN (03-28-2014),OneDay (03-01-2013),open_terminal (01-05-2014),pekaslok0 (06-21-2014),PoekyBlackDog (06-12-2016),Potato Lovers12 (10-03-2015),Project0 (11-11-2013),punkist33 (07-03-2012),raccoon774 (01-14-2019),razze000 (05-31-2016),renealexander1 (10-17-2012),ricaniel (11-08-2012),RJMcPerson (01-20-2014),rui21f (06-25-2012),sasaii (03-16-2014),scamlett (05-23-2013),Smygolas (05-23-2015),snusmaxen123 (01-13-2013),SoundSystemF (11-08-2013),stasithepro (03-16-2013),talhaasghar (06-26-2015),tear_4T7 (11-10-2013),teleportti1 (11-17-2012),TheDavvid (11-27-2012),TheKIdCRis (10-29-2013),TheUninvited (11-28-2015),ThrowshotGG (07-08-2015),tizetore (11-08-2012),TorstenTorben (08-06-2014),tryrone (11-09-2023),TurkMania (12-20-2019),Umpalump (06-19-2012),UranJuran (07-24-2018),v777 (08-12-2012),vidmavidma (02-23-2012),wilhelm1992 (03-03-2013),XDanielius (04-22-2016),XR22 (12-09-2012),Xx3dGard0xX (02-12-2013),yshihiro (05-09-2012),zahirpro2 (09-15-2012),zangohan (08-28-2014),zkocab (01-29-2013),zoli6988 (02-09-2013),Zombiesrock (06-22-2013),zzzzzbbbbb (06-03-2020)

  3. #2
    Linkinbr's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Can i get banned using this?

  4. #3
    =POISON='s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C:\COMPUTER\PROGRAM FILES\ACTIVISION\ MW3 :)
    Posts
    135
    Reputation
    4
    Thanks
    2
    My Mood
    Chatty
    Im not sure but if you want to risk it you shoul
    Quote Originally Posted by Linkinbr View Post
    Can i get banned using this?
    CALL OF DUTY : MW3 For The PS3
    CLICK THE THANK YOU BUTTON IF I HELPED YOU!


    You get owned by me ...

  5. #4
    =POISON='s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C:\COMPUTER\PROGRAM FILES\ACTIVISION\ MW3 :)
    Posts
    135
    Reputation
    4
    Thanks
    2
    My Mood
    Chatty

    Exclamation

    good tutorial -
    you already bought the game?

    and off topic

    why cant i see how much of my level i already did?
    CALL OF DUTY : MW3 For The PS3
    CLICK THE THANK YOU BUTTON IF I HELPED YOU!


    You get owned by me ...

  6. #5
    Peedle's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    3
    My Mood
    Cheeky
    You have to hit escape to see how much of the level you have done (You mean XP till next rank yes?)

  7. #6
    MohNeuker's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4
    looks pretty damn sweet

  8. #7
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Thanks for releasing for me . I was too lazy to make a thread.

  9. The Following User Says Thank You to Nathan For This Useful Post:

    Moto (11-12-2011)

  10. #8
    pyton789's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    793
    Reputation
    38
    Thanks
    2,610
    My Mood
    Sneaky
    I looked at the source and it doesn't work for me. Those addresses aren't working. Could be because that I have a cracked game version, but I don't think so.

    M-efti's Unlocker for alterIWnet . . . . . . . . . . . . . . . . . . . . . . . . . . . .M-efti's MW2 SP Trainer 1.2
    M-efti's Superior alterIWnet Hack . . . . . . . . . . .. . . . . . . . . . . . . . . ..M-efti's MW2 SP Trainer 1.7
    M-efti's BO SP Trainer 4.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..M-efti's Dead Pixels Trainer

  11. #9
    67t89lltas5e's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    afghanistan
    Posts
    58
    Reputation
    10
    Thanks
    7
    My Mood
    Amused
    Quote Originally Posted by pyton789 View Post
    I looked at the source and it doesn't work for me. Those addresses aren't working. Could be because that I have a cracked game version, but I don't think so.
    Works fine for me, I think it is because you have the cracked version.

  12. #10
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    @pyton789

    most of the time the cracked versions have other offsets
    I love it when people keep their agreements /sarcasm ftw

  13. #11
    d3an26's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    294
    Reputation
    34
    Thanks
    18
    My Mood
    Sleepy
    it says maxium ammount of child0 script and it crashes my game D:

  14. #12
    Sensei_Kenji's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    6
    My Mood
    Amused
    You cant make any trainers of this because the Adresses change

  15. #13
    edey's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    nope, doesnt work for me, the XP input sais: please input value, when i put in 5000 for example. and the Set cash doesnt do a thing.

  16. #14
    rkaf's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    OPEN RIGHT NOW!! <--- ADD MPGHRKAF
    Posts
    748
    Reputation
    73
    Thanks
    1,633
    My Mood
    Yeehaw
    Quote Originally Posted by pyton789 View Post
    I looked at the source and it doesn't work for me. Those addresses aren't working. Could be because that I have a cracked game version, but I don't think so.
    no thats exactly your problem just like mine addresses change after updates

  17. #15
    brotato's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    doesn't work with me, it just laggs my match


    (same as edey)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Info] Survival Mode
    By Hitmaniac in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 2
    Last Post: 08-12-2011, 05:25 PM
  2. [Preview] Mw3 survivel mode
    By TheMaskedOne in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 7
    Last Post: 08-02-2011, 02:24 AM
  3. [Preview] SURVIVAL MODE INFO!
    By frandaman in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 17
    Last Post: 07-18-2011, 09:34 AM
  4. Mw3 Survival Mode
    By itz me_ in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 1
    Last Post: 06-12-2011, 11:08 AM
  5. So I Just Completed Survival Mode...
    By MyLazySundays in forum WarRock Discussions
    Replies: 27
    Last Post: 11-29-2010, 07:41 AM