PDA

View Full Version : Skill guide click away'er



Khp
10-02-2013, 12:02 AM
I have been having an issue with the skill guide popping up and blocking my main screen. I'm pretty sure it's from my anti-ban, most likely an error in my scripting. But if anyone has the same issue i made this to fix it. (this is the right section to post something like this right?)

Procedure FindStupidX;
Var FagexDTM, x, y :integer;
Begin
FagexDTM := DTMFromString('mFQEAAHiclc1BDkBAFIPhEiHDCGJwVydzHE fxJ1MLO9Pk2732jZIiJnSYEdBgxYIWFXblHBiQsKH2fbBocuft 3dfppf96lafsQ/bJA3rUA2o=');
if FindDTM(FagexDTM, x, y, MSx1, MSy1, MSx2, MSy2) then
Begin
Al_MissMouse(point(x, y), 5, 5);
sleep(333 + random(100));
Al_FastClick(Mouse_Left);
sleep(333 + random(555));
end;


end;:norris:

Flight
10-02-2013, 12:08 AM
Moved to the SRL-OSR Snippets section.

Krazy_Meerkat
12-23-2013, 03:57 AM
I've been having the same problem, I think it's caused by HoverSkill even though it's only meant to click the skill if you set it to true.

rj
12-23-2013, 04:00 AM
grr where did op get these standards from

Procedure FindStupidX;
Var FagexDTM, x, y :integer;
Begin
FagexDTM := DTMFromString('mFQEAAHiclc1BDkBAFIPhEiHDCGJwVydzHE fxJ1MLO9Pk2732jZIiJnSYEdBgxYIWFXblHBiQsKH2fbBocuft 3dfppf96lafsQ/bJA3rUA2o=');
if FindDTM(FagexDTM, x, y, MSx1, MSy1, MSx2, MSy2) then
Begin
Al_MissMouse(point(x, y), 5, 5);
sleep(333 + random(100));
Al_FastClick(Mouse_Left);
sleep(333 + random(555));
end;
end;

:)