Jump to content

how do I do shutdown a bot?


 Share

Recommended Posts

yea I want to know hwo to turn off a bot without logging off your computer and I need to know this cause the only things I do during the day are make bots, test bots, and use bots and I HATE having to log off every time I test a bot and I need to change something so could someone please help me

Link to comment
Share on other sites

You should have built in an exit hotkey or some similar mechanism.

You can always use the task manager to close it.

how do I make a exit hotkey and how do I use task manger to close it and yes I am a noob I just started with this stuff
Link to comment
Share on other sites

if it's just the script, you can just right click on the autoit icon and press exit

otherwise, put this somewhere in your script:

HotKeySet("{ESC}","escape")

Func escape()

Exit

EndFunc

[center]"When you look at old, classic games like Snake, you often put it off because it's such a simple game, but it's only when you actually try and create your own unique game from scratch, do you finally appreciate those games."[/center][center]Don't ask for answers if you haven't TRIED yet![/center][center]Most answers can be answered in the help file! Use it![/center]

Link to comment
Share on other sites

if it's just the script, you can just right click on the autoit icon and press exit

otherwise, put this somewhere in your script:

HotKeySet("{ESC}","escape")

Func escape()

Exit

EndFunc

k ty and by the way how do I make a bot switch windows? here I am goin to put in my bot so can someone put in the stuff I need? and it is also wat I tryed to do to make it switch windows

$y=3

sleep(3000)

WinMove("http://www.gaiaonline.com - Gaia Slots - Mozilla Firefox", "", 0, 0, 650, 650)

Do

MouseMove(242,626,0)

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

sleep(1000)

MouseMove(483,628,0)

mouseclick("left")

sleep(1000)

MouseMove(346,418,0)

mouseclick("left")

until $y=4

WinActivate ( "http://www.gaiaonline.com - Gaia Cards - Mozilla Firefox" , "" )

$y=3

sleep(3000)

WinMove("http://www.gaiaonline.com - Gaia Cards - Mozilla Firefox", "", 0, 0, 650, 650)

Do

MouseMove(45,571,0)

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

mouseclick("left")

sleep(1000)

MouseMove(97,615,0)

mouseclick("left")

sleep(1000)

MouseMove(251,617,0)

mouseclick("left")

until $y=4

WinActivate ( "http://www.gaiaonline.com - Gaia Slots - Mozilla Firefox" , "" )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...