Skip to content

Player Script Features (Player Menu)

Keramis edited this page Jun 21, 2022 · 2 revisions

These are the player script features that will appear in a list at the bottom of a selected player. Select a player in the players menu to access these features.


Suicides

Make Player Explode Themselves

  • Make Player Explode Themselves

This will make the player commit suicide with an explosion, which accounts for vehicles. This will also check if they are in godmode or in an interior to avoid detections.

Loop Explode Suicide

  • Loop Explode Suicide

This will loop the suicide explosion above on the selected player.

Make Player Molotov Themselves

  • Make Player Molotov Themselves

This will explode a molotov on the selected player, blaming it on them. Be aware that if Invisible Explosion is enabled in the main script features settings, this will only deal the initial molotov damage and not spawn any lingering fire.

Loop Molotov Suicide

  • Loop Molotov Suicide

This will loop the molotov explosion above on the selected player.

Change Explosion Delay (ms)

  • Change Explosion Delay (ms)

This will set the millisecond delay between explosions for the suicide loops above.

Weapons

Explosion Gun

  • Explosion Gun

Gives the player an explosion gun. Wherever they shoot, an explosion blamed on them will spawn there.

Tools

Move Check

  • Move Check

This will toast if the selected player is moving or not.

  • Move Check Interval (ms)

This is the check delay for the Move Check, lower values mean more precision, but take slightly more processing resources.

Pan

  • Pan

This will lag the player with invisible, indestructible tugboats, the amount of which you can set.

  • Number of fried fish

This is the number of tugboats that Pan spawns. 20 should be enough; even 5 is enough. Go above 30 and you risk closing your own game.

  • Remove Pan

This will attempt to delete all of the tugboats that Pan has spawned. Keep in mind this will not always work; synchronizations and all that.

Godmode Tools

  • God Check

Will check if the player has godmode or not, checking for interior and cutscenes to avoid false-flags.

  • Remove Player Godmode

Repeatedly sends the player a camera manipulation script event (Force Camera Forward) in an attempt to remove their godmode. Should work on external menus, including Kiddion's.

  • Remove Player Vehicle Godmode

Repeatedly tries to set the player's vehicle to destructible, making their vehicle able to be blown up.

Smooth-Teleport

  • Smooth-Teleport

Teleports to the player in the same fasion that Smooth TP (waypoint) does it. If Frames (v2) is enabled, it brings you along as well. If the selected player is in a vehicle, it attempts to teleport you into their vehicle. If their vehicle has no empty seats, it aborts the teleport.

Trolling

Vehicle Trolling

Place Wall in Front of Player

  • Place Wall in Front of Player

Places a wall in front of the selected player. Please note that this might not sync sometimes.

Drop Vehicle

  • Drop Vehicle on Player

Drops a selected vehicle of your choice onto the player.

  • Input Vehicle Name

Input the vehicle name you want to spawn. Keep in mind this takes the GTAV names, e.g. the oppressor mkII is oppressor2, the khanjali is khanjali, etc.

Teleport Player's Vehicle

  • Teleport Player Into Ocean

If the player is in a vehicle, attempts to teleport their vehicle into the bottom-leftmost corner of the map; the deepest ocean.

  • Teleport Player Onto Maze bank

If the player is in a vehicle, attempts to teleport their vehicle on top of the Maze Bank tower.

  • FakeLag Player's Vehicle

If the player is in a vehicle, attempts to "lag" their vehicle, setting it's position where it was half a second ago, and teleporting it back after 0.2 sec.

Toss Features

Toss Player Around

  • Toss Player Around

Does anonymous, no-damage explosions on the player, ragdolling them around. Takes the settings (Invisible/Audible) from the Main Script Features/Settings.

Teleport Entities

  • Teleport Entities to Player
    • Dump All Peds on Player
    • Dump All Vehicles on Player
    • Dump All Objects on Player
    • Dump All Pickups on Player

Toxic Features

Invalid Warehouse Invite

  • Invalid Warehouse Invite

Sends the player a script event that attempts to invite them to a warehouse, but this invite is invalid. This causes the player to freeze for a little bit, as well as get a cool screen animation.

Removes

  • Freemode Death

Sends the player script events that attempt to kill their freemode script, resulting in them being put back into Story Mode.

  • AIO Kick

Sends the player all the script events that I know to attempt to kick them from the lobby.

  • Plague Crash

Spawns an invalid model on the player in an attempt to crash their game.

  • Bad Outfit Crash

Spawns a ped with an invalid outfit on the player.

  • Bad Net Vehicle Crash

Spawns cars with invalid mods on the player. Anonymous.

  • Rope Crash LOBBY

Crashes the entire with a lobby with a rope. Anonymous.

Settings

Blacklist from Silent Aimbot

  • Blacklist from Silent Aimbot

This will blacklist the player from Silent Aimbot, as well as Missile Aimbot and Helicopter Aimbot. (Useful if playing with friends)

Blacklist from Auto-Car Suicide

  • Blacklist from Auto-Car Suicide

This will blacklist the player from Auto-Car suicide, letting them get close to you if you are in a vehicle without blowing you (and them) up. (Useful if playing with friends)

Hate Player

  • Hate Player

Executes aimblacklist on every other player except them, blacklisting everyone from silent aimbot except them. This takes some time and lags the first time you run it.


This concludes the Player Features of the script. Thank you to everyone who helped me along the way, and you can find them at the Credits section of the beginning of the introduction.