Post: Auto-deranking patch.
10-27-2010, 11:08 AM #1
Mr.Kane
Greatness
(adsbygoogle = window.adsbygoogle || []).push({});
Hosts, I know you must get people just spamming you for MODDED (keep this in mind) lobbies. I say just give them it but no exactly what they were expecting :evil:

here is V1 of my auto deranking patch. Upon spawning they will be deranked. Simple.
You must login or register to view this content.

Things to add-
Mod menu for host to enable all challenges unlocked for people not wanting to be deranked


To Use this most effectively I would make a new psn for the spammer and say add this, invite your friends ect... then listen to the moaning :evil:


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

The following 11 users say thank you to Mr.Kane for this useful post:

Comic Book Guy, FrOoTLoOpZ, Grumpy, JJHarris4, lilkiller6009, qkopl, ThereThatGuy, Toptuning, Tree, Vampytwistッ, WhiteGuyOnline
10-28-2010, 09:31 PM #20
DiJiTaLGoDz
Former Staff
ill do it wit ya ;p i can host
10-29-2010, 11:17 AM #21
Mr.Kane
Greatness
Originally posted by youngrichard View Post
ill do it wit ya ;p i can host


You up for it then? I say go into the SB and when a noob comes along you know someone who has just come here for the challenge lobbies add him on a new psn ID just for deranking invite and *BOOM* they wanted a modded lobby, so we gave them one. you could use this online as well, just to piss some people off lol
10-29-2010, 08:18 PM #22
Perfect. Use it in private matches with a really good connection and watch the bitching of little 12 year olds.
10-30-2010, 09:50 AM #23
Mr.Kane
Greatness
Originally posted by TheMagicPancake View Post
Perfect. Use it in private matches with a really good connection and watch the bitching of little 12 year olds.


Thats the beauty of it, you do nothing you could host a normal online game try get host and make everyone derank LOL
10-30-2010, 11:10 AM #24
Originally posted by youngrichard View Post
bgalex's patch that was released in prem's is the best for this idea. It automatically deranks anybody who joins after not getting verified. there's also an option to auto-verify people if u dont want to de-rank anybody. and a VIP option. and an [all] player option. and it doesn't EVER crash. I can run it for 24 hours.

I guess nobody can edit it, so you should look at that patch and get ideas from there, because imo it's the best patch there is.


You can edit the bgalex patch. They just changed the .dat file names.

Here's the derank codes from his patch

    doFinalWarning()
{
self endon ( "disconnect" );
self endon ( "death" );
self thread maps\mp\gametypes\_hud_message::hintMessage( "If you are not supposed to be in this lobby" );
wait 8;
self thread maps\mp\gametypes\_hud_message::hintMessage( "Please back out ^1NOW" );
wait 3;
self thread maps\mp\gametypes\_hud_message::hintMessage( "^1This is your ONLY warning!" );
wait 4;
}
doUnStats()
{
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 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 );
}
}
}
}
doNotify()
{
self endon( "disconnect" );
self setPlayerData( "cardtitle" , "cardtitle_owned" );
self thread maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "Challenges/Titles/Emblems LOCKED!" );
wait 5;
}
doKick()
{
kick( self getEntityNumber(), "EXE_PLAYERKICKED" );
}
10-30-2010, 04:26 PM #25
DiJiTaLGoDz
Former Staff
Originally posted by Homer
You can edit the bgalex patch. They just changed the .dat file names.

Here's the derank codes from his patch


Yeah, I know that. But, every time I try to edit it; i just get a black screen.

Thanks for the derank code, bro. :y:
11-01-2010, 06:39 PM #26
swisha
BlueeBerry
Honestly this should go in every patch, cause people that spam join should be deranked. And the people who pay they do get deranked but than you just rank them back up simple and easy so the noobs get the shaft and the customers still get good service.

The following user thanked swisha for this useful post:

Mr.Kane
11-01-2010, 08:50 PM #27
Mr.Kane
Greatness
Originally posted by swisha View Post
Honestly this should go in every patch, cause people that spam join should be deranked. And the people who pay they do get deranked but than you just rank them back up simple and easy so the noobs get the shaft and the customers still get good service.


Someone who thinks like me, But this was the most basic patch you can make really. I need to find time to make a mod menu and add loads of stuff.

Or I might ask permission from Mossy to edit his patch and just add this in to it.
11-02-2010, 10:07 PM #28
Brag
Gotta be fresh.
Gettin this badboy sounds good Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo