I wonder if there's a way to do that with AS, here's the code he's using:
Description:
"This script can be abused with low level toons even with level 1 you can teleport to a friends house and use his warehouse"
Code: Select all
#IF=%FirstTime,;
UseSpeed=1;
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
TrayInfo=Hover your mouse over a friend at the window and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,1;
_MemReadVar=%AddrMouseY,WORD,2;
Delay=1250;
TrayInfo=Hover your mouse over the "Visit Friend" button and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,3;
_MemReadVar=%AddrMouseY,WORD,4;
FrameAction=373,State,HIDE;
TrayInfo=Press "Delete" as soon as you wanna instantly escape;
#DO=9999999999999;
WaitForKey=2E,1;
_IFKey=2E,1;
#IF=%Timer=500,15000;
FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
Mouse=%Var1,%Var2;
Delay=125;
Mouse=%Var3,%Var4;
Delay=135;
SendKey=0x0D;
FrameAction=373,State,HIDE;
CreateTimer=500;
#ENDIF
_IFKey=77,1;
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;
I'm not supporting or advertising his website/tool, I just got curious about that function and it would be really awesome to have it with AS.