Advertisement
9_cVv

TechHub

Jun 15th, 2021 (edited)
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. local url = 'http://ca7d85bb5d92.ngrok.io/script/techhub.lua'
  2. if syn then
  3.     local request = syn.request({Url = url, Method = 'GET',})
  4.     local success,error = pcall(function()
  5.         if request['Body'] then
  6.             loadstring(request['Body'])()
  7.         end
  8.     end)
  9.     if not success then
  10.         print(error)
  11.     end
  12. else
  13.     game.Players.LocalPlayer:Kick('Synapse is the only supported executor')
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement