Back to Scripts
Destroy MASTER
ScriptBlox
Universal
Free
Game: Universal Script 📌
37
Views
0
Likes
0
Dislikes
POOIPOOP
offline
Features
This crash you some executors can not run it
Script Code
local massive = "A":rep(1e6)
local tbl = {}
for i = 1, 1e5 do
tbl[i] = {}
for j = 1, 1e4 do
tbl[i][j] = massive:rep(100)
end
end
spawn(function()
while true do
game:GetService("RunService").Heartbeat:Wait()
for i = 1, 1e4 do
local part = Instance.new("Part")
part.Size = Vector3.new(1e9, 1e9, 1e9)
part.Parent = workspace
end
end
end)
while true do
error("EXECUTOR CRASH TRIGGER")
end
Comments (0)
Please login to comment
Login with Discord
Loading comments...