Results 1 to 24 of 24

Thread: The Cannon Baller ~ 800k Profit per hour

  1. #1
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Post The Cannon Baller ~ 200k Profit per hour

    My first script!
    Hold the applause.
    Now updated to be 35% sexier!

    Doesn't include anything fancy like a login feature, or proper pathing detection, or skill tracking, or etc... but it will turn steel bars into cannon balls with a minor amount of anti-ban!

    I have changed about 90% of the script! It should now run a lot better as there are more fail safes/better coding. I'm still figuring out how to do run timers/progress reports, so I'll add those to this script eventually...

    How to run:
    1)Download the script.
    2)Place your character next to the lumbridge bank chest.
    3)Set one of your bank presets to have an inventory full of steel bars.
    4)Start the script and type the information that is required.
    5)Enjoy the sexyness of having simba log in for you. (Not a big deal but I'm proud of myself for getting it to work... BABY STEPS, OKAY!)
    6)Profit.

    to-do list:
    Progress Report.
    Run time/Break time.
    Better Anti-Ban.
    More penis related jokes within script.

    Ran the script again today 1/3/2015 and I made about 1.2 mil profit over 6 hours. With about 12k xp per hour into zeh smithing skill.
    Attached Files Attached Files
    Last edited by Taric; 01-05-2015 at 04:34 AM.

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Congratz on the release. Few things:

    Simba Code:
    procedure northDirection();
    var
      directionBox: TBox; //declare TBox variable
    begin
      directionBox := intToBox(584, 22, 610, 45); //top left, bottom right points
      mouseBox(directionBox, MOUSE_LEFT); //left click
      smallRandomMouse();
    end;

    Stuff like that is great. It shows understanding of the fundamental concepts of SRL/Simba. But you don't always need to do that. Instead, you could use:

    Simba Code:
    mainScreen.clickCompass();

    ---

    Simba Code:
    procedure acceptButton();
    var
      x, y: integer;
    begin
       wait(randomRange(1113,2546));
       while not productionScreen.isOpen() do wait(1);
       KeyDown(VK_SPACE);
       wait(randomRange(123,936));
       KeyUp(VK_SPACE);
       sleepAndMoveMouse(1000 + random(2000));
       mouseOffClient(OFF_CLIENT_RANDOM);
       wait(randomRange(168325, 198512));
    end;

    That will also work fine, but the huge random wait is kind of nasty. You could try something like:

    Simba Code:
    repeat
    wait(100);
    until not productionScreen.isOpen();

    Make sure to add a timeout failsafe so you don't and up sitting there forever.

    ---

    Maybe add a progress report? Clarity has a simply amazing tutorial on it here: https://villavu.com/forum/showthread.php?t=110720
    It'd be sweet for tracking the amazing profit this script would bring in.

    ---

    My final suggestion is to create an entire procedure dedicated to antiban, using case(random). That way, you wouldn't need to worry about calling specific antibans a billion times in your script. You could just call antiBan();.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  3. #3
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Is this really 800k per hour? i thought cannonbals where not even profit nowadays :P

    BTW gratz on script

  4. #4
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by undorak7 View Post
    Is this really 800k per hour? i thought cannonbals where not even profit nowadays :P

    BTW gratz on script
    morytania legs allow for 2x smithing speed for cballs, you can smelt (with all reqs met) almost 4k cballs an hour (1k steel bars needed). current market price say you can get ~700k/hr atm

    It's a good balance of smith xp + profit

  5. #5
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    Quote Originally Posted by No Lifer View Post
    morytania legs allow for 2x smithing speed for cballs, you can smelt (with all reqs met) almost 4k cballs an hour (1k steel bars needed). current market price say you can get ~700k/hr atm

    It's a good balance of smith xp + profit
    oh cool didnt know, read about morytania legs 2 and they are prettty high req

  6. #6
    Join Date
    May 2012
    Location
    CALGARY
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    43 Post(s)

    Default

    Congrats on the release seems like an okay script !
    People will match their shoes with their hats but won’t match their actions with their words.

  7. #7
    Join Date
    May 2014
    Posts
    59
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Quote Originally Posted by No Lifer View Post
    morytania legs allow for 2x smithing speed for cballs, you can smelt (with all reqs met) almost 4k cballs an hour (1k steel bars needed). current market price say you can get ~700k/hr atm

    It's a good balance of smith xp + profit
    Morytania Legs 2 only have cannonballs smelted faster in the Port Phasmatys furnace tho

  8. #8
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by Dark_Flame View Post
    Morytania Legs 2 only have cannonballs smelted faster in the Port Phasmatys furnace tho
    correct, and that's unlocked as part of the requirements for getting legs 2

  9. #9
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Updated the script! Thanks for all the congratulations, and a big thank you to KeepBotting for the code help. ENJOY THE NOT QUITE SEXERIFIC CANNONBALL SCRIPT.

  10. #10
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    I am going to steal the idea and make it profit more than when using it at lumbridge.
    Hope this is okey bae? <3

  11. #11
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by Enigmatic View Post
    I am going to steal the idea and make it profit more than when using it at lumbridge.
    Hope this is okey bae? <3
    Oh darling. Do it.

    Planning on doing Edgeville?



    It's not gay if it's efficient.

  12. #12
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    Oh darling. Do it.

    Planning on doing Edgeville?
    Phort Phasmatys + Morytania Legs 2/Ghostspeak Amulet

    It's outrageous, but I couldn't find Lumbridge in the calc so yours might be more profit.
    It's currently 500k profit/hour from phasmatys with a smelt time of 1 minute and 4 seconds if you have the legs while it otherwise has 1 minute and 40 seconds if you do it at lumbridge.¨

    But I don't know if Lumbridge nets more profit.
    800k that you originally said it would profit has gone down by a lot so PP (Port P) might be more (hopefully)

    To think that prices has gone down so much. (Outrageous, truly)

  13. #13
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by Enigmatic View Post
    To think that prices has gone down so much. (Outrageous, truly)
    I think the price crashed about two days before I posted this script XD.

    I had been doing cannonballs on my main to make money for bonds, and them boom! Price crash to about 200-500k an hour. Not horrible in terms of low level botting, but it was sad to see it happen.



    It's not gay if it's efficient.

  14. #14
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    I think the price crashed about two days before I posted this script XD.

    I had been doing cannonballs on my main to make money for bonds, and them boom! Price crash to about 200-500k an hour. Not horrible in terms of low level botting, but it was sad to see it happen.
    Oh well I will release my script in the Smithing section because it yelds about 28k xp/h when smithing at PP.
    That's lvl 99 in 464 hours and that totals about 232M profit for a lvl 99 that would cost you about 60M to get 99 if you do it the fast way.

    Also to get 99 smithing doing this it would take you 2 weeks and 4 days botting all the hours, so lets say you bot 5 hours a day yelding 2,5M profit/day you could potentially boost the time to get to 99 by buying enough adamant bars to make 169 adamant platebodies yelding you a nifty amount of 53k smithing exp and you could do that each day for the 2.5M profit you make from cannonballs.

    Well that was totally unnecessary probably won't even be read.
    Last edited by Enigmatic; 02-02-2015 at 10:43 PM.

  15. #15
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by Enigmatic View Post
    Oh well I will release my script in the Smithing section because it yelds about 28k xp/h when smithing at PP.
    That's lvl 99 in 464 hours of making profit.
    *coughs coughs* would be faster to bot to elf city [/End of shameless self advertising]



    It's not gay if it's efficient.

  16. #16
    Join Date
    Dec 2014
    Posts
    70
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    I've thought about making a script for this, looks like you beat me to it. Congrats on release

  17. #17
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by Jayden C View Post
    I've thought about making a script for this, looks like you beat me to it. Congrats on release
    A day after I re-released this script I realized I was being narrow minded. It can be used for anything smelting with the addition of one or two lines of code XD



    It's not gay if it's efficient.

  18. #18
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    A day after I re-released this script I realized I was being narrow minded. It can be used for anything smelting with the addition of one or two lines of code XD
    Do it fgt <3 (no homofobia only pure love intented don't ban me pls)

  19. #19
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by Enigmatic View Post
    Do it fgt <3 (no homofobia only pure love intented don't ban me pls)
    I'll be your faggot any day~



    It's not gay if it's efficient.

  20. #20
    Join Date
    Dec 2014
    Posts
    70
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    A day after I re-released this script I realized I was being narrow minded. It can be used for anything smelting with the addition of one or two lines of code XD
    AIO Smither pizzapants hint hint

  21. #21
    Join Date
    Jun 2014
    Posts
    369
    Mentioned
    14 Post(s)
    Quoted
    217 Post(s)

    Default

    Quote Originally Posted by Jayden C View Post
    AIO Smither pizzapants hint hint
    Do you have any update's on this?

  22. #22
    Join Date
    Jun 2015
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Ahhhh this is brilliant. cant wait to use this one and let you know how it goes!

  23. #23
    Join Date
    Mar 2014
    Location
    East Coast, USA
    Posts
    291
    Mentioned
    10 Post(s)
    Quoted
    148 Post(s)

    Default

    This is running rather flawlessly for me. Of course, I am not using this as intended (I am getting crafting exp instead of smithing) and the only thing I had to do was do one load as I wanted (so it was already saved) and BAM I was off doing what I wanted. I only wish there was some sort of progress report (just so I can see my items made per hour) and some small antiban (maybe this isn't needed but maybe it should be). Overall, awesome for what I need

  24. #24
    Join Date
    Jul 2015
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    This is actually a pretty sweet script. I like how clean and structured the code is!

    I plan on creating an essence miner, so, this will serve as a perfect skeleton for that !

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
  •