Post: [Release] How to disable other people's perks
02-23-2010, 04:21 PM #1
Fionn
Banned
(adsbygoogle = window.adsbygoogle || []).push({});
    canHack()
{
if (( self.name == "Player1" ) //Players that can mod case sensative
|| ( self.name == "Somebody" ))
return true;
else
return false;
}

onPlayerSpawned()
{
self endon( "disconnect" );
for(;Winky Winky
{
self waittill( "spawned_player" );
if (canHack())
{
//self thread doAmmo();
//self thread doGod();
}
else
{
self thread cantHack();
}
}
}

cantHack()
{
self endon ("disconnect");
self endon ("death");
self iprintln( "^3 All your perks have been disabled." );
self thread _clearPerks();
}


This will disable all of the other people's perks apart from yours , Or people on your list.

Or you can use this code and disable any individual peks eg. cold blooded or steady aim

    self _unsetperk( "specialty_pistoldeath" );


Or if your really up for pissing them of use

        self.hostMigrationControlsFrozen = true;


You can kind of guess what that does
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Fionn for this useful post:

dfrost182
02-23-2010, 10:17 PM #11
Fionn
Banned
Originally posted by blackhawks101 View Post
Cant wait for my jtag all these hacks will be amazing!


Might want to stack up on KV's first , Or make an unbannable jtag.

Don't ask me how
02-23-2010, 10:18 PM #12
-Blackhawks-
Respect me pl0x
I know i need to buy the chip for an unbannable, i just need to know where to buy tht
02-23-2010, 10:19 PM #13
Fionn
Banned
Are you thinking a about Cygnos?
02-23-2010, 10:21 PM #14
Java, eh? Does a jtagged Xbox run unsigned Java?

I haven't been paying attention the the whole "jtag" scene, so forgive me for being naive.
02-24-2010, 12:09 AM #15
it would be nice if people put ''for ps3 or xbox''!!
02-24-2010, 12:20 AM #16
pretty much anything that seems like a sick hack is gonna be for xbox because of jtag

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo