Advertisement
Semen4ik_123

Creeper Chaos Script V2 By Neteshin!

Sep 2nd, 2022 (edited)
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.93 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Crepeer Chaos Script By Semean_123/Neteshin V2", "Ocean")
  3.  
  4. local Tab = Window:NewTab("WalkSpeed")
  5. local Section = Tab:NewSection("WalkSpeed V1")
  6.  
  7.  
  8. Section:NewButton("WalkSpeed 16", "V1!", function()
  9.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  10. end)
  11. Section:NewButton("WalkSpeed 30", "V1!", function()
  12.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  13. end)
  14. Section:NewButton("WalkSpeed 50", "V1!", function()
  15.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  16. end)
  17.  
  18. local Tab = Window:NewTab("Auto farm")
  19. local Section = Tab:NewSection("Auto farm V1")
  20.  
  21.  
  22. Section:NewButton("Auto farm V2", "V2!", function()
  23. wait(1)
  24.  
  25. local notifSound = Instance.new("Sound",workspace)
  26. notifSound.PlaybackSpeed = 1.5
  27. notifSound.Volume = 0.25
  28. notifSound.SoundId = "rbxassetid://170765130"
  29. notifSound.PlayOnRemove = true
  30. notifSound:Destroy()
  31. game.StarterGui:SetCore("SendNotification", {Title = "Successfully!", Text = "Auto farm load, please wait 10 seconds!", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay"})
  32.  
  33. wait(15)
  34.  
  35. local part = Instance.new('Part')
  36. part.Parent = game.Workspace
  37. game:GetService("Workspace")["Semean_123"].HumanoidRootPart.CFrame = CFrame.new(-287.113403, 2.06729865, -1181.17078, 0.0114156017, 1.33402738e-08, 0.999934852, -2.522256e-08, 1, -1.30531941e-08, -0.999934852, -2.50719072e-08, 0.0114156017)
  38. Workspace.Part.CFrame = CFrame.new(-287.220703, -1.54774773, -1181.23291, 0.034998931, -0.105843306, 0.993766725, -7.33727124e-09, 0.994375885, 0.105908193, -0.999387324, -0.00370668084, 0.0348020941)
  39. Workspace.Part.Anchored = true
  40. end)
  41.  
  42.  
  43. local Tab = Window:NewTab("Sea")
  44. local Section = Tab:NewSection("Sea")
  45.  
  46. Section:NewButton("Delete Sea!", "V1!", function()
  47.     game:GetService("Workspace").Map.Water:Remove()
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement