Jump to content

Problem with loop


Recommended Posts

Hi,

I am trying to make a bot that can press buttons on the keyboard but it doesnt seen to work in-game.

This is what my loop looks like:

While 1

Send("2")

Sleep(1000)

WEnd

Now it has to send that command unendless times, but it only works for 1,2 or 3 times.....

Can someone post me a good loop or improve mine.

Thanx

Link to comment
Share on other sites

Hi,

I am trying to make a bot that can press buttons on the keyboard but it doesnt seen to work in-game.

This is what my loop looks like:

While 1

Send("2")

Sleep(1000)

WEnd

Now it has to send that command unendless times, but it only works for 1,2 or 3 times.....

Can someone post me a good loop or improve mine.

Thanx

Check out MacroGamer in my signature. Or you should consider doing this.

While 1

Send("{2 down}")
Sleep(50)
Send("{2 up}")

Sleep(1000)

WEnd

www.itoady.com

A* (A-star) Searching Algorithm - A.I. Artificial Intelligence bot path finding

Link to comment
Share on other sites

Thanx for the replies, i already know the problem now.

The Game Security is blocking the loop......

Is there any way make it so the security wont detected it (it doesnt detecd autoit3)??

Thanz

Edited by 2fast4u
Link to comment
Share on other sites

i know you can use a bypass for game guard. maybe you could run the bypass program in your script and them have the macros work. good luck finding one that works though, thats basically that companies job to do is stop hacks and macros in games.

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