This one works and its super short
SCAR Code:function InGE: Boolean;
var
P: TPoint;
begin
Result := FindColor(P.X, P.Y, 247475, 72, 70, 143, 142);
end;
Printable View
This one works and its super short
SCAR Code:function InGE: Boolean;
var
P: TPoint;
begin
Result := FindColor(P.X, P.Y, 247475, 72, 70, 143, 142);
end;
Doesn't work for me.
hmm wierd are in the actual menu?
edit i just tried it it works
Code:Successfully compiled (50 ms)
True
Successfully executed
New client targeted
Successfully compiled (49 ms)
True
Successfully executed
New client targeted
Successfully compiled (49 ms)
True
Successfully executed
Mhmm. Didn't work for me. 'o.O
Seems pretty obvious.. Use different coords/colors. That will only work if you don't have anything selling/buying in the first slot. >_>
SCAR Code:function InGE: Boolean;
begin
Result := GetColor(211, 44) = 39116;
end;
run this in the screen
SCAR Code:function InGE: Boolean;
var
P: TPoint;
begin
Result := FindColor(P.X, P.Y, 247475, 72, 70, 143, 142);
end;
begin
activateclient;
writeln(booltostr(inge));
end.
thats what i run and it works everytime
I know how to run it. :) Haha but if something is being bought/sold, it doesn't work. I just tried it on three different worlds, opening and closing the window every time. :) Mine works.
good point ill have it look for a second color hang on
Ermm.. I posted a fix. :) Tried in multiple worlds, too.
oops sorry didnt see that one lol ya that sould work
:p Actually, I've been getting threads/fixes for EC! and he should be adding them soon. :) So add fixes when you find them, and PM to EC! ^^.