Post: COD ghosts 1.15 RTM (CEX) tool [Evil_bob611] (small public cheater)
08-06-2014, 06:17 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Sooo, this is my first cod ghosts tool I have made and it seems to work perfectly, there's only 3 mods in it: Advanced UAV, Red Boxes and Laser. I made it because the other tools that I found keep freezing my friends ps3 when he clicks something, this one doesn't freeze at all. This tool is only for CEX because I don't have the time to code it also for DEX (now I use CCAPI 2.5 and DEX uses TMapi). This is no virus although the scanner says 2/54... :/ I will put the source code in this thread as a text but not as a file. Credits for the offsets go to iMoDzRGFR (I think he's the one who found them, correct me if I'm wrong)

virusscan:
You must login or register to view this content.

tool:
You must login or register to view this content. (this is where I've uploaded the tool because I have an online storage of 112GB on that site.)


source code for the ones who think it has a CID stealer or it's a virus:
    
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 PS3Lib;

namespace COD_ghosts_rtm_CEX_mini_public_cheater
{
public partial class Form1 : Form
{
public static bool istmapi = true;
private PS3API PS3 = new PS3API();
public Form1()
{
InitializeComponent();
}

private void radioButton1_CheckedChanged(object sender, EventArgs e)
{
PS3.ChangeAPI(SelectAPI.ControlConsole);
istmapi = false;
}

private void button1_Click(object sender, EventArgs e)
{
if (!this.PS3.ConnectTarget(0))
{
MessageBox.Show("Unable to connect. Double Check IP ", "Error.", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
else
{
string str = string.Concat("You are now connected with this API : ", this.PS3.GetCurrentAPIName());
MessageBox.Show(str, "Connected!", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
}

private void button2_Click(object sender, EventArgs e)
{
if (istmapi == true)
{
if (PS3.AttachProcess())
{
MessageBox.Show("Successfully Attached the process!", "Attached!");
}
else

MessageBox.Show("Failed to attach the process! Make sure you're ingame!");
}
else if (istmapi == false)
{
if (PS3.AttachProcess())
{
MessageBox.Show("Successfullly attached the processs!", "Attached!", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else MessageBox.Show("Failed to attach the process!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}

private void button7_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x14920C, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}

private void button8_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x14920C, new byte[] { 0x41, 0x82, 0x00, 0x0C });
}

private void button5_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x59AD0B, new byte[] { 0x01 });
}

private void button6_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x59AD0B, new byte[] { 0x00 });
}

private void button3_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x140B12, new byte[] { 0x01 });
}

private void button4_Click(object sender, EventArgs e)
{
PS3.SetMemory(0x140B12, new byte[] { 0x00 });
}
}
}
08-06-2014, 06:44 PM #2
Havok-da kid
Bounty hunter
works no freeze nice Enzo just add glow and see threw please
08-06-2014, 08:52 PM #3
What do you mean with glow? Do you mean chrome (silver/grey) players?
08-06-2014, 08:52 PM #4
nc works great =D
08-07-2014, 10:54 AM #5
don't use cos u will get banned!!!!
08-07-2014, 12:33 PM #6
the possibility of getting banned is indeed pretty big... but people who want to take the risk can use this....
08-07-2014, 12:59 PM #7
very nice work mate just add no recoil spoof cid and antiban.
08-16-2014, 03:00 PM #8
ProPieEater
Bounty hunter
virus scan says trojan?
09-06-2014, 03:16 PM #9
Dan Dactyl
One Among The Fence
Thread Mived To COD Ghosts Modding Tools Section

Also please update you thread with either an image or a link to an image of your tool. You'll have more interest if people can actually see what they are downloading. Thanks

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo