artbarte

CRACK ANY WHITELISTED SCRIPT/HUB

Jan 28th, 2018
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --[[
  2. How To Use:
  3. 1. Execute script below vvvv
  4. 2. Clear
  5. 3. Run the script that they give you. (Most likely a loadstring, but whatever this will still work)
  6. 4. Check your console, it will print any link that is HttpGet(ed).
  7.  
  8. ]]--
  9.  
  10. MetaMethods, Backup = getrawmetatable(game), {}
  11. for i,v in next, MetaMethods do Backup[i] = v end
  12.  
  13. setreadonly(MetaMethods, false) -- You may need to modify this to work with your exploit. (Synapse/Elysain already)
  14.  
  15. MetaMethods.__namecall = function(...)
  16. local Tabl = {...}
  17. if Tabl[#Tabl] == "HttpGet" then
  18. print(Tabl[2]) -- You can make this copy to your clipboard
  19. local downloadedData = Backup.__namecall(...)
  20. copystring(downloadedData) -- You may need to modify this to work with your exploit. (Synapse already)
  21. return ""
  22. else
  23. return Backup.__namecall(...)
  24. end
  25. end
Add Comment
Please, Sign In to add comment