Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private static string ReadPrestige(byte[] input)
- {
- string Prestige = BitConverter.IsLittleEndian ? BitConverter.ToInt32(new byte[] { input[3], input[2], input[1], input[0] }, 0).ToString() : BitConverter.ToInt32(input, 0).ToString();
- return Prestige.Contains("-") ? "N/A" : Prestige;
- }
- private static string ReadLevel(byte input)
- {
- return Convert.ToByte(input + 0x1).ToString();
- }
- private static string ReadNat(byte input)
- {
- switch (input)
- {
- case 0x0: return "N/A";
- case 0x1: return "Open";
- case 0x2: return "Moderate";
- case 0x3: return "Strict";
- default: return "N/A";
- }
- }
- private static string ReadMic(byte input)
- {
- switch (input)
- {
- case 0x0: return "Off";
- case 0x1: return "On";
- default: return "N/A";
- }
- }
- Modern Warfare 1
- //Pub
- PrestigeOffset = 0x1028FD80 + ((uint)client * 0xB0);
- LevelOffset = 0x1028FD7F + ((uint)client * 0xB0);
- ClanTagOffset = 0x1028FD18 + ((uint)client * 0xB0);
- GamerTagOffset = 0x1028FCF8 + ((uint)client * 0xB0);
- ExternalIPOffset = 0x1028FD5A + ((uint)client * 0xB0);
- PortOffset = 0x1028FD5E + ((uint)client * 0xB0);
- InternalIPOffset = 0x1028FD48 + ((uint)client * 0xB0);
- NatOffset = 0x1028FCEF + ((uint)client * 0xB0);
- MicOffset = 0x1028FCEA + ((uint)client * 0xB0);
- //Party
- PrestigeOffset = 0x10292CF8 + ((uint)client * 0xB0);
- LevelOffset = 0x10292CF7 + ((uint)client * 0xB0);
- ClanTagOffset = 0x10292C90 + ((uint)client * 0xB0);
- GamerTagOffset = 0x10292C70 + ((uint)client * 0xB0);
- ExternalIPOffset = 0x10292CD2 + ((uint)client * 0xB0);
- PortOffset = 0x10292CD6 + ((uint)client * 0xB0);
- InternalIPOffset = 0x10292CC0 + ((uint)client * 0xB0);
- NatOffset = 0x10292C67 + ((uint)client * 0xB0);
- MicOffset = 0x10292C62 + ((uint)client * 0xB0);
- World At World
- //Pub
- PrestigeOffset = 0xB18414 + ((uint)client * 0xC8);
- LevelOffset = 0xB18413 + ((uint)client * 0xC8);
- ClanTagOffset = 0xB183A8 + ((uint)client * 0xC8);
- GamerTagOffset = 0xB18388 + ((uint)client * 0xC8);
- ExternalIPOffset = 0xB183EA + ((uint)client * 0xC8);
- PortOffset = 0xB183EE + ((uint)client * 0xC8);
- InternalIPOffset = 0xB183D8 + ((uint)client * 0xC8);
- NatOffset = 0xB1837F + ((uint)client * 0xC8);
- MicOffset = 0xB1837A + ((uint)client * 0xC8);
- //Party
- PrestigeOffset = 0xB1C0E4 + ((uint)client * 0xC8);
- LevelOffset = 0xB1C0E3 + ((uint)client * 0xC8);
- ClanTagOffset = 0xB1C078 + ((uint)client * 0xC8);
- GamerTagOffset = 0xB1C058 + ((uint)client * 0xC8);
- ExternalIPOffset = 0xB1C0BA + ((uint)client * 0xC8);
- PortOffset = 0xB1C0BE + ((uint)client * 0xC8);
- InternalIPOffset = 0xB1C0A8 + ((uint)client * 0xC8);
- NatOffset = 0xB1C04F + ((uint)client * 0xC8);
- MicOffset = 0xB1C04A + ((uint)client * 0xC8);
- Modern Warfare 2
- //Pub
- PrestigeOffset = 0xA13634 + ((uint)client * 0xD8);
- LevelOffset = 0xA13633 + ((uint)client * 0xD8);
- ClanTagOffset = 0xA135BA + ((uint)client * 0xD8);
- GamerTagOffset = 0xA1359A + ((uint)client * 0xD8);
- ExternalIPOffset = 0xA135EA + ((uint)client * 0xD8);
- PortOffset = 0xA135EE + ((uint)client * 0xD8);
- InternalIPOffset = 0xA135D8 + ((uint)client * 0xD8);
- NatOffset = 0xA135F0 + ((uint)client * 0xD8);
- MicOffset = 0xA13599 + ((uint)client * 0xD8);
- //Party
- PrestigeOffset = 0xA1149C + ((uint)client * 0xD8);
- LevelOffset = 0xA1149B + ((uint)client * 0xD8);
- ClanTagOffset = 0xA11422 + ((uint)client * 0xD8);
- GamerTagOffset = 0xA11402 + ((uint)client * 0xD8);
- ExternalIPOffset = 0xA11452 + ((uint)client * 0xD8);
- PortOffset = 0xA11456 + ((uint)client * 0xD8);
- InternalIPOffset = 0xA11440 + ((uint)client * 0xD8);
- NatOffset = 0xA11458 + ((uint)client * 0xD8);
- MicOffset = 0xA11401 + ((uint)client * 0xD8);
- Black Ops 1 Multiplayer
- //Pub
- PrestigeOffset = 0xD54B8C + ((uint)client * 0x220);
- LevelOffset = 0xD54B8B + ((uint)client * 0x220);
- ClanTagOffset = 0xD54B1C + ((uint)client * 0x220);
- GamerTagOffset = 0xD54AF8 + ((uint)client * 0x220);
- ExternalIPOffset = 0xD54B66 + ((uint)client * 0x220);
- PortOffset = 0xD54B6A + ((uint)client * 0x220);
- InternalIPOffset = 0xD54B54 + ((uint)client * 0x220);
- NatOffset = 0xD54ACB + ((uint)client * 0x220);
- MicOffset = 0xD54AC2 + ((uint)client * 0x220);
- //Party
- PrestigeOffset = 0xD5B30C + ((uint)client * 0x220);
- LevelOffset = 0xD5B30B + ((uint)client * 0x220);
- ClanTagOffset = 0xD5B29C + ((uint)client * 0x220);
- GamerTagOffset = 0xD5B258 + ((uint)client * 0x220);
- ExternalIPOffset = 0xD5B2E6 + ((uint)client * 0x220);
- PortOffset = 0xD5B2EA + ((uint)client * 0x220);
- InternalIPOffset = 0xD5B2D6 + ((uint)client * 0x220);
- NatOffset = 0xD5B24B + ((uint)client * 0x220);
- MicOffset = 0xD5B242 + ((uint)client * 0x220);
- Black Ops 1 Zombies
- //Pub
- PrestigeOffset = 0x0; //na
- LevelOffset = 0x0; //na
- ClanTagOffset = 0x0; //na
- GamerTagOffset = 0x17228E8 + ((uint)client * 0x108);
- ExternalIPOffset = 0x1722976 + ((uint)client * 0x108);
- InternalIPOffset = 0x1722964 + ((uint)client * 0x108);
- PortOffset = 0x172297A + ((uint)client * 0x108);
- NatOffset = 0x17228DB + ((uint)client * 0x108);
- MicOffset = 0x17228D2 + ((uint)client * 0x108);
- //Party
- PrestigeOffset = 0x0;
- LevelOffset = 0x0;
- ClanTagOffset = 0x0;
- GamerTagOffset = 0x1725268 + ((uint)client * 0x108);
- ExternalIPOffset = 0x17252F6 + ((uint)client * 0x108);
- InternalIPOffset = 0x17252E4 + ((uint)client * 0x108);
- PortOffset = 0x17252FA + ((uint)client * 0x108);
- NatOffset = 0x172525B + ((uint)client * 0x108);
- MicOffset = 0x1725252 + ((uint)client * 0x108);
- Modern Warfare 3
- //Pub
- PrestigeOffset = 0x89D190 + ((uint)client * 0x178);
- LevelOffset = 0x89D18F + ((uint)client * 0x178);
- ClanTagOffset = 0x89D1F0 + ((uint)client * 0x178);
- GamerTagOffset = 0x89D1AC + ((uint)client * 0x178);
- ExternalIPOffset = 0x89D29E + ((uint)client * 0x178);
- PortOffset = 0x89D2A2 + ((uint)client * 0x178);
- InternalIPOffset = 0x89D28C + ((uint)client * 0x178);
- NatOffset = 0x89D2A4 + ((uint)client * 0x178);
- MicOffset = 0x89D1F5 + ((uint)client * 0x178);
- //Party
- PrestigeOffset = 0x8A80E8 + ((uint)client * 0x178);
- LevelOffset = 0x8A80E7 + ((uint)client * 0x178);
- ClanTagOffset = 0x8A8148 + ((uint)client * 0x178);
- GamerTagOffset = 0x8A8104 + ((uint)client * 0x178);
- ExternalIPOffset = 0x8A81F6 + ((uint)client * 0x178);
- PortOffset = 0x8A81FA + ((uint)client * 0x178);
- InternalIPOffset = 0x8A81E4 + ((uint)client * 0x178);
- NatOffset = 0x8A81FC + ((uint)client * 0x178);
- MicOffset = 0x8A814D + ((uint)client * 0x178);
- Black Ops 2
- //Pub
- PrestigeOffset = 0xF9E740 + ((uint)client * 0x148);
- LevelOffset = 0xF9E73F + ((uint)client * 0x148);
- ClanTagOffset = 0xF9E6E4 + ((uint)client * 0x148);
- GamerTagOffset = 0xF9E698 + ((uint)client * 0x148);
- ExternalIPOffset = 0xF9E726 + ((uint)client * 0x148);
- InternalIPOffset = 0xF9E708 + ((uint)client * 0x148);
- PortOffset = 0xF9E72A + ((uint)client * 0x148);
- NatOffset = 0xF9E68B + ((uint)client * 0x148);
- MicOffset = 0xF9E67D + ((uint)client * 0x148);
- //Party
- PrestigeOffset = 0xFA9A48 + ((uint)client * 0x148);
- LevelOffset = 0xFA9A47 + ((uint)client * 0x148);
- ClanTagOffset = 0xFA99EC + ((uint)client * 0x148);
- GamerTagOffset = 0xFA99A0 + ((uint)client * 0x148);
- ExternalIPOffset = 0xFA9A2E + ((uint)client * 0x148);
- InternalIPOffset = 0xFA9A10 + ((uint)client * 0x148);
- PortOffset = 0xFA9A32 + ((uint)client * 0x148);
- NatOffset = 0xFA9993 + ((uint)client * 0x148);
- MicOffset = 0xFA9985 + ((uint)client * 0x148);
- Ghosts
- //Pub
- PrestigeOffset = 0xCC50D4 + ((uint)client * 0x1E8);
- LevelOffset = 0xCC50D3 + ((uint)client * 0x1E8);
- ClanTagOffset = 0xCC5158 + ((uint)client * 0x1E8);
- GamerTagOffset = 0xCC5114 + ((uint)client * 0x1E8);
- ExternalIPOffset = 0xCC523A + ((uint)client * 0x1E8);
- InternalIPOffset = 0xCC521C + ((uint)client * 0x1E8);
- PortOffset = 0xCC523E + ((uint)client * 0x1E8);
- NatOffset = 0x0;
- MicOffset = 0xCC515D + ((uint)client * 0x1E8);
- //Party
- PrestigeOffset = 0xCCFDAC + ((uint)client * 0x1E8);
- LevelOffset = 0xCCFDAB + ((uint)client * 0x1E8);
- ClanTagOffset = 0xCCFE30 + ((uint)client * 0x1E8);
- GamerTagOffset = 0xCCFDEC + ((uint)client * 0x1E8);
- ExternalIPOffset = 0xCCFF12 + ((uint)client * 0x1E8);
- InternalIPOffset = 0xCCFEF4 + ((uint)client * 0x1E8);
- PortOffset = 0xCCFF16 + ((uint)client * 0x1E8);
- NatOffset = 0x0;
- MicOffset = 0xCCFE35 + ((uint)client * 0x1E8);
- Advanced Warfare
- //Pub
- PrestigeOffset = 0xE048C4 + ((uint)client * 0x380);
- LevelOffset = 0xE048C3 + ((uint)client * 0x380);
- ClanTagOffset = 0xE04924 + ((uint)client * 0x380);
- GamerTagOffset = 0xE048E0 + ((uint)client * 0x380);
- ExternalIPOffset = 0xE04BC2 + ((uint)client * 0x380);
- InternalIPOffset = 0xE04BA4 + ((uint)client * 0x380);
- PortOffset = 0xE04BC6 + ((uint)client * 0x380);
- NatOffset = 0x0;
- MicOffset = 0xE04929 + ((uint)client * 0x380);
- //Party
- PrestigeOffset = 0xE0ECC4 + ((uint)client * 0x380);
- LevelOffset = 0xE0ECC3 + ((uint)client * 0x380);
- ClanTagOffset = 0xE0ED24 + ((uint)client * 0x380);
- GamerTagOffset = 0xE0ECE0 + ((uint)client * 0x380);
- ExternalIPOffset = 0xE0EB27 + ((uint)client * 0x380);
- InternalIPOffset = 0xE0EFA4 + ((uint)client * 0x380);
- PortOffset = 0xE0EB2B + ((uint)client * 0x380);
- NatOffset = 0x0;
- MicOffset = 0xE0ED29 + ((uint)client * 0x380);
- //black ops 2 shit
- public void GiveRank(string prestige, string rank, string xp, string kills, string deaths, string wins, string losses, string score)
- {
- string Rank = String.Format("callvote map \"mp_raid;statsetbyname PLEVEL {0};updategamerprofile;uploadstats;statsetbyname RANK {1};statsetbyname RANKXP {2};statsetbyname kills {3};statsetbyname deaths {4};statsetbyname wins {5};statsetbyname losses {6};statsetbyname score {7}", prestige, rank, xp, kills, deaths, wins, losses, score);
- Call(0x124C80, 0, Rank.Replace(';', '\x0D'));
- }
- public void Derank(string prestige, string rank, string xp)
- {
- string DRNK = String.Format("callvote map \"mp_raid;resetStats;statsetbyname PLEVEL {0};statsetbyname RANK {1};statsetbyname RANKXP {2}", prestige, rank, xp);
- Call(0x124C80, 0, DRNK.Replace(';', '\x0D'));
- }
- public void CustomCMD(string cmd)
- {
- string kick2xmb = String.Format("callvote map \"mp_raid; {0}", cmd);
- Call(0x124C80, 0, kick2xmb.Replace(';', '\x0D'));
- }
- public void setrank(uint offset, string value)
- {
- string ipS = value;
- int lel = Convert.ToInt32(ipS);
- lel = lel - 1;
- ipS = Convert.ToString(lel);
- byte[] ip = new byte[] { Convert.ToByte(ipS) };
- Console.Write(BitConverter.ToString(ip).Replace("-", ""));
- PS3.SetMemory(offset, ip);
- }
- //call within an event like onclick
- PS3.SetMemory(0x13AF38, new byte[] { 0x38, 0x60, 0x00, 0x36 });//sets the rank to 55
- setrank(0x0013AF3B, textBox1.Text);
- //spoof xuid
- byte[] bytes = Encoding.ASCII.GetBytes(textBox2.Text);
- Array.Resize<byte>(ref bytes, bytes.Length + 1);
- PS3.SetMemory(0x26C0658, bytes);
- PS3.SetMemory(0x26C071F, new byte[] { 0x04 });
- //spoof region
- PS3.Extension.WriteString(0x26C066C, textBox3.Text);
- //invite self to others game
- PS3.SetMemory(0x535CEB, new byte[] { 0x90 });
- PS3.SetMemory(0x535D67, new byte[] { 0x80 });
- PS3.Extension.WriteString(0x96EC34, "ER INVITE!!");
- //off
- PS3.SetMemory(0x535CEB, new byte[] { 0x80 });
- PS3.SetMemory(0x535D67, new byte[] { 0x90 });
- //join closed parties
- byte[] eopp = new byte[] { 0x38, 0x60 };
- PS3.SetMemory(0x521C38, new byte[] { 0x38 });
- PS3.SetMemory(0x533970, eopp);
- PS3.SetMemory(0x53397C, eopp);
- PS3.SetMemory(0x533988, eopp);
- PS3.SetMemory(0x533948, eopp);
- PS3.SetMemory(0x53391C, eopp);
- PS3.SetMemory(0x53394C, eopp);
- PS3.SetMemory(0x533988, eopp);
- //off
- PS3.SetMemory(0x521C38, new byte[] { 0x88 });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement