Post: [NEED HELP] With Non-Host offsets (MW3)
10-28-2014, 11:58 PM #1
RramPaGe___J
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hi guys,

Can someone help me with giving me the offsets 'code's" from some non-host tools. I need them for CCAPI (CEX).
I don't know how to use:

Which i need?
PS3.SetMemory(0x00065D14, new byte[] { 0x60, 0x00, 0x00, 0x00 });

Or

byte[] RedBoxes = new byte[] { 0x60, 0x00, 0x00, 0x00};
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x65D14, RedBoxes);


Please help me and tell me some offsets.
PS. Add me on skype: Vendzique_Pwns

Thanks,
RramPaGe___J
For clan: xBelgiumModders
Last edited by RramPaGe___J ; 11-01-2014 at 10:21 PM.
10-29-2014, 10:49 PM #2
Smooth
< ^ > < ^ >
Originally posted by J View Post
Hi guys,

Can someone help me with finding/giving me all non-host offsets for MW3.
Thanks!

RramPaGe___JReaper


You must login or register to view this content.

The following user thanked Smooth for this useful post:

RramPaGe___J
10-29-2014, 11:23 PM #3
RramPaGe___J
Save Point
Originally posted by Smooth View Post
You must login or register to view this content.


Hi Smooth I find some but i can't code them so good like:
Non-host Red Boxes:
CODE:
Offset: 0x65D14 -replace with 60 00 00 00

I need some like:
byte[] Redboxes = new byte[] { 0x60, 0x00, 0x00, 0x00 };
PS3.SetMemory(0x65D14, Redboxes);//<<This is how you set your mods

Like that. Can u help me?
10-30-2014, 01:22 AM #4
Smooth
< ^ > < ^ >
Originally posted by J View Post
Hi Smooth I find some but i can't code them so good like:
Non-host Red Boxes:
CODE:
Offset: 0x65D14 -replace with 60 00 00 00

I need some like:
byte[] Redboxes = new byte[] { 0x60, 0x00, 0x00, 0x00 };
PS3.SetMemory(0x65D14, Redboxes);//<<This is how you set your mods

Like that. Can u help me?


byte[] RedBoxes = new byte[] { 0x60, 0x00, 0x00, 0x00};
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x65D14, RedBoxes);

The following user thanked Smooth for this useful post:

RramPaGe___J
10-30-2014, 10:16 PM #5
RramPaGe___J
Save Point
Originally posted by Smooth View Post
byte[] RedBoxes = new byte[] { 0x60, 0x00, 0x00, 0x00};
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x65D14, RedBoxes);


Thanks bro Smile do i need to change any? and do you have more for the non-host offsets.
10-30-2014, 11:34 PM #6
Smooth
< ^ > < ^ >
Originally posted by J View Post
Thanks bro Smile do i need to change any? and do you have more for the non-host offsets.


if you want to use different offsets use mango's offset thread, the only thing you need to edit in it is the RedBoxes name and the offset/bytes areas.

The following user thanked Smooth for this useful post:

RramPaGe___J
10-31-2014, 09:51 AM #7
RramPaGe___J
Save Point
Originally posted by Smooth View Post
if you want to use different offsets use mango's offset thread, the only thing you need to edit in it is the RedBoxes name and the offset/bytes areas.


Thanks mate Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo