Files
aiolauncher_scripts/bad-script.lua
2021-08-06 14:43:34 +03:00

10 lines
175 B
Lua

function on_resume()
ui:show_text("Click to freeze launcher")
end
function on_click()
while true do
system:copy_to_clipboard("http://google.com")
end
end