Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("TITLE", "DarkTheme")
- local Tab = Window:NewTab("God mod script")
- local Section = Tab:NewSection("GOD MOD by eshaanopn")
- Section:NewButton("GOD MODE", "ButtonInfo", function()
- --// GodMode
- if _G.God == nil then
- _G.God = true
- local Collison = game.Players.LocalPlayer.Character:FindFirstChild("Collision")
- Collison.Position = Collison.Position - Vector3.new(0,11.5,0)
- end
- print("Clicked")
- end)
- Section:NewButton("credits to eshaanopn", "ButtonInfo", function()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment