Advertisement
NhanRoblox_YT

Untitled

Dec 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local weapon = game.Players.LocalPlayer.Backpack
  2. _G.weapon = true
  3. while _G.weapon do
  4. wait(0.1)
  5. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6. if v.Name == "Gryphon" then v:Activate() end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement