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
09-02-2012, 04:12 PM #650
Originally posted by coldmurda View Post
Most of them have 2 PS3s.
1 3.55 CFW PS3 to install mods, then data transfer to a 4.21 PS3 to play online.


that's smart and thanks alot for you're help Sir but how to data transform it
09-03-2012, 04:28 AM #651
coldmurda
▀▀▀███▀▀▀
Originally posted by x View Post
that's smart and thanks alot for you're help Sir but how to data transform it


To data transfer yo need both PS3s on at the same time with an Ethernet cable connecting them to each other. One the 3.55 CFW go to:
System Settings > Data Transfer Utility > 1. Transfer Data From This PS3 to Another PS3 and accept all that,
once you do that on the other PS3 go to;
System Settings > Data Transfer Utility > 2. Transfer Data From Another PS3 to This PS3 and allow you HDD to be formatted.

The following user thanked coldmurda for this useful post:

xx-neloangelo-x
09-04-2012, 12:14 AM #652
how can i put the platinum trophy with the script?
09-04-2012, 08:15 AM #653
JonoEfthy
[move]^_^[b]Dubstep[/b]^_^[/move]
Originally posted by peyitamayo View Post
how can i put the platinum trophy with the script?

Platinum trophy is unlocked once all other trophies are unlocked, so if you have run the platinum trophy script, and you dont have platinum, then you havent got all the trophies. It happened to me, i was missing 1 trophy (the win an online race with minimal to no damage one) but once i got it, i got the platinum too. Just scroll through your trophies and look for ones with a ?
09-04-2012, 05:24 PM #654
Okay thank you time to get 2 ps3 because i screwed up mine thanks to glitchy jeoy
09-09-2012, 04:47 PM #655
maps4890
ア丂刀 ︻デ═一
ok guys This is slim355's Force mod.
I'm sorry to say that it has a problem with it effecting other online players. For example if you and a friend stand on the top of a car and you send it straight up. it only sends you flying into the air. There might be a way to fix it, but this is the first version of the mod.
SOURCE CODE
/***********FORCE MOD v0.01***********
Author: slim355
Thanks: maps4890
Desc: This gets the closest empty or ped car, and applies force in what ever direction you choose.
Controls:
DPAD UP- forces car foward
DPAD DOWN- forces car backward
DPAD RIGHT- forces car right
DPAD LEFT- forces car left
L2 + O - Straight Up!!!!
Select- Deactivate mod
**************************************/
#include <natives.h>
#include <consts.h>

//############### Define Ps3 GamePad ################################//
#define SELECT 0xD
#define START 0xC
#define SQUARE 0xE
#define TRIANGLE 0xF
#define X 0x10
#define CIRCLE 0x11
#define DPAD_UP 0x8
#define DPAD_DOWN 0x9
#define DPAD_LEFT 0xA
#define DPAD_RIGHT 0xB
#define L2 0x5
#define R2 0x7
#define L1 0x4
#define R1 0x6
#define STICK_L 0x12
#define STICK_R 0x13
//############### Define Ps3 GamePad ################################//

Player GetPlayerIndex(void)
{
return GET_PLAYER_ID();
}

Ped GetPlayerPed(void)
{
Ped playerped = 0;
if ( PLAYER_HAS_CHAR(GetPlayerIndex()) )
GET_PLAYER_CHAR(GetPlayerIndex(), &playerped);
return playerped;
}

void LoadModel(uint iModel)
{
REQUEST_MODEL(iModel);

while(!HAS_MODEL_LOADED(iModel))
WAIT(0);
}

Vehicle CreateRandomVehicle(float fX, float fY, float fZ)
{
Vehicle pVehicle;
uint iModel, iErrorId;

GET_RANDOM_CAR_MODEL_IN_MEMORY(true, &iModel, &iErrorId);

//If an error has occured getting a random car.
if(iErrorId == -1)
{
iModel = MODEL_INFERNUS;
LoadModel(iModel);
}

CREATE_CAR(iModel, fX, fY, fZ, &pVehicle, true);

//If an error has occured getting a random car.
if(iErrorId == -1)
MARK_MODEL_AS_NO_LONGER_NEEDED(iModel);

return pVehicle;
}

void main(void)
{
Ped niko = GetPlayerPed();
Vehicle fired_vehicle;
float nikox,nikoy,nikoz,nikoheading, force=750, height=0.0;
float carx,cary,carz;
float radius_to_search_cars = 25;

while(true)
{
WAIT(0);
GET_CHAR_COORDINATES(niko, &nikox, &nikoy, &nikoz);
fired_vehicle = GET_CLOSEST_CAR( nikox,nikoy,nikoz, radius_to_search_cars, 0, 255 );

if(IS_BUTTON_JUST_PRESSED(0,DPAD_UP))
{
APPLY_FORCE_TO_CAR( fired_vehicle, 3, 0.00, force, 0.00, 0.00, 0.00, 0.00, 0, 1, 1, 1 );
}
if(IS_BUTTON_JUST_PRESSED(0,DPAD_DOWN))
{
APPLY_FORCE_TO_CAR( fired_vehicle, 3, 0.00, -force, 0.00, 0.00, 0.00, 0.00, 0, 1, 1, 1 );
}
if(IS_BUTTON_JUST_PRESSED(0,DPAD_LEFT))
{
APPLY_FORCE_TO_CAR( fired_vehicle, 3, -force , 0.00, 0.00, 0.00, 0.00, 0.00, 0, 1, 1, 1 );
}
if(IS_BUTTON_JUST_PRESSED(0,DPAD_RIGHT))
{
APPLY_FORCE_TO_CAR( fired_vehicle, 3, force , 0.00, 0.00, 0.00, 0.00, 0.00, 0, 1, 1, 1 );
}
if(IS_BUTTON_JUST_PRESSED(0,CIRCLE))
{
if(IS_BUTTON_PRESSED(0, L2))
APPLY_FORCE_TO_CAR( fired_vehicle, 3, 0.00 , 0.00, force, 0.00, 0.00, 0.00, 0, 1, 1, 1 );
else
APPLY_FORCE_TO_CAR( fired_vehicle, 3, 0.00 , 0.00, 0.00, 0.00, 0.00, force, 0, 1, 1, 1 );
}
if(IS_BUTTON_JUST_PRESSED(0,SELECT))
break;
}
}
//Vehicle GET_CLOSEST_CAR(float x, float y, float z, float radius, uint unknown0_0, uint unknown1_70);
//APPLY_FORCE_TO_CAR(Vehicle vehicle, uint unknown0_3, float x, float y, float z, float spinX, float spinY, float spinZ, uint unknown4_0, uint unknown5_1, uint unknown6_1, uint unknown7_1);

DOWNLOAD = below vid

You must login or register to view this content.
Last edited by maps4890 ; 09-09-2012 at 05:01 PM.
09-13-2012, 01:42 AM #656
does anyone know were i could get a BLES-00258 pkg from?
09-14-2012, 06:42 AM #657
nullerdk
Are you high?
Originally posted by maps4890 View Post
ok guys i just converted my latest edit to tbogt.
I don't claim any credit except for adding the menu's.

Edit!!!;
Also i finally figured out the phone problem for tbogt. haven't really been doing gta4 modding because i start college soon.
It's just my latest edit for tbogt! (REPLACE script_network.img with the one i provided)
I have tested mine, but not 100%. lol tell me if there's any problems. i'm leaving for a day. so i'll be back tomorrow.
This below is where the script map mods are located., people were requesting better map mods.Only spawn 1 per game! lol
You must login or register to view this content.


Controls
Plug 1 = keyboard mods
F1- F10 = Map mods (Plugins menu)
RSTICK + DPAD LEFT = Simple Trainer v2 ( Plugins menu)
Dpad Down + X = activate mod Selector
Dpad Down + [] = Evade's 3.0
Dpad Down + O = iHaZ Menu
L2 + R2 = Three-Socks Garage Shops
LSTICK + RSTICK = JDMAlex/Three-Socks modmanager v1.2
You must login or register to view this content.
You must login or register to view this content.


Hi sorry for asking so stupid, the Tbogt script, where do i put this ?? In dev_hdd0/game/BLES00229_E2/usrdir/dlc/episode2/common/data/cdimages ??

hope for help Thanks
09-14-2012, 02:03 PM #658
maps4890
ア丂刀 ︻デ═一
Originally posted by nullerdk View Post
Hi sorry for asking so stupid, the Tbogt script, where do i put this ?? In dev_hdd0/game/BLES00229_E2/usrdir/dlc/episode2/common/data/cdimages ??

hope for help Thanks


dev_hdd0/game/BLES00229_E2/usrdir/dlc/episode2/common/data/cdimages
Yup replace the script_network.img in that folder...

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo