Eshaanopn

Untitled

Jun 22nd, 2023
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("TITLE", "DarkTheme")
  3. local Tab = Window:NewTab("God mod script")
  4. local Section = Tab:NewSection("GOD MOD by eshaanopn")
  5. Section:NewButton("GOD MODE", "ButtonInfo", function()
  6. --// GodMode
  7. if _G.God == nil then
  8. _G.God = true
  9. local Collison = game.Players.LocalPlayer.Character:FindFirstChild("Collision")
  10. Collison.Position = Collison.Position - Vector3.new(0,11.5,0)
  11. end
  12. print("Clicked")
  13. end)
  14. Section:NewButton("credits to eshaanopn", "ButtonInfo", function()
  15. print("Clicked")
  16. end)
  17.  
Advertisement
Add Comment
Please, Sign In to add comment