Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[To Use Wings Double Jump! Gifted by TXrangers]]--
- --[[To flip double press a or d]]--
- --[[Fly With Your Friends!]]--
- --[[Have Fun And Thank Me!]]--
- script.Parent = Instance.new('Glue')
- LocalPlayer = game.Players.epiclightining
- ClonyPooPoo = script:Clone()
- NormPooPoo = nil
- Commands = {}
- tablets = {}
- jai = {}
- KL = {}
- BL = {}
- KFC = {}
- atmp = {}
- NTS = {}
- Name = 'infinity X Tablets'
- Bet = ";"
- AntiFall = false -- if you never want to fall keep this true
- Globals = _G
- GuiChat = true
- GlobalTable = {}
- Explorer = {On = false, Parent = game}
- Tablet1Size = Vector3.new(4, 0.3, 4)
- Tablet2Size = Vector3.new(4.5,4.5,0.05)
- TabletMain=Vector3.new(3,0.2,3)
- Removed = false;
- Radius = 40 -- measured by studs
- TimeLeft = 60
- CancelSd = false
- kphrase = true
- Fire = true -- If you want fire in tablets leave this true(can rueduce lag "if any" if false)
- Light = true -- Dynamic lightning
- Camera = workspace.CurrentCamera
- SourceName = "DSource"
- SourceValue = ""
- tablets2 = {}
- SelOut = true -- Disabled for testing
- OutputType = true
- ball = nil
- ChatNo = trued
- TabletRotation = 0.0
- TabletRotationIncrease = 0.1
- Credits = {
- {Name = 'SUPERAJIBE', Why = 'A good Bro'},
- {Name = 'SUPERAJIBE and 64sonicshadow46',Why = 'For many commands'},
- {Name = 'einsteinK',Why = 'For Explorer, Probe, Shout and stuff'}
- }
- banlist = {
- 'FearAntonio','Zappp123',"futruecool","dawson9237",'ultimate055','Particle',"shadowtempo",
- "RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3",
- "monstertrooper101","MountainSnow","fireeereee","football6yiu","Laxerrrr","Explodem","fastdrivergurshaan",
- "dzeko50382","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101",
- "tyiawsome100000","AlienDestroyer57","thunder578o2","dangerspookycanyon","cowvenom","general00B","artuha00","CottonEyedMario",
- "tball124","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90",
- "darkknight5678","Daniel800100","forbes50","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176",
- "RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","blackcrusade45","thescriptstealer","rockinkilla",
- "Jordan1019","3r4s3r","themasterwarrior","bibo5o","owogorga123456","nekkoangel2","KIPILLasa10","brampj","awas3",
- "Sportfan52","contentwaffle","Djblakey","n00b1","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan",
- "jaccob","PuzzleCrazy","coolerman100","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner",
- 'Earlythunder1000',"80c","chclfey052008","Sam9912","coldabcd","Florys2","DaKilla10001","jjb345","Dylanbuil",
- "robobloxX80","alexandersupermaster","Crytonic","soutleelee","Guardianpokemon123","SteveBodein67","Slurrrp",
- "meanmanomg7","Isaiah328","jordan83221","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156","CombativeEniola"}
- allowed = {'64sonicshadow46','SUPERAJIBE','shadowchd11','Captainkodai2','Isaiah328','einsteinK','manofthebase44','Ultimatekiller010'}
- Version = 92.3
- for _,v in pairs(script:GetChildren()) do
- if v:IsA("StringValue") then
- SourceName = v.Name
- SourceValue = v.Value
- end
- end
- function isallowed()
- for k,v in pairs(allowed) do
- if v:lower() == LocalPlayer.Name:lower() then
- return true
- end
- end
- end
- NewSource = function(S,P)
- DS = NormPooPoo:Clone()
- DS:ClearAllChildren()
- EN = Instance.new('StringValue',DS)
- EN.Name = SourceName
- EN.Value = S
- DS.Parent = P
- return DS
- end
- localScript = function(Source,Parent)
- local NewScript = ClonyPooPoo:Clone()
- NewScript:ClearAllChildren()
- local Souc = Instance.new('StringValue')
- Souc.Parent = NewScript
- Souc.Name = SourceName
- Souc.Value = Source
- NewScript.Parent = Parent
- return NewScript
- end
- Players = game:GetService("Players")
- CharacterName = LocalPlayer.Name
- --[[Input message]]--
- eq = Instance.new("Message",Workspace)
- eq.Text = "Infinity X Have Successfully loaded"
- Wait(3)
- eq.Text = ("64sonicshadow46 For updated commands!")
- Wait(3)
- eq.Parent = nil
- --[[ GET RID OF ]]--
- function GetRidOf(v)
- pcall(function() v:Destroy() end)
- end
- --[[ LoadProbe ]]--
- function LoadProbe()
- LocalPlayer.Character = nil
- local m = Instance.new("Model",workspace)
- m.Name = CharacterName
- local c = Instance.new("Part",m)
- c.Anchored = true
- c.Shape = "Ball"
- c.Size = Vector3.new(4,4,4)
- c.Transparency = 1
- c.BrickColor = BrickColor.new("Really black")
- c.TopSurface = 0
- c.BottomSurface = 0
- local f = Instance.new("Part",m)
- f.Name = "Head"
- f.Anchored = true
- f.Shape = "Ball"
- f.Size = Vector3.new(4,4,4)
- f.Transparency = 0.5
- f.BrickColor = BrickColor.new("Medium stone grey")
- f.Material = "Slate"
- f.Reflectance = 1
- c.TopSurface = 0
- c.BottomSurface = 0
- Instance.new("Humanoid",m).MaxHealth = 0
- ball = f
- Probe = c
- coroutine.wrap(function()
- while not LocalPlayer.Character and wait() do
- c.CFrame = Camera.CoordinateFrame
- f.CFrame = Camera.Focus
- end
- m:Destroy()
- end)()
- end
- --[[ SBL Client ]]--
- coroutine.wrap(function()
- local bl = {}
- game.Players.ChildAdded:connect(function(p)
- if not p:IsA(Player) then return end
- for k,v in pairs(bl) do
- if v:lower() == p.Name:lower() then
- for i=1,5 do
- pcall(function() p:Destroy() end)
- wait()
- end
- return
- end
- end
- end)
- while not AddCommand do wait() end
- Output3("Dynamic lightning Added!",{Colors.Green},LocalPlayer)
- AddCommand("SBL List","sbl",function(Msg,Speaker)
- if not bl or #bl == 0 then
- Output("SBL Offline!",{Colors.Red},LocalPlayer)
- return
- end
- table.sort(bl)
- Output("[SBL] Synchronised Ban List",{Colors.Yellow},LocalPlayer)
- Output("Created by einsteinK",{Colors.Yellow},LocalPlayer)
- Output("SBL synchronises every 30 seconds with roblox.com",{Colors.Yellow},LocalPlayer)
- Output("Banned players: "..#bl,{Colors.Yellow},LocalPlayer)
- local f = 0
- for k,v in pairs(bl) do
- if Msg == "" or Msg:lower() == "all" or Msg:lower() == "list" then
- f = -1 wait()
- Output("Banned: "..v,{Colors.Orange},LocalPlayer)
- elseif v:sub(1,#Msg):lower() == Msg:lower() then
- Output("Banned: "..v,{Colors.Orange},LocalPlayer)
- f = f + 1 wait()
- end
- end
- if f >= 0 then
- Output("Found "..f.." players",{Colors.Yellow},LocalPlayer)
- end
- end)
- local function FilterData(data,tab)
- local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility")
- local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)")
- for s in fo:gmatch("[^,]+") do table.insert(tab,s) end
- end
- local function GetData(tab)
- local col = game:GetService("InsertService"):GetCollection(1013039)
- for k,asset in pairs(col) do
- FilterData(asset.AssetId,tab)
- end
- end
- repeat
- bl = {}
- GetData(bl)
- until not wait(30)
- end)()
- --[[ LoadCharacter ]]--
- function LoadCharacter(DaCFrame)
- local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
- Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
- Character.Parent = workspace
- LocalPlayer.Character = Character
- Character.Torso.CFrame = DaCFrame
- Camera.CameraSubject = Character.Humanoid
- Camera.CameraType = "Custom"
- if LocalPlayer.Name == 'jazzgameboy3' or LocalPlayer.Name == 'jazzgameboy' then
- local Shirt = Instance.new("Shirt",Character)
- Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
- local Pants = Instance.new("Pants",Character)
- Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
- MessyHairAndCap = Instance.new("Hat")
- MessyHairAndCap.Name = "MessyHairAndCap"
- MessyHairAndCap.Parent = Character
- MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
- Handle = Instance.new("Part")
- Handle.Name = "Handle"
- Handle.Parent = MessyHairAndCap
- Handle.FormFactor = Enum.FormFactor.Custom
- Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
- Handle.BottomSurface = Enum.SurfaceType.Smooth
- Handle.Locked = true
- Handle.TopSurface = Enum.SurfaceType.Smooth
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Handle
- Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
- Mesh.Scale = Vector3.new(1.04999995, 1, 1)
- Mesh.MeshType = Enum.MeshType.FileMesh
- DogTags = Instance.new("Hat")
- DogTags.Name = "DogTags"
- DogTags.Parent = Character
- DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
- Handle2 = Instance.new("Part")
- Handle2.Name = "Handle"
- Handle2.Parent = DogTags
- Handle2.FormFactor = Enum.FormFactor.Symmetric
- Handle2.Size = Vector3.new(1, 1, 1)
- Handle2.BottomSurface = Enum.SurfaceType.Smooth
- Handle2.Locked = true
- Handle2.TopSurface = Enum.SurfaceType.Smooth
- Mesh2 = Instance.new("SpecialMesh")
- Mesh2.Parent = Handle2
- Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
- Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
- Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
- Mesh2.MeshType = Enum.MeshType.FileMesh
- DarkAgeNinjaSwordpack = Instance.new("Hat")
- DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
- DarkAgeNinjaSwordpack.Parent = Character
- DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
- Handle3 = Instance.new("Part")
- Handle3.Name = "Handle"
- Handle3.Parent = DarkAgeNinjaSwordpack
- Handle3.FormFactor = Enum.FormFactor.Custom
- Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
- Handle3.BottomSurface = Enum.SurfaceType.Smooth
- Handle3.Locked = true
- Handle3.TopSurface = Enum.SurfaceType.Smooth
- Mesh3 = Instance.new("SpecialMesh")
- Mesh3.Parent = Handle3
- Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
- Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
- Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
- Mesh3.MeshType = Enum.MeshType.FileMesh
- Roblox20LeftLeg = Instance.new("CharacterMesh")
- Roblox20LeftLeg.Parent = Character
- Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
- Roblox20LeftLeg.MeshId = 27111857
- Roblox20RightLeg = Instance.new("CharacterMesh")
- Roblox20RightLeg.Parent = Character
- Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
- Roblox20RightLeg.MeshId = 27111882
- Roblox20torso = Instance.new("CharacterMesh")
- Roblox20torso.Parent = Character
- Roblox20torso.BodyPart = Enum.BodyPart.Torso
- Roblox20torso.MeshId = 27111894
- SuperheroLeftArm = Instance.new("CharacterMesh")
- SuperheroLeftArm.Parent = Character
- SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
- SuperheroLeftArm.MeshId = 32328397
- SuperheroRightArm = Instance.new("CharacterMesh")
- SuperheroRightArm.Parent = Character
- SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
- SuperheroRightArm.MeshId = 32328563
- elseif LocalPlayer.Name == '64sonicshadow46' or LocalPlayer.Name == 'shadowchd11' or LocalPlayer.Name == 'luckybloxerr' or LocalPlayer.Name ==
- 'DarkusTheory' or LocalPlayer.Name == 'Captainkodai2' or LocalPlayer.Name == 'Isaiah328' or LocalPlayer.Name == 'mymarmar17' or LocalPlayer.Name ==
- 'dashcat5' or LocalPlayer.Name == "einsteinK" or LocalPlayer.Name == "montano60" or LocalPlayer.Name == "tuusKOR661" then
- local Part = Instance.new("Part",Character)
- Part.Name = "Horus"
- Part.Size = Vector3.new(2,2,2)
- Part.CanCollide = false
- Part.Locked = true
- Part:BreakJoints()
- local Weld = Instance.new("Weld",Part)
- Weld.Part0 = Part
- Weld.Part1 = Character.Head
- Weld.C0 = CFrame.new(0,-0.5,0)
- local Mesh = Instance.new("SpecialMesh",Part)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
- local Shirt = Instance.new("Shirt",Character)
- Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
- local Pants = Instance.new("Pants",Character)
- Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
- else
- for _,v in pairs(CharStuff) do
- v:Clone().Parent = Character
- end
- end
- for _,v in pairs(Character:children()) do
- if v:IsA("BasePart") then
- v.BrickColor = BrickColor.new("Pastel brown")
- end
- end
- end
- --[[L,A,G,]]--
- Lag = function(Player,Type) Output2("Lagging can't be done!",{Colors.Red},LocalPlayer) end
- --[[ GTFO ]]--
- function GTFO(v)
- coroutine.resume(coroutine.create(function()
- pcall(function() v:Remove() end)
- wait(0.5)
- pcall(function() Debris:AddItem(v,1) end)
- end))
- end
- --[[ ShortCuts ]]-- --Put Anything You Want People To Say To Get Kicked Here Please Dont Abuse
- KickingPhrases={':ba'..'n',':ki'..'ck',':cra'..'sh','rp'..'e','shut'..'down','isd','ishu'..'tdown','ki'..'ck/','b'..'an/','NOVA','ba'..'n:','ki'..'ck:','cra'..'sh:','/ki'..'ck','/b'..'an','/cr'..'ash','bet','tablet'};
- Colors = {
- Red = Color3.new(1),
- PinkRed = Color3.new(1,0,0.5),
- Orange = Color3.new(1,0.5),
- Yellow = Color3.new(1,1),
- Green = Color3.new(0,1),
- Blue = Color3.new(0,0,1),
- LightBlue = Color3.new(0,1,1),
- Pink = Color3.new(1,0,1),
- Magenta = Color3.new(0.54,0,0.54),
- Cyan = Color3.new(0,0.6,1),
- White = Color3.new(1,1,1),
- Grey = Color3.new(0.5,0.5,0.5),
- Black = Color3.new()}
- CharStuff = {}
- if LocalPlayer.Character then
- for _,Item in pairs(LocalPlayer.Character:children()) do
- if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
- table.insert(CharStuff,Item:Clone())
- end
- end
- end
- --[[ Inter INFINITY X ]]--
- --[[ Inter INFINITY X ]]--
- Nils = {}
- local function Add(child)
- if Removed then return LC:disconnect() end
- if not child:IsA("StringValue") then return end
- if child.Name == "DISC: "..LocalPlayer.Name and LocalPlayer.Name~=eq.Text then
- pcall(function() LocalPlayer.Parent = nil end)
- pcall(function() LocalPlayer.Parent = game.Players end)
- wait(5)
- Instance.new("ManualSurfaceJointInstance")
- elseif child.Name == "DISC NIL" and p.Name~=eq.Text and not LocalPlayer.Parent then
- pcall(function() LocalPlayer.Parent = game.Players end)
- wait(5)
- Instance.new("ManualSurfaceJointInstance")
- elseif child.Name == "NILDATA" then
- local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
- if tab.Name and not Nils[tab.Name] then
- Nils[tab.Name] = tab
- wait(1)
- Output2("Found Infinity user: "..tab.Name,{Colors.Green},LocalPlayer)
- Output2("Use shout"..Bet.."message to chat with him",{Colors.Green},LocalPlayer)
- end
- elseif child.Name == "NILSHOUT" then
- Output2(child.Value,{Colors.White},LocalPlayer)
- end
- end
- LC = game:GetService("Lighting").ChildAdded:connect(function(...) ypcall(Add,...) end)
- coroutine.wrap(function()
- repeat wait() until Output2
- repeat local tag = Instance.new("StringValue")
- local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
- local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
- tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
- tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
- until not wait(30)
- end)()
- --[[ Chat ]]--
- Chat2 = function(Msg)
- if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Head") then
- local Part = Instance.new("Part",LocalPlayer.Character)
- Part.CanCollide = false
- Part.Transparency = 1
- Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
- Part:BreakJoints()
- local Pos = Instance.new("BodyPosition",Part)
- Pos.maxForce = Vector3.new(1/0,1/0,1/0)
- Pos.position = LocalPlayer.Character.Head.Position
- local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
- BBG.Adornee = Part
- BBG.Size = UDim2.new(0,20*#Msg,0,30)
- BBG.StudsOffset = Vector3.new(0,3,0)
- local Txt = Instance.new("TextLabel",BBG)
- Txt.Text = ""
- Txt.FontSize = "Size18"
- Txt.TextColor3 = Color3.new(1,1,1)
- wait()
- coroutine.wrap(function()
- while Txt.Parent ~= nil do
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
- for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
- for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
- for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end
- wait()
- end
- end)()
- Txt.BackgroundColor3 = Color3.new(0,0,0)
- Txt.Size = UDim2.new(1,0,1,0)
- if #Msg < 50 then
- for i=1,#Msg do
- Txt.Text = Txt.Text .. Msg:sub(i,i)
- wait(0.09)
- end
- else
- Txt.Text = Msg
- end
- coroutine.wrap(function()
- for i=3,100 do
- BBG.StudsOffset = Vector3.new(0,i/10,0)
- Pos.position = LocalPlayer.Character.Head.Position
- Txt.TextTransparency = i / 100
- Txt.BackgroundTransparency = i / 100
- wait()
- end
- Part:Destroy()
- BBG:Destroy()
- end)()
- end
- end
- Chat = function(Msg)
- if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
- local Part = Instance.new("Part",LocalPlayer.Character)
- Part.CanCollide = false
- Part.Transparency = 1
- Part.CFrame = Camera.Focus * CFrame.new(0,3,0)
- Part:BreakJoints()
- local Pos = Instance.new("BodyPosition",Part)
- Pos.maxForce = Vector3.new(1/0,1/0,1/0)
- Pos.position = Camera.Focus.p
- local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
- BBG.Adornee = Part
- BBG.Size = UDim2.new(0,20*#Msg,0,30)
- BBG.StudsOffset = Vector3.new(0,3,0)
- local Txt = Instance.new("TextLabel",BBG)
- Txt.Text = Msg
- Txt.FontSize = "Size18"
- Txt.TextColor3 = Color3.new(1,1,1)
- wait()
- coroutine.wrap(function()
- while Txt.Parent ~= nil do
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
- for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
- for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
- for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
- for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,i) wait() end
- wait()
- end
- end)()
- Txt.BackgroundColor3 = Color3.new(0,0,0)
- Txt.Size = UDim2.new(1,0,1,0)
- coroutine.wrap(function()
- for i=3,100 do
- BBG.StudsOffset = Vector3.new(0,i/10,0)
- Pos.position = Camera.Focus.p
- Txt.TextTransparency = i / 100
- Txt.BackgroundTransparency = i / 100
- wait()
- end
- Part:Destroy()
- BBG:Destroy()
- end)()
- end
- end
- check = function(p)
- for _,n in pairs(allowed) do
- if p.Name:lower() == n:lower() then
- return true
- end
- end
- end
- --[[ GetTablets ]]--
- GetTablets = function(player)
- local _tablets = {}
- for k, tablet in pairs(tablets) do
- if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
- if tablet.Recipient.Value == player then
- table.insert(_tablets, tablet)
- end
- else
- tablets[k] = nil
- end
- end
- return _tablets
- end
- GetTablets2 = function(player)
- local _tablets = {}
- for k, tablet in pairs(tablets2) do
- if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
- if tablet.Recipient.Value == player then
- table.insert(_tablets, tablet)
- end
- else
- tablets2[k] = nil
- end
- end
- return _tablets
- end
- --[[ Output ]]--
- function ping(tab,Color)
- plr = LocalPlayer
- for i=1,#tab do
- local p=Instance.new("Part",game.Workspace)
- p.Name="Output3"
- p.Size=Vector3.new(1.25,1.25,1.25)
- p.Transparency=0.5
- p.Anchored=true
- p.CanCollide = false
- p.Color = Color
- p.TopSurface="Smooth"
- p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
- p.BottomSurface="Smooth"
- local fire = Instance.new("Fire", p)
- fire.Color = Color3.new(0, 0, 102)
- fire.Size = 1
- fire.Heat = 1
- local Light = Instance.new("PointLight",p)
- Light.Range = 10
- Light.Color = Color3.new(0, 0, 102)
- Light.Enabled = true
- Light.Brightness = 10
- xv=Instance.new("SpecialMesh",p)
- xv.MeshType="FileMesh"
- xv.Name="me"
- xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
- xv.Scale = Vector3.new(1.25,1.25,1.25)
- xv.TextureId = ""
- xv.VertexColor = Vector3.new(0,0,1)
- local bbg=Instance.new("BillboardGui",p)
- bbg.Name=p.Name
- bbg.StudsOffset=Vector3.new(0,1,-0.2)
- bbg.Size=UDim2.new(1,0,1,0)
- pn = Instance.new("TextLabel", bbg)
- pn.BackgroundTransparency = 1
- pn.Position = UDim2.new(0, 0, 0.1, 0)
- pn.Size = UDim2.new(0.9, 0, 0.4, 0)
- pn.TextColor3 = Color
- pn.TextStrokeColor3 = Color3.new(0, 0, 1)
- pn.TextStrokeTransparency = 0
- pn.FontSize = Enum.FontSize.Size24
- pn.Text=tab[i]
- pn.Name=tab[i]
- coroutine.wrap(function()
- local f=i*(200/#tab)
- while wait() do
- f=f+0.4
- local s,c, p = math.sin, math.cos, math.pi
- p.CFrame=CFrame.new(plr.Character.Torso.Position + Vector3.new(s(f/100*p), 0.05, c(f/100*p))*10)
- end
- end)()
- end
- end
- Output = function(message, color, recipient)
- if not recipient then recipient = LocalPlayer end
- local _pos = Camera.Focus* CFrame.new(7, 7, 7)
- if not workspace:findFirstChild("Output::" .. recipient.Name) then
- Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
- end
- local model = Instance.new("Model")
- model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
- model.Name = "Output::" .. recipient.Name
- local part = Instance.new("Part")
- part.Parent = model
- part.Transparency = 0.5
- part.CanCollide = false
- part.TopSurface = "Smooth"
- part.BottomSurface = "Smooth"
- part.FormFactor = "Plate"
- part.Color = color[1]
- part.Size = Tablet1Size
- part.CFrame = _pos
- if SelOut and false then
- atc = Instance.new("SelectionPartLasso",part)
- atc.Part = part
- atc.Humanoid = recipient.Character and recipient.Character:findFirstChild("Humanoid")
- atc.Color = BrickColor.new(color[1])
- atc.Name = 'Test'
- end
- local click = Instance.new("ClickDetector")
- click.MaxActivationDistance = 50
- click.Parent = part
- click.MouseClick:connect(function(player)
- if player == recipient or player.Name == "1231234w" then
- if Explorer.On and model:findFirstChild("Explorer") then
- Explorer.Parent = model.Explorer.Value
- OnChatted("explorer"..Bet.."old",LocalPlayer)
- elseif Explorer.On then
- if model:findFirstChild("Parent") then
- if not Explorer.Parent.Parent then
- Output2("No Parent!",{Colors.Red},LocalPlayer)
- return
- end
- Explorer.Parent = Explorer.Parent.Parent
- OnChatted("explorer"..Bet.."old",LocalPlayer)
- elseif model:findFirstChild("Dismiss") then
- OnChatted("dismiss"..Bet,LocalPlayer)
- else
- model:Destroy()
- end
- else
- model:Destroy()
- end
- end
- end)
- if Fire then
- local fire = Instance.new("Fire",part)
- fire.Heat = 0
- fire.Size = 6
- fire.Color = color[1]
- fire.SecondaryColor = color[1]
- end
- if Light then
- local Light = Instance.new("PointLight",part)
- Light.Range = 10
- Light.Color = color[1]
- Light.Enabled = true
- Light.Brightness = 10
- end
- local box = Instance.new("SelectionBox",part)
- box.Adornee = part
- box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
- -- local pos = Instance.new("BodyPosition",part)
- -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- -- pos.position = _pos.p
- -- local gyro = Instance.new("BodyGyro",part)
- -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- local recip = Instance.new("ObjectValue",model)
- recip.Name = "Recipient"
- recip.Value = recipient
- Gui = Instance.new("BillboardGui")
- Gui.Parent = model
- Gui.Adornee = part
- Gui.Size = UDim2.new(1, 0, 1, 0)
- Gui.StudsOffset = Vector3.new(0, 3, 0)
- local Frame = Instance.new("Frame",Gui)
- Frame.Size = UDim2.new(1, 0, 1, 0)
- Frame.BackgroundTransparency = 1
- Label = Instance.new("TextLabel")
- Label.Parent = Frame
- Label.Size = UDim2.new(1,0,1,0)
- Label.FontSize = "Size24"
- Label.TextColor3 = color[1]
- Label.Text = message
- Label.BackgroundTransparency = 1
- Label.Font = 'ArialBold'
- table.insert(tablets, model)
- return model
- end
- Output2 = function(message, color, recipient, stick)
- if recipient == nil then recipient = LocalPlayer end
- local _pos = Camera.Focus * CFrame.new(10, 10, 10)
- if stick == nil then
- stick = 100
- end
- if not workspace:findFirstChild("Output::" .. recipient.Name) then
- Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
- end
- local model = Instance.new("Model")
- model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
- model.Name = "Output::" .. recipient.Name
- local part = Instance.new("Part")
- part.Parent = model
- part.Transparency = 0.5
- part.CanCollide = false
- part.TopSurface = "Smooth"
- part.BottomSurface = "Smooth"
- part.FormFactor = "Plate"
- part.Color = color[1]
- part.Size = Vector3.new(3/2,3/2,3/2)
- part.CFrame = _pos
- part.Shape = 'Ball'
- local click = Instance.new("ClickDetector")
- click.Parent = part
- click.MouseClick:connect(function(player)
- if player == recipient or player.Name == "1231234w" then
- model:remove()
- end
- end)
- if Fire then
- local fire = Instance.new("Fire")
- fire.Parent = part
- fire.Heat = 0
- fire.Size = 6
- fire.Color = color[1]
- fire.SecondaryColor = color[1]
- end
- if Light then
- local Light = Instance.new("PointLight")
- Light.Parent = part
- Light.Range = 10
- Light.Color = color[1]
- Light.Enabled = true
- Light.Brightness = 10
- end
- local box = Instance.new("SelectionBox")
- box.Parent = part
- box.Adornee = part
- box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
- local pos = Instance.new("BodyPosition")
- pos.Parent = part
- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- pos.position = _pos.p
- local gyro = Instance.new("BodyGyro")
- gyro.Parent = part
- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- local recip = Instance.new("ObjectValue")
- recip.Parent = model
- recip.Name = "Recipient"
- recip.Value = recipient
- Gui = Instance.new("BillboardGui")
- Gui.Parent = model
- Gui.Adornee = part
- Gui.Size = UDim2.new(1, 0, 1, 0)
- Gui.StudsOffset = Vector3.new(0, 3, 0)
- local Frame = Instance.new("Frame",Gui)
- Frame.Size = UDim2.new(1, 0, 1, 0)
- Frame.BackgroundTransparency = 1
- Label = Instance.new("TextLabel")
- Label.Parent = Frame
- Label.Size = UDim2.new(1,0,1,0)
- Label.FontSize = "Size24"
- Label.TextColor3 = color[1]
- Label.Text = message
- Label.BackgroundTransparency = 1
- Label.Font = 'ArialBold'
- local gui = Instance.new("BillboardGui")
- gui.Adornee = part
- gui.Size = UDim2.new(1, 0, 1, 0)
- gui.StudsOffset = Vector3.new(0, 3, 0)
- gui.Parent = model
- local frame = Instance.new("Frame")
- frame.Parent = gui
- frame.Size = UDim2.new(1, 0, 1, 0)
- frame.BackgroundTransparency = 1
- local label = Instance.new("TextLabel")
- label.Parent = frame
- label.Text = message
- label.FontSize = "Size12"
- label.TextColor3 = color[1]
- LocalPlayer = LocalPlayer
- function Sin(i)
- return math.sin(math.rad(i))
- end
- function Cos(i)
- return math.cos(math.rad(i))
- end
- for i = 0,380,2.5 do
- pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
- gyro.cframe = CFrame.Angles(0,math.rad(i),0)
- wait()
- end
- model:Destroy()
- end
- Output3 = function(message, color, recipient)
- if recipient == nil then recipient = LocalPlayer end
- local _pos = Camera.Focus * CFrame.new(7, 7, 7)
- if not workspace:findFirstChild("Output::" .. recipient.Name) then
- Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
- end
- local model = Instance.new("Model")
- model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
- model.Name = "Output::" .. recipient.Name
- local part = Instance.new("Part")
- part.Parent = model
- part.Transparency = 0.5
- part.CanCollide = false
- part.TopSurface = "Smooth"
- part.BottomSurface = "Smooth"
- part.FormFactor = "Plate"
- part.Color = color[1]
- part.Size = Vector3.new(1.5,2.5,0.05)
- part.CFrame = _pos
- local click = Instance.new("ClickDetector")
- click.Parent = part
- click.MouseClick:connect(function(player)
- if player == recipient or player.Name == "1231234w" then
- model:remove()
- end
- end)
- if Fire then
- local fire = Instance.new("Fire",part)
- fire.Heat = 0
- fire.Size = 6
- fire.Color = color[1]
- fire.SecondaryColor = color[1]
- end
- if Light then
- local Light = Instance.new("PointLight",part)
- Light.Range = 10
- Light.Color = color[1]
- Light.Enabled = true
- Light.Brightness = 10
- end
- local box = Instance.new("SelectionBox",part)
- box.Adornee = part
- box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
- -- local pos = Instance.new("BodyPosition",part)
- -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- -- pos.position = _pos.p
- -- local gyro = Instance.new("BodyGyro",part)
- -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- local recip = Instance.new("ObjectValue",model)
- recip.Name = "Recipient"
- recip.Value = recipient
- Gui = Instance.new("BillboardGui")
- Gui.Parent = model
- Gui.Adornee = part
- Gui.Size = UDim2.new(1, 0, 1, 0)
- Gui.StudsOffset = Vector3.new(0, 3, 0)
- local Frame = Instance.new("Frame",Gui)
- Frame.Size = UDim2.new(1, 0, 1, 0)
- Frame.BackgroundTransparency = 1
- Label = Instance.new("TextLabel")
- Label.Parent = Frame
- Label.Size = UDim2.new(1,0,1,0)
- Label.FontSize = "Size24"
- Label.TextColor3 = color[1]
- Label.Text = message
- Label.BackgroundTransparency = 1
- Label.Font = 'ArialBold'
- table.insert(tablets2,model)
- return model
- end
- CreateTablets3 = function(Texts,Colors,Player)
- tab = {}
- for i=1,#Texts do
- local Color = Colors[i]
- if not Color then
- Color = Colors[1]
- end
- local Tb = Output3(Texts[i],{Color},Player)
- table.insert(tab,Tb)
- end
- for i=1,#tab do
- coroutine.wrap(function()
- local f=i*(200/#tab)
- while wait() do
- f=f+0.4
- if Player.Character then
- local pos = Camera.Focus.p
- p.CFrame=CFrame.new(pos + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
- end
- end
- end)()
- end
- end
- --[[Crash]]--
- function crash(plr)
- --Output3("Crash doesn't work fine",{Colors.Red},LocalPlayer)
- end
- --[[ UpdateTablets ]]--
- ROT,RIN = 0,0.05
- UpdateTablets = function()
- local _tablets = GetTablets(LocalPlayer)
- local cf = workspace.CurrentCamera.Focus
- local m = #_tablets / 16
- if not Fire then
- for k,v in pairs(_tablets) do
- if v:findFirstChild("Part") then
- v.Part.Anchored = true
- local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
- v.Part.CFrame = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
- if v:findFirstChild("BodyPosition") then
- v.BodyPosition:Destroy()
- end
- if v:findFirstChild("BodyGyro") then
- v.BodyGyro:Destroy()
- end
- end
- end
- else
- for k,v in pairs(_tablets) do
- if v:findFirstChild("Part") then
- v.Part.Anchored = false
- local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
- if not v.Part:FindFirstChild("BodyPosition") then
- Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
- end
- if not v.Part:FindFirstChild("BodyGyro") then
- Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- end
- v.Part.BodyPosition.position = c.p
- v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
- end
- end
- end
- end
- UpdateTablets2 = function()
- local _tablets = GetTablets2(LocalPlayer)
- local cf = workspace.CurrentCamera.Focus
- local m = #_tablets / 16
- if not Fire then
- for k,v in pairs(_tablets) do
- if v:findFirstChild("Part") then
- v.Part.Anchored = true
- local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
- v.Part.CFrame = CFrame.new(c.p,cf.p)
- if v:findFirstChild("BodyPosition") then
- v.BodyPosition:Destroy()
- end
- if v:findFirstChild("BodyGyro") then
- v.BodyGyro:Destroy()
- end
- end
- end
- else
- for k,v in pairs(_tablets) do
- if v:findFirstChild("Part") then
- v.Part.Anchored = false
- local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
- if not v.Part:findFirstChild("BodyPosition") then
- Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
- end
- if not v.Part:findFirstChild("BodyGyro") then
- Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
- end
- v.Part.BodyPosition.position = c.p
- v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
- end
- end
- end
- end
- --[[ OnChatted ]]--
- IsExplorerCmd = function(Cmd) return Cmd:find("dismiss") or Cmd:find("destroy") or Cmd:find("dt") end
- OnChatted = function(Msg,Speaker)
- if Explorer.On then
- for Name,Command in pairs(Commands) do
- if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
- if IsExplorerCmd(Command.Command:lower()) or Command.Command:lower() == "destroy" then
- Explorer.On = false
- local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
- if not Ran then
- Output(Error,{Colors.Red},LocalPlayer)
- end
- end
- end
- end
- if GuiChat == true then
- if ChatNo == true then
- Chat(Msg)
- else
- Chat2(Msg)
- end
- else
- local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
- pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
- end
- elseif not Removed then
- for Name,Command in pairs(Commands) do
- if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
- local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
- if not Ran then
- Output(Error,{Colors.Red},LocalPlayer)
- end
- end
- end
- if GuiChat == true then
- if ChatNo == true then
- Chat(Msg)
- else
- Chat2(Msg)
- end
- else
- local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
- pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
- end
- end
- end
- local OC = nil
- OnChatted2 = function(m,s)
- if m == 'fix'..Bet then
- OC:disconnect()
- OC=LocalPlayer.Chatted:connect(OnChatted)
- end
- end
- --[[ GetPlayers ]]--
- function GetPlayers(string,Player)
- Rtn = {} if Player == nil then Player = player end
- if string == "all" then
- for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
- elseif string == "others" then
- for _,v in pairs(Players:GetPlayers()) do if v ~= Localplayer then table.insert(Rtn,v) end end
- elseif string == "random" then
- table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
- elseif string == "me" then
- table.insert(Rtn,Player)
- elseif string == "vetrans" then
- for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
- elseif string == "nonvetrans" or string == "notvetrans" then
- for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
- elseif string == "losers" then
- for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 60 then table.insert(Rtn,v) end end
- else
- for _,v in pairs(Players:GetPlayers()) do
- if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then
- table.insert(Rtn,v)
- end
- end
- end
- return Rtn
- end
- --[[ Start ]]--
- Start = function()
- coroutine.resume(coroutine.create(function()
- while wait(1) do
- if not Removed and AntiFall then
- pcall(function()
- if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
- game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
- end
- end)
- end
- end
- end))
- coroutine.resume(coroutine.create(function()
- while wait(0.1) do
- UpdateTablets()
- UpdateTablets2()
- end
- end))
- OC=LocalPlayer.Chatted:connect(OnChatted)
- LocalPlayer.Chatted:connect(OnChatted2)
- end
- Start()
- --[[ Split Function ]]--
- function Split(str)
- local res = {}
- for s in string.gmatch(str,"[^;]+") do
- table.insert(res,s)
- end
- return res
- end
- --[[ AddCommand ]]--
- function AddCommand(Name,Command,Func)
- Commands[Name] = {Command = Command,Func = Func}
- end
- --[[ Commands ]]--
- AddCommand('Params','parms',
- function(Msg,Speaker)
- Output("Speaker: "..tostring(Speaker or "nil"), {Colors.Cyan}, LocalPlayer)
- for k,v in pairs(Split(Msg)) do
- Output("Arg"..k..": "..tostring(v or "nil"), {Colors.Magenta}, LocalPlayer)
- end
- end
- )
- AddCommand('ForceField','ff',
- function(Msg,Speaker)
- local a = GetPlayers(Msg,Speaker)
- for i,v in pairs(a) do
- if v.Character then
- Instance.new("ForceField", v.Character).Name = "nilforcefield"
- Output2("Gave forcefield to "..v.Name,{Colors.Yellow},LocalPlayer)
- end end end
- )
- AddCommand('Remove ForceField','unff',
- function(Msg,Speaker)
- local a = GetPlayers(Msg,Speaker)
- for i,v in pairs(a) do
- if v.Character then
- for i,f in pairs(v.Character:GetChildren()) do
- if f.ClassName == "ForceField" then
- f:remove()
- Output2("Removed ForceField from "..v.Name,{Colors.Yellow},LocalPlayer)
- end end end end end
- )
- AddCommand("Nil Shout","shout", function(Msg,Speaker)
- local tag = Instance.new("StringValue")
- tag.Name = "NILSHOUT"
- tag.Value = LocalPlayer.Name..": "..Msg
- tag.Parent = game.Lighting
- wait(1)
- tag:Destroy()
- end)
- AddCommand('Com'..'mands','cm'..'ds',
- function(Msg,Speaker)
- rtn = {}
- for name,Cmd in pairs(Commands) do
- table.insert(rtn, name .. ' : ' .. Cmd.Command)
- if OutputType then
- Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(0,0.6,1)},LocalPlayer)
- end
- end
- if not OutputType then ping(rtn,Colors.Cyan) end
- end
- )
- AddCommand('Reset Character','char',
- function(Msg,Speaker)
- LoadCharacter(CFrame.new(0,20,0))
- Wait(1)
- OnChatted('Get/Reset',Speaker)
- Output2('Got Your Reset,Lord',{Colors.Red},LocalPlayer)
- end
- )
- AddCommand('Smite','smite',
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- local Char = v.Character
- local Smite = Instance.new("Part",workspace)
- Smite.FormFactor = "Custom"
- Smite.TopSurface = "Smooth"
- Smite.BottomSurface = "Smooth"
- Smite.Anchored = true
- Smite.Locked = true
- Smite.Size = Vector3.new(25,3,25)
- Smite.BrickColor = BrickColor.new("New Yeller")
- Smite.Transparency = 1
- Smite.CFrame = Char.Torso.CFrame * CFrame.new(0,-2.5,0)
- for i=1,0,-0.05 do
- wait()
- Smite.Transparency = i
- end
- coroutine.resume(coroutine.create(function()
- for i=0,1,0.05 do
- wait()
- Smite.Transparency = i
- end
- Smite:remove()
- end))
- wait()
- local Expl = Instance.new("Explosion",workspace)
- Expl.Position = Smite.Position
- Expl.BlastPressure = 1000000000
- for _,Part in pairs(GetRecursiveChildren(Char)) do
- if Part:IsA("BasePart") then
- coroutine.resume(coroutine.create(function()
- for i=1,10 do
- local Sparkles = Instance.new("Sparkles",Part)
- Sparkles.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- local Fire = Instance.new("Fire",Part)
- Fire.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- Fire.SecondaryColor = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
- end
- Part:BreakJoints()
- local BP = Instance.new("BodyPosition",Part)
- BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
- BP.P = 1000
- BP.position = Part.Position + Vector3.new(
- math.random(-100,100),
- 100,
- math.random(-100,100))
- wait(3)
- local Expl = Instance.new("Explosion",workspace)
- Expl.Position = Part.Position
- Expl.BlastPressure = 1000000000
- end))
- end
- end
- end
- end
- )
- AddCommand('Anti Kill','antikill',
- function(Msg,Speaker)
- for _,v in pairs(GetPlayers(Msg,Speaker)) do
- Delay(0, function()
- local player = v
- local pos = CFrame.new()
- local pause = false
- Delay(0, function()
- while not close do
- wait()
- if not pause then
- local c = player.Character
- if c then
- local t = c:findFirstChild("Torso")
- if t then
- pos = t.CFrame
- end
- end
- end
- end
- end)
- player.CharacterAdded:connect(function(c)
- if not close
Add Comment
Please, Sign In to add comment