Help - Search - Members - Calendar
Full Version: Need help on Luna online AFKill macro bot
AC Tools Everything Macro > AC Tool Macros > Other Macros
MigZ
Example:

SetactiveWindow Lunaonline
while 1=1
use tab
delay 1000
use 1
delay 1000
end

issue:
while im doing it wont work can anyone have an idea why is it not working or
maybe its been protected...
im trying my best to create the macro bot im not still familiar.. i hope any1 would reply thank you in advance....
Bear
In place of Use use Keys, Tab is a special key, need to enclose it inside {}. Look under Special Keystokes in the ACTools Commands and Macros:

CODE
SetactiveWindow Lunaonline
while 1=1
  Keys {tab}
  delay 1000
  Keys 1
  delay 1000
end
DarthEroz
QUOTE(Bear @ Nov 17 2009, 06:09 PM) *
In place of Use use Keys, Tab is a special key, need to enclose it inside {}. Look under Special Keystokes in the ACTools Commands and Macros:

CODE
SetactiveWindow Lunaonline
while 1=1
  Keys {tab}
  delay 1000
  Keys 1
  delay 1000
end


man Keys {tab} is not working it always go to debug
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.