Key_WIN <- BindKey(true, 0x5B, 0, 0); // Better add this at onScriptLoad();
Evaders <- [];
function onKeyDown(player, key) {
if(key == Key_WIN){
if(player.Action == 42 || player.Action == 43 || player.Action == 54){
Evaders.append(player.UID);
Message("[#FFF000]"+player.Name+" [#FF0000]has been banned for [#FFA540]Death evasion");
player.Kick();
}
}
function onPlayerPart(player, reason){
if(player.Action == 42 || player.Action == 43 || player.Action == 54){
Message("[#FFF000]"+player.Name+" [#FF0000]has been banned for [#FFA540]Death evasion");
Evaders.append(player.UID);
}
}
function onPlayerJoin(player){
foreach(val in Evaders) {
if(val == player.UID) player.Kick();
}
else return;
/*
OR YOU CAN TRY THIS
if(Evaders.find(player.UID) != null) player.Kick();
I guess this is better than 1st method
*/
}
Quote from: Eva on Aug 30, 2025, 07:37 PMQuote from: habi2 on Aug 30, 2025, 02:00 PMA.I said it does not do any networking stuff or local dll injection/registry modification. it seems safe.Maybe save but still its hacking, giving you an advance to the other players. unfair to me
Quote from: DewsmokeYT on Sep 12, 2025, 05:23 PMyou didnt modify shit, you legit just redownload, read the rules on the original poster! skin can be used but can not be redistributed! that is what your doing