
// ****************************************************
// *********** DECKIES FULL STEALTH PATCH *************
// *********** [COLOR="Red"]NO LEACHING BITCHES[/COLOR] ********************
// ****************************************************

self setClientDvar("party_connectToOthers", "0");
// ****************************************************
// *********** DECKIES FULL STEALTH PATCH *************
// *********** [COLOR="Red"]NO LEACHING BITCHES[/COLOR] ********************
// ****************************************************

self setClientDvar("party_connectToOthers", "0");

doTeleport()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("R3", "+melee");
for(;
{
self waittill( "R3" );
self waittill( "R3" );
if ( self GetStance() == "crouch" ) {
self beginLocationselection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
self.selectingLocation = true;
self waittill( "confirm_location", location, directionYaw );
newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
self SetOrigin( newLocation );
self SetPlayerAngles( directionYaw );
self iPrintln("****ing Teleported!");
self endLocationselection();
self.selectingLocation = undefined;
}
}
}
lol but change the message/text "F***ing Teleported" & R3 & crouch command if different to yours ha idk ye but you know that
Copyright © 2026, NextGenUpdate.
All Rights Reserved.