Post: Making RTE help
08-29-2013, 10:55 PM #1
KingcreekS
NOTHING IS IMPOSSIBL
(adsbygoogle = window.adsbygoogle || []).push({}); Hi guys ,

Im trying to put offsets in my tool , i dont know how to do it , i know how to design a program with visual c# and ive already put the button to connect and attach code.

The problem is that i dont know how to setup the offsets , if someone can help me , please do it ... THANKS YOU!

The following user groaned KingcreekS for this awful post:

zDirrTy__-
08-29-2013, 11:02 PM #2
Mr.Azoz
I’m too L33T
hope this helps

some stuff from my tool

Originally posted by another user
//UAV
byte[] UAV = new byte[] { 0xff, 0xff, 0xff, 0xff };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc3a78, UAV);

byte[] UAV1 = new byte[] { 0xff, 0xff, 0xff, 0xff };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc3ad8, UAV1);

byte[] UAV2 = new byte[] { 0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc3b98, UAV2);

byte[] UAV3 = new byte[] { 0x00 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc3b38, UAV3);


Originally posted by another user
//target finder
byte[] TF = new byte[] { 0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc06b8, TF);


Originally posted by another user
//big name

byte[] BN = new byte[] { 0x40, 0x40 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01cc0358, BN);


connect part
Originally posted by another user
private void button1_Click_1(object sender, EventArgs e)
{
try
{
this.label2.ForeColor = Color.Lime;
this.label2.Text = "Connected";
PS3TMAPI.InitTargetComms();
PS3TMAPI.Connect(0, null);
PS3TMAPI.GetProcessList(0, out processIDs);
ulong num = processIDs[0];
ProcessID = Convert.ToUInt32(num);
PS3TMAPI.ProcessAttach(0, PS3TMAPI.UnitType.PPU, ProcessID);
PS3TMAPI.ProcessContinue(0, ProcessID);
MessageBox.Show("Debugging Station Connected and Game Attached");
}
catch
{
this.label2.ForeColor = Color.Red;
this.label2.Text = "Not Connected";
MessageBox.Show("Failed to connect !");
}


}
Last edited by Mr.Azoz ; 08-29-2013 at 11:05 PM.
08-29-2013, 11:02 PM #3
Mr.Azoz
I’m too L33T
Originally posted by KingcreekS View Post
Hi guys ,

Im trying to put offsets in my tool , i dont know how to do it , i know how to design a program with visual c# and ive already put the button to connect and attach code.

The problem is that i dont know how to setup the offsets , if someone can help me , please do it ... THANKS YOU!


forgot to quote
08-29-2013, 11:07 PM #4
KingcreekS
NOTHING IS IMPOSSIBL
Originally posted by Mr.Azoz View Post
forgot to quote


Can you upload your .bin file please?
08-29-2013, 11:09 PM #5
Mr.Azoz
I’m too L33T
Originally posted by KingcreekS View Post
Can you upload your .bin file please?

you want the 1.14 debug eboot ?
08-29-2013, 11:14 PM #6
KingcreekS
NOTHING IS IMPOSSIBL
Originally posted by Mr.Azoz View Post
you want the 1.14 debug eboot ?



no no no , i just want the .bin file of your tool , like , the project of the visual c# youve made , i need to learn this...
08-29-2013, 11:18 PM #7
Mr.Azoz
I’m too L33T
oh sure

You must login or register to view this content.

Drack Dont take my name out
08-29-2013, 11:51 PM #8
KingcreekS
NOTHING IS IMPOSSIBL
Originally posted by Mr.Azoz View Post
oh sure

You must login or register to view this content.

Drack Dont take my name out


Thanks men really Aaprecciate

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo