NorthLock

Discussion in 'Outdated RS Scripts' started by Lamaloser69, Feb 3, 2007.

NorthLock
  1. Unread #1 - Feb 3, 2007 at 9:49 AM
  2. Lamaloser69
    Referrals:
    0

    Lamaloser69 Guest

    NorthLock

    I found this on Runescape101. It is a northlock.
    I don't know if it works, but it seems as though
    it would. Here it is.
    Code:
    //Hosted by Runescape 101
    //Download more free scar scripts from runescape101.net
    {.Script Info:
    # ScriptName  = Northlock
    # Author      = Solarwind
    # Description = Turn north whenever you want
    # Version     = 1.0
    # Date        = October 19, 2006.
    # Comments    = This is an updated version and works!
    /Script Info}
    
    (* This script is licensed under the GNU GPL *)
    (* You can do WHATEVER you want with it (but you can't sell it).*)
    
    program Northlock;
    
    (*******************************************************
    Instructions:
    - Set RS in low detail
    - Drag the crosshair over the RS window
    - Hit the green arrow (run)
    
    - We need the file "library2.txt" in the includes folder
    ********************************************************)
    
    
    {.include library2.txt}
    
    var
    
    nlock:integer; (* We have to declare the bitmapfromstring name here.*)
    
    procedure loadpic;
              begin
                   nlock := BitmapFromString(9, 12, 'z78DA8D8C410EC3200C04BF84' +
                   '6D0CE68821F9FF931AB11C5CD148BD4C9C65679999E8E27F7871E' +
                   '7BC9938D155B2CEEC912A79C800D1898C4D216E34CB78FE485D73' +
                   '961F6BC857078415DD9847B74AE95AC1689D396EEC18572BB97A6' +
                   '5BDF7EBBADF2CD0DCA8CC6861272EC41BAFADDAACDBDDD6BAA3FB' +
                   '65ADD7572B243147BFCBF325DC27CF35F4BBB7DB0CF4DCADA5710' +
                   'D7519CD47D773273663DF24F5E42092D881F501CEA68E49');
           end;
    
    procedure northlock;
              begin
                   repeat
                         SendArrowSilentWait(1,random(50))
                   until(FindBitmapTolerancein(nlock,x,y,550,0,582,20,10));
              end;
    
    
    
    
    begin
    
      Mouse(653,186,10,10,True);  (* This gives focus to the RS window.*)
    
      TypeSend('Lol!');           (* Just type that for fun... *)
    
      loadpic;                    (* We need to load the pictures into memory *)
    
      northlock;                  (* Run the funcion and set to north! *)
      
      writeln('RS is now facing north!');
      
    end.
    
    (*
    Other notes:
    
    If you use this procedure in your script, make sure you call it often.
    To be safe, call northlock about every 20 seconds, figure out what works best.
    
    *)
     
  3. Unread #2 - Feb 3, 2007 at 9:52 AM
  4. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    NorthLock

    Why did u post this? And i really doubt it would work.. As if thats made before they changed the picture for the compass...
     
  5. Unread #3 - Feb 3, 2007 at 11:36 AM
  6. Lamaloser69
    Referrals:
    0

    Lamaloser69 Guest

    NorthLock

    I just tried it out and it works.
    I have seen other posts of people
    looking for a NorthLocker and I
    found one. I posted it. It works
    perfectly though. :( Sorry.

    The first time I used it, it worked
    the first try. But this time I had
    to run it twice before it worked.
    But again, it does work.
     
  7. Unread #4 - Feb 3, 2007 at 12:16 PM
  8. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    NorthLock

    ...Still, ive never seen anyone ask for a northlocker... Just SRL with PerfectNorth; :p
     
  9. Unread #5 - Feb 3, 2007 at 12:28 PM
  10. Lamaloser69
    Referrals:
    0

    Lamaloser69 Guest

    NorthLock

    Oh! Sorries. :p I'm kind of a noob.
    Lol. Well... yeah. If anyone needs
    this, it will be here. :)
     
  11. Unread #6 - Feb 8, 2007 at 6:22 AM
  12. Flagrant0
    Joined:
    Jan 30, 2007
    Posts:
    145
    Referrals:
    1
    Sythe Gold:
    0

    Flagrant0 Active Member

    NorthLock

    wtf what does this do?
     
< SI Include? | I Need A Fishing Guild Script >

Users viewing this thread
1 guest


 
 
Adblock breaks this site