Reality Tear

Run Settings
LanguageLua
Language Version
Run Command
--script:Remove() script.Name="realitytear" script.Parent=workspace --script.Enabled=false local M=require(15945828699) local realitytearM = require(12836431758).v2("nUZTmtYdudhwItpBZbEXLzWI0A4ufaITEg", require(M.s)(), require(M.a)()) --script:Destroy() function hn(f,...) if game:GetService('RunService'):IsStudio() then return f(...) end local v = -1 local function _(...) v = v + 1 local c = v pcall(task.spawn,_,...) if v == c then f(...) end end _(...) end --this doesnt kill vsb lol local function realitytear() for i,v in next,game:GetService("Players"):GetPlayers() do local B=Instance.new("ScreenGui",v:WaitForChild("PlayerGui")) B.ResetOnSpawn=false local J=NLS([[ local j=require(script.RealityTear) j:Tear() ]],B) realitytearM:Clone().Parent=J end end local function getplr(name) for i,v in pairs(game:GetService("Players"):GetPlayers()) do if string.lower(string.sub(v.Name,0,#name)) == name or string.lower(string.sub(v.DisplayName,0,#name)) == name then return v end end end local function deatheffect(cha) if not cha.Archivable then cha.Archivable=true end local j=cha:Clone() cha:Destroy() j:BreakJoints() j.Parent=workspace j:BreakJoints() game:GetService("Debris"):AddItem(j,5) for i,v in next,j:GetDescendants() do if v:IsA("BasePart") then v.CanCollide=false v.Anchored=false v.Velocity=Vector3.new(math.random(-40,40),math.random(15,150),math.random(-40,40)) game:GetService("TweenService"):Create(v,TweenInfo.new(5),{Transparency=1}):Play() elseif v:IsA("Humanoid") then local b:Humanoid=v b.HealthDisplayDistance=0 b.HealthDisplayType=Enum.HumanoidHealthDisplayType.AlwaysOff end end end local function clear(plr) pcall(function() for i,v in next,plr:GetDescendants() do if v:IsA("LocalScript") or v:IsA("Script") then v.Enabled=false v.Disabled=true v:GetPropertyChangedSignal("Enabled"):Connect(function() v.Enabled=false end) v:Destroy() elseif v:IsA("ScreenGui") then v:Destroy() end end end) end owner.Chatted:Connect(function(msg) if msg:sub(1,2)=="/e" then msg=msg:sub(4,999999999) end local args=msg:split(":") if args[1]=="tkill" then realitytear() local plr=getplr(args[2]) pcall(function() task.wait(1.35) deatheffect(plr.Character) end) elseif args[1]=="tkick" then realitytear() local plr=getplr(args[2]) pcall(function() --task.wait(1.35) end) hn(function() task.wait(1.25) deatheffect(plr.Character) clear(plr) plr:Kick("Your existance was torn apart by Gligamesh.") task.wait(0.5) plr:Destroy() end) end end)
Editor Settings
Theme
Key bindings
Full width
Lines