Post: [RELEASE]Original GTA IV-Dual Patch(Online && Offline) - Non Game-Ruiner
06-08-2012, 11:04 PM #1
slim355
You talkin to me?
(adsbygoogle = window.adsbygoogle || []).push({}); These mods will work on :

  • PS3 ** Jailbreak Required!
  • Original GTA IV


Instructions
Install the latest pkg for your game.

  1. You must login or register to view this content.
  2. You must login or register to view this content.
  3. You must login or register to view this content. - Rename it "update.img"
  4. **(Alternative Step 3), maps4890 has updated the menu with the latest scripts You must login or register to view this content.
  5. **(Alternative Step 3), maps4890 latest edits! Including TBoGT! You must login or register to view this content.
  6. Using a file manager place the update.img in the BL#S#####/USRDIR folder (backup the original)
  7. ?????
  8. Profit


Includes:

  • Mod Selector (Dpad Down + Circle)
  • JDMAlex/Threesocks Mod Menu (L3+R3)
  • Dr.X Clan's Mod Menu (Dpad Down + Square)
  • ThreeSocks Mod Garage V2.0 (Mod Garage Anywhere) (L2 + R2)
  • Plug-in Menu (add 20 scripts/menus) by renaming to plug#.sco. (Where # is a number from 1-20)


My Original Grab Mod(Early Version) Happy (Access Via Plug-in menu --> plug1.sco)


  • L1 to grab a vehicle,
  • R1 to kick legs,
  • L2 to let go,
  • Triangle to exit the mod



My Platinum Trophy Script Happy (Access Via Plug-in menu --> plug2.sco)

Credit to You must login or register to view this content. for decompiling .sco and revealing all the Native Functions.
Credit to Alexander Blade for decompiling all the .sco files, placing them in text files for conveniance, creating the natives.h header file, creating c-like llvm based compiler scocl.

My source code for the platinum trophy script:

    
#include <natives.h>
#include <common.h>
#include <strings.h>
#include <types.h>
#include <consts.h>
#include "functions.c"
/**************DETAILS**************************************
GTA IV - Platinum Trophy Hack
Author - slim355
Thanks - to maps4890


************************************************************/

//Script to unlock trophies
void UnlockTrophies(void)
{
//create an integer(whole number called i) and give it a value ZERO
int i = 0;
//while i is less than or equal to 66
while( i <= 66)
{
//if the achievement with number i has NOT(!) been passed
if( ! HAS_ACHIEVEMENT_BEEN_PASSED( i ))
{
//award the achievment i
AWARD_ACHIEVEMENT( i );
}
//i is now equal to i + 1
i = i + 1;
//script gets to here and goes back up to the while, and checks if i is still less than or equal to 66
}
}

//Every C program starts here @main
void main(void)
{
//This line calls the method UnlockTrophies (which is defined above)
UnlockTrophies();
}




Thanks to JDMAlex, ThreeSocks, [s]Doctor X Clan[/s] Evade. I am using some of your scripts.

CREDITS
Credit to openiv.com for their archive editor/manager. You must login or register to view this content.
Credit to Alexander Blade for his high level script compiler. You must login or register to view this content.
Credit to flitskikker for his .sco decompiler. You must login or register to view this content.

I have done nothing clever here.
I used freely available information from the above credited geniuses.
I was handed the native functions, their parameters and return types.
I was even given the compiler!


Online Script 1.0: Controls (Thanks You must login or register to view this content.)

    
CONTROLS
_______________________

**Script functionality requires a full-sized ENGLISH keyboard connected to your XBOX 360/PS3, some controls can be used
with a chatpad but not all.


MAIN
Teleport To Waypoint - T
Lock/Unlock Vehicle Doors - L
Super Run Speed - Y
Normal Run Speed - U
Give Current Player Money - ]
Warp Out of Current Vehicle - [
Enter Vehicle Spawner Menu - F11
Toggle Vehicle Invisibility - N
Set Current Vehicle on Ground - K
Toggle Player Invisibility - V
Auto-aim Toggle - J
Wanted Level Toggle - H
Enter Model Changer Menu - F12
Fix Current Vehicle - G
Give Player Poor Weapons - X
Give Player Advanced Weapons - Z
Enter Player Menu - P
Create Explosion at Player Location - E
Toggle Unlimited Clip - C
Collect All Airport Health Packs - =
Toggle Current Vehicle Helper - F
Toggle Player Invincibility - I
Shuffle To Next Seat - W

MAIN TELEPORTS
Airport Annihilator Helicopters - 1
Hove Beach - 2
Charge Island - 3
Helitours - 4
Star Junction - 5
Middle Park - 6
Bohan Baseball Park - 7
Happiness Island - 8
Prison Cage - 9
Sultan RS Spawn - 0
Up High - F1
Bank of Liberty - F2
Majestic Hotel - F3
Museum - F4
Rotterdam Tower - F5
Niko's Apartment Middle Park East - F6
Meadows Park Tower - F7
FIB Building - F8

VEHICLE SPAWNER MENU
Next Vehicle - M
Previous Vehicle - B
Spawn Vehicle - Enter
Exit Vehicle Spawner Menu - Esc

MODEL CHANGER MENU
Next Model - M
Previous Model - B
Change Model - Enter
Exit Model Changer Menu - Esc

PLAYER MENU
Next Player - M
Previous Player - B
Exit Player Menu - Esc
Teleport to Selected Player - T
Give Selected Player Money - X
Create Explosion at Selected Player - E
Warp Into Selected Player's Vehicle - L
Set Selected Player on Fire - C
Kick Player - K


OLD Tutorial

Remember these mods will only work :

  • EveryWhere (see UPDATE 2 below)
  • PS3
  • Original GTA IV (Possibly Complete Edition)


Controls
X, Circle & Dpad to navigate menu's

Dpad Down then Circle to select your Mod Menu
You must login or register to view this content.

With JDMAlex's/ThreeSocks Mod Menu Enabled : L3 + R3 to activate
You must login or register to view this content.

With Doctor X Clan's Scripts Enabled : Square + Dpad Down to activate
You must login or register to view this content.


Installing -BLES00229 Users ONLY
You must login or register to view this content.
Place the pkg on the root of your USB to install.

Installing -BLUS30127 Users ONLY
You must login or register to view this content.
Place the pkg on the root of your USB to install.

NOTES
If you think you messed up, try re-install a clean patch via the update pkg.

  1. You must login or register to view this content.
  2. You must login or register to view this content.
  3. Then install the modded pkg from above



  • GTA IV, may create a new save.
  • Old saves may not work.
  • You may not be able to complete the story mode of the game.
  • Keyboard Scripts are removed from DrX Clans's Menu, due to crashing(disconnect lobby/freeze ps3)
  • Dont worry you can do just about everything between JDMAlex/ThreeSocks Menu & Doctor X Clans.
  • Dont use the Robot! command. This works sometimes but mostly freezes ps3.
  • Dont go insane spawning objects or clicking commands, unless you wish to freeze your ps3.


CREDITS
Credit to JDMAlex, ThreeSocks, Doctor X Clan for their scripts.
Credit to openiv.com for their archive editor/manager. You must login or register to view this content.
Credit to Alexander Blade for his high level script compiler. You must login or register to view this content.
Credit to flitskikker for his .sco decompiler. You must login or register to view this content.
Credit to BornGodz for sharing You must login or register to view this content..
Credit to Galco for hints about file encryption/compression.
and to me for standing on their genius shoulders throwing it all in a wheelbarrow and mashing it all together.


UPDATE
NOW AVAILABLE IN ALL GAME MODES(private only) Download this You must login or register to view this content.
Install GTA IV & latest 1.06 update
Install the pkg, for your disc (BLUS/BLES) from above.
Place the update.img in the game/BLXS######/USRDIR folder on your HDD.

Start a private game by selecting Multiplayer->Custom Game->Private Slots -> MAX


Get maps4890's edit You must login or register to view this content.
/UPDATE

UPDATE 2
This one works everywhere: Download this You must login or register to view this content.
Install GTA IV & latest 1.06 update
Install the pkg, for your disc (BLUS/BLES) from above.
Place the update.img in the game/BLXS######/USRDIR folder on your HDD.

Includes:

  • Mod Selector (Dpad Down + Circle)
  • JDMAlex/Threesocks Mod Menu (L3+R3)
  • Dr.X Clan's Mod Menu (Dpad Down + Square)
  • ThreeSocks Mod Garage V2.0 (Mod Garage Anywhere) (L2 + R2)
  • Plug-in Menu (add 20 scripts/menus) by renaming to plug#.sco. (Where # is a number from 1-20)


Also, My own original Grab Mod(Early Version) Happy (Access Via Plug-in menu --> plug1.sco)

  • L1 to grab a vehicle,
  • R1 to kick legs,
  • L2 to let go,
  • Triangle to exit the mod

/UPDATE

UPDATE 3
Same as UPDATE 2 with Platinum Trophy Hack, Access via plug2.sco
Download You must login or register to view this content.

Here is the source code:

    
#include <natives.h>
#include <common.h>
#include <strings.h>
#include <types.h>
#include <consts.h>
#include "functions.c"
/**************DETAILS**************************************
GTA IV - Platinum Trophy Hack
Author - slim355
Thanks - to maps4890


************************************************************/

//Script to unlock trophies
void UnlockTrophies(void)
{
//create an integer(whole number called i) and give it a value ZERO
int i = 0;
//while i is less than or equal to 66
while( i <= 66)
{
//if the achievement with number i has NOT(!) been passed
if( ! HAS_ACHIEVEMENT_BEEN_PASSED( i ))
{
//award the achievment i
AWARD_ACHIEVEMENT( i );
}
//i is now equal to i + 1
i = i + 1;
//script gets to here and goes back up to the while, and checks if i is still less than or equal to 66
}
}

//Every C program starts here @main
void main(void)
{
//This line calls the method UnlockTrophies (which is defined above)
UnlockTrophies();
}


Credit and thanks to You must login or register to view this content. for the idea, finding the natives and sharing them.
/UPDATE
Last edited by Cammy ; 08-14-2012 at 02:32 PM.

The following 70 users say thank you to slim355 for this useful post:

JordanCarr, ALMATARI, coolmankiller, BornGodz, caroze, Chill, Cien, CoDyMoDz1000XD, coldmurda, CrEaTiiOn_BuRn, DreamKidzVa, EROOTIIK, FaSt_FrEEdOm, Hack-Tivision, HaTeRM4NR33T, Herrkulez, i :), Callumeleyy, iiReFuZee, xTc, J, zL_j8hnb, jack4au, jackfors, Jamba_PLuR, JBModzPS3, Jerry_, JonoEfthy, Saul, KCxFTW, KM-_1337, Leafsfan22, LightModz, lovebros, maps4890, Maradona Q8, Metamorphisis, MrBrett_, Neff, oC_zUnKnOwNx, OhhCasual, otherchris, Jango, PounDJo0DoGz0r, Pseudo_Soldier, Rangers 1690, redbullmasta, rimka06510, say-say123, shooter42, SiLLiKaLaX, Smexeh, Spider-Man, spudeeelad, Strutsi, Super.G, Swifter, The NGU Jew, theRealMotegi, tombill_war, TonyTheRoyal_, UGz-, VAMP!RE, Vultra, xePixTvx, xXBUDxZILLAXx, Yolo Brahs !, YooYoOoN, ZerOtObey+RM, zoCHARLEYoz
06-10-2012, 11:11 PM #92
Chill
Chad Warden
Originally posted by ner View Post
In conclusion to all this rage, we all want freeroam mods, no one cares about the legit players (lols).
But again.. the legit players do have the power to kick people, which I honestly think it'll be fair.

Maybe you could take out :
[1]Car/Heli rockets
[2]Godmode
[3]Infinite Clip/Ammo
[4]Speedwalk
[5]Give Weapons to yourself

Then I don't see what's to harm the Freeroam players/LegitPlayers?
Take my post into thought, it's not going to harm anyone.


If anything it will make everyone have more fun. I had a tdm going earlier where I spawned a bunch of cars at the airport and spawned the skatepark and we just had fun, like 10 of us
06-10-2012, 11:37 PM #93
coolmankiller
Can’t trickshot me!
Same here, after the first game of TDM everyone changes to my team :lol: and from there we just play around with the skate park or those neon cars.
06-10-2012, 11:40 PM #94
maps4890
ア丂刀 ︻デ═一
Originally posted by PReDaToR View Post
Hey Joker, I don't mean to go against your opinion here, but in my point of view, no matter what, as long as we can't do something crazy like freeze peoples PS3s, this can't be a game ruiner no matter what you do

Originally posted by Redskin View Post
If anything it will make everyone have more fun. I had a tdm going earlier where I spawned a bunch of cars at the airport and spawned the skatepark and we just had fun, like 10 of us

Originally posted by ner View Post
Same here, after the first game of TDM everyone changes to my team and from there we just play around with the skate park or those neon cars

we should sign a petition! lol
Last edited by maps4890 ; 06-11-2012 at 01:23 AM.
06-11-2012, 12:16 AM #95
Galco
Keeper
I love how rather than try and figure this out by yourselves you guys continue to wait on here, and think of reasons why to have others create free roam mods for you. I figured out a method to get script mods online within an hour of seeing the post joker made about getting them to work (In cids thread). Don't believe me, go ahead and ask him. Yeah I have 3 posts, yet I figured out a method within an hour. Someone also complained about developers being snobs, fact of the matter is IT WAS OUR HARD WORK, WHY RELEASE SOMETHING THAT OTHERS ARE TO FUCKING LAZY TO ATTEMPT BY THEMSELVES. It doesn't matter what we'd release anyways, people are happy for a day and the next day are already asking for more. And for fucks sake please don't wine about contributions when the only person on this whole fucking thread to make one was PrivateJoker, and he made a pretty big one at that. I'll check this thread in another day or so to see all the helpful, wonderful, and astonishing contributions all of you have made ( Believe me i'm not saying i've made any contributions.)
06-11-2012, 12:18 AM #96
Originally posted by maps4890 View Post
we should sign a petition! lol
also another thing that happened to me was kid jacked my car while i was looking through the menu.(noob)
thats really messing up gta..lol


One question..is this working for the psn downloadable gta, disc, or both?
06-11-2012, 12:26 AM #97
coolmankiller
Can’t trickshot me!
Originally posted by Galco View Post
I love how rather than try and figure this out by yourselves you guys continue to wait on here, and think of reasons why to have others create free roam mods for you. I figured out a method to get script mods online within an hour of seeing the post joker made about getting them to work (In cids thread). Don't believe me, go ahead and ask him.


Well, I tried to find a method but failed.. The only thing I can do is wait? What's so bad about that? I don't know how to do it, but I still attempted to try anyways and I obviously failed, so waiting is all I can do. Why don't you lead us into the direction on how to do this? (Not spoon-feeding)
06-11-2012, 12:29 AM #98
maps4890
ア丂刀 ︻デ═一
Originally posted by Commander View Post
One question..is this working for the psn downloadable gta, disc, or both?

it might very well work for the digital version.(thats why i bought it. i replaced the ps3.rpf and got red water working on ofw)
Originally posted by Galco View Post
I love how rather than try and figure this out by yourselves you guys continue to wait on here, and think of reasons why to have others create free roam mods for you. I figured out a method to get script mods online within an hour of seeing the post joker made about getting them to work (In cids thread). Don't believe me, go ahead and ask him. Yeah I have 3 posts, yet I figured out a method within an hour. Someone also complained about developers being snobs, fact of the matter is IT WAS OUR HARD WORK, WHY RELEASE SOMETHING THAT OTHERS ARE TO FUCKING LAZY TO ATTEMPT BY THEMSELVES. It doesn't matter what we'd release anyways, people are happy for a day and the next day are already asking for more. And for fucks sake please don't wine about contributions when the only person on this whole fucking thread to make one was PrivateJoker, and he made a pretty big one at that. I'll check this thread in another day or so to see all the helpful, wonderful, and astonishing contributions all of you have made ( Believe me i'm not saying i've made any contributions.)

I have been trying, I can get the compressed sco's open and everything but I have no idea how to code gta.(or what most of it means) theres no tutorial around here. I'm probably wrong but the code that only allows tdm is in the network_statup.sco?
Last edited by maps4890 ; 06-11-2012 at 12:36 AM.
06-11-2012, 01:39 AM #99
coldmurda
▀▀▀███▀▀▀
Originally posted by maps4890 View Post
it might very well work for the digital version.(thats why i bought it. i replaced the ps3.rpf and got red water working on ofw)

I have been trying, I can get the compressed sco's open and everything but I have no idea how to code gta.(or what most of it means) theres no tutorial around here. I'm probably wrong but the code that only allows tdm is in the network_statup.sco?


You are correct, I believe it is in the network_startup.sco
You may open this file with scodlc (google)
I still cant make any sence of it though..
06-11-2012, 01:47 AM #100
Originally posted by Galco View Post
I love how rather than try and figure this out by yourselves you guys continue to wait on here, and think of reasons why to have others create free roam mods for you. I figured out a method to get script mods online within an hour of seeing the post joker made about getting them to work (In cids thread). Don't believe me, go ahead and ask him. Yeah I have 3 posts, yet I figured out a method within an hour. Someone also complained about developers being snobs, fact of the matter is IT WAS OUR HARD WORK, WHY RELEASE SOMETHING THAT OTHERS ARE TO FUCKING LAZY TO ATTEMPT BY THEMSELVES. It doesn't matter what we'd release anyways, people are happy for a day and the next day are already asking for more. And for fucks sake please don't wine about contributions when the only person on this whole fucking thread to make one was PrivateJoker, and he made a pretty big one at that. I'll check this thread in another day or so to see all the helpful, wonderful, and astonishing contributions all of you have made ( Believe me i'm not saying i've made any contributions.)


Ok let's break this down here. First off if you actually could spare a sec of your precious time you would see that I said I respect devs but not when they act like selfish snobs. Which is, I'm sorry to say, what you are acting like. I did not call all devs snobs but I will call you one. Secondly do you really think an hour is hard work? Does putting an hour in automatically make you a hard working dev?

It also has been established that modding free roam will not ruin the game as people can kick whenever. As I said before I got the feeling the reason you don't want joker to release is not for legit players but so then you alone can prance around gta feeling like a special big shot. Also just because your initial arguement does not work for you any more, it does not give you the right to insult the ngu community. That's right we are a community out to share our mods and help each other improve. Please cry about the fact that someone actually is helping others out somewhere else. I fear you will get no sympathy here. Better yet go crawl back under your rock and let joker do whatever he wants. ;-)

Normally I would be excited about a new modder that has great potential joining but if you are just going to wave your exploits in people's faces we don't need you. FYI I can't even use these mods so im not waiting for anything and it was your attitude stirring everyone up that brought me here. Have a nice day. ;-)
Last edited by Super.G ; 06-11-2012 at 01:51 AM.

The following 3 users say thank you to Super.G for this useful post:

coolmankiller, Chill, OhhCasual

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo