Advertisement
ColdSpecs

threaded loadstrings

Sep 17th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. --Thread1
  2. local Thread1 = coroutine.create(function()
  3. loadstring(game:HttpGet('https://raw.githubusercontent.com/1337kat/l/main/Keybind%20hitbox.lua'))()
  4. end)
  5. coroutine.resume(Thread1)
  6.  
  7.  
  8. --Thread2
  9. local Thread2 = coroutine.create(function()
  10. loadstring(game:HttpGet('https://raw.githubusercontent.com/1337kat/l/main/Fullbright.lua'))()
  11. end)
  12. coroutine.resume(Thread2)
  13.  
  14. --Thread3
  15. local Thread3 = coroutine.create(function()
  16. loadstring(game:HttpGet('https://raw.githubusercontent.com/1337kat/l/main/Crosshair.lua'))()
  17. end)
  18. coroutine.resume(Thread3)
  19.  
  20.  
  21. --Thread4
  22. local Thread4 = coroutine.create(function()
  23. loadstring(game:HttpGet('https://raw.githubusercontent.com/1337kat/l/main/Fullbright.lua'))()
  24. end)
  25. coroutine.resume(Thread4)
  26.  
  27. --Thread5
  28. local Thread5 = coroutine.create(function()
  29. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  30. end)
  31. coroutine.resume(Thread5)
  32.  
  33. --Thread6
  34. local Thread6 = coroutine.create(function()
  35. loadstring(game:HttpGet('https://raw.githubusercontent.com/1337kat/l/main/Armour%20Indicator.lua'))()
  36. end)
  37. coroutine.resume(Thread6)
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement