BearScripter

The Mimic Da ku & Keiko Maze

Jan 4th, 2022 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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("The Mimic Da ku & Keiko Maze", "BloodTheme")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Main")
  5. Section:NewButton("Key", "ButtonInfo", function()
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-473.13443, 1652.00513, 190.685577, 0.753261149, -2.29560548e-08, -0.657721579, -7.40470685e-10, 1, -3.57504213e-08, 0.657721579, 2.74164265e-08, 0.753261149)
  7. end)
  8. Section:NewButton("Spirit", "ButtonInfo", function()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (137.126144, 1650.82837, -153.697113, 0.0561094061, -3.3674624e-08, -0.998424649, 1.44725414e-08, 1, -3.29144321e-08, 0.998424649, -1.26029329e-08, 0.0561094061)
  10. wait (0.3)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (162.622757, 1651.82837, -153.733444, -0.0252946913, 1.30661604e-09, -0.999680042, 3.87919608e-09, 1, 1.20887977e-09, 0.999680042, -3.84737664e-09, -0.0252946913)
  12. end)
  13. Section:NewButton("Escape", "ButtonInfo", function()
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-659.694641, 1650.97168, -64.0608368, 0.203328401, 3.47170825e-08, 0.979110599, 2.07578896e-08, 1, -3.97684907e-08, -0.979110599, 2.84103336e-08, 0.203328401)
  15. wait (0.3)
  16. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-725.675781, 1650.97156, -75.5264511, 0.185479105, 1.25499668e-07, 0.982648194, -3.07101331e-08, 1, -1.21919086e-07, -0.982648194, -7.56381091e-09, 0.185479105)
  17. end)
  18. Section:NewButton("Get all badges", "ButtonInfo", function()
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-140.777512, 1648.42969, -413.322693, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  20. wait (0.1)
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (-676.295166, 1663.63037, -49.9597473, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  22. end)
  23. local Tab = Window:NewTab("Misc")
  24. local Section = Tab:NewSection("Misc")
  25. Section:NewButton("FullBright", "ButtonInfo", function()
  26. local Light = game:GetService("Lighting")
  27.  
  28. function dofullbright()
  29. Light.Ambient = Color3.new(1, 1, 1)
  30. Light.ColorShift_Bottom = Color3.new(1, 1, 1)
  31. Light.ColorShift_Top = Color3.new(1, 1, 1)
  32. end
  33.  
  34. dofullbright()
  35. end)
  36. Section:NewButton("Esp coming soon!", "ButtonInfo", function()
  37. end)
  38. Section:NewButton("Walk Speed DONT SPRINT!", "ButtonInfo", function()
  39. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  40. end)
  41. Section:NewButton("Rejoin", "ButtonInfo", function()
  42. loadstring(game:HttpGet('https://raw.githubusercontent.com/KTollT/Rejoin/main/README.md'))()
  43. end)
  44. local Tab = Window:NewTab("Close gui")
  45. local Section = Tab:NewSection("Hide Gui, click down and press any key that")
  46. Section:NewKeybind("you want to close", "Hello", Enum.KeyCode.M, function()
  47. Library:ToggleUI()
  48. end)
  49. local Tab = Window:NewTab("Credits")
  50. local Section = Tab:NewSection("Credits: Windy31#2467 & HLL#5199")
Add Comment
Please, Sign In to add comment