
Originally Posted by
Rico1993
Nope, still hovering over the trees, you dont have any antileeches in your p07 right? any other solvements?
thanks for you help btw

No P07 does not contain anti-leech because that's not what it's about 
Can you do a test for me, make a new script, paste this in, and press run on simba, then quickly hover over a tree and see if it print's out correctly what's in the top left corner, be sure to drag the green target onto the mainscreen of runescape, and have brightness in game up full
Simba Code:
program new;
{$I Srl/Srl.Simba}
{$I P07Include.Simba}
Begin
SetupP07Include;
Wait(4000);
WriteLn('UpTextSays: ' + P07_GetUpText);
End.