#1699 closed Bug (Rejected)
Send() in raw is not working in Windows 7 for the game
| Reported by: | Owned by: | Jon | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
Hi,
I use AutoIt3 to send commands to the game Teos(Shaiya) www.zzima.com/teos
It is working in Windows XP.
On Windows 7 the following command is not working in the game:
{{
Send("1", 1)
}}
Please note that it is working in the notepad in Windows 7
Attachments (0)
Change History (5)
comment:1 by , on Jun 30, 2010 at 6:38:23 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , on Aug 27, 2010 at 7:45:43 PM
One thing to note is that any script must be running as Administrator in order to unlock the Send() functions. Very annoying (but secure). So far Right Click and "Run as Administrator" is the only way I've found to start anything as admin. You can also create an "as admin" shortcut.
comment:4 by , on Sep 15, 2010 at 8:18:24 AM
I have tried to run the script as Administrator in Windows 7 and it worked perfectly.
Please close the ticket.
comment:5 by , on May 22, 2011 at 7:27:39 PM
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |

Did you try using #requireAdmin ? Some games need that.