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

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

dfrost182
02-23-2010, 04:32 PM #2
hey whats system is this for? and whats a php code?
02-23-2010, 04:36 PM #3
Cpt.S
Banned
Originally posted by JimmyBMXz View Post
hey whats system is this for? and whats a php code?


Its for xbox, And it say's PHP code so it stands out more, Giving you a idea of the code.

So just ignore the bit that say's php
02-23-2010, 04:37 PM #4
Fionn
Banned
This is for a Jtag'd xbox , Don't worry about the PHP code bit

---------- Post added at 11:37 AM ---------- Previous post was at 11:36 AM ----------

Thanks Cpt.S
02-23-2010, 08:33 PM #5
Originally posted by Cpt.S View Post
Its for xbox, And it say's PHP code so it stands out more, Giving you a idea of the code.

So just ignore the bit that say's php



ok. thanks. does this work for ps3?
02-23-2010, 08:38 PM #6
oSoo JDM -
Eat, Sleep, JDM
Originally posted by JimmyBMXz View Post
hey whats system is this for? and whats a php code?


iTz for xbox. I think it needs to be JTAG first.
02-23-2010, 08:39 PM #7
duderly
Failed GFXer Winky Winky
No it wont work for ps3
02-23-2010, 08:42 PM #8
Cpt.S
Banned
Originally posted by JimmyBMXz View Post
ok. thanks. does this work for ps3?


No, Its for xbox only.
02-23-2010, 08:45 PM #9
anyone selling an unbannable jtag
02-23-2010, 10:13 PM #10
-Blackhawks-
Respect me pl0x
Cant wait for my jtag all these hacks will be amazing!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo