Advertisement
LonePotato

icecreaScript

Jan 6th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local env = {}
  2. if game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool") ~= nil then
  3. env = getsenv(game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Tool"):FindFirstChildWhichIsA("LocalScript"));
  4. else
  5. env = getsenv(game:GetService("Players").LocalPlayer.Backpack:FindFirstChildWhichIsA("Tool"):FindFirstChildWhichIsA("LocalScript"));
  6. end
  7.  
  8. for i = 0, 3, 1 do
  9. debug.getupvalues(env.Use).E:FireServer(debug.getupvalues(env.Use).Encrypted, math.huge)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement