Results 1 to 4 of 4

Thread: Skill guide click away'er

  1. #1
    Join Date
    Aug 2013
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default Skill guide click away'er

    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?)

    Simba Code:
    Procedure FindStupidX;
    Var FagexDTM, x, y :integer;
    Begin
     FagexDTM := DTMFromString('mFQEAAHiclc1BDkBAFIPhEiHDCGJwVydzHEfxJ1MLO9Pk2732jZIiJnSYEdBgxYIWFXblHBiQsKH2fbBocuft3dfppf96lafsQ/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;
    Hey everyone! Check out my Giant Boner!
    http://villavu.com/forum/showthread.php?t=106012
    Quote Originally Posted by Wu-Tang Clan View Post
    This is the best name for a script that I have ever seen in my entire life. You sir, are a professional scripter in my eyes.

  2. #2
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Moved to the SRL-OSR Snippets section.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #3
    Join Date
    Feb 2006
    Location
    Australia
    Posts
    628
    Mentioned
    15 Post(s)
    Quoted
    105 Post(s)

    Default

    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.

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    grr where did op get these standards from

    Simba Code:
    Procedure FindStupidX;
    Var FagexDTM, x, y :integer;
    Begin
      FagexDTM := DTMFromString('mFQEAAHiclc1BDkBAFIPhEiHDCGJwVydzHEfxJ1MLO9Pk2732jZIiJnSYEdBgxYIWFXblHBiQsKH2fbBocuft3dfppf96lafsQ/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;


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •