2AreYouMental110

jailbreak get all owned weapons open source

Nov 26th, 2021 (edited)
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. for i, v in pairs(game:GetService("Workspace").Givers:GetDescendants()) do
  2.     if v.Name == "ClickDetector" and v.Parent then
  3.         fireclickdetector(v)
  4.         wait()
  5.         fireclickdetector(v)
  6.     end
  7. end
  8.  
Add Comment
Please, Sign In to add comment