Results 1 to 10 of 10

Thread: How to Stop the Bot

  1. #1
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default How to Stop the Bot

    I was running a woodcutting bot and it got teleported somewhere else I guess from a random.
    The mouse just kept going to the bottom left corner of the screen and I was unable to move it from that spot.
    I kept pressing F2 because thats what it says what to press to stop the bot but pressing F2 was not stopping the bot. I had to turn off my computer. Any suggestions?

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Ctrl + Alt + del, then use the arrow keys to cancel simba's process?

    I'd suggest trying to use smart, then in the future you'd be able to simply press the stop button (hence not using your computer's mouse)

  3. #3
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    The mouse still goes to the corner even when the task manager is up.

  4. #4
    Join Date
    Feb 2013
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    If you hover over stop, it says the hotkey is F2. However, I've tried pressing F2 before and it didn't do a damn thing.

    Perhaps you need to hold F2 down, or tap it, or something - but I'd also like to know this answer.
    Yes, I am from HackForums/BlackHatWorld/Fileice.

  5. #5
    Join Date
    Jan 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Same here, I want to know the answer

  6. #6
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    alt+Tab to your Simba window and press F2 to stop

  7. #7
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Add this in your script to make it stop when you press F2

    Simba Code:
    Until IsKeyDown(113);

  8. #8
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I made a 10-minute Guard pickpocketer and as a failsafe to stop the script I had it search my chatbox for any text I type. I made the search region very specific so if my mouse went out of control all I had to do was type (not even hit enter) 1 or 2 letter and the script would stop. I always do something like this on non-SMART scripts.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  9. #9
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Add this in your script to make it stop when you press F2

    Simba Code:
    Until IsKeyDown(113);
    Sorry i'm new. But where should I input the code?

  10. #10
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    simba needs to have focus so F2 hotkey works...

    alt + tab to simba and spam F2 to stop script

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
  •