NukeVsCity

executor that can print

May 7th, 2023 (edited)
3,723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.74 KB | None | 0 0
  1. local oldnamecall
  2. oldnamecall = hookmetamethod(game, '__namecall', newcclosure(function(self, ...)
  3.     if getnamecallmethod() == "HttpGet" and checkcaller() then
  4.         return httpget(...)
  5.     end
  6.     return oldnamecall(self, ...)
  7. end))
  8. wait(1)
  9.  
  10. --use thingy above if it errors on loadstring
  11.  
  12.  
  13. 32 Bit Celery:
  14.  
  15. https://www.mediafire.com/file/p418murmtpwbqyf/CeleryInstaller_for_32_bit.exe/file
  16.  
  17.  
  18. 64 Bit Celery:
  19.  
  20. https://www.mediafire.com/file/sgkqutrewgspw01/CeleryInstaller_for_64_bit_pc.exe/file
  21.  
  22.  
  23. VC redist: https://aka.ms/vs/17/release/vc_redist.x86.exe
  24.  
  25.  
  26. MicrosoftWebViewer:
  27.  
  28. https://developer.microsoft.com/en-us/microsoft-edge/webview2/
  29.  
  30. For this one press evergreen standalone installer and click either 64 bit or 86 ( 32 )
  31.  
Add Comment
Please, Sign In to add comment