Jump to content

Recommended Posts

Posted

this is what i have so far. i want to run this while my window is minimized first if you dont mind helping plz. also i would be cool if i could intigrate actions that happen in the game to cause the auto it to make actions. However, im kinda new so i dont really have a clue what to do <_< TY

Global $Terminate

HotKeySet("{Pause}", "Terminate")

Func Terminate()

Exit 0

EndFunc

sleep(1000)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{END}")

sleep(500)

send("{END}")

sleep(500)

send("{END}")

while 1

Send("{tab}")

sleep(500)

send("0")

sleep(2700)

send("9")

sleep(1500)

send("8")

sleep(1500)

send("7")

Sleep(1500)

Send("6")

Sleep(1500)

Send("1")

sleep(7000)

Send("{Shiftdown}")

sleep(1000)

MouseClick("right",500,300)

SLeep(1000)

Send("{Shiftup}")

sleep(1000)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

MouseClickDrag("Right",500,300,400,400,100)

sleep(2000)

send("{END}")

sleep(100)

send("{END}")

sleep(100)

send("{END}")

sleep(2000)

Send("{tab}")

sleep(500)

send("0")

sleep(2700)

send("9")

sleep(1500)

send("8")

sleep(1500)

send("7")

Sleep(1500)

Send("6")

Sleep(1500)

Send("1")

sleep(7000)

Send("{Shiftdown}")

sleep(1000)

MouseClick("right",500,300)

SLeep(1000)

Send("{Shiftup}")

sleep(1000)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

send("{HOME}")

sleep(500)

MouseClickDrag("Right",500,300,600,400,100)

sleep(2000)

send("{END}")

sleep(100)

send("{END}")

sleep(100)

send("{END}")

sleep(2000)

WEnd

Posted

right i know but my little brother has a program that that will cause actions to the minimized program even though t is minimized. however, he got this from somewhere else a long time ago s he has no clue either but i know there is a way to do it

Posted

Look @ ControlSend & ControlClick.

Posted

it cant work if wow client is minimized, and u cant make a bot with autoit, u can only make auto skill or auto login like a macro program.

no im sure it wrks my little brother has oen that works for Diablo, but he got it from someone else... so he has no clue

Posted

it cant work if wow client is minimized, and u cant make a bot with autoit, u can only make auto skill or auto login like a macro program.

WTF, are you for real? You CAN make a bot fully in autoit, and MUCH MUCH more
Posted

WTF, are you for real? You CAN make a bot fully in autoit, and MUCH MUCH more

i have no clue. im at collage now and away from him. but plz explain this and/or a link of an example plz Greatly appreciated!!!!!

Posted

A Virtual Machine. Download VMWare and install XP to it. ( VMWare will allow you to create VM's (Virtual Machines) and you can install an OS to them, it doesn't have to be the same OS you are running) Its basicaly an OS in your OS, and they do not effect each other (the VM will run off a virtual drive which is one huge file on the host PC)

Posted

well that would probobly work but im sure it can be done using only auto it im sure of it i ask my bro do you know of anyone that might have heard of it? but if i cant find the way using auto it then ill definately try ur way

Posted

So is there no way to send ControlClick() commands to a minimized window? I've tried about everything I can think of, and still nothing.

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
×
×
  • Create New...