Sc4pterR0bl0x

Control Lib

Sep 26th, 2020 (edited)
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. local control = {}
  2. function control:KillPlayer(username)
  3. local findplr = game.Players:FindFirstChild(username)
  4. findplr.Character.Head:Destroy()
  5. end
  6. function control:Spam(text)
  7.  
  8. while true do
  9.  
  10. wait(1)
  11. local A_1 = text-----message here
  12. local A_2 = "All"
  13. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  14. Event:FireServer(A_1, A_2)
  15. wait(1)
  16. end
  17. end
  18. function control:Chat(text)
  19. local A_1 = text-----message here
  20. local A_2 = "All"
  21. local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
  22. Event:FireServer(A_1, A_2)
  23. end
  24.  
  25. function control:FEUTG()
  26. loadstring(game:HttpGet("https://pastebin.com/raw/8cw7FMq4", true))()
  27. end
  28.  
  29. function control:Arsenal()
  30. loadstring(game:HttpGet(('https://pastebin.com/raw/kvpwyQRT')))()
  31. end
  32.  
  33. function control:load_script(url)
  34. loadstring(game:HttpGet((url)))()
  35. end
  36.  
  37. function control:tower_of_hell()
  38. local tower = game:GetService("Workspace").tower
  39. local section = tower.sections
  40. local char = workspace.SmurfSickoMode
  41. local hrp = char.HumanoidRootPart
  42.  
  43. local nowstg = 2
  44.  
  45. for _,v in pairs(section:GetChildren()) do
  46. if v.Name ~= "start" then
  47. coroutine.wrap(function()
  48. if v.i.Value ~= nowstg then
  49. repeat wait() until v.i.Value == nowstg
  50. hrp.CFrame = v.start.CFrame * CFrame.new(0,5,0)
  51. nowstg = nowstg + 1
  52. else
  53. hrp.CFrame = v.start.CFrame * CFrame.new(0,5,0)
  54. nowstg = nowstg + 1
  55. end
  56. end)()
  57. end
  58. end
  59. end
  60.  
  61. function control:shadowv1()
  62. print "Key is \"key\""
  63. _G.key = "key" -- Key here
  64.  
  65. --[[
  66. --------------------------------------
  67. Shadow Hub V1
  68. --------------------------------------
  69. --]]
  70.  
  71. loadstring(game:HttpGet("https://pastebin.com/raw/uMuX03r7",true))()
  72. end
  73.  
  74. function control:remotespy()
  75. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/Upbolt/RemoteSpy/master/main.lua"))()
  76. end
  77.  
  78. function control:sonic()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/ZfrmXmfb", true))()
  80. end
  81.  
  82.  
  83. control:Chat("Made with Control Lib lad!")
  84. --[[
  85. Made by SCR4IPTERR0BL0X
  86. ]]
Add Comment
Please, Sign In to add comment