Page 1 of 14 12311 ... LastLast
Results 1 to 25 of 342

Thread: [07] AIO Fighter Release [0.1] - SMART Compatible

  1. #1
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default [07] AIO Fighter Release [0.1] - SMART Compatible


    Information on the Script:
    I wanted a script that was All in One for combat, I mean it would login if you were logged out, it would loot, it would do anything you wanted and the closest to this was RequiredOne's AutoFighter, click me, which was not SMART compatible, and didn't login if logged out. So I remembered that I had Eduard's fight cave script, click me, which was in fact SMART compatible, had good scripting and would login if logged out. Thus I spent about six hours of my day combining both scripts and working out all the kinks to create this! Please leave any suggestions or feedback on the script on this thread. I most certainly will be adding anything users request as long as it is possible to create.

    Features of the Script:
    • Configuration of Fighting Style
    • Ability to change the monster to attack
    • Ability to change the loot that is picked up
    • Automatic login
    • A time running progress report
    • An amazing antiban system


    How to setup the Script:
    1. Have SMART installed for 07Scape
    2. Download the script
    3. Solve all 7 anti-leech steps
    4. Fill in all required configuration
    5. Fill in user and pass for 07Scape
    6. Enjoy the script!


    Upcoming features:

    • Option to bury bones in inventory
    • Eating once below xx% HP


    Changelog:

    Code:
    [v0.2]
    	- Removed Anti-Leech to comply with new SIMBA rules.
    [v0.1]
    	- Initial Release
    Attached Files Attached Files
    Last edited by Shorteh96; 03-23-2013 at 03:54 PM. Reason: Working out grammar kinks

  2. #2
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    if this works i will send u cyber kisses ! =D

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

    Default

    Quote Originally Posted by bradbots View Post
    if this works i will send u cyber kisses ! =D
    It should! I made the anti-leech pretty easy as I know most people don't like them but I didn't want to post it without one either.

  4. #4
    Join Date
    Feb 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Can't wait for eating and burying bones Testing right now

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

    Default

    Quote Originally Posted by bradbots View Post
    if this works i will send u cyber kisses ! =D
    Cyber kisses, that is very much so a new one.

    I lol'd IRL.
    Yes, I am from HackForums/BlackHatWorld/Fileice.

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

    Default

    finaly a fighting script with eat function.
    i hate solving anti leeches and when i saw that there were 7 i thought o fuck but they were realy easy thanks for that

  7. #7
    Join Date
    Sep 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Someone PM me how to remove anti leechs, i've been here on this site since 07

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

    Default

    Way to steal most of my script and give me no credit, thanks!

    Leech coder.

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

    Default

    Hey, i really love the script, thanks to all (you included RequiredOne, if you say so ) who helped to make this one.
    my idea for the bones burry option(Note, I am not a scripter/writer, so it might be impossible what im just saying or a retarded idea)
    : make an option from 1-28 (each number is one item slot)
    then something like this
    1 = 1
    2 = 1
    3 = 1
    4 = 0
    (numbers 1 = left click on that slot, 0 = no click on the slot[other item])
    this would not only make it possible to burry bones, but also to equipt arrows, which you can easily pick up by putting the color of the arrows (THE RED END OF THEM!!) into the loot picker. also I changed one little thing. the loot -> mouse_right to mouse_left (taking back my arrows!) thanks for this script dude
    Cheers!

  10. #10
    Join Date
    Feb 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by RequiredOne View Post
    Way to steal most of my script and give me no credit, thanks!

    Leech coder.
    He gave you credit in the script and if you read it, it's alot better done as well.
    Nicely done dude.

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

    Default

    Going to test it now, on the first sight it looks very nice!

    Anti leech = EASY!

    i've never fixed an anti leech before and i got this one fixed so it isn't hard!

  12. #12
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by RequiredOne View Post
    Way to steal most of my script and give me no credit, thanks!

    Leech coder.
    I mention you and your thread at the top of mine and also thank you at the top of the script, I'm so confused . . .

    SCAR Code:
    program AIOFighter;
        // I, Shorteh96, would like to thank the following users:
        // RequiredOne: I used part of your AutoFighter script as backbone.
        // Eduard: I used a lot of your Fight Cave script as backbone to convert to SMART.
        // Ogre: Thank you for helping me with my remedial errors in the chatbox every time I asked for help.

        // I, Shorteh96, would like to take very little credit for this script
        // as I have no idea how to code in all honesty but am capable of reading
        // and copying premade code into a new working script. Thank you!

    {$Define SMART}
    {$i SRL/SRL.simba}
    {$i P07Include.simba}

  13. #13
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by solar1337 View Post
    Hey, i really love the script, thanks to all (you included RequiredOne, if you say so ) who helped to make this one.
    my idea for the bones burry option(Note, I am not a scripter/writer, so it might be impossible what im just saying or a retarded idea)
    : make an option from 1-28 (each number is one item slot)
    then something like this
    1 = 1
    2 = 1
    3 = 1
    4 = 0
    (numbers 1 = left click on that slot, 0 = no click on the slot[other item])
    this would not only make it possible to burry bones, but also to equipt arrows, which you can easily pick up by putting the color of the arrows (THE RED END OF THEM!!) into the loot picker. also I changed one little thing. the loot -> mouse_right to mouse_left (taking back my arrows!) thanks for this script dude
    Cheers!
    So are you wanting it to have the option to equip arrows as well, or are you wanting it to avoid clicking arrows when it burries bones

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

    Default

    As for the anti-leech being easy, I made it easy as I didn't code this myself. I just combined two good scripts and made them work together to form this one so I didn't feel I should put an extremely hard anti-leech on it. It will progressively get harder and harder to solve as each update is released however.

  15. #15
    Join Date
    Feb 2012
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    any suggestions to train on with 40 att/def/str ?

  16. #16
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by rebeltjeh View Post
    any suggestions to train on with 40 att/def/str ?
    If you got the right gear I'd go to alkharid guards but be sure to bring some food because they can and will gangbang you.

  17. #17
    Join Date
    Feb 2012
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    Aight gr8 thx

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

    Default

    i want to click on the arrows, so i equipt them again ^^

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

    Default

    Quote Originally Posted by Shorteh96 View Post
    It should! I made the anti-leech pretty easy as I know most people don't like them but I didn't want to post it without one either.
    I honestly have no idea how to do anti-leech As I've never done it before

    Thanks in advance ~

  20. #20
    Join Date
    Jul 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My hero

  21. #21
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    While (GetColor(382, 252) = 0) Do
    begin
    if RSReady Then
    Break;
    SmartSetRefresh(SmartGetRefresh + 1);
    MMouse(4, 4, 0, 0);
    SmartSetRefresh(SmartGetRefresh - 1);
    if (GetSystemTime >= T) Then
    Break;
    Wait(500);
    end;
    end;

    Not sure what Im doing wrong on this one...

  22. #22
    Join Date
    Jan 2012
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    what means (Solve all 7 anti-leech steps) ?

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

    Default

    anti-leech
    there are some faults in the script, when you want to start the script simba will take you to the line where an error is. you have to fix this error, for instance there is something spelled wrong, or there misses a word that you should be able to find out without any problem. it took 3mins for me and it was the first time ever i fixxed an antileech

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

    Default

    How do I find the 2 colors to kill men in the little house above edgeville?

    JK, googled my best friend. figured it out :P
    Last edited by bmanferlife; 03-07-2013 at 04:31 PM.

  25. #25
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Does this bank for food?

Page 1 of 14 12311 ... 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
  •