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 ----------
(adsbygoogle = window.adsbygoogle || []).push({});

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-24-2012, 05:15 PM #11
Murt
< ^ > < ^ >
Originally posted by .Choco View Post
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.


i never said it bans people? where did you get that from? and i want to thank you for motivating me to actually mod the eboot , so far so good, i patched rsa and added few mods on my eboot, but any little hints where im loking for ? for th moon mods is it platform_savegame has to do with it?
04-24-2012, 05:17 PM #12
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Murt View Post
i never said it bans people? where did you get that from? and i want to thank you for motivating me to actually mod the eboot , so far so good, i patched rsa and added few mods on my eboot, but any little hints where im loking for ? for th moon mods is it platform_savegame has to do with it?


Here's where you mention about banning Winky Winky.

Originally posted by another user
also this is the code which bans you , or checks if you got banned, and then bans you after it has been loaded

The following user thanked IVI40A3Fusionz for this useful post:

Choco
04-24-2012, 05:23 PM #13
Murt
< ^ > < ^ >
Originally posted by IVI40A3Fusionz View Post
Here's where you mention about banning Winky Winky.


ahh fuck me lol, i ment to say it has a ban code, not sure what it does, but should be usefull Winky Winky
04-24-2012, 07:49 PM #14
Default Avatar
GHoST
Guest
Originally posted by .Choco View Post
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.


Finally someone with intelligence. I was reading through his post and I loled.

---------- Post added at 08:49 PM ---------- Previous post was at 08:47 PM ----------

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


Found by you? No, it's just that the other people have the common sense to read the code before posting it.
04-24-2012, 07:59 PM #15
Murt
< ^ > < ^ >
Originally posted by TeOzGHoST View Post
Finally someone with intelligence. I was reading through his post and I loled.

---------- Post added at 08:49 PM ---------- Previous post was at 08:47 PM ----------



Found by you? No, it's just that the other people have the common sense to read the code before posting it.

bitch..... please , look at the top right hand corner and click the X, :dumb:
04-24-2012, 08:03 PM #16
Default Avatar
GHoST
Guest
Originally posted by Murt View Post
bitch..... please , look at the top right hand corner and click the X, :dumb:


Calling me dumb when your the one who posted a code without knowing what it is? :dumb: Maybe you should click the red X.
04-24-2012, 08:20 PM #17
Murt
< ^ > < ^ >
Originally posted by TeOzGHoST View Post
Calling me dumb when your the one who posted a code without knowing what it is? :dumb: Maybe you should click the red X.


:dumb: why not we both click red X at the same time? :dumb: at 3 .... 2 .... 1 .....

The following user thanked Murt for this useful post:

Cien
04-24-2012, 08:30 PM #18
stratoitis69
I am error
:dumb: :dumb:
04-24-2012, 09:31 PM #19
Originally posted by Murt View Post
bitch..... please , look at the top right hand corner and click the X, :dumb:


just leave this section forever...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo