Riki добавил(а) новый ресурс:
афк мод - скрипт от конфуза,очередная хуйня
Узнать больше об этом ресурсе...
афк мод - скрипт от конфуза,очередная хуйня
Lua:print"AFK: Away From Keyboard" local time = 30 function doAction(string, elsestring) if math.random(1, 3) == 1 then RunConsoleCommand("+" .. string) timer.Simple(math.random(), function() RunConsoleCommand("-" .. string) end) else RunConsoleCommand("+" .. elsestring) timer.Simple(math.random(), function() RunConsoleCommand("-" .. elsestring) end) end end function randomAFK()...
Узнать больше об этом ресурсе...