Notifications
Clear all

GTA 5 "scripts, codes, mods, offsets" Requests Open

Page 9 / 16

Posts: 0
(@lambo)
New RivalGamer
Joined: 8 years ago

Hey guys i have made this thread to help you and gta section grow .
If you have any sort of code , script , offset etc needed feel free request them in this thread 🙂

delete entity gun code for sprx please
you know the one that deletes objects when you aim and shoot i have frozen many time trying to work it out 🙂

oh and an anti taxi freeze mod if you have one lol....

edit Its ok found KiLLerBoy_001's awsome post

Reply
henry1323
Posts: 2
(@henry1323)
New RivalGamer
Joined: 8 years ago

Hey guys i have made this thread to help you and gta section grow .
If you have any sort of code , script , offset etc needed feel free request them in this thread 🙂

int CREATE_OBJECT(Hash Object, Vector3 Location)
{
int Object_ID = OBJECT::CREATE_OBJECT((Object), Location.x, Location.y, Location.z, true, true, false);
STREAMING::SET_MODEL_AS_NO_LONGER_NEEDED((Object));

return Object_ID;
}

it will be something of this sort 🙂

how do I download this stuff to my ps3

Reply
henry1323
Posts: 2
(@henry1323)
New RivalGamer
Joined: 8 years ago

im new

Excellent, anybody can make requests here, and KranK will get back to you when he has the code for the mod. 😉
Remember don't spam, thank you.

can u plz help me do this

Reply
Rivalz
Posts: 307
(@Rivalz)
Reputable RivalGamer
Joined: 8 years ago

how do I download this stuff to my ps3

I am not knowledgeable in this topic, KranK can provide you with step by step tutorial.
I would not recommend for you to mess with your ps3, causing greater damage.
If you have previously experienced in modding games on ps3 with a jailbroken ps3 on cfw, then follow krank's instructions.

Reply
KranK
Posts: 336
Topic starter
(@KranK)
Reputable RivalGamer
Joined: 9 years ago

how do I download this stuff to my ps3

This is programing part of sprx that use natives to call instruction and parameters you need start from basic things here to understand it

Reply
Page 9 / 16