AirdHeee

EE

May 5th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. local mt = getrawmetatable(game)
  2. local namecall = mt.__namecall
  3. local index = mt.__index
  4. local o = os
  5. local setreadonly = setreadonly or make_writeable
  6.  
  7. setreadonly(o,false)
  8. setreadonly(mt,false)
  9.  
  10. mt.__index = function(self,i)
  11. if self == game and i == "HttpGet" then
  12. return function(self,u,...)
  13. if u:find("checkWhitelist.php") then
  14. return "1"
  15. end
  16. if u:find("validMessage.php") then
  17. return "II1II1II1I1I11I111I1II1I11I1I11III11I11I1I11I1I1II1I1II1III1I1I1I1I1I1I1I11I1I1I111I1I1III1I1I1I1III11I1I1I11I1II1II1I11I11I1I1I1I1I1I1I1I1I1I1II1I11I1I1I1I1I1I1I1I1I1I1III1I1II1I1III1I111I1I1I!I1I1II1I1I1I1I111I1I1I1I1I1I1I1I1I1I1I1I1I1I1I1I1I1I1"
  18. end
  19. if u:find("vfr.txt") then
  20. return "1.3"
  21. end
  22. return index(self,u,...)
  23. end
  24. end
  25. return index(self,i)
  26. end
  27.  
  28. os.time = function()
  29. return "1"
  30. end
  31.  
  32. loadstring(game:HttpGet("https://pastebin.com/raw/VpAs3KaQ"))()
Add Comment
Please, Sign In to add comment