Advertisement
Guest User

Pet Glitch -- Ninja Legends

a guest
Nov 4th, 2019
11,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  2. local Yah = library:CreateWindow({
  3. text = "Pet Glitch Hax"
  4. })
  5.  
  6.  
  7. Yah:AddToggle("Toggle", function(state)
  8. _G.Glitch = state
  9. while _G.Glitch == true do
  10. wait(.0001)
  11. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  12. if v.Name == "Chi Crate" then
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  14. wait(.2)
  15. end
  16. end
  17. end
  18. end)
  19.  
  20. Yah:AddLabel("Created by bacon thanos");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement