Jump to content

How do I make the script not end until I exit it?


Recommended Posts

Its still not working though, the script is working fine, but not ingame, i go into the game, run the script, but nothing happens.

most games NOW have a "blocking" system that look for autoit

Many of the more advanced game protections now-a-days block the ability to progmatically send keys or get pixel colors from their games. They hook into the API calls and insert a JMP at the begining of each call so while the game is running you can not use these functions.

8)

NEWHeader1.png

Link to comment
Share on other sites

Lookup Opt("SendKeyDelay", 5) in the help files. The delay sometimes need to be increased for use inside games.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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