Advertisement
Szymonidas11

Untitled

May 28th, 2021
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. if game.PlaceId == 5774073359 then
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("Eat Shit Simulator", "Sentinel")
  4. local Main = Window:NewTab("Main")
  5. local MainSection = Main:NewSection("Player")
  6. MainSection:NewButton("ATM", "tp to atm", function(v)
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.ATM.CFrame
  8. end)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement