- 1,472
- 435
- Версия MoonLoader
- .025-beta
Выводит все цифры моментально почему-то задержка не работает
Lua:
local lic = imgui.ImBuffer(256)
lic.v = 1&2&3&4&5&6&7&8&9
for s in string.gmatch(lic.v , "&([^&]+)") do
lua_thread.create(function()
sampSendChat(u8:decode(s), -1)
wait(1000)
end)
end