Results 1 to 7 of 7

Thread: weird key

  1. #1
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default weird key

    Weird stuff has most side effects of ctrl key!

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

    SCAR Code:
    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.
    I do visit every 2-6 months

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Don't run this! It will totally f### up your font size options in firefox is you use your scroll wheel!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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
    I do visit every 2-6 months

  4. #4
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    seriously this f###ed up my whole computer! i had to restart it.

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

  5. #5
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Da 0wner View Post
    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.

  6. #6
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    If you think this script messes up your computer, you obviously haven't got Vista yet
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  7. #7
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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~

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Weird
    By Colluci in forum OSR Help
    Replies: 7
    Last Post: 01-27-2009, 12:22 AM
  2. wow this is really weird..
    By sherlockmeister in forum C/C++ Help and Tutorials
    Replies: 8
    Last Post: 05-17-2008, 02:10 AM
  3. Weird Eye + One Sig.
    By Wilio in forum Graphics and Multimedia
    Replies: 8
    Last Post: 09-04-2007, 01:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •