Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local env = {}
- if game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool") ~= nil then
- env = getsenv(game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChildWhichIsA("LocalScript"));
- else
- env = getsenv(game:GetService("Players").LocalPlayer.Backpack:FindFirstChildWhichIsA("Tool"):FindFirstChildWhichIsA("LocalScript"));
- end
- for i = 0, 3, 1 do
- debug.getupvalues(env.Use).E:FireServer(debug.getupvalues(env.Use).Encrypted, math.huge)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement