Call of Duty:AW Achievement Unlocker (TU17 all DLC) + Source

Discussion in 'Real Time Editors [ RTE ]' started by begallegal1, Sep 14, 2015.

  1. begallegal1

    begallegal1 Medicine Man Lifetime Gold TeamXPG
    5/47

    3,694
    3,131
    235
    Oct 31, 2011
    In a Field of Green
    Console:
    Xbox
    [​IMG]

    Here's a little test tool I made for unlocking all achievements including DLC 1-4 ​
    ;) 90 in total 2000GS ;)
    this will be included in v2 of my trainer HERE and will be included in a large RTE tool with everything from the trainer + more coming soon!​
    Requirements:
    XRPC plugin installed/running on your Jtag/RGH/XDK console​
    Console set as default in SDK (Neighborhood)​
    Instructions:
    1. Load the MP menu or a MP map (doing this in zombies menu only unlocks some,I did not try campaign menu)​
    2. Open the tool, if your console and SDK are set up properly you will get a connect message.​
    [​IMG]
    3. Click the "Unlock All 90 Achievements" button.​
    4. You've worked hard,, time to enjoy those cheevos!!​
    [​IMG]

    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.Threading.Tasks;
    using System.Windows.Forms;
    using XRPCLib;
     
    namespace COD_AW_Cheevos
    {
        public partial class Form1 : Form
        {
            XRPC x = new XRPC();
     
            public Form1()
            {
                InitializeComponent();
            }
     
            private void giveMeCheevos_Click(object sender, EventArgs e)
            {
               string[] cheevos= new string[90];
               cheevos[0] = "4 CARMA";
               cheevos[1] = "4 CAMPAIGN_COMPLETE";
               cheevos[2] = "4 CAMPAIGN_HARDENED";
               cheevos[3] = "4 CAMPAIGN_VETERAN";
               cheevos[4] = "4 BOOST_DASH_STOMP";
               cheevos[5] = "4 GRENADE_DODGE";
               cheevos[6] = "4 SONIC_KILL";
               cheevos[7] = "4 OVERDRIVE_KILL";
               cheevos[8] = "4 SMART_GRENADE_KILL";
               cheevos[9] = "4 THREAT_GRENADE_KILL";
               cheevos[10] = "4 EMP_DRONE";
               cheevos[11] = "4 EMP_AST";
               cheevos[12] = "4 INTEL_HALF";
               cheevos[13] = "4 INTEL_ALL";
               cheevos[14] = "4 COVER_DRONE_KILL";
               cheevos[15] = "4 EXO_UPGRADE";
               cheevos[16] = "4 EXO_UPGRADE_10";
               cheevos[17] = "4 EXO_UPGRADE_20";
               cheevos[18] = "4 EXO_UPGRADE_FULL";
               cheevos[19] = "4 LEVEL_1";
               cheevos[20] = "4 LEVEL_1A";
               cheevos[21] = "4 LEVEL_2A";
               cheevos[22] = "4 LEVEL_2B";
               cheevos[23] = "4 LEVEL_2";
               cheevos[24] = "4 LEVEL_3A";
               cheevos[25] = "4 LEVEL_3";
               cheevos[26] = "4 LEVEL_4A";
               cheevos[27] = "4 LEVEL_4";
               cheevos[28] = "4 LEVEL_5";
               cheevos[29] = "4 LEVEL_5A";
               cheevos[30] = "4 LEVEL_6A";
               cheevos[31] = "4 LEVEL_6";
               cheevos[32] = "4 LEVEL_7";
               cheevos[33] = "4 LEVEL_8A";
               cheevos[34] = "4 LEVEL_8";
               cheevos[35] = "4 LEVEL_9";
               cheevos[36] = "4 LEVEL_10A";
               cheevos[37] = "4 LEVEL_10";
               cheevos[38] = "4 LEVEL_11";
               cheevos[39] = "4 LEVEL_12A";
               cheevos[40] = "4 LEVEL_12";
               cheevos[41] = "4 LEVEL_13A";
               cheevos[42] = "4 LEVEL_13";
               cheevos[43] = "4 LEVEL_14A";
               cheevos[44] = "4 LEVEL_14";
               cheevos[45] = "4 COOP_VETERAN";
               cheevos[46] = "4 COOP_WARFARE";
               cheevos[47] = "4 COOP_UNDEAD_SURVIVOR";
               cheevos[48] = "4 COOP_EXO_SURVIVOR";
               cheevos[49] = "4 COOP_FLIP_FLOP";
               cheevos[50] = "4 DLC1_ZOMBIE_ROUND10";
               cheevos[51] = "4 DLC1_ZOMBIE_ROUND30";
               cheevos[52] = "4 DLC1_ZOMBIE_2020";
               cheevos[53] = "4 DLC1_ZOMBIE_MONEYBAGS";
               cheevos[54] = "4 DLC1_ZOMBIE_CHEAPSKATE";
               cheevos[55] = "4 DLC1_ZOMBIE_BURGLE";
               cheevos[56] = "4 DLC1_ZOMBIE_GAMEOVERMAN";
               cheevos[57] = "4 DLC1_ZOMBIE_COMEONANDSLAM";
               cheevos[58] = "4 DLC1_ZOMBIE_PCLOADLETTER";
               cheevos[59] = "4 DLC1_ZOMBIE_DOYOUEVENEXO";
               cheevos[60] = "4 DLC2_ZOMBIE_ROUND10";
               cheevos[61] = "4 DLC2_ZOMBIE_ROUND25";
               cheevos[62] = "4 DLC2_ZOMBIE_ONEMANSPOISON";
               cheevos[63] = "4 DLC2_ZOMBIE_INDIRECTFIRE";
               cheevos[64] = "4 DLC2_ZOMBIE_RESCUE1";
               cheevos[65] = "4 DLC2_ZOMBIE_RESCUE4";
               cheevos[66] = "4 DLC2_ZOMBIE_RESCUE20";
               cheevos[67] = "4 DLC2_ZOMBIE_LOVETAP";
               cheevos[68] = "4 DLC2_ZOMBIE_POPCORN";
               cheevos[69] = "4 DLC2_ZOMBIE_MEATISMURDER";
               cheevos[70] = "4 DLC3_ZOMBIE_ROUND10";
               cheevos[71] = "4 DLC3_ZOMBIE_ROUND30";
               cheevos[72] = "4 DLC3_ZOMBIE_EASTEREGG";
               cheevos[73] = "4 DLC3_ZOMBIE_PLINKO";
               cheevos[74] = "4 DLC3_ZOMBIE_DEFUSEBOMBS";
               cheevos[75] = "4 DLC3_ZOMBIE_ZOMBONI";
               cheevos[76] = "4 DLC3_ZOMBIE_TELEFRAG";
               cheevos[77] = "4 DLC3_ZOMBIE_LIMBO";
               cheevos[78] = "4 DLC3_ZOMBIE_OVERCHARGE";
               cheevos[79] = "4 DLC3_ZOMBIE_JUMPTHESHARK";
               cheevos[80] = "4 DLC4_ZOMBIE_DEFEATBOSS1";
               cheevos[81] = "4 DLC4_ZOMBIE_DEFEATBOSS2";
               cheevos[82] = "4 DLC4_ZOMBIE_EASTEREGG";
               cheevos[83] = "4 DLC4_ZOMBIE_DEFEATBOSS3";
               cheevos[84] = "4 DLC4_ZOMBIE_BIGGAME";
               cheevos[85] = "4 DLC4_ZOMBIE_COAST2COAST";
               cheevos[86] = "4 DLC4_ZOMBIE_GOTOSLEEP";
               cheevos[87] = "4 DLC4_ZOMBIE_REALSTEEL";
               cheevos[88] = "4 DLC4_ZOMBIE_NODOORS";
               cheevos[89] = "4 DLC4_ZOMBIE_TRICKSHOT";
     
               for (int i = 0; i < 90; i++)
               {
                        x.Call(0x823E5BF8, -1, 1, cheevos);
                        System.Threading.Thread.Sleep(50);
                        x.Call(0x823E5BF8, -1, 1, cheevos);
               }          
            }
     
            private void Form1_Load(object sender, EventArgs e)
            {
                try
                {
                    x.Connect();
     
                    MessageBox.Show("Connected To: " + x.xbCon.Name + "\n\nConsole Type: " + x.xbCon.ConsoleType + "\n\nMounted Drives: " + x.xbCon.Drives + "\n\nCurrently Running: " + x.xbCon.RunningProcessInfo.ProgramName, "Connected!");
                }
                catch (System.Exception)
                {
                    MessageBox.Show("No Console To Connect");
                }
            }
        }
    }
     
    




    I did not see a full list including all 90 on any of the console modding forums so feel free to share both source and tool
    **Note this can also be used with very little modification on PS3, and is easily convertible from C# to C++ or other desired languages for your various projects**

    The basis of this tool is from public knowledge shared by the modding community on various forums across the numbnet, thank you to those contributors and to every modder and hardware or software dev in the scene that has ever shared their knowledge with the world, without them none of this would ever be possible!!
    On that note I would personally like to give huge thanks and shouts out to all those who helped me along the way,you all know who you are!

    enjoy,
    begal

    DOWNLOAD

     
  2. IH

    IH8UALL Guest

    This looks pretty sweet. Bookmarked and ready to try later. After Mad Max ;)
     
  3. FeralA9X

    FeralA9X The EX-Terminator XPG Administrator
    430/564

    4,362
    2,596
    430
    Apr 29, 2011
    Australia
    Console:
    Xbox
    Amazing as always begal ;)
     
  4. jordanp01

    jordanp01 Lifetime Gold Lifetime Gold
    135/188

    896
    1,465
    135
    Aug 24, 2011
    Console:
    Playstation 4
    nice unlocker thanks begallegal 1 ;)
     
  5. OfficialSilas

    OfficialSilas The PC Wizard
    105/188

    1,578
    507
    105
    Jan 11, 2014
    Australia
    Console:
    Other
    Looking like a nice tool their sir Begal, I'm sure people will put it to good use ;)
     
  6. ne

    nerdhackz Newbie
    0/47

    4
    0
    0
    Oct 18, 2015
  7. pitito

    pitito Newbie
    0/47

    75
    7
    0
    May 1, 2012
    Console:
    Xbox
    Thanks for the tool,very awesome and work perfect :)

    You can make a tool for PGR4 with DLC included?

    I need too for this game
     
  8. co

    computer008 Newbie
    5/47

    9
    0
    5
    Dec 24, 2014
  9. st

    stanley789 Newbie
    0/47

    3
    0
    0
    Dec 9, 2015
    g

     
  10. Joshuaaa

    Joshuaaa Rookie
    15/47

    12
    3
    15
    Nov 14, 2011
    German
    Console:
    Xbox
  11. sk

    skidroanceer2 Rookie
    20/47

    48
    0
    20
    Jan 7, 2017
    Console:
    Xbox
  12. Joshua Tart

    Joshua Tart Newbie
    5/47

    1
    0
    5
    May 3, 2018
    North Carolina, USA
    Console:
    Xbox
    YES YES YES YES YES THANK YOU
     
  13. gi

    gijat43507 Newbie
    5/47

    7
    0
    5
    Mar 11, 2020

    thx
     
  14. Fa

    FawhsMods Newbie
    5/47

    2
    0
    5
    Apr 14, 2020
    Console:
    Xbox
  15. gi

    gian0125 Newbie
    5/47

    3
    0
    5
    Sep 4, 2020
    Console:
    Xbox One
     
  16. Dy

    Dylan Wagner Newbie
    5/47

    2
    0
    5
    Jan 19, 2021
    Console:
    Xbox
    looks good trying now
     
  17. te

    tech man Newbie
    5/47

    8
    0
    5
    Jan 7, 2021
    Console:
    Xbox

    good
     
  18. ki

    killaa Newbie
    5/47

    3
    0
    5
    Feb 17, 2021
    Console:
    Xbox
    Nice tool, looks good.
     
  19. al

    alexcetina Rookie
    15/47

    26
    0
    15
    Aug 19, 2020
    Console:
    Xbox
  20. Fr

    FroggytheKid Newbie
    5/47

    3
    0
    5
    Dec 20, 2021
    Console:
    Xbox
    thank you i will try this now
     

Share This Page