-
Notifications
You must be signed in to change notification settings - Fork 6
Player Script Features (Player Menu)
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.
- 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
This will loop the suicide explosion above on the selected player.
- 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
This will loop the molotov explosion above on the selected player.
- Change Explosion Delay (ms)
This will set the millisecond delay between explosions for the suicide loops above.
- Explosion Gun
Gives the player an explosion gun. Wherever they shoot, an explosion blamed on them will spawn there.
- 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
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.
- 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, includingKiddion'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
Teleports to the player in the same fasion that
Smooth TP (waypoint)
does it. IfFrames (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.
- 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 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 iskhanjali
, etc.
- 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 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 to Player
- Dump All Peds on Player
- Dump All Vehicles on Player
- Dump All Objects on Player
- Dump All Pickups on Player
- 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.
- 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.
- 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
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
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.