(Access Via Plug-in menu --> plug1.sco)
(Access Via Plug-in menu --> plug2.sco)
#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();
}
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
(Access Via Plug-in menu --> plug1.sco)
#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();
}
. ( sorry for my very bad english x) )
I would do anything to beable to get this hack on my 4.11 ps3, But i cant buy anything, so is there a way to get it without paying any money for stuff, such as "Nor Flasher" or "e3 flasher" or whatever those things are which cost alot of money. I'm sure there is a way, just one way that i can do this.
I would do anything to beable to get this hack on my 4.11 ps3, But i cant buy anything, so is there a way to get it without paying any money for stuff, such as "Nor Flasher" or "e3 flasher" or whatever those things are which cost alot of money. I'm sure there is a way, just one way that i can do this.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.