Advertisement
C-H-4-0-S

Gui obsurfcated

Jun 23rd, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local url = "https://pastebin.com/raw/KaHGZyT3"
  2. local response = game:HttpGet(url)
  3. local func = loadstring(response)
  4.  
  5. if func then
  6. func() -- This compiles and executes the code.
  7. myFunction() -- This calls the function defined in the code.
  8. else
  9. print("Error loading the code.")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement