fork download
  1. local _code = [[
  2. Citizen.CreateThread(function()
  3.   local dui = CreateDui("https://w...content-available-to-author-only...e.com/watch?v=dQw4w9WgXcQ", 1920, 1080)
  4.   local duiHandle = GetDuiHandle(dui)
  5.   CreateRuntimeTextureFromDuiHandle(CreateRuntimeTxd('rick'), 'nevergonnagiveuup', duiHandle)
  6.  
  7.   while true do
  8.   Wait(0)
  9.   DrawSprite('rick', 'nevergonnagiveuup', 0.5, 0.5, 1.0, 1.0, 0, 255, 255, 255, 255)
  10.   end
  11. end)
  12. ]]
  13.  
  14. for match in string.gmatch(_code, "CreateRuntimeTxd%([^()]*%)") do
  15. print(match)
  16. end
Success #stdin #stdout 0s 5660KB
stdin
Standard input is empty
stdout
CreateRuntimeTxd('rick')