Jump to content

Chikan

Members
  • Posts

    902
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Posts posted by Chikan

  1. 3 minutes ago, liverare said:
    Spoiler

    What your suggesting is botting on your desktop PC and viewing it from your phone, so it's not botting from your phone.

    Alek, the staff, and all the members of OSBot can sing the 12 days of "it'll never happen" ... until it does. If/when one of OSBot's competitors innovates and capitalises on mobile botting, that'll snatch up a large portion of the botting community, because people are attracted to new and innovative technology (like mirror mode). I suspect the reason for any apprehension is due to the amount of work that'd need to be done to get it to work, and whether the turnover would even be worth it.

    It's a completely different platform with different inputs, so there'd need to be a bridging between the desktop and smartphone versions of the bot. But once one bot manages it, then their tech will be reverse engineered, studied, and rewritten.

    But the opportunity is too good to pass up!

    • Mobile-botting
    • Faster to start-up bot (slow pc/laptop booting)
    • Easier controls
    • No more mouse movements = fewer bugs/slow reactions = less suspect
    • Easier to check up on progress
    • Can take control whenever you want (instead of PC running at home where it's out of reach)

    There are risks too:

    • Capacity - how many bots?
    • Risks - what can Jagex learn about your phone via the app?

    I'm optimistic and also opportunistic. I got into learning Java because of botting, so I'd like to try my hand at mobile-botting. :)

     

    Will be interesting to see where this goes, and who would try to innovate first. :o

  2. So I'm trying to cache items from the bank and save them for when the bank is closed, I've tried making a HashMap<String, Integer> for it, but what I've been doing isn't working and I'd like some assistance with how I can make it work.

     

    HashMap<String, Integer> bankHash = new HashMap<String, Integer>();
    
    //adding values to my bankHash
    Integer amtOfItemHere = (int)Values.getBank().getAmount("itemNameHere");
    bankHash.put("itemNameHere", amtOfItemHere);
    
    //method to grab the hashed item
    public int hashedItemHere() {
    		return bankHash.get("itemNameHere"); //trying to return
    }

    I've tried nullchecking them before calling the method, but it won't collect the data that I'm trying to collect. It's likely because the Int I'm trying to use is only usable while the bank is open, but my issue is: how can I do this properly so I can cache items from the bank?

     

    What I'm trying to use this for is to calculate the number of items I need to buy from the GE

    // quantity = default - hashedNum;

     

  3. 32 minutes ago, Explv said:

    Loooooooool $75 for a fucking woodcutting script.

    That dude just got scammed for real.

    Superior WC scripts already exist for free / fuck all $.

    I hope he was trolling.

    Edit: holy shit I just read it again, all he wants is draynor and seers village lmaoooo, I'm fucking dead, time to open up a private script shop I guess

    You think he's aware of us shit-talking him? :boge:

×
×
  • Create New...