PDA

View Full Version : weird key



ZaSz
02-17-2008, 04:01 AM
Weird stuff has most side effects of ctrl key!

wait till it says about 20 in debug then stop and try using stuff.

program New;
{.include srl/srl.scar}

var
i: integer;
f,d: string;

begin
repeat
cleardebug
KeyDown(163);
writeln('Pressing a key! ' + inttostr(i));
wait(500)
i := i + 1;
until false;
end.

Harry
02-17-2008, 04:11 AM
Don't run this! It will totally f### up your font size options in firefox is you use your scroll wheel! :)

ZaSz
02-17-2008, 05:02 AM
Right now im working on some cool stuff! I have found the codes to the following:
turn sound up/down
mute on/off
open the find window (ctrl + f)
opening system calculator
opening my computer

Da 0wner
02-19-2008, 05:19 AM
seriously this f###ed up my whole computer! i had to restart it.

i even closed the script and it was still messed up!!!

bullzeye95
02-19-2008, 05:28 AM
seriously this f###ed up my whole computer! i had to restart it.

i even closed the script and it was still messed up!!!

Sounds impossible to me... this is HARMLESS.

@Hy, it's because this script presses the control key ;)

EDIT: I just realized, all you told it to do is repeatedly press the control key.

mixster
02-19-2008, 11:26 AM
If you think this script messes up your computer, you obviously haven't got Vista yet ;)

Da 0wner
02-19-2008, 11:39 AM
na i havent got vista cuz it sucks ;). But i figured out that it just holds those down for a while even after cuz it dosent do keyup. so if you wait for a while it gets back and works. =] thanks,

~Kyle~