Advertisement
gogo92111

Untitled

Jul 25th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local test = [[
  2. print("Test1")
  3. wait(1)
  4. print("no crash huh?")
  5. mrrobot() --Random Comment!
  6. wait(1)
  7. local table = {"A string", 3.14159}
  8. print(table)
  9. for a,b in pairs(table) do
  10. info(a,b)
  11. end
  12. ]]
  13. test = Secure(test)
  14. warn(test)
  15. ExecProtectedScript(test)
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement