Advertisement
DARKMODZ

Untitled

Dec 12th, 2023 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. local Old
  2. Old = hookfunction(request, newcclosure(function(a, b)
  3. if type(a) == "table" then
  4. for i, v in pairs(a) do
  5. if i == "Url" and v == 'https://btteam.net/checkpoint/check.php' then
  6. return {
  7. StatusCode = 200,
  8. Body = 'lol'
  9. }
  10. elseif i == "Url" and v == 'https://btteam.net/checkpoint/verify.php?h=lol&k=Cracked' then
  11. return {
  12. StatusCode = 200,
  13. Body = '{"status":"success","message":"VALID_KEY"}'
  14. }
  15. end
  16. end
  17. end
  18. return Old(a, b)
  19. end))
  20. loadstring(game:HttpGet('https://btteam.net/scripts-auth/', true))()
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement