Post: pls i need help with some thing
06-19-2014, 02:47 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ok so could someone pls give me the noclip offset so i can add it to my menu
(adsbygoogle = window.adsbygoogle || []).push({});
06-19-2014, 03:52 AM #2
-JM-
Space Ninja
Originally posted by Modder View Post
ok so could someone pls give me the noclip offset so i can add it to my menu

So offset is 0x0110d87f
    
private void UFO(int client)
{
if (UFOmode[client] == false)
{
UFOmode[client] = true;
byte[] ufo = new byte[] { 0x02 };
PS3.SetMemory(0x0110d87f + (0x3980 * (uint)client), ufo);
iPrintln(client, "UFO:^2ON");
}
else
{
UFOmode[client] = false;
byte[] noU = new byte[] { 0x00 };
PS3.SetMemory(0x0110d87f + (0x3980 * (uint)client), noU);
iPrintln(client, "UFO:^1OFF");
}
}
06-19-2014, 04:23 AM #3
is that ufo or no clip
06-19-2014, 04:26 AM #4
Originally posted by JM
So offset is 0x0110d87f
    
private void UFO(int client)
{
if (UFOmode[client] == false)
{
UFOmode[client] = true;
byte[] ufo = new byte[] { 0x02 };
PS3.SetMemory(0x0110d87f + (0x3980 * (uint)client), ufo);
iPrintln(client, "UFO:^2ON");
}
else
{
UFOmode[client] = false;
byte[] noU = new byte[] { 0x00 };
PS3.SetMemory(0x0110d87f + (0x3980 * (uint)client), noU);
iPrintln(client, "UFO:^1OFF");
}
}

is that ufo or no clip
06-19-2014, 04:29 AM #5
-JM-
Space Ninja
Originally posted by Modder View Post
is that ufo or no clip

I didn't seen noclip in this game
06-19-2014, 04:33 AM #6
]enstone has it on his menu and alot of other menus did aswell
06-19-2014, 04:42 AM #7
-JM-
Space Ninja
Originally posted by Modder View Post
]enstone has it on his menu and alot of other menus did aswell

I just watched a video of enstone and it looks the same
06-19-2014, 06:18 AM #8
Originally posted by JM
I just watched a video of enstone and it looks the same

its diffrent its where you fly when looking up or down not pressing l1 and r1
06-19-2014, 12:18 PM #9
-JM-
Space Ninja
Originally posted by Modder View Post
its diffrent its where you fly when looking up or down not pressing l1 and r1


I would ask in elite section I got a feeling They keep it there That's wild guess
06-21-2014, 10:54 PM #10
Swaqq
Professional Thanker
r u fuhin kidding me? srsly LOOOOL its the same offset as ufo but instead of 0x02 its 0x03 -________________-
Originally posted by Modder View Post
ok so could someone pls give me the noclip offset so i can add it to my menu

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo