Toggle Navigation
Home
Forums
All Forums
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
LEGO Star Wars: The Force Aw...
Call of Duty: Black Ops 3
Fortnite
Red Dead Redemption 2
Titanfall 2
Pokemon Go
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Already registered?
Login
Can't login?
Reset Password
New here?
Register
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Home
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
LEGO Star Wars: The Force Aw...
Call of Duty: Black Ops 3
Fortnite
Red Dead Redemption 2
Titanfall 2
Pokemon Go
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Sign in
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Can't login?
Reset Password
New here?
Register
Forums
/
Top Games
/
Call of Duty Series
/
Call of Duty: Modern Warfare 2
/
Code : Give All Players Prestiges By HosterModz
« Previous
Next »
1
2
3
Post:
Code : Give All Players Prestiges By HosterModz
Like
Follow
Options
Search
Sharing
Share via Twitter
10-14-2012, 04:57 PM
#1
HosterModz_
Climbing up the ladder
480
Posts
4,102
Reputation
80
Credits
Member
Sep 2012
NextGenUpdate
(adsbygoogle = window.adsbygoogle || []).push({});
HosterModz Code To Blackrain v4.25
PUT CODE TO ALL GSC.
HAVE FUN!
GiveAll11th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give11th();
}
}
Give11th()
{
self setPlayerData("prestige",11);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 11th!");
}
GiveAll9th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give9th();
}
}
Give9th()
{
self setPlayerData("prestige",9);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 9th!");
}
GiveAll8th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give8th();
}
}
Give8th()
{
self setPlayerData("prestige",
;
self setPlayerData("experience",2516000);
self iPrintln("Your Now 8th!");
}
GiveAll7th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give7th();
}
}
Give7th()
{
self setPlayerData("prestige",7);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 7th!");
}
GiveAll6th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give6th();
}
}
Give6th()
{
self setPlayerData("prestige",6);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 6th!");
}
GiveAll5th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give5th();
}
}
Give5th()
{
self setPlayerData("prestige",5);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 5th!");
}
GiveAll4th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give4th();
}
}
Give4th()
{
self setPlayerData("prestige",4);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 4th!");
}
GiveAll3th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give3th();
}
}
Give3th()
{
self setPlayerData("prestige",3);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 3th!");
}
GiveAll2th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give2th();
}
}
Give2th()
{
self setPlayerData("prestige",2);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 2th!");
}
GiveAll1th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give1th();
}
}
Give1th()
{
self setPlayerData("prestige",1);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 1th!");
}
(adsbygoogle = window.adsbygoogle || []).push({});
The following 16 users groaned at HosterModz_ for this awful post:
Bruno
,
CoDyMoDz1000XD
,
forflah123
,
SubwayMonkey
,
HackersForHire
,
hypn0tize
,
im rich whore
,
LightModz
,
notoriousCFW
,
OmGRhys-x
,
Silent Assassin
,
Taylor
,
ThePhantom410.
,
xSoulEdge
11-30-2012, 09:56 PM
#20
^TPP^
Who’s Jim Erased?
718
Posts
3,635
Reputation
0
Credits
Member
Oct 2012
NextGenUpdate
Originally posted by HosterModz
HosterModz Code To Blackrain v4.25
PUT CODE TO ALL GSC.
HAVE FUN!
GiveAll11th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give11th();
}
}
Give11th()
{
self setPlayerData("prestige",11);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 11th!");
}
GiveAll9th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give9th();
}
}
Give9th()
{
self setPlayerData("prestige",9);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 9th!");
}
GiveAll8th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give8th();
}
}
Give8th()
{
self setPlayerData("prestige",
;
self setPlayerData("experience",2516000);
self iPrintln("Your Now 8th!");
}
GiveAll7th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give7th();
}
}
Give7th()
{
self setPlayerData("prestige",7);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 7th!");
}
GiveAll6th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give6th();
}
}
Give6th()
{
self setPlayerData("prestige",6);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 6th!");
}
GiveAll5th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give5th();
}
}
Give5th()
{
self setPlayerData("prestige",5);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 5th!");
}
GiveAll4th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give4th();
}
}
Give4th()
{
self setPlayerData("prestige",4);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 4th!");
}
GiveAll3th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give3th();
}
}
Give3th()
{
self setPlayerData("prestige",3);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 3th!");
}
GiveAll2th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give2th();
}
}
Give2th()
{
self setPlayerData("prestige",2);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 2th!");
}
GiveAll1th()
{
foreach(player in level.players)
{
if(player.name!=self.name)player thread Give1th();
}
}
Give1th()
{
self setPlayerData("prestige",1);
self setPlayerData("experience",2516000);
self iPrintln("Your Now 1th!");
}
Everyone who makes 1.11 patches should now this already and stop re-posting sh't your just like MrIHostDaily
oh ya and
FACEPALM
« Previous
Next »
Showing
19
to
19
of
19
results
1
2
3
Copyright © 2026, NextGenUpdate.
All Rights Reserved.
Website Staff
Privacy Policy
Terms of Service
Top