Files
aiolauncher_scripts/samples/bad-script.lua
2023-07-14 21:18:05 +04:00

12 lines
196 B
Lua

-- testing = "true"
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