Jump to content

HunterRS

Scripter I
  • Posts

    479
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by HunterRS

  1. Few general thing,

    1. Look into conditional sleeps

    2. Look into task based scripts, this will help you in the future to save time on new scripts

    3. You are going to get a LOT of null pointers because you are basically running no checks.

    Something like:
    getInventory().getItem("Tinderbox").interact("Use");

    Should actualy look like:

    Item tinderbox = getInventory().getItem("Tinderbox");

    if (tinderbox != null) {
        tinderbox.interact("Use")

    (TBH, you should also add a conditional sleep that checks that the tinderbox was selected successfully.)

    4. Look into webwalking

     

    Other than that, pretty nice script structer for a first script, keep it going and keep improving :) 

    • Like 2
  2. On 9/27/2019 at 11:04 PM, Qq_ said:

    QQ's skilling services | Cheap | Reliable | Fast |

     

    Available payment methods:

    07 gp

     

    Terms of Service

    1. We will both have to decide on the timeframe by which the account has to be done.
    2. The payment of the service has to be paid upfront, or with a middleman.
    3. All the accounts will be hand-trained, our workers WILL provide screenshots of runelite/OSbuddy. Any bans/mutes during that period of time is not our responsibility.
    4.You cannot login during the ENTIRE duration of the service, unless you and the worker have agreed on it.
    5.You MUST change your password BEFORE AND AFTER the service is completed.
    6. Once service has begun, it may not be canceled or ended with request of refund. If you would no longer like the service, we can stop but you WILL NOT be refunded.

    7. We have the right to deny any service request for whatever reason.
    8. If you don't comply with our terms you will not receive a refund and your service will be stopped.

    *OSBot global ToS is also applied: https://osbot.org/forum/topic/104965-global-osbot-terms-of-service-must-read/

     

    Order form:

    What is your discord? - 

    Do you agree with our ToS? -



    Contact methods:

    Join our discord server and create a ticket: <REMOVED BY STAFF: REQUIRES ADVERTISING RIGHTS> (After filling out the form above, to confirm you comply with our ToS)

     

     

     

     

    Add my discord please, looking for a custom account.

    hunter#8066

  3. AOblBWR.png

     

    bH3HG5c.png

     

    Features

    • Spin Flax into bowsting in lumbridge castle.
    • Log out when out of flax.
    • Track time running, total xp gain, xp per hour, total flax spun, flax spun per hour, total profit and profit per hour.
    • Multiple location support
      • Seers' village
      • Tree gnome stronghold
      • Barbarian Village
      • Crafting Guild
      • Falador

     

    Update log

    Spoiler

    V1.0 Release

    V0.9 Added level check in onStart

    V0.8 Updated banking method to better detect flax and reduce false stop positives to none

    V0.7 Added new GFX made by @SocialGFX

    V0.6 Fixed needless reinteraction with spinning wheel

    V0.5 Added debug prints

    V0.4 Changed updated conditional sleeps

    V0.3 Added JSON and profit calculations

    V0.2 Added core utils

    V0.1 Started work

    Testing progress

    Spoiler

    otmzK4Q.png

    hSKuwW0.png

    4RFQomg.png

     

    VlUTMfl.png

     

    • Like 2
    • Heart 1
  4. Looking for an account to test some scripts.

    Needs to have a low level in some basic stats.

    Needs to be oldish

    No offences

    Trusted only

    Budget is 20$/RSGPs worth

    Post below or add my discord: hunter#8066

     

    EDIT:

    Also willing to trade a more decent account for a selected private script 

  5. 3 hours ago, bexxe said:

    Was thinking, I'm the opposite of a genius ofc, Ive been doing some equation the whole night... Isn't this just the same dude? LOL

    24 bans on 1000 accounts, hmh if it was 24 for 100 accounts it would be 24% but guess 24 on 1000 is just 0,024 aka 2,4%.

    Might be the dumbass here. Let me know your calculations if found please?

    That's the joke

×
×
  • Create New...