You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
ip
  • Winter 2017
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Updated the post with some extra things, added a few things to the tool. Hope you have fun!
#12. Posted:
tell
  • Gold Gifter
Status: Offline
Joined: Mar 30, 201410Year Member
Posts: 2,479
Reputation Power: 170
Status: Offline
Joined: Mar 30, 201410Year Member
Posts: 2,479
Reputation Power: 170
This is a really good tool! Used it on my trinity and it worked great!

Thanks
#13. Posted:
Gary
  • Retired Staff
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5268
Motto: Consume Tacobell. Play RuneScape.
Motto: Consume Tacobell. Play RuneScape.
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5268
Motto: Consume Tacobell. Play RuneScape.
Really nice tool man, i would give it a try if i still used my jtag. Anyways god work Liability keep it up.
#14. Posted:
DeadReich
  • Junior Member
Status: Offline
Joined: Dec 25, 201013Year Member
Posts: 64
Reputation Power: 2
Status: Offline
Joined: Dec 25, 201013Year Member
Posts: 64
Reputation Power: 2
Add a another spot on the tool for host only functions but simple ones such as godmode and noclip. Since there is a force host option.

Also add 3Round UAV to nonhost.
#15. Posted:
ip
  • Summer 2018
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
DeadReich wrote Add a another spot on the tool for host only functions but simple ones such as godmode and noclip. Since there is a force host option.

Also add 3Round UAV to nonhost.
I haven't found the offset for uav. Since it would be off host, I can't set a dvar. So, I will need to do a little reversing to find it. As for the host options, I was thinking of doing that.
#16. Posted:
BREZERK
  • Junior Member
Status: Offline
Joined: Sep 08, 201311Year Member
Posts: 66
Reputation Power: 2
Status: Offline
Joined: Sep 08, 201311Year Member
Posts: 66
Reputation Power: 2
it gave me a diagnose message why ????? on the tool download
#17. Posted:
DeadReich
  • Junior Member
Status: Offline
Joined: Dec 25, 201013Year Member
Posts: 64
Reputation Power: 2
Status: Offline
Joined: Dec 25, 201013Year Member
Posts: 64
Reputation Power: 2
I don't know if this will help. But this is coding for redboxes and UAV I believe.

Optimized Code by Const:

void RedBox(int Client)
{
Console.OR_UInt32(getPlayerState(Client) + 0x10, 0x10);
}

private void redBoxMW2(uint clientMW2)
{
byte[] data = new byte[] { Convert.ToByte(0x10) };
Jtag.xbCon.DebugTarget.SetMemory(this.getPlayerStateMW2(clientMW2) + 0x13, 1, data, out act);
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.