Page 1 of 18 12311 ... LastLast
Results 1 to 25 of 442

Thread: CaffinatedKiller By LaakeRules

  1. #1
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default CaffinatedKiller By LaakeRules





    What this script is?
    An AIO fighter/bone picker/charm picker/bone burier!






    What type of monsters it has?
    • Goblin
    • Gaurd
    • Fire Giants
    • Moss Giants
    • Zombies
    • Hill Giants
    • Yaks
    • Cows
    • Cockroaches
    • Ankous
    • Outlaws
    • Flesh Crawler
    • And now Custom!






    Charms it picks up?
    Currently only picks up Green, Blue, and Crimson! Because Gold matches wayyy too many colors.




    Currently Supports Big Bones and Normal Bones






    How to use?
    All you have to do is:
    1. Download
    2. Have Character Near monster wanted to kill with Food needed in INV
    3. Press the Green Triangle known as Run
    4. Fill in the G.U.I. Information
    5. Press Start Script!






    Good stuff to know!
    • Will Logout when out of food and below 50% health
    • Does not Walk to Banks Yet
    • Wear Ring of wealth if low level and Risking alot
    • Taking all sugjestions for NPC's and Drops




    Also has Progress Reports, Post if you get a nice one and ill add for everyone to see




    Adding soon!
    • Path's to banks for InvEmpty to get more food.
    • Picking up Certain Seeds and Runes
    • ScreenShot when reached 10 lvl milestone ex: 10, 20, 30, 40, 50, 60, 70, 80, 90, 99



    Please post any bugs you have so i can help out!


    If you dont know where to find the monsters then!

    Update to 5.1 for more zombies because someone wanted more than the lvl 44's in SOS


    V5.5:Adds Ankous, Makes Script neater and also added progress inside of client showing you how your doing! Also cleaned script up making it smaller. and wayyyy less cpu

    V5.6 just fixed some little bugs and made attacking a lil faster and the counter more accurate.

    V5.7 Minor bug fixes, added better charms i think. Someone test for me im currently training other skills with my main and cant test charms atm.

    V6.0 Biggest update in a while. Added the Outlaws to thewest of GE for prayer xp only. Added Flesh Crawlers also, fixed charm picker, well at least it worked for me, also added custom NPC's to use custom NPC's find the colors then put colors in and put name in. Best if you only put in the name without the first letter. Please dont flame if you cant figure out or somethign doesnt work rite for you. And if someone wants to post tut on GUI/Custom NPC's ill put in this post. and give credit.

    v6.1 beta: Added b2p support from oaks, if theres an issue dont flame just say so as this is beta and i havent been able to test.

    V7: Added runes to pick up and a few new additions! just a quicky.

    V7.5: added ingame proggy looks KA, Also fixed quite a few things and added custom EXP for ingame proggy with Custom NPC.

    V7.9:Fixed it up no longer needs inv number to bury bones. And also picks up 90-95% of charms!

    V8: Fixed error some people were getting with charms! :P

    V8.1: Fixed not eating!

    Check out my other scripts!



    Location of Script is ⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓
    Last edited by laakerules; 02-17-2012 at 02:34 PM.

  2. #2
    Join Date
    Mar 2011
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice on updating thread, your old one was looking shabby and out-of-date =P

  3. #3
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Haha ya, ive been working on getting the GUI in and making the script run faster with it bieng less all jumbled together and messy looking, and decided to finally release today!

  4. #4
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If u can make a working path to bank let me know..

    Make a LRC bot.

    I got 80k xp/h there. @ 91 str

    Full invy of sharks, walk from fally bank to lrc, when out of food, tele fally re-stock, ect

  5. #5
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Not trying to be rude, but you copied a lot... here's some things i've noticed:

    The Complete form was copied from a tutorial then you edited some things later, because i saw this "//" only at the form, and it explains like it is a tutorial.

    Simba Code:
    Function Eat(What: String): Boolean;
      var
        I: Integer;
    begin
      Result := False;
        If Not LoggedIn then Exit;
        if (HPPercent < 50) then
      If InvEmpty then Logout
      else
        for i := 1 to 28 do
        begin
          InvMouse(I, 3);
          if IsUpText(What) then
          begin
            ClickMouse2(True);
            Wait(RandomRange(350, 525));
              Result := True;
            Exit;
          end else
            Continue;
        end;
    end;

    This was made by home... And probably some other things too(I just need to look at the standards). So please for everything that you take from someone you need to credit him.

    Good job on the script though .
    Last edited by Tickyy; 01-15-2012 at 09:24 PM.
    Hi

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

    Default

    Didnt know it was from home, just looked at another script that was outdated and took it from that.

    And yes i did use a TUT for the GUI Because i had no Flippin idea on how to generate one of those in Simba.

    But now i learned and am currently working on making it more clean and Such. I have changed the Eat method rite now. Cause im working on paths so itll be looking for DTM's and you put An option in the GUI for Food bieng used.

    So V6.0 will be alot different looking. And more of my own.

  7. #7
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by laakerules View Post
    Didnt know it was from home, just looked at another script that was outdated and took it from that.

    And yes i did use a TUT for the GUI Because i had no Flippin idea on how to generate one of those in Simba.

    But now i learned and am currently working on making it more clean and Such. I have changed the Eat method rite now. Cause im working on paths so itll be looking for DTM's and you put An option in the GUI for Food bieng used.

    So V6.0 will be alot different looking. And more of my own.
    Not trying to take you down or something, but this is wrong... i personally copied and still copy things from other scripts, that doesn't matter, why make something when you already have it ? But you/everyone need to credit. Keep up the good work, if you need help, just grab my msn and add me !
    Hi

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Which thread do you want open? This one or the other one?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really wish you kid ankou

  10. #10
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This one! Please, haha ive moved onto better scripting and this one will get more attention!

    And ok Ticky, ill look for the person who made the TUT on the Form and put him in post!

  11. #11
    Join Date
    Dec 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is working fantastic. Just one question, how do you prevent it from eating food when it's burying bones? Seems to go through the whole inventory.

    Oh and here's a little progy i got


    ********************************************
    * |*/\Caffinated Killer V5/\*| *
    ********************************************
    * Killed Moss NPCs
    *You have killed 38 Moss
    *You have Gained 16188 EXP
    * Ran for 41 Minutes and 17 Seconds
    ********************************************
    Last edited by Maxalon; 01-15-2012 at 09:42 PM. Reason: Insert report.

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

    Default

    The inv number. Put that number where your food ends.



    It goes 0-4-8-12-16-20-24 on the left side.

  13. #13
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ghouls + ankous options would be nice.

    Also where are the most moss giants without doing waterfall quest

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

  15. #15
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    U sure? i didnt see any

  16. #16
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, here is a picture to the Moss giants West of the Fishing Guild.

    Last edited by laakerules; 01-16-2012 at 12:20 AM.

  17. #17
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry, me not looking ran east..

    A little buggy with those moss giants.. runs off sometimes and then logs out

  18. #18
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya well with the next one it will have A Proggy inside Smart While Playing, so you can know how many kills youve gotten and how much xp gained whilst the bot is still running.

  19. #19
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That should be nice. Add Ankous please.... Lol im begging <3

  20. #20
    Join Date
    Dec 2011
    Posts
    1,162
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes i added ankous. Gotta be high enough level to left click though that way i dont get blammed for low levels losing there bank.

  21. #21
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im lvl 100

    Can you update so I can do ankous?

  22. #22
    Join Date
    Dec 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here's another report a bit longer

    ********************************************
    * |*/\Caffinated Killer V5/\*| *
    ********************************************
    * Killed Moss NPCs
    *You have killed 88 Moss
    *You have Gained 37488 EXP
    * Ran for 1 Hours, 2 Minutes and 52 Seconds
    ********************************************

  23. #23
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice, wher u training at?

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

    Default

    aHey Guys, v5.5 is now bieng put on. Adds Ankous without path to bank and also added better gui, faster and proggy on the client showing you how your doing with bones and charms.!

  25. #25
    Join Date
    Dec 2011
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do I take a lil proggy? still on v5.1

    Moss giants working really well atm, bout 35-40k/h

Page 1 of 18 12311 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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