Post: 1.15 NON-HOST Tool v2.0
09-06-2014, 04:40 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Just made a quickie.

This is TMAPI and CCAPI.

I used the addresses from seb5594's thread ( 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.


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

Virus Scan:
You must login or register to view this content.


Originally posted by another user
v1.0:
Initial Release

v2.0:
Changed multiple lines to one line.
Changed from button on/off to checkbox.
Added Stats tab.
Changed all offsets.
Added Normal UAV.
Added button to close program.


Bugs (1.0 version)
Originally posted by another user
No Recoil will freeze you when you fire.
Steady Aim will freeze you.
Red Boxes will freeze you.

Tested:
Laser - Working
Anti-Ban - Working
Advanced UAV - Working

Not Tested:
Wall Hack
Chrome Players


Bugs (2.0)
Originally posted by another user
Not tested yet. someone test it please.


Credits
Originally posted by another user
Me - creating this fail
seb5594 - 1.15 Offsets
newk_jinx64 - Anti-Ban
DMT Fellas - Helping.
Natsu - Helping.
(adsbygoogle = window.adsbygoogle || []).push({});
09-06-2014, 04:50 AM #2
Chris
Former Staff
Pretty good tool I guess. You should have used if/else functions in checkbox. Looks much more clean Smile Just opinions for your next update on the tool.
09-06-2014, 04:55 AM #3
Originally posted by Natsu View Post
Pretty good tool I guess. You should have used if/else functions in checkbox. Looks much more clean Smile Just opinions for your next update on the tool.


Well, this is my first time coding in C# but I will try.
09-06-2014, 04:58 AM #4
Chris
Former Staff
Originally posted by nSo View Post
Well, this is my first time coding in C# but I will try.


It's very simple. The same as the coding for a button. Here's an example.

if (checkbox1.Checked)
{
PS3.SetMemory(OFFSET, new byte[] { ON BYTES HERE }); - This function enables the modification.
}
else
{
PS3.SetMemory(OFFSET, new byte[] { OFF BYTES HERE }); - This function disables the modification.
}
09-06-2014, 05:00 AM #5
Originally posted by Natsu View Post
It's very simple. The same as the coding for a button. Here's an example.

if (checkbox1.Checked)
{
PS3.SetMemory(OFFSET, new byte[] { ON BYTES HERE }); - This function enables the modification.
}
else
{
PS3.SetMemory(OFFSET, new byte[] { OFF BYTES HERE }); - This function disables the modification.
}


Oh thank you. I will update it soon, with more features! Happy

Also I think I didn't NOP the No Recoil right, and that seems to be the problem, can you tell me how to NOP it? it should be nop'd to 0x60 0x00 0x00 0x00
09-06-2014, 05:09 AM #6
pretty nice
09-06-2014, 05:10 AM #7
Chris
Former Staff
Originally posted by nSo View Post
Oh thank you. I will update it soon, with more features! Happy

Also I think I didn't NOP the No Recoil right, and that seems to be the problem, can you tell me how to NOP it? it should be nop'd to 0x60 0x00 0x00 0x00


Yeah, the correct byte for NOP would equal 0x60, 0x00, 0x00, 0x00.
09-06-2014, 05:33 AM #8
Originally posted by Natsu View Post
Yeah, the correct byte for NOP would equal 0x60, 0x00, 0x00, 0x00.


so like
if (checkbox1.Checked)
{
PS3.SetMemory(0x54A290, new byte[] { 0x60 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 });
}

?
09-06-2014, 06:35 AM #9
Chris
Former Staff
Originally posted by nSo View Post
so like
if (checkbox1.Checked)
{
PS3.SetMemory(0x54A290, new byte[] { 0x60 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 }
PS3.SetMemory(0x54A290, new byte[] { 0x00 });
}

?


No, all in one I believe...

if (checkbox1.Checked)
{
PS3.SetMemory(0x54A290, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}
09-07-2014, 03:58 AM #10
Tool updated //
Changed multiple lines to one line.
Changed from button on/off to checkbox.
Added Stats tab.
Changed all offsets.

The following user thanked Cloudyy for this useful post:

blazeyoung420

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo