Page 2 of 2 FirstFirst 12
Results 26 to 45 of 45

Thread: Required's AIO Fighter!

  1. #26
    Join Date
    Mar 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Great script, getting 60 att with it. Thanks!

  2. #27
    Join Date
    Feb 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Thanks how's it coming along dude?

    Nah, don't give away the anti-leach. Defeats the point of having one in the first place and makes it leachable lol
    Last edited by My_Sp3c_Ftw; 03-05-2013 at 11:25 AM.

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

    Default

    Not sure if it's really fixed for the bitmap on line 664 or not, but I just added bitmap[0] to the line, and it no longer gives me that error. But once I try to run it again, almost does the same thing where it works, then gives me the same error, but on a totally different line.

  4. #29
    Join Date
    Nov 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I found the monstercolor and put it in and took the first letter of the monsternick out like you said. It is only switching between inventories but not attacking. Also does this not work with smart?

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

    Default

    okay this happened on another script i tried also, whenever i start my mouse just bounced between all of the rat. never clicked. help? :S

  6. #31
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\user\AppData\Local\Temp\Requireds AIO Autofighter-1.simba'
    anyone know how i would go amoung fixing that?

  7. #32
    Join Date
    Feb 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    It's not as simple as that lol, that's the first thing I tried

  8. #33
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ran it for 6+ hours yesterday, no issues. Added a looting option to it as well. Cheers for the script.

  9. #34
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I still can't figure out the if Combat = 0 then line... No matter what I put it keeps getting errors...

  10. #35
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by irps View Post
    Ran it for 6+ hours yesterday, no issues. Added a looting option to it as well. Cheers for the script.

    Could you please share with me what you did, I would like to add it into the script for everyone.
    Please PM me.

    I am still fixing this script I have added multiple features but now I have another problem.

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

    Default

    Quote Originally Posted by RequiredOne View Post
    Could you please share with me what you did, I would like to add it into the script for everyone.
    Please PM me.

    I am still fixing this script I have added multiple features but now I have another problem.
    You will have to add the 07Includes yourself.
    Simba Code:
    procedure GrabLoot;
    var
    x, y, i: integer;
    begin
    MakeCompass('N');
    SetAngle(SRL_ANGLE_HIGH);
    FindNormalRandoms;
    WriteLn('Looks like we are out of combat! Finding loot!');
    for i:=0 to 3 do
    if FindObj(x, y, ' rune', 10527402, 10) then //This finds the object, records the X and Y values, and tells the script to find the option " rune".
    Mouse(x, y, 0, 0, mouse_Right); //mouse_Left
    WriteLn('Loot found!');
    ChooseOption(' rune');  //This tells the script to left-click on the object and select " rune".
    if DidRedClick then
    WriteLn('Clicked on the loot.');
    Inc(LootsGrabbed);
    wait(2000+random(500));
    end;
    Yes, I am from HackForums/BlackHatWorld/Fileice.

  12. #37
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Error] C:\Simba\Scripts\Required AutoFighter V2.simba(108:17): Syntax error at line 107
    Compiling failed.

  13. #38
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by owner5 View Post
    [Error] C:\Simba\Scripts\Required AutoFighter V2.simba(108:17): Syntax error at line 107
    Compiling failed.
    There is an Anti-Leech my friend. Please no more posting about the AntiLeech!

  14. #39
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by RequiredOne View Post
    There is an Anti-Leech my friend. Please no more posting about the AntiLeech!
    Btw i think i fixed the anti leech but, The following DTMs were not freed: [0, 1, 2, 3]

    Welcome to Project RS06
    Welcome to Project RS06
    Welcome to Project RS06
    Welcome to Project RS06
    Last edited by owner5; 03-06-2013 at 07:34 AM.

  15. #40
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    there is a difference between leecher and beginner, and the steps are pretty hard from these to understand how to get it all running.

  16. #41
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't understand the AntiLeech things and how it works, don't know how to get around it as i only just got simba would appreciate some help, PM me if you cant post here

    Sorry, and thank you

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

    Default

    The following DTMs were not freed: [0, 1, 2, 3]
    Last edited by jaypwns; 03-06-2013 at 07:39 PM.

  18. #43
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    not working. the first 3 seconds, it clicks on the iron ore, which is normal. then it stops, it just puts the cursor on top and keeps moving, or changing from inventory to skill tab and such..

  19. #44
    Join Date
    Jun 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    word brah

  20. #45
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

Page 2 of 2 FirstFirst 12

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
  •