WhiteGriffin Posted July 12, 2007 Posted July 12, 2007 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.
WhiteGriffin Posted July 12, 2007 Author Posted July 12, 2007 What program are you referring to?Sword of the New World. It also uses Xtrap.
AzKay Posted July 12, 2007 Posted July 12, 2007 If its using something like xTrap, You cant bypass it. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
abiyasa Posted May 14, 2011 Posted May 14, 2011 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?
z0mgItsJohn Posted May 14, 2011 Posted May 14, 2011 (edited) Some games or software might disable the ability to simulate key strokes / mouse movements in order to prevent automation / botting. Edited May 14, 2011 by z0mgItsJohn Latest Projects :- New & Improved TCP Chat
Developers Jos Posted May 14, 2011 Developers Posted May 14, 2011 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now