Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local control = {}
- function control:KillPlayer(username)
- local findplr = game.Players:FindFirstChild(username)
- findplr.Character.Head:Destroy()
- end
- function control:Spam(text)
- while true do
- wait(1)
- local A_1 = text-----message here
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- wait(1)
- end
- end
- function control:Chat(text)
- local A_1 = text-----message here
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end
- function control:FEUTG()
- loadstring(game:HttpGet("https://pastebin.com/raw/8cw7FMq4", true))()
- end
- function control:Arsenal()
- loadstring(game:HttpGet(('https://pastebin.com/raw/kvpwyQRT')))()
- end
- function control:load_script(url)
- loadstring(game:HttpGet((url)))()
- end
- function control:tower_of_hell()
- local tower = game:GetService("Workspace").tower
- local section = tower.sections
- local char = workspace.SmurfSickoMode
- local hrp = char.HumanoidRootPart
- local nowstg = 2
- for _,v in pairs(section:GetChildren()) do
- if v.Name ~= "start" then
- coroutine.wrap(function()
- if v.i.Value ~= nowstg then
- repeat wait() until v.i.Value == nowstg
- hrp.CFrame = v.start.CFrame * CFrame.new(0,5,0)
- nowstg = nowstg + 1
- else
- hrp.CFrame = v.start.CFrame * CFrame.new(0,5,0)
- nowstg = nowstg + 1
- end
- end)()
- end
- end
- end
- function control:shadowv1()
- print "Key is \"key\""
- _G.key = "key" -- Key here
- --[[
- --------------------------------------
- Shadow Hub V1
- --------------------------------------
- --]]
- loadstring(game:HttpGet("https://pastebin.com/raw/uMuX03r7",true))()
- end
- function control:remotespy()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/RemoteSpy/master/main.lua"))()
- end
- function control:sonic()
- loadstring(game:HttpGet("https://pastebin.com/raw/ZfrmXmfb", true))()
- end
- control:Chat("Made with Control Lib lad!")
- --[[
- Made by SCR4IPTERR0BL0X
- ]]
Add Comment
Please, Sign In to add comment