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-09-2012, 11:17 PM #65
Masta-blasta117
»»───Knee───►
Originally posted by PR1VATEJ0KER View Post
UPDATE
I'm working on an invite only FREE ROAM
I wont be releasing anything that means other legitimate players are cheated/tortured.
This may mean the game will never be patched, and you can enjoy your mods forever if you live that long.

Remember these mods will only work :

  • ONLINE TDM
  • Offline.
  • PS3


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 BLES users install my pkg, and BLUS users follow maps4890's or P90_PReDaToR's method



  • 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 to JDMAlex, ThreeSocks, Doctor X Clan for their scripts.
Credit to BornGodz for sharing research and providing a little inspiration.
and to me for standing on their genius shoulders throwing it all in a wheelbarrow and mashing it all together.


can u at least upload on where we can use these in party mode? the whole reason i got these was to mod for my friends and i guess i cant :/
06-10-2012, 12:02 AM #66
im editing his right now lol he thought invite only was cool no ill be releasing shortly please bro this games over 3 years old
06-10-2012, 12:30 AM #67
coolmankiller
Can’t trickshot me!
Originally posted by XXREN800XX View Post
im editing his right now lol he thought invite only was cool no ill be releasing shortly please bro this games over 3 years old


I smell bullshit. :megusta:

The following user thanked coolmankiller for this useful post:

Chill
06-10-2012, 12:45 AM #68
no its really simple open iV that gets you into the .img file none of these are actually his he just compiled them
06-10-2012, 12:59 AM #69
coolmankiller
Can’t trickshot me!
Originally posted by XXREN800XX View Post
no its really simple open iV that gets you into the .img file none of these are actually his he just compiled them


But if I were you, and if I was willing to release the file that allows you to access all game types. I'd only give them out to SOME people. People who wont spread it around. I love GTA mods and I do wish there was a public FreeRoam one, but then again its either Mods with restrictions for a longer period of time or, Mods with no restrictions and probably a patch in the future.
06-10-2012, 01:15 AM #70
slim355
You talkin to me?
Originally posted by XXREN800XX View Post
no its really simple open iV that gets you into the .img file

Well done, I can't wait to see your mods.

  • You have simplified this


Originally posted by XXREN800XX View Post
none of these are actually his he just compiled them

You didn't see the credits?


  • There is no point for me to recreate a new menu when it has been done.
  • People like consistancy in software(buttons do the same function, similiar visuals)


Originally posted by XXREN800XX View Post
lol he thought invite only was cool no

Its not about what I think is 'cool'

Keep this in mind

  • I found out myself how to run own scripts online.(This is the part nobody has told yet)
  • There is no point for me to develop all my own mods when it has been done.
  • Nobody else would release online-anything.
  • Im giving people a way to run mods online, while reserving some respect for the intentions of the script dev's, game dev's and online players that spent money on a game
  • If someone releases game-breaking mods that is up to them.


Stay Safe
Last edited by slim355 ; 06-10-2012 at 02:17 AM.

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

Jango, xBHR
06-10-2012, 02:02 AM #71
Spider-Man
Are you high?
Originally posted by PR1VATEJ0KER View Post
Stay Patient my friends, I do this so the mods can be fun but not at others expense. Also so they will last longer.

I dont want the game patched before i come up with the good stuff


How do you use the object spawner?
06-10-2012, 02:09 AM #72
thank you joker not trying to offend anyone i kinda agree with you but when i see games like mw2 that are destroyed and hasnt been patched yet it makes me wonder if the activision even cares anymore also gta the games over 3 years old i doubt rockstar still cares about that when gta5 is expected you see xbox360 gta4 everyone has mods script mods that will destroy other players its up to the people in the lobby to stay or leave

---------- Post added at 10:09 PM ---------- Previous post was at 10:07 PM ----------

never will they get patched the game is so old i can barley find a full free roam
06-10-2012, 02:15 AM #73
slim355
You talkin to me?
Originally posted by drax View Post
How do you use the object spawner?


For Doctor X Clan's Object spawner you must attach a USB keyboard.
Dr.X Clans were for Xbox, can someone translate?
Originally posted by another user
object spawner controlls:
RB = next object
LB = last object
x = copy spawned object
q = + x axis
a = - x axis
w = + y axis
s = - y axis
e = + z axis
d = - z axis
x = show cordinates of the object
z = freez your xbox
v = spawn a sample car
shift = precision mode on/off
backspace = delete spawned object
a (on controller) = move down
y (on controller) = move up
dpad left = move on y axis
dpad right = move on y axis
dpad down = move on x axis
dpad up = move on x axis


Originally posted by XXREN800XX View Post
thank you joker not trying to offend anyone i kinda agree with you but when i see games like mw2 that are destroyed and hasnt been patched yet it makes me wonder if the activision even cares anymore also gta the games over 3 years old i doubt rockstar still cares about that when gta5 is expected you see xbox360 gta4 everyone has mods script mods that will destroy other players its up to the people in the lobby to stay or leave

never will they get patched the game is so old i can barley find a full free roam

If they aren't going to patch it that is more reason not to have mods in online.

I will be looking into other things such as inviting people to your story mode. Or having a 32 player server.
Decompiling Scripts into Opcode is easy, but understanding it manipulating it is difficult.
Remain Patient
Last edited by slim355 ; 06-10-2012 at 02:40 AM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo