Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoIt
#1
Does blizzard ban autoit? I am thinking about using autoIt for farming purposes....
Does anyone use autoit? I just don't want my cd key got banned by Blizzard.
Reply
#2
No they don't ban autoit!
I use it every day.
Reply
#3
Many People Use Autoit Everyday.
Reply
#4
for what? i mean, what can it possible do..i mean seriously...
Reply
#5
Autoit is an easy to learn scripting language.
It's very easy to simulate keyboard strokes with autoit for example.

Here an easy sample script that i am using sometimes:
Code:
HotKeySet ("{F10}","pickit")
HotKeySet ("{F11}","xp")
HotKeySet ("{END}","quit")

while 1
    Sleep (10)
WEnd

Func pickit()
    Send ("{ENTER}")
    Sleep (30)
    Send (".pickit")
    Sleep (30)
    Send ("{ENTER}")
EndFunc

Func xp()
    Send ("{ENTER}")
    Sleep (30)
    Send (".exp")
    Sleep (30)
    Send ("{ENTER}")
EndFunc

Func quit()
    Exit
EndFunc
Reply
#6
And what does that do? :p Pickit for example
Reply
#7
lillatobbe Wrote:And what does that do? :p Pickit for example

autoit is a program where it can control the keystorkes for u (for example, my pressing a key, it can control the movements for u w/o u having to do it)
[Image: untitled5kl4.jpg]
I like to thank Frogman for making my awesome sig!
Reply
#8
It can also be used to make things like bots pretty easy actually.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Autoit script to Hide D2NT + Diablo Window + Autostart Shazz 0 1,041 10-25-2010, 09:59 AM
Last Post: Shazz
  Is possible to make clicks in minimized window with Autoit ? Aperol86 2 1,041 12-12-2007, 10:54 PM
Last Post: FeNiXSuNfIrE
  plz make this autoit script rafael1234 2 539 11-21-2007, 09:40 AM
Last Post: Hurly91
  New to the forum, and needing help with mm bot/autoit Kaiakka 0 540 11-05-2007, 02:02 PM
Last Post: Kaiakka
  Hotkey Hammering(AutoIt Script) Insaynity 0 482 08-01-2007, 05:39 AM
Last Post: Insaynity
  I need a AutoIt script for game IP ARogers 0 302 09-05-2006, 09:40 AM
Last Post: ARogers
  autoit gmerc code lord-john 7 720 07-01-2006, 05:13 PM
Last Post: Mozzy
  Autoit explication Don_Korleone 13 448 05-31-2006, 02:29 AM
Last Post: Don_Korleone
  HR to the first person that gives a working script for hammerdin Autoit Not JspYamb.. Awaiting Death 1 277 03-04-2006, 01:00 PM
Last Post: XxDarkAcexX
  Need Hammerdin Autoit Script Plz Awaiting Death 0 326 03-03-2006, 02:30 PM
Last Post: Awaiting Death

Forum Jump:


Users browsing this thread: 1 Guest(s)