Those ppl who get 1 exp try to play without cloths or without pet it should work.
This is the whole script. In rest, everything is unusefull.Quote:
who can help me with this,i use it at a minisized window but it sends W as text and not as a function button for quikslot.
ControlSend("FantasyTennis","",""," {W} ")
p.s. PM me if you need whole script.
:facepalm:Quote:
I tried this too:
ControlSend("FT_Client.exe.","",""," {W} ")
but this doesnt work either, if i use FT_Client.exe. it doesnt start and with FantasyTennis it starts and pushes W but only as text and not as quikslot function TT.
:facepalm:Quote:
This is the whole script. In rest, everything is unusefull.
You need to add more scripts for it to work, and the window isn't FantasyTennis it's FT_Client.exe.
$Var0000 = InputBox("Press F5", "How many seconds to wait before pressing F5:", "", "", 0x00FA, 0x0082)
$Var0001 = InputBox("Press W", "How many seconds to wait before pressing W:", "", "", 0x00FA, 0x0082)
$Var0002 = InputBox("Press Space", "How many seconds to wait before pressing Space:", "", "", 0x00FA, 0x0082)
Func Fn0000()
While 1
Exit
WEnd
EndFunc
While 1
Sleep($Var0000)
Send("{F5}")
Sleep($Var0001)
Send("{w}")
Sleep($Var0002)
Send("{space}")
WEnd
How we can use this bot for FT , if FT window is minisized?Quote:
:facepalm:
The Window is FantasyTennis called. The Process is FT_Client.exe called :awesome:
why so complicated omg ?
do it so lol:
Code:$Var0000 = InputBox("Press F5", "How many seconds to wait before pressing F5:", "", "", 0x00FA, 0x0082) $Var0001 = InputBox("Press W", "How many seconds to wait before pressing W:", "", "", 0x00FA, 0x0082) $Var0002 = InputBox("Press Space", "How many seconds to wait before pressing Space:", "", "", 0x00FA, 0x0082) Func Fn0000() While 1 Exit WEnd EndFunc While 1 Sleep($Var0000) Send("{F5}") Sleep($Var0001) Send("{w}") Sleep($Var0002) Send("{space}") WEnd