Jump to content

AutoIT Block


Recommended Posts

How do I get around a program that stops AutoIT

HotKeySet("{HOME}", "Start")
HotKeySet("!{HOME}","Quit")



TogglePause()
                   
func Start()
HotKeySet("{HOME}")
HotKeySet("{HOME}", "TogglePause")
ToolTip('Script Started.',0,0)
While 1
Send("{ENTER}")
Send("{LSHIFT down}")
Send("{LCTRL down}")
    MouseClick( "left", (Random(560,720)), (Random(462,592)) , 1 , 1 )
Sleep(Random(22000,26000))
WEnd
EndFunc

Func TogglePause()
ToolTip('Script Paused.',0,0)
HotKeySet("{HOME}")
HotKeySet("{HOME}", "Start")
While 1
sleep(100)
WEnd
EndFunc

func Quit()
Exit
EndFunc

I dunno if the program blocks the software generated keys or what, but nothing will work when I use when I have the window of the program active.

Thanks in advance.

Link to comment
Share on other sites

  • 3 years later...

hi, sorry to bring up old topic, but i have the same question.

my program is mmo grand fantasia (indonesian server)

the AutoIt program seems blocked by the server,

because all the pointer did not showing correct char status.

it happens without any maintenance or server down, or char log out.

the grand fantasia folder did have a xtrap folder, but its empty.

any clues?

Link to comment
Share on other sites

  • Developers

hi, sorry to bring up old topic, but i have the same question.

my program is mmo grand fantasia (indonesian server)

the AutoIt program seems blocked by the server,

because all the pointer did not showing correct char status.

it happens without any maintenance or server down, or char log out.

the grand fantasia folder did have a xtrap folder, but its empty.

any clues?

Please read: http://www.autoitscript.com/forum/forum-2/announcement-12-game-bots-and-automation/

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...