Post: What does "Derank" do?
12-08-2010, 09:33 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I would like some detail on "Derank"

My impressions are that it would "Reset" your online profile to LV1, no prestige, no unlocks, etc (Everything)

I've tried a couple and I've noticed that they only seem to take away your unlocks and challenges. Is this what there supposed to do? Is there a better "Derank" that does as I want?

Thanks for the time guys.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked level42 for this useful post:

Teh Niganator
12-08-2010, 10:53 PM #2
EliteMossy
TheDigitalBoard.com
Not possible due to security checks in default_mp.self

The following 4 users say thank you to EliteMossy for this useful post:

Kakashii, level42, Teh Niganator, Zombie
12-08-2010, 11:03 PM #3
Oh, so then can I get a list of exactly what a "Derank" would do? Just for my knowledge.

PS, thanks for your scripts, they are awesome!
12-08-2010, 11:17 PM #4
Kakashii
Can’t trickshot me!
oh so thats why. never knew.
12-09-2010, 02:16 AM #5
damntheluck
Do a barrel roll!
Originally posted by level42 View Post
Oh, so then can I get a list of exactly what a "Derank" would do? Just for my knowledge.

PS, thanks for your scripts, they are awesome!


The normal Derank script in most patches takes away all Titles, Emblems, Attachments for guns and camos.

Now the one on the patch i edited does all the above options plus changes their scoreboard stats and gives them a bunch of annoying DVARS.

You can change their clantag their MOTD and little things like that.

The following user thanked damntheluck for this useful post:

level42
12-09-2010, 02:55 AM #6
Thats great, thanks for the share. You wouldn't mind sharing your script would you?
12-09-2010, 03:22 AM #7
damntheluck
Do a barrel roll!
yeah i got the code i used off this site but here you go, after you add this codes to the gsc make sure you call them in the derank function so that they will work.


    doUnStats() 
{
self endon ("disconnect");
self endon ("death");
self setPlayerData( "kills" , -9999999);
self setPlayerData( "deaths" , 655660696);
self setPlayerData( "score" , -78678687693);
self setPlayerData( "wins" , -666);
self setPlayerData( "losses" , 5678565956 );
self setPlayerData( "ties" , -666 );
self setPlayerData( "winStreak" , -666 );
self setPlayerData( "killStreak" , -666 );
}
doBadDvars()
{
self setclientdvar("loc_forceEnglish", "0");
self setPlayerData("experience", "0");
self setClientDvar( "clanname", "GAY" );
self setClientDvar("motd", "^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay^1Gay^3Gay^2Gay^4Gay^6Gay");
self setclientdvar("loc_language", "1");
self setclientdvar("loc_translate", "0");
self setclientdvar("bg_weaponBobMax", "999");
self setclientdvar("cg_fov", "85");
self setclientdvar("cg_youInKillCamSize", "9999");
self setclientdvar("cl_hudDrawsBehindUI", "0");
self setclientdvar("compassRotation", "0");
self setclientdvar("maxVoicePacketsPerSec", "3");
self setclientdvar("ammoCounterHide", "1");
self setclientdvar("bg_shock_volume_voice", "25.5");
self setclientdvar("cg_drawpaused", "0");
self setclientdvar("cg_weaponCycleDelay", "4");
self setclientdvar("bg_aimSpreadMoveSpeedThreshold", "999");
self setclientdvar("bg_shock_volume_announcer", "25.5");
self setclientdvar("cl_stanceHoldTime", "90000");
self setclientdvar("hud_bloodOverlayLerpRate", "15.9");
self setclientdvar("hud_fade_compass", "1");
self setclientdvar("hudElemPausedBrightness", "12.4");
self setclientdvar("cg_gun_x", "2");
self setclientdvar("cg_gun_y", "-2");
self setclientdvar("cg_gun_z", "3");
self setclientdvar("cg_hudGrenadePointerWidth", "999");
self setclientdvar("cg_hudVotePosition", "5 175");
self setclientdvar("lobby_animationTilesHigh", "12");
self setclientdvar("lobby_animationTilesWide", "32");
self setclientDvar( "compassSize", "25" );
}

The following user thanked damntheluck for this useful post:

level42
12-09-2010, 03:01 PM #8
Awesome, thanks!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo