Opened 16 years ago
Closed 15 years ago
#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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
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 , 15 years ago
I have tried to run the script as Administrator in Windows 7 and it worked perfectly.
Please close the ticket.
comment:5 by , 15 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | assigned → closed |

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