Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    I didn't get the addresses myself, someone gave em to me.

  2. #17
    hurensohn1212's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    dont work /update comes today fix pls

  3. #18
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    Not working?

  4. #19
    HAXXXXXX's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    I like Donuts.
    Posts
    40
    Reputation
    3
    Thanks
    4
    My Mood
    Amused
    Thx Moto! You make da best hax!

  5. #20
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Despite the cash address being located in a static location, the address still changes every time you play...
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #21
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    Quote Originally Posted by HAXXXXXX View Post
    Thx Moto! You make da best hax!
    I didn't make it. Cookie made it and wanted me to release it for him..

  7. #22
    HAXXXXXX's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    I like Donuts.
    Posts
    40
    Reputation
    3
    Thanks
    4
    My Mood
    Amused
    Quote Originally Posted by Moto View Post


    I didn't make it. Cookie made it and wanted me to release it for him..
    NP, it doesn't work anyway :\

  8. #23
    HAXXXXXX's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    I like Donuts.
    Posts
    40
    Reputation
    3
    Thanks
    4
    My Mood
    Amused
    For the cracked version, I know the offset but it's encrypted and keeps resetting back. I don't know how to freeze it using cheatengine.

    EPIC EDIT: Sorry, I'm a fucking n00b, I just had to run as Admin and not put 9999999999.
    Thx Cookie and Moto.

    2ND EPIC EDIT: Gave me a Child0 error. I knew this was too good to be true.
    Last edited by HAXXXXXX; 11-12-2011 at 11:56 PM. Reason: Me=n00b

  9. #24
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    AFFFFFFFFF not working

  10. #25
    jack789789's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    Quote Originally Posted by =POISON= View Post
    good tutorial -
    you already bought the game?

    and off topic

    why cant i see how much of my level i already did?
    I kind thought it's on the left hand upper side?

  11. #26
    jack789789's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    3
    My Mood
    Fine
    Quote Originally Posted by Moto View Post
    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
    Does this ban you if you're playing survival co-op??

  12. #27
    x3Kawaii's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    Im scared getting banned". Can you?

  13. #28
    intervention61's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    285
    Reputation
    10
    Thanks
    875
    My Mood
    Cool
    Quote Originally Posted by Sensei_Kenji View Post
    You cant make any trainers of this because the Adresses change
    Meh, then look for pointers / patterns
    "Joker: why the hakcer are steaklign us name it´s the greatest asshole and motherfucker and i fuck him or her mother"

Page 2 of 2 FirstFirst 12

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