Results 1 to 6 of 6

Thread: First Script - Misc Script (not RS based)

  1. #1
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default First Script - Misc Script (not RS based)

    Do your parents or sibling keep annoyin you and screwing with your comp? Well do i have the solution for you. Just run this baby whenever you leave your computer.

    press F8 plus the <-- arrow to turn it off
    SCAR Code:
    DONT TOUCH MY COMPUTER!!!!!                              
                       By x[Warrior]x3500                                            
                                                                                         
                    Step1: go to the settings procedure                    
                    Step2: enter correct number                                    
                    Step3: run program                                            
                                                                                             
                                                                             

                     Notes:  I create my own includes, so on the true        
                                script, i do not have procedures dealing      
                                with minimizing the program.   (I added these  
                                procedures in for you guys.)

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for minimize go;

    SCAR Code:
    KeyDown(<alt>); //cant remember what it is
    Wait(100);
    KeyDown(vk_space);
    Wait(100);
    KeyUp(<alt>);
    KeyUp(vk_space);
    Wait(200);
    SendKeys('n');
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by benjaa View Post
    for minimize go;

    SCAR Code:
    KeyDown(<alt>); //cant remember what it is
    Wait(100);
    KeyDown(vk_space);
    Wait(100);
    KeyUp(<alt>);
    KeyUp(vk_space);
    Wait(200);
    SendKeys('n');
    You want vk_Menu for Alt. So your code becomes:
    SCAR Code:
    KeyDown(vk_Menu);
    Wait(100);
    KeyDown(vk_Space);
    Wait(100);
    KeyUp(vk_Menu);
    KeyUp(vk_Space);
    Wait(200);
    SendKeys('n');

  4. #4
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet, thx senrath

    i cant remember the list, and i couldnt be bothered searching for this guy
    Project: Welcome To Rainbow

  5. #5
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    haha, nice idea... i will use this when i go to school

    and really nice for your first script.
    Hi

  6. #6
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    thx all. i will change if for yall. this was built mainly for my comp, but then i decided to share it, so i never really needed to use anything other than bmps to minimize stuff. thx all




    ---------SCRIPT UPDATED-----------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Capatcha script for Web based games?
    By ReignStarz in forum OSR Help
    Replies: 7
    Last Post: 07-18-2008, 08:24 AM
  2. Misc functions you probably don't know
    By pwnaz0r in forum Research & Development Lounge
    Replies: 16
    Last Post: 10-08-2007, 02:21 AM
  3. BitMap Based Script Trouble
    By Juitar1 in forum OSR Help
    Replies: 5
    Last Post: 09-19-2007, 10:00 PM

Posting Permissions

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