Results 1 to 7 of 7

Thread: Ctrl + Alt + S

  1. #1
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default Ctrl + Alt + S

    This is supposed to stop a script right?

    I was testing a script in my browser and Simba took control of my mouse and kept going back to an object on the screen. I pressed Ctrl + Alt + S to stop the script, but the script did not terminate. Why did this happen? Any other method of stopping a script without your mouse?

    I had to end up stopping the script by bringing up the task manager with Ctrl + Shift + Esc and closing down simba.

    Thanks,
    RyGuy

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    LOL! Press Alt + F4 then Press Enter when the thing shows up.. it'll stop the script.

    You had an infinite loop thats y..
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    or u can just use atl tab and select simba/ quicky hit F2!!!!!!!!!!!!!

  4. #4
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by wantonman View Post
    or u can just use atl tab and select simba/ quicky hit F2!!!!!!!!!!!!!
    ^ This. Easiest way.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  5. #5
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Or, in your script, in the repeat do:

    "until(IsKeyDown(VK_DOWN));"
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  6. #6
    Join Date
    Feb 2009
    Location
    inside Hello World! Application
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by wantonman View Post
    or u can just use atl tab and select simba/ quicky hit F2!!!!!!!!!!!!!
    Thts what I do when I realise I make either infinity loops or mess up coding big time :/ there shud be panic button
    I'm not a lesser Being imma Lesser demon


    http://i.imgur.com/faGr0.png << First Script With Paint. Good First proggy? exp 21k/hr is ok pretty buggy

  7. #7
    Join Date
    Feb 2011
    Location
    Wisconsin
    Posts
    398
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    Didn't know that alt tab switched windows, haha thanks! And yes i realize it was an infinite loop i left out a line of code before hitting play :P

    Thanks guys!

Thread Information

Users Browsing this Thread

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

Posting Permissions

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