What's new

Solved BO2 Probation timer remover

  • Thread starter Phosphor
  • Start date
  • Views 1,378
Phosphor

Phosphor

Enthusiast
Messages
210
Reaction score
45
Points
110
Sin$
0
I had this one tool that removed the timer right away and it worked ! But I had to restore my comp and I don't remember the tool name... Does anyone have a tool that removes it correctly cause none of the ones i search for and download like black and white, Yoda or anything doesn't work..
 
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
I had this one tool that removed the timer right away and it worked ! But I had to restore my comp and I don't remember the tool name... Does anyone have a tool that removes it correctly cause none of the ones i search for and download like black and white, Yoda or anything doesn't work..
C:
Bypass Probation
Dolan.WriteUInt32(0x825c5330, NOP);
 
Upvote 0
ImOx

ImOx

(^._.^)ノ
Retired
Programmer MotM Platinum Record
Messages
9,961
Reaction score
2,963
Points
2,180
Sin$
0
Is there a bo2 tu18 tool base somewhere ? I thought there was a thread of a tut for a tool but i cant seem to find it..
No such thing as a tool base lol.
And if you don't know how to make that yourself, Evasion has probation removing (or so I've heard)
 
Upvote 0
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
Upvote 0
ImOx

ImOx

(^._.^)ノ
Retired
Programmer MotM Platinum Record
Messages
9,961
Reaction score
2,963
Points
2,180
Sin$
0
Lol sorry i spelled your name wrong xD im not gonna release it just gonna use it for meh personal use.
And btw, before you ask why NOP is "not working", NOP is short for No Operation.
So with PPC you'd 'NOP with' 4 bytes: 0x60, 0x00, 0x00 and 0x00. (So, 0x60000000) (extended opcode for ori r0,r0,0)
 
Upvote 0
Phosphor

Phosphor

Enthusiast
Messages
210
Reaction score
45
Points
110
Sin$
0
:what:
You can if you want, just leave credit.
Nvm you dont need it, I did
if (metroToggle1.Checked == true)
{
//Dolan.SetMemory(Chams, new byte[] { 0x38, 0xC0, 0xFF, 0xFF });
//Dolan.WriteUInt32(norec, NOP);
//Dolan.WriteByte(redboxes, 0x1);
//Dolan.WriteByte(orbtvsat, 0x1);
//Dolan.CallVoid(CMD, new object[] { 0, "cg_fov 90" });
//Bypass Probation
Dolan.WriteUInt32(0x825c5330, NOP);
metroLabel1.Text = "Turn Off 1337 H4X";
}
And the timer is still there :what:
 
Upvote 0
Phosphor

Phosphor

Enthusiast
Messages
210
Reaction score
45
Points
110
Sin$
0
And btw, before you ask why NOP is "not working", NOP is short for No Operation.
So with PPC you'd 'NOP with' 4 bytes: 0x60, 0x00, 0x00 and 0x00. (So, 0x60000000) (extended opcode for ori r0,r0,0)
What do you mean, the NOP didnt throw any errors it just didnt worked when i sent it... I have public uint NOP = 0x60000000
 
Upvote 0
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
And btw, before you ask why NOP is "not working", NOP is short for No Operation.
So with PPC you'd 'NOP with' 4 bytes: 0x60, 0x00, 0x00 and 0x00. (So, 0x60000000) (extended opcode for ori r0,r0,0)
Hes going off my tool, so it already includes NOP.
 
Upvote 0
Phosphor

Phosphor

Enthusiast
Messages
210
Reaction score
45
Points
110
Sin$
0
I don't know what offset Sombra Sombra gave you. Maybe he can tell you if he's sure that the offset is right when he wakes up.

For the meantime, post your code and I can look if I see something wrong.
private void button1_Click(object sender, EventArgs e)
{
Dolan.WriteUInt32(0x825c5330, NOP);
MessageBox.Show("Enabled", "Probation Timer Bypass", MessageBoxButtons.OK);
Dolan.XNotify("Probation Timer Bypassed");
{
 
Last edited:
Upvote 0
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
I don't know what offset Sombra Sombra gave you. Maybe he can tell you if he's sure that the offset is right when he wakes up.

For the meantime, post your code and I can look if I see something wrong.
A buddy gave me the offset a while back, used to work, don't know what's wrong.
 
Upvote 0
Top Bottom
Login
Register