Author Topic: Script does nothing in WinXP Home Edition  (Read 71 times)

Offline AXCESS

  • Leecher
  • Posts: 3
  • Rep: 0
    • View Profile
    • Email
Script does nothing in WinXP Home Edition
« on: July 16, 2010, 04:26:56 pm »
Hello,

Can anybody tell me why a scar script says:
Successfully compiled (40 ms)
Successfully executed

But nothing happened, but if i run the same on a Win7 machine all went fine.

I did made a simple test like this:
program New;
begin
movemouse(600,600);
end.

I hope someone can help me to get scar running on WinXP insted of Win7.
I have updated all Windows updates btw.

Thank you.

Offline ti.teg.tnod.I

  • Administrator
  • *****
  • Posts: 3219
  • Rep: 10
  • I'm a forumer
    • View Profile
    • pho3n1x
Re: Script does nothing in WinXP Home Edition
« Reply #1 on: July 29, 2010, 03:38:10 am »
Did you make sure to set a target window? (Dragging the crosshair)

Offline CX gamer

  • Jr. Member
  • **
  • Posts: 76
  • Rep: 0
    • View Profile
Re: Script does nothing in WinXP Home Edition
« Reply #2 on: July 29, 2010, 07:58:11 am »
Are you sure your mouse wasn't already at (600, 600) when you ran it?

Targeting a window shouldn't stop moveMouse.