Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local weapon = game.Players.LocalPlayer.Backpack
- _G.weapon = true
- while _G.weapon do
- wait(0.1)
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if v.Name == "Gryphon" then v:Activate() end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement