I would try to FindText in ChatBox ,but what font is it?
![]()
I would try to FindText in ChatBox ,but what font is it?
![]()
If you just want to know weather or no that screen is up, just use a getcolor. I think that black color of the text is always 0, so you can just use
something like that.Simba Code:If GetColor(234, 234) = 0 Then
TypeSend('28')
Didn't really answer your question, but that is a fast and easy way to detect if the screen is up.
get text at..
execregexpr('', textugot)
I am Ggzz..
Hackintosher
@YoHoJo
Yes ,but chat box is usually filled with text ,wich can mess it up. Other similar thing is to use DTM ,but I would like to avoid them.
@ggzz
But GetTextAt still need font name.
Simba Code:{$I SRL/SRL.Simba}
Function Find: Boolean;
var
str: String;
begin
str:= GetTextAtExWrap(353, 338, 604, 355, 0, 5, 2, 0, 20, 'UpcharsEx');
result:= ExecRegExpr('ithdraw', str);
end;
begin
setupsrl;
find;
end.
I am Ggzz..
Hackintosher
Thx ,UpcharsEx works
There are currently 1 users browsing this thread. (0 members and 1 guests)