Post: Black Ops 1 Tool [RTM]
02-22-2014, 07:32 PM #1
primetime43
Knowledge is power Tiphat
(adsbygoogle = window.adsbygoogle || []).push({});

This is something I tried to release on her before I was ban and it kept getting removed on here, so imma try to release it again on here. So this is old. Smile

Hey there NGU, here is a much better tool of a tool that I released for Black Ops 1 real time modding way back when. The tool requires you to have a DEX ps3, the tools works by rtm (real time modding), it edits the memory of the game. You don't need any .dlls, the only thing you got to make sure you have is Net Framework 4.5.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

**The two detections are false.

You must login or register to view this content.
You must login or register to view this content.
Last edited by primetime43 ; 01-18-2015 at 08:17 PM.

The following 7 users say thank you to primetime43 for this useful post:

Asian, ErasedDev, Sabotage, Hori_By_Nature, Loxy, Notorious, ziMMol2TaL-
01-18-2015, 08:16 PM #29
ziMMol2TaL-
Little One
thanks man, I really appreciate it.. Woot
05-13-2016, 05:01 PM #30
Open Source?
05-14-2016, 03:53 PM #31
primetime43
Knowledge is power Tiphat
Originally posted by akaVriqs View Post
Open Source?

You want me to release the source code?
05-15-2016, 07:38 AM #32
yeah if thats possible Smile
05-18-2016, 06:18 PM #33
primetime43
Knowledge is power Tiphat
Originally posted by akaVriqs View Post
yeah if thats possible Smile


Yea sure bud. :y:
Btw, quote me next time so that I know you respond.
Also, what do you want to source code for? Your own tool or what?
Last edited by primetime43 ; 05-18-2016 at 06:35 PM.
05-22-2016, 12:18 PM #34
yeah I really need the custom classes names for coulored classes
05-23-2016, 07:16 PM #35
primetime43
Knowledge is power Tiphat
Originally posted by akaVriqs View Post
yeah I really need the custom classes names for coulored classes

Heres the function for the classes.

    
private void button7_Click(object sender, EventArgs e)
{
uint Class = (uint)numericUpDown2.Value;
uint addr = 0xD24C88 + 4 * Class;
uint ptr = GetPointer(GetPointer(addr) + 0x1Cool Man (aka Tustin);
string add = "";
if (checkBox2.CheckState == CheckState.Checked)
{
add = "^F";
}
PS3Util.PS3.SetMemory(ptr, Encoding.ASCII.GetBytes(add + textBox3.Text + '\0'Winky Winky);
}

The following user thanked primetime43 for this useful post:

akaVriqs
05-24-2016, 08:41 AM #36
thanks man, appreciate it Smile
05-24-2016, 10:50 AM #37
primetime43
Knowledge is power Tiphat
Originally posted by akaVriqs View Post
thanks man, appreciate it Smile


Yep, and just so you know. There are some custom functions in the code such as getpointer and the PS3util; so you will have to modify it to work your code, which shouldn't be too hard. :p

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo