Jump to content

Autoit not working on my client on a VM


Recommended Posts

so i've been using a script on my own computer for a while now.

today i decided to let it run on my VM (VMware) but its not working there...

this is my code

HotKeySet("{ESC}", "Terminate")
sleep(1500)
 
$a=0
Do
 
;splash 
sleep(1500)
send("4")
sleep(1500)
send("4")
sleep(1500)
send("4")
sleep(1500)
send("4")
 
 
 
 
send("5")
sleep(800)
send("5")
sleep(800)
send("5")
sleep(800)
send("5")
 
 
 
 
 
 
 
$a=$a+1
until $a=50
 
 
Func Terminate()
    Exit
if i send these codes to the SAME client on my own computer it gets executed but whenever i run it on my VM it doesnt work.
(it will send the keys to notepad, but not to the client i would like to)
any idea how come?
how can i solve this?
Link to comment
Share on other sites

  • Developers
(it will send the keys to notepad, but not to the client i would like to)
any idea how come?
how can i solve this?

 

if i send these codes to the SAME client on my own computer it gets executed but whenever i run it on my VM it doesnt work.

 

Care to tell us what the client is that isn't working so we might be able to help?

mmm  deja-vu, let's see how this thread ends this time.

Jos

Edited by Jos

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.
  :)

Link to comment
Share on other sites

  • Developers

ye but i dont think u will know it... its a kal private server.

Not sure it is needed that I know what it is other then its gaming related.

Jos

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.
  :)

Link to comment
Share on other sites

  • Developers

it is, but thats not a problem right?

Maybe you should read our forumrules first before posting here

Jos

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.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...