Simba Code:{*Hovers the XP at the top of the screen
By: Sin.
Last Modified: April 6th, 2012*}
function HoverTopXP:Boolean;
var
x,y:Integer;
begin
if FindColorSpiralTolerance(x,y,2302755,239,11,277,41,14) then
begin
writeLn('Experience is active');
Result := True;
end else exit;
if Result then
MouseBox(239,11,277,41,3);
end;
It's for antiban.






Reply With Quote







