Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. if is_synapse_function then
  2. warn("Your game will freeze")
  3. for i,v in pairs(getscripts()) do
  4. local gameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
  5. writefile(gameName.. ' - ' .. tostring(v)..'.lua', '\n--'..'Location - '..'game.'..v:GetFullName() .. '\n'..decompile(v))
  6. end
  7. game:GetService("StarterGui"):SetCore("SendNotification",
  8. {
  9. Title = "Scripts Downloaded",
  10. Text = "Check your workspace folder for the scripts.",
  11. Icon = 'rbxassetid://1521636846'
  12. })
  13. else
  14. game:GetService("StarterGui"):SetCore("SendNotification",
  15. {
  16. Title = "Buy Synapse",
  17. Text = "Only $20. Not that much. :D",
  18. Icon = 'rbxassetid://1521636846'
  19. })
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement