I made this as a joke. I decided to post it here.
NOTE: be aware that you must use the task manager to turn this off.
Compressed :
load dll "User32.dll",1 : hide window : do : MBox(":P","????",4 || 32) : loop : FUNCTION MBox(Caption as string, Message as string, mtype as integer) : RV = call dll(1,"MessageBoxA",0,Message,Caption,mtype) : endfunction RV
Uncompressed :
load dll "User32.dll",1 : hide window
i = timer()
do
MBox(":P","????",4 || 32)
loop
FUNCTION MBox(Caption as string, Message as string, mtype as integer)
RV = call dll(1,"MessageBoxA",0,Message,Caption,mtype)
endfunction RV
It wouldn't run on the computer i was gonna use it on, but i wanna know how people react when they see this.
Everything i say is a lie