Advertisement
Semen4ik_123

Roblox Creeper Chaos Afto farm Script! By Neteshin/Semean_123

Jul 7th, 2022
3,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.75 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 V1", "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("Afto farm")
  19. local Section = Tab:NewSection("Afto farm V1")
  20.  
  21.  
  22. Section:NewButton("Afto farm V1", "V1!", 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(-96.9139099, 146.810699, -1131.43945, 0.999000669, -4.51623059e-08, 0.0446952432, 4.79350675e-08, 1, -6.09653128e-08, -0.0446952432, 6.30468548e-08, 0.999000669)
  38. Workspace.Part.CFrame = CFrame.new(-96.908432, 143.210892, -1131.60315, -0.0610712767, -0.0119973412, 0.998061299, 8.7129095e-09, 0.999927759, 0.0120197777, -0.998133421, 0.000734071888, -0.0610668659)
  39. Workspace.Part.Anchored = true
  40. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement