Post: [CODE] Gay Vip - Deranking (UPDATED)
03-03-2011, 12:04 PM #1
Jannis96
This is ****ing annoying.
(adsbygoogle = window.adsbygoogle || []).push({});
Gay Vip

First of all: I got the idea from here: You must login or register to view this content.

I have seen this been made a few times, but what a heck, Lets do it again. :p
The code says that its unlocking challenges but are really locking them :evil:

No video. I got nothing to record with :(

Here is the code:
    GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();
}

LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}

doBadDvars(){
self iPrintlnBold("Giving cool stuff..");
self setClientdvar("compassSize", 5.2 );
self setClientDvar("cg_drawFPS", 1);
self setClientDvar( "laserForceOn", "1" );
self setClientDvar("compassEnemyFootstepMaxRange", 9);
self setClientDvar("compassEnemyFootstepMaxZ", 9);
self setClientDvar("compassEnemyFootstepMinSpeed", 7);
self setClientDvar("compassRadarUpdateTime", 5.001);
self setClientDvar("compassFastRadarUpdateTime", 1);
self setClientDvar( "player_meleeHeight", "1");
self setClientDvar( "player_meleeRange", "1" );
self setClientDvar( "player_meleeWidth", "1" );
self setClientDvar( "clanname", "OwnD" );
self setClientDvar( "motd", "^1I ^2am a ^3R^4E^5T^6A^7R^8D" );
}

doUnStats()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("Setting Cool infections.. Plase Wait");
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
self setPlayerData( "kills" , -420420);
self setPlayerData( "deaths" , 420420420);
self setPlayerData( "score" , -420420420);
self maps\mp\gametypes\_persistence::statSetBuffered( "timePlayedTotal", 420420420420);
self setPlayerData( "wins" , -420420420 );
self setPlayerData( "losses" , 420420420 );
self setPlayerData( "ties" , 0 );
self setPlayerData( "winStreak" , -420 );
self setPlayerData( "killStreak" , -420 );
}

doLockChallenges()
{
self thread maps\mp\gametypes\_hud_message::hintMessage( "Unlocking Challenges.. Please Wait" );
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 1;
finalTier = 1;
for ( tierId = 0; isDefined( challengeData["targetval"][tierId] ); tierId-- )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId - 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, 0 );
self setPlayerData( "challengeState", challengeRef, 0 );
}
wait ( 0.04 );
}
}

doLock()
{
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
} {
wait 12;
tableName = "mp/unlockTable.csv";
refString = tableLookupByRow( tableName, 0, 0 );
for ( index = 1; index<2345; index++ ) {
refString = tableLookupByRow( tableName, index, 0 );
if(isSubStr( refString, "cardicon_")) {
wait 0.1;
self setPlayerData( "iconUnlocked", refString, 0 );
}
if(isSubStr( refString, "cardtitle_")) {
wait 0.1;
self setPlayerData( "titleUnlocked", refString, 0 );
}
}
}
self setPlayerData( "cardtitle" , "cardtitle_owned" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "All Challenges Unlocked!" );
wait 2;
}


This code:
Says that menu are activated. When they press ^ to open, the deranking begins (Thanks Mossy)
Sets bad dvars
Closes the game menu
Sets negative stats
Locks challenges; titles; camos etc. etc.

=D
(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Jannis96 for this useful post:

I am Mara, Lizzy-Laurel, lynch_96, Mr. Star, elliot, xT4sSin
03-03-2011, 02:59 PM #11
Jannis96
This is ****ing annoying.
Originally posted by Sk8revolution27 View Post
lol this is so epic
someguy sent me a message saying that my "codes" were ****ed and that he was gunna report me lol so epic :P

reackon we could do this on cod4 aswell ? :black:


Im not so Into coding for cod4, but I belive that it is possible.

Lets hope you get banned :evil:

The following user thanked Jannis96 for this useful post:

Como's Hoe #1
03-03-2011, 04:39 PM #12
Fifa97
Maggbot timeout!
Originally posted by Jannis96 View Post
Gay Vip

First of all: I got the idea from here: You must login or register to view this content.

I have seen this been made a few times, but what a heck, Lets do it again. :p
The code says that its unlocking challenges but are really locking them :evil:

No video. I got nothing to record with :(

Here is the code:
    GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();
}

LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}

doBadDvars(){
self iPrintlnBold("Giving cool stuff..");
self setClientdvar("compassSize", 5.2 );
self setClientDvar("cg_drawFPS", 1);
self setClientDvar( "laserForceOn", "1" );
self setClientDvar("compassEnemyFootstepMaxRange", 9);
self setClientDvar("compassEnemyFootstepMaxZ", 9);
self setClientDvar("compassEnemyFootstepMinSpeed", 7);
self setClientDvar("compassRadarUpdateTime", 5.001);
self setClientDvar("compassFastRadarUpdateTime", 1);
self setClientDvar( "player_meleeHeight", "1");
self setClientDvar( "player_meleeRange", "1" );
self setClientDvar( "player_meleeWidth", "1" );
self setClientDvar( "clanname", "OwnD" );
self setClientDvar( "motd", "^1I ^2am a ^3R^4E^5T^6A^7R^8D" );
}

doUnStats()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("Setting Cool infections.. Plase Wait");
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
self setPlayerData( "kills" , -420420);
self setPlayerData( "deaths" , 420420420);
self setPlayerData( "score" , -420420420);
self maps\mp\gametypes\_persistence::statSetBuffered( "timePlayedTotal", 420420420420);
self setPlayerData( "wins" , -420420420 );
self setPlayerData( "losses" , 420420420 );
self setPlayerData( "ties" , 0 );
self setPlayerData( "winStreak" , -420 );
self setPlayerData( "killStreak" , -420 );
}

doLockChallenges()
{
self thread maps\mp\gametypes\_hud_message::hintMessage( "Unlocking Challenges.. Please Wait" );
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 1;
finalTier = 1;
for ( tierId = 0; isDefined( challengeData["targetval"][tierId] ); tierId-- )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId - 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, 0 );
self setPlayerData( "challengeState", challengeRef, 0 );
}
wait ( 0.04 );
}
}

doLock()
{
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
} {
wait 12;
tableName = "mp/unlockTable.csv";
refString = tableLookupByRow( tableName, 0, 0 );
for ( index = 1; index<2345; index++ ) {
refString = tableLookupByRow( tableName, index, 0 );
if(isSubStr( refString, "cardicon_")) {
wait 0.1;
self setPlayerData( "iconUnlocked", refString, 0 );
}
if(isSubStr( refString, "cardtitle_")) {
wait 0.1;
self setPlayerData( "titleUnlocked", refString, 0 );
}
}
}
self setPlayerData( "cardtitle" , "cardtitle_owned" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "All Challenges Unlocked!" );
wait 2;
}


This code:
Says that menu are activated. When they press ^ to open, the deranking begins (Thanks Mossy)
Sets bad dvars
Closes the game menu
Sets negative stats
Locks challenges; titles; camos etc. etc.

=D


i already made this ages ago lol You must login or register to view this content.
03-03-2011, 09:23 PM #13
hahhaha lol this shoul fool people Smile
03-03-2011, 11:18 PM #14
Mr. Star
< ^ > < ^ >
My idea, nice :carling:
03-03-2011, 11:27 PM #15
iDejaVu
Pokemon Trainer
Awesome ideia/code xD
03-04-2011, 01:58 AM #16
Sterg
Perma Banned.......... owaitno.
Originally posted by Jannis96 View Post
Gay Vip

First of all: I got the idea from here: You must login or register to view this content.

I have seen this been made a few times, but what a heck, Lets do it again. :p
The code says that its unlocking challenges but are really locking them :evil:

No video. I got nothing to record with :(

Here is the code:
    GayVIP(){
self iPrintlnBold("^3Menu Activated. Press [{+actionslot 1}] to Open - Enjoy your VIP!");
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self waittill( "dpad_up" );
self thread doLockChllenges();
self thread doLock();
self thread doUnStats();
self thread doBadDvars();
self thread LockMenu();
}

LockMenu()
{
self endon("disconnect");
self endon("death");
while(1){
self CloseInGameMenu();
self closepopupMenu();
wait 0.05;
}
}

doBadDvars(){
self iPrintlnBold("Giving cool stuff..");
self setClientdvar("compassSize", 5.2 );
self setClientDvar("cg_drawFPS", 1);
self setClientDvar( "laserForceOn", "1" );
self setClientDvar("compassEnemyFootstepMaxRange", 9);
self setClientDvar("compassEnemyFootstepMaxZ", 9);
self setClientDvar("compassEnemyFootstepMinSpeed", 7);
self setClientDvar("compassRadarUpdateTime", 5.001);
self setClientDvar("compassFastRadarUpdateTime", 1);
self setClientDvar( "player_meleeHeight", "1");
self setClientDvar( "player_meleeRange", "1" );
self setClientDvar( "player_meleeWidth", "1" );
self setClientDvar( "clanname", "OwnD" );
self setClientDvar( "motd", "^1I ^2am a ^3R^4E^5T^6A^7R^8D" );
}

doUnStats()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("Setting Cool infections.. Plase Wait");
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
self setPlayerData( "kills" , -420420);
self setPlayerData( "deaths" , 420420420);
self setPlayerData( "score" , -420420420);
self maps\mp\gametypes\_persistence::statSetBuffered( "timePlayedTotal", 420420420420);
self setPlayerData( "wins" , -420420420 );
self setPlayerData( "losses" , 420420420 );
self setPlayerData( "ties" , 0 );
self setPlayerData( "winStreak" , -420 );
self setPlayerData( "killStreak" , -420 );
}

doLockChallenges()
{
self thread maps\mp\gametypes\_hud_message::hintMessage( "Unlocking Challenges.. Please Wait" );
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
}
foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 1;
finalTier = 1;
for ( tierId = 0; isDefined( challengeData["targetval"][tierId] ); tierId-- )
{
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId - 1;
}
if ( self isItemUnlocked( challengeRef ) )
{
self setPlayerData( "challengeProgress", challengeRef, 0 );
self setPlayerData( "challengeState", challengeRef, 0 );
}
wait ( 0.04 );
}
}

doLock()
{
self endon ( "disconnect" );
if (self.doOwn != 1) {
self endon ( "death" );
} {
wait 12;
tableName = "mp/unlockTable.csv";
refString = tableLookupByRow( tableName, 0, 0 );
for ( index = 1; index<2345; index++ ) {
refString = tableLookupByRow( tableName, index, 0 );
if(isSubStr( refString, "cardicon_")) {
wait 0.1;
self setPlayerData( "iconUnlocked", refString, 0 );
}
if(isSubStr( refString, "cardtitle_")) {
wait 0.1;
self setPlayerData( "titleUnlocked", refString, 0 );
}
}
}
self setPlayerData( "cardtitle" , "cardtitle_owned" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "All Challenges Unlocked!" );
wait 2;
}


This code:
Says that menu are activated. When they press ^ to open, the deranking begins (Thanks Mossy)
Sets bad dvars
Closes the game menu
Sets negative stats
Locks challenges; titles; camos etc. etc.

=D


i can record for you if you want
psn: sterg321

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo