Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Character:FindFirstChild("Local") then
- local SCRIPT = decompile(v.Character.Local)
- writefile(math.random(10000,99999).."_"..v.Name..".txt", "-- PROTOSMASHER VOIDACITY STEALER!\r\n\r\n"..SCRIPT)
- v.Character.Local:Destroy()
- end
- end
- end
Add Comment
Please, Sign In to add comment