HBO 0 Posted November 4, 2010 How to make the Autoit kill one monster,after press TAB for select other mosnter,kill him and TAB again...? Share this post Link to post Share on other sites
enaiman 16 Posted November 4, 2010 Check this out: http://www.autoitscript.com/forum/index.php?showannouncement=12&f=2 SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites
JohnOne 1,603 Posted November 4, 2010 HotKeySet("{TAB}","_SelectMonster") Func _KillMonster($rarrgh) _Bang() EndFunc Func _SelectMonster() _KillMonster($NearestMonster) EndFunc AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
HBO 0 Posted November 4, 2010 Thanks all,and sorry enaiman. JonhOne,in "SelectedMonster" i need put the monster name? Share this post Link to post Share on other sites
JohnOne 1,603 Posted November 4, 2010 Yes, change it to the monsters name. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
HBO 0 Posted November 4, 2010 Thanks.In rarrgh too? And how to make the script for not pause? Share this post Link to post Share on other sites
Jayson 0 Posted November 4, 2010 (edited) Wake up.. He's making fun of you lol... Anyway, you'll never get help here. Read post #2 Edited November 4, 2010 by Jayson Share this post Link to post Share on other sites