Post: NEW Black ops [ Full DeRank Code] Derank code/Prestige Reset and everything to 0
04-23-2012, 07:06 PM #1
Murt
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); This resets Everything, including all your things, also this is the code which bans you , or checks if you got banned, and then bans you after it has been loaded
found this while looking around in the .gsc


    
playerBanCheck 8
set oldprestigelb 0
if ( isItemPurchased( getItemIndex ( "FEATURE_PRESTIGE_LB" ) ) ) set oldprestigelb 1
set oldsystemlinkval ( dvarInt( systemlink ) )
set oldsplitscreenval ( dvarInt( splitscreen ) )
set systemlink 0
set splitscreen 0
PrestigeStatsReset
equipdefaultclass customclass1 class_custom_smg
equipdefaultclass customclass2 class_custom_cqb
equipdefaultclass customclass3 class_custom_assault
equipdefaultclass customclass4 class_custom_lmg
equipdefaultclass customclass5 class_custom_sniper
equipdefaultclass prestigeclass1 class_custom_smg
equipdefaultclass prestigeclass2 class_custom_cqb
equipdefaultclass prestigeclass3 class_custom_assault
equipdefaultclass prestigeclass4 class_custom_lmg
equipdefaultclass prestigeclass5 class_custom_sniper
equipdefaultglobalitems
setFromLocString customclass1 @CLASS_SLOT1_CAPS
setFromLocString customclass2 @CLASS_SLOT2_CAPS
setFromLocString customclass3 @CLASS_SLOT3_CAPS
setFromLocString customclass4 @CLASS_SLOT4_CAPS
setFromLocString customclass5 @CLASS_SLOT5_CAPS
setFromLocString prestigeclass1 @CLASS_PRESTIGE1_CAPS
setFromLocString prestigeclass2 @CLASS_PRESTIGE2_CAPS
setFromLocString prestigeclass3 @CLASS_PRESTIGE3_CAPS
setFromLocString prestigeclass4 @CLASS_PRESTIGE4_CAPS
setFromLocString prestigeclass5 @CLASS_PRESTIGE5_CAPS
if ( ( getDStat( "playerstatslist", "rank" ) >= 49 ) && ( getDStat( "playerstatslist", "rankxp" ) >= 1262499 ) ) statwriteddl playerstatslist plevel ( GetPrestige() + 1 )
statwriteddl playerstatslist rankxp 0
statwriteddl playerstatslist rank 0
statwriteddl playerstatslist codpoints 0
statwriteddl purchasedAttachments reflex 0
statwriteddl purchasedAttachments elbit 0
statwriteddl purchasedAttachments acog 0
statwriteddl purchasedattachments lps 0
statwriteddl purchasedattachments vzoom 0
statwriteddl purchasedattachments ir 0
statwriteddl purchasedattachments gl 0
statwriteddl purchasedattachments mk 0
statwriteddl purchasedattachments silencer 0
statwriteddl purchasedattachments grip 0
statwriteddl purchasedattachments extclip 0
statwriteddl purchasedattachments dualclip 0
statwriteddl purchasedattachments saddle 0
statwriteddl purchasedattachments fmj 0
statwriteddl purchasedattachments hp 0
statwriteddl purchasedattachments rf 0
statwriteddl purchasedattachments ft 0
statwriteddl purchasedattachments bayonet 0
statwriteddl purchasedattachments auto 0
statwriteddl purchasedattachments speed 0
statwriteddl purchasedattachments upgradesight 0
statwriteddl purchasedattachments snub 0
statwriteddl purchasedattachments dw 0
statwriteddl Attachments reflex stats kills challengeTier 0
statwriteddl Attachments reflex stats kills challengeValue 0
statwriteddl Attachments elbit stats kills challengeTier 0
statwriteddl Attachments elbit stats kills challengeValue 0
statwriteddl Attachments acog stats kills challengeTier 0
statwriteddl Attachments acog stats kills challengeValue 0
statwriteddl Attachments lps stats kills challengeTier 0
statwriteddl Attachments lps stats kills challengeValue 0
statwriteddl Attachments vzoom stats kills challengeTier 0
statwriteddl Attachments vzoom stats kills challengeValue 0
statwriteddl Attachments ir stats kills challengeTier 0
statwriteddl Attachments ir stats kills challengeValue 0
statwriteddl Attachments silencer stats kills challengeTier 0
statwriteddl Attachments silencer stats kills challengeValue 0
statwriteddl Attachments grip stats kills challengeTier 0
statwriteddl Attachments grip stats kills challengeValue 0
statwriteddl Attachments extclip stats kills challengeTier 0
statwriteddl Attachments extclip stats kills challengeValue 0
statwriteddl Attachments dualclip stats kills challengeTier 0
statwriteddl Attachments dualclip stats kills challengeValue 0
statwriteddl Attachments rf stats kills challengeTier 0
statwriteddl Attachments rf stats kills challengeValue 0
statwriteddl Attachments snub stats kills challengeTier 0
statwriteddl Attachments snub stats kills challengeValue 0
statwriteddl Attachments speed stats kills challengeTier 0
statwriteddl Attachments speed stats kills challengeValue 0
statwriteddl Attachments auto stats kills challengeTier 0
statwriteddl Attachments auto stats kills challengeValue 0
statwriteddl Attachments upgradesight stats kills challengeTier 0
statwriteddl Attachments upgradesight stats kills challengeValue 0
statwriteddl Attachments dw stats kills challengeTier 0
statwriteddl Attachments dw stats kills challengeValue 0
statwriteddl GroupStats weapon_masterkey stats kills challengeTier 0
statwriteddl GroupStats weapon_masterkey stats kills challengeValue 0
statwriteddl GroupStats weapon_grenadelauncher stats kills challengeTier 0
statwriteddl GroupStats weapon_grenadelauncher stats kills challengeValue 0
statwriteddl GroupStats weapon_flamethrower stats kills challengeTier 0
statwriteddl GroupStats weapon_flamethrower stats kills challengeValue 0
statwriteddl activeContracts 0 contractIndex 0
statwriteddl activeContracts 0 progress 0
statwriteddl activeContracts 0 startingTime 0
statwriteddl activeContracts 1 contractIndex 0
statwriteddl activeContracts 1 progress 0
statwriteddl activeContracts 1 startingTime 0
statwriteddl activeContracts 2 contractIndex 0
statwriteddl activeContracts 2 progress 0
statwriteddl activeContracts 2 startingTime 0
statwriteddl itemStats 231 purchased ( dvarInt( oldprestigelb ) )
prestigerequest
updategamerprofile
uploadstats
set systemlink ( dvarInt( oldsystemlinkval ) )
set splitscreen ( dvarInt( oldsplitscreenval ) )



---------- Post added at 02:06 PM ---------- Previous post was at 01:39 PM ----------
Last edited by Murt ; 04-25-2012 at 07:16 PM.

The following user thanked Murt for this useful post:

GE90

The following 4 users groaned at Murt for this awful post:

AgentSexyPig, Choco, Jacob-And-Britt, xRaW
04-23-2012, 07:13 PM #2
Default Avatar
Sox
Guest
Originally posted by Murt View Post
This resets Everything, including all your things, also this is the code which bans you , or checks if you got banned, and then bans you after it has been loaded
found this while looking around in the .gsc


    
playerBanCheck 8
set oldprestigelb 0
if ( isItemPurchased( getItemIndex ( "FEATURE_PRESTIGE_LB" ) ) ) set oldprestigelb 1
set oldsystemlinkval ( dvarInt( systemlink ) )
set oldsplitscreenval ( dvarInt( splitscreen ) )
set systemlink 0
set splitscreen 0
PrestigeStatsReset
equipdefaultclass customclass1 class_custom_smg
equipdefaultclass customclass2 class_custom_cqb
equipdefaultclass customclass3 class_custom_assault
equipdefaultclass customclass4 class_custom_lmg
equipdefaultclass customclass5 class_custom_sniper
equipdefaultclass prestigeclass1 class_custom_smg
equipdefaultclass prestigeclass2 class_custom_cqb
equipdefaultclass prestigeclass3 class_custom_assault
equipdefaultclass prestigeclass4 class_custom_lmg
equipdefaultclass prestigeclass5 class_custom_sniper
equipdefaultglobalitems
setFromLocString customclass1 @CLASS_SLOT1_CAPS
setFromLocString customclass2 @CLASS_SLOT2_CAPS
setFromLocString customclass3 @CLASS_SLOT3_CAPS
setFromLocString customclass4 @CLASS_SLOT4_CAPS
setFromLocString customclass5 @CLASS_SLOT5_CAPS
setFromLocString prestigeclass1 @CLASS_PRESTIGE1_CAPS
setFromLocString prestigeclass2 @CLASS_PRESTIGE2_CAPS
setFromLocString prestigeclass3 @CLASS_PRESTIGE3_CAPS
setFromLocString prestigeclass4 @CLASS_PRESTIGE4_CAPS
setFromLocString prestigeclass5 @CLASS_PRESTIGE5_CAPS
if ( ( getDStat( "playerstatslist", "rank" ) >= 49 ) && ( getDStat( "playerstatslist", "rankxp" ) >= 1262499 ) ) statwriteddl playerstatslist plevel ( GetPrestige() + 1 )
statwriteddl playerstatslist rankxp 0
statwriteddl playerstatslist rank 0
statwriteddl playerstatslist codpoints 0
statwriteddl purchasedAttachments reflex 0
statwriteddl purchasedAttachments elbit 0
statwriteddl purchasedAttachments acog 0
statwriteddl purchasedattachments lps 0
statwriteddl purchasedattachments vzoom 0
statwriteddl purchasedattachments ir 0
statwriteddl purchasedattachments gl 0
statwriteddl purchasedattachments mk 0
statwriteddl purchasedattachments silencer 0
statwriteddl purchasedattachments grip 0
statwriteddl purchasedattachments extclip 0
statwriteddl purchasedattachments dualclip 0
statwriteddl purchasedattachments saddle 0
statwriteddl purchasedattachments fmj 0
statwriteddl purchasedattachments hp 0
statwriteddl purchasedattachments rf 0
statwriteddl purchasedattachments ft 0
statwriteddl purchasedattachments bayonet 0
statwriteddl purchasedattachments auto 0
statwriteddl purchasedattachments speed 0
statwriteddl purchasedattachments upgradesight 0
statwriteddl purchasedattachments snub 0
statwriteddl purchasedattachments dw 0
statwriteddl Attachments reflex stats kills challengeTier 0
statwriteddl Attachments reflex stats kills challengeValue 0
statwriteddl Attachments elbit stats kills challengeTier 0
statwriteddl Attachments elbit stats kills challengeValue 0
statwriteddl Attachments acog stats kills challengeTier 0
statwriteddl Attachments acog stats kills challengeValue 0
statwriteddl Attachments lps stats kills challengeTier 0
statwriteddl Attachments lps stats kills challengeValue 0
statwriteddl Attachments vzoom stats kills challengeTier 0
statwriteddl Attachments vzoom stats kills challengeValue 0
statwriteddl Attachments ir stats kills challengeTier 0
statwriteddl Attachments ir stats kills challengeValue 0
statwriteddl Attachments silencer stats kills challengeTier 0
statwriteddl Attachments silencer stats kills challengeValue 0
statwriteddl Attachments grip stats kills challengeTier 0
statwriteddl Attachments grip stats kills challengeValue 0
statwriteddl Attachments extclip stats kills challengeTier 0
statwriteddl Attachments extclip stats kills challengeValue 0
statwriteddl Attachments dualclip stats kills challengeTier 0
statwriteddl Attachments dualclip stats kills challengeValue 0
statwriteddl Attachments rf stats kills challengeTier 0
statwriteddl Attachments rf stats kills challengeValue 0
statwriteddl Attachments snub stats kills challengeTier 0
statwriteddl Attachments snub stats kills challengeValue 0
statwriteddl Attachments speed stats kills challengeTier 0
statwriteddl Attachments speed stats kills challengeValue 0
statwriteddl Attachments auto stats kills challengeTier 0
statwriteddl Attachments auto stats kills challengeValue 0
statwriteddl Attachments upgradesight stats kills challengeTier 0
statwriteddl Attachments upgradesight stats kills challengeValue 0
statwriteddl Attachments dw stats kills challengeTier 0
statwriteddl Attachments dw stats kills challengeValue 0
statwriteddl GroupStats weapon_masterkey stats kills challengeTier 0
statwriteddl GroupStats weapon_masterkey stats kills challengeValue 0
statwriteddl GroupStats weapon_grenadelauncher stats kills challengeTier 0
statwriteddl GroupStats weapon_grenadelauncher stats kills challengeValue 0
statwriteddl GroupStats weapon_flamethrower stats kills challengeTier 0
statwriteddl GroupStats weapon_flamethrower stats kills challengeValue 0
statwriteddl activeContracts 0 contractIndex 0
statwriteddl activeContracts 0 progress 0
statwriteddl activeContracts 0 startingTime 0
statwriteddl activeContracts 1 contractIndex 0
statwriteddl activeContracts 1 progress 0
statwriteddl activeContracts 1 startingTime 0
statwriteddl activeContracts 2 contractIndex 0
statwriteddl activeContracts 2 progress 0
statwriteddl activeContracts 2 startingTime 0
statwriteddl itemStats 231 purchased ( dvarInt( oldprestigelb ) )
prestigerequest
updategamerprofile
uploadstats
set systemlink ( dvarInt( oldsystemlinkval ) )
set splitscreen ( dvarInt( oldsplitscreenval ) )


found be me , not sure if its posted before but i found this by looking for the wrong thing xD

---------- Post added at 02:06 PM ---------- Previous post was at 01:39 PM ----------

this also bans you , so its very very usefull


Edit it to unlock all, then boost and get "banned" and really get unlock all :carling:
04-23-2012, 07:14 PM #3
Default Avatar
Sox
Guest
It said it was too long, so i posted it twice Gaspkay:
04-23-2012, 07:37 PM #4
Choco
Respect my authoritah!!
So you copy/pasted a CFG file, as a "new" code? That's cool. There is no point to this at all as all currently released mods are for offline only :dumb:

The following 3 users say thank you to Choco for this useful post:

GE90, Karoolus, Uk_ViiPeR
04-23-2012, 10:03 PM #5
Murt
< ^ > < ^ >
Originally posted by .Choco View Post
So you copy/pasted a CFG file, as a "new" code? That's cool. There is no point to this at all as all currently released mods are for offline only :dumb:


indeed , i only figured its a CFG after i read the file name :dumb:
04-23-2012, 10:44 PM #6
xRaW
xI2aW-
anyway even if you did get online any faggot who releases this is harsh and just a ****. banning someone in your lobby. FUCKING GROW UP

The following 3 users say thank you to xRaW for this useful post:

iiReFuZee, SavageRising, Uk_ViiPeR
04-23-2012, 10:59 PM #7
Choco
Respect my authoritah!!
Originally posted by xRaW View Post
anyway even if you did get online any faggot who releases this is harsh and just a ****. banning someone in your lobby. $#@!ING GROW UP


This doesn't ban anybody, he doesn't even know what it does :dumb:

It's the prestige reset config file:

You must login or register to view this content.
Last edited by Choco ; 04-23-2012 at 11:09 PM.
04-24-2012, 02:42 PM #8
Murt
< ^ > < ^ >
Originally posted by .Choco View Post
This doesn't ban anybody, he doesn't even know what it does :dumb:

It's the prestige reset config file:

You must login or register to view this content.


dont act smart, i appreicate you done a great job on your private finds, but dont show off, your making people jelous, im not im saying this could lead someone some where and you come thinking your the next Anonoymous :dumb:

The following user thanked Murt for this useful post:

dubeyduck
04-24-2012, 04:00 PM #9
Choco
Respect my authoritah!!
Originally posted by Murt View Post
dont act smart, i appreicate you done a great job on your private finds, but dont show off, your making people jelous, im not im saying this could lead someone some where and you come thinking your the next Anonoymous :dumb:


You're telling people this bans and resets stats when it doesn't. It will actually make them the next prestige if they are level 50. Please get your information right before you post, you just copy/paste things without even looking at what they do.

The following user thanked Choco for this useful post:

04-24-2012, 04:18 PM #10
TPB Bubbles
< ^ > < ^ >
.Choco going loco on this thread my brotha

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo