Page 1 of 3 123 LastLast
Results 1 to 25 of 58

Thread: <$> Ardougne Fur Thiever Pro beta <$>

  1. #1
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Thumbs up <$> Ardougne Fur Thiever Pro beta <$>

    Instructions:
    Start behind Fur Stall
    Press Play
    THERE IS NO ANTI-LEACH BUT YOU NEED TO BE ABLE TO LOAD SMART WITH RS07
    AND HAVE RS07INCLUDE BY DANNYRS DOWNLOADED!


    Requirements:
    35 Thieving
    Fur sells for 120GP @ Fur NPC in varrock


    Features
    _________
    Collect Fur
    Progress Report
    Basic Anti-Ban
    Basic DTM Banking *Read* If this does not work, update DTMs. (BankLogo) (Furlogo)

    Future Updates
    ______________
    FailSafes
    Improved Anti-ban
    Random Support
    Run from combat

    Code:
    Program FurThiever;
    {$define SMART}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    
    Var
    
    Fur, Number, TimeGone, Fur1, Seconds, profit, number2, number3, xp: Integer;
    
    
    // ----FurThiever Pro Made by Ekarma----
    //=============INSTRUCTIONS=============
    // MAKE SURE BRIGHTNESS IS SET TO MAX!
    // Go behind the Fur stall in ardougne
    // Press Play
    // Login & Awnser Pin!
    // Watch for randoms & combat!
    //======================================
    Procedure Camera;
    begin;
    If (Not P07_LoggedIn) Then
    Exit;
      KeyDown(38);
      Wait(RandomRange(1800,2000));
      KeyUp(38);
     P07_MakeCompassDegree(50);
    End;
    
    procedure TurnOnRun;
    var x, y: integer;
    begin
       Mouse(671, 482, random(5), random(5), true);
       wait(randomrange(750,600));
       if(FindColorTolerance(x, y, 4803917, 651, 422, 659, 430, 10)) then
       begin
         Mouse(640, 426, random(5), random(5), true);
       end;
       Mouse(644, 184, random(5), random(5), true);
    end;
    
    Procedure WalkToBank;
     var
      banklogo, X, Y: Integer;
    begin;
     ClearDebug;
     banklogo := DTMFromString('mbQAAAHicY2VgYGAFYk4GCGAGYi4g5gBibiBmhIqzA/HXeyEMPLycKBgbYMSCwQAAvH4C8A==');
     Writeln(' ====================================');
    Writeln('||          FurThiever Pro          ||');
    Writeln(' ====================================');
     Writeln('Bot Status : Banking...');
     Camera;
     If FindDTM(banklogo, X, Y, 520, 3, 760, 167) then
      Begin
       TurnOnRun;
       Mouse(x, y, 1, 1, true);
       wait(12000+random(5000));
       P07_FFlag;
      end;
    
     FreeDTM(banklogo);
    
    end;
    
    Procedure BankFur;
    var
    X, Y: Integer;
    
    begin;
    
     Fur := DTMFromString('mWAAAAHicY2FgYGACYlYGCGAEYi4kNh8QT/DiZODhRWB0wIiGQQAASU8Bcw==');
    
    
     If FindDTM(Fur, X, Y, 518, 168, 759, 492) then
     Inc(fur1);
     If FindDTM(Fur, X, Y, 518, 168, 759, 492) then
      Begin
       Mouse(x, y, 2, 2, true)
       wait(900+random(125));
      end;
    
     FreeDTM(Fur);
    
    end;
    
    
    Procedure WalkToFur;
     var
      furlogo, X, Y: Integer;
    begin;
     Cleardebug;
     furlogo := DTMFromString('mggAAAHicY2NgYGBhgABuKOaDinECMRtUjgeJPTeAl0FSGAtmwA4YcWAIAAC9YQKK');
     Writeln(' ====================================');
    Writeln('||          FurThiever Pro          ||');
    Writeln(' ====================================');
     Writeln('Bot Status : Walking to Fur...');
     If FindDTM(furlogo, X, Y, 520, 3, 760, 167) then
      Begin
       Mouse(x, y, 1, 1, true);
       wait(10000+random(5000));
       P07_FFlag;
      end;
    
     FreeDTM(furlogo);
    
    end;
    
    Procedure ProgressReport;
    begin;
    number3 := 36
    number2 := 120
    TimeGone := (GetTimeRunning/60000);
    Fur1 := Fur1;
    Number := 28
    seconds := (GetTimeRunning/1000);
    profit := ((Fur1)) * ((number2));
    xp := ((number3)) * ((Fur1));
    
    
    ClearDebug;
    Writeln('            FurThiever Pro         ');
    Writeln(' ====================================');
    Writeln('||Fur collected : ' + IntToStr(Fur1) + ' Fur          ');
    Writeln('||Profit : ' + IntToStr(profit)  + ' GP                  ' );
    Writeln('||XP Gained : ' + IntToStr(xp)  + ' XP                ' );
    Writeln('||RunTime : ' + IntToStr(TimeGone)  + ' Minutes             ' );
    Writeln(' ====================================');
    Writeln('     <$> Script By : Ekarma <$>     ');
    wait(1000+random(2000));
    end;
    
    
    
    Procedure CountDown;
    begin;
    Writeln(' =======================================');
    Writeln('|| Welcome to FurThiever Pro by: Ekarma ||');
    Writeln(' =======================================');
    Writeln('Script is starting in 5...');
    wait(1000);
    Writeln('Script is starting in 4...');
    wait(1000);
    Writeln('Script is starting in 3...');
    wait(1000);
    Writeln('Script is starting in 2...');
    wait(1000);
    Writeln('Script is starting in 1...');
    wait(1000);
    ClearDebug;
    Writeln(' ====================================');
    Writeln('||          FurThiever Pro          ||');
    Writeln(' ====================================');
    end;
    
    Procedure B;
    var x, y: Integer;
    begin;
    Camera;
     If P07_FindObjCustom(x, y, ['Use', 'Bank booth'], [6710893, 608609], 2) Then
     Mouse(x, y, 0, 0, false);
     wait(750+random(500));
     P07_ChooseOptionMulti(['quickly']);
     wait(2500+random(3000));
     If P07_BankScreen And P07_InvFull Then P07_Deposit(1, 28, false);
    end;
    
    Procedure AntiBan;
    begin
      wait(randomrange(250,750));
      if not(P07_loggedin)then
      Exit;
      case Random(6) of
       0: wait(randomrange(250,250));
       1: wait(randomrange(250,250));
       2: wait(randomrange(250,250));
       3: P07_MakeCameraAngleHigh;
       4: wait(randomrange(250,250));
       5: wait(randomrange(250,250));
       6: wait(randomrange(250,250));
      end;
    end;
    
    
    Procedure StealFur;
    var x, y: Integer;
    
    begin;
    If (Not P07_LoggedIn) Then
    terminatescript;
    Writeln( 'Bot Status: Looking for Fur stall...')
    Camera;
    repeat
     If P07_FindObjCustom(x, y, ['Steal-from', 'Fur stall'], [1145237, 1143179], 2) Then
     begin;
      Mouse(x, y, 3, 3, true);
      ProgressReport;
      antiban;
      wait(randomrange(750,500));
      end;
      until(P07_Invfull)
    end;
    
    Begin
    ClearDebug;
    SetupSRL;
    SetupP07Include;
    ClearDebug;
    CountDown;
    Repeat
    StealFur;
    WalkToBank;
    B;
    BankFur;
    WalkToFur;
    Until(false);
    end.
    Last edited by Ekarma; 03-08-2013 at 04:21 PM.

  2. #2
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Exception in Script: Unable to find file 'SPS/P07SPS.simba' used from ''
    help me

  3. #3
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by BGXD View Post
    Exception in Script: Unable to find file 'SPS/P07SPS.simba' used from ''
    help me
    Delete this line
    "{$I SPS/P07SPS.simba} "

    or download P07SPS include

  4. #4
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    P07SPS where you download?

  5. #5
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    deleted that line, now I get this:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
    Compiling failed.

  6. #6
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    now im getting
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    wtff

  7. #7
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by tshaller54 View Post
    now im getting
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    wtff
    Thats not a problem with my script. Thats a problem with SmartParams that you didn't fix.

    Delete the comma and negative one at the end of line 294 and save.

    Find and delete what is inside the quotations: ",-1"

  8. #8
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Ekarma View Post
    Thats not a problem with my script. Thats a problem with SmartParams that you didn't fix.

    Delete the comma and negative one at the end of line 294 and save.

    Find and delete what is inside the quotations: ",-1"
    Thanks!!!!

    Would love an auto seller for the dude in Varrock

  9. #9
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    does this not work with SMART 8? It doesnt do anything for me.

  10. #10
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    deleted this: "{$I SPS/P07SPS.simba} "



    C:\Simba\Scripts\furstealer.simba(66:9): Unknown identifier 'P07_loggedin' at line 65

  11. #11
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by tshaller54 View Post
    does this not work with SMART 8? It doesnt do anything for me.
    It does. Maybe you didn't set it up properly?
    What does the debug say?

  12. #12
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    deleted this: "{$I SPS/P07SPS.simba} "



    C:\Simba\Scripts\furstealer.simba(66:9): Unknown identifier 'P07_loggedin' at line 65


    any ideas?

  13. #13
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

  14. #14
    Join Date
    Jan 2012
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i do that but now i get this!

    Exception in Script: Unable to find file 'SRL/P07Include.Simba' used from 'C:\Simba\Scripts\furstealer.simba'

  15. #15
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Hey thanks a lot !! this works great One thing you should put {$define SMART8} insteat of just SMART in your code... otherwise it wont open and you will get a error. Im looking out for it to bank

    small proggy currently running

    FurThiever Pro
    ====================================
    ||Fur collected : 28 Fur ||
    ||Profit : 3360 GP ||
    ||XP Gained : 1008 XP ||
    ||RunTime : 17 Minutes ||
    ====================================
    <$> Script By : Ekarma <$>

    omg I Lolled really hard.. i was babysitting this and the fur color is almost the same as a willow bow.. someone was walking by with a willow longbow and it was freaking out on the longbow
    Last edited by Matsetst; 03-05-2013 at 06:52 PM.

  16. #16
    Join Date
    Feb 2013
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Matsetst View Post

    omg I Lolled really hard.. i was babysitting this and the fur color is almost the same as a willow bow.. someone was walking by with a willow longbow and it was freaking out on the longbow
    Guess it's time for some DTMs? (;
    Yes, I am from HackForums/BlackHatWorld/Fileice.

  17. #17
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by OMGWTFISTHIS View Post
    Guess it's time for some DTMs? (;
    Will update this script soon

  18. #18
    Join Date
    Jan 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Can you make this a downloadable version...I'm a noob with Simba. I don't know where to even begin if I wan't to start it or where to put??

  19. #19
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    I let it run for a couple minutes but all it did was scroll back and forth across the furs within the fur stall really quick... is this a problem with the script or something on my end? I'm new to Simba, this is the first script I've tried to run. Yes, im on OSRS, yes I have SMART v8.0 open with Old School, and I changed SMART to SMART8.
    Oh, and "Status: Looking for fur stall".
    Thats all the information I could think to give you.

  20. #20
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    all you have to do is add in for it to run away when attacked because sometimes the knights come behidn the stall and it just stands there.

  21. #21
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Hi, i have RS07 AND HAVE RS07INCLUDE BY DANNYRS but i keep getting this [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(79:7): Unknown identifier 'Break' at line 78
    Compiling failed.

  22. #22
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Hasamat View Post
    Hi, i have RS07 AND HAVE RS07INCLUDE BY DANNYRS but i keep getting this [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(79:7): Unknown identifier 'Break' at line 78
    Compiling failed.
    Close simba and start it again. Do that a few times if it doesn't work the first time.

  23. #23
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Got me from 48 thief to 53 so far and ofcourse a lot of moneyz thanks again great script !

    FurThiever Pro
    ====================================
    ||Fur collected : 224 Fur ||
    ||Profit : 26880 GP ||
    ||XP Gained : 8064 XP ||
    ||RunTime : 43 Minutes ||
    ====================================
    <$> Script By : Ekarma <$>
    Successfully executed.
    Last edited by Matsetst; 03-06-2013 at 07:39 PM.

  24. #24
    Join Date
    Jan 2012
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    it doesnt start oldschool runescape for me.
    it stats normal runescape.

  25. #25
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    will try now! thanks

    Edit

    Just tried it, same result
    Last edited by Hasamat; 03-07-2013 at 02:31 AM.

Page 1 of 3 123 LastLast

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
  •