Jump to content

MillGrantz

Lifetime Sponsor
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by MillGrantz

  1. Resurrecting old thread for an update: i now have 200 accounts running simultaneously on VPS each with a dedicated socks5 (costs a lot in maintenance a month) but i'm profiting over 15 billion gp a month (best month was 29 billion). Since January 2023 I've had 17 account bans (looking at logs made by my own scripts it was due to idling and script malfunction).

  2. What I'm trying to do is add the items in my inventory to my gui. Should I add extends JFrame and Script to get the active items into the enum InventoryItems

    Item[] itemsInventory = getInventory().getItems();

    here's my GUI class

     

    public class Gui extends JFrame {

     

    enum InventoryItems {

    item1,

    item2,

    item3;

     

    @Override

    public String toString() {

    return name().toLowerCase();

    }

    }

  3. For mailinabox setup, all you need is a VPS with usually 1cpu, and 1gb of ram. I personally use Digital Ocean for my VPS.

     

    First step, is to create a droplet, and make sure it's ubuntu 16+.

     

    After that, it is super easy to setup, connect to the VPS, I always use a OTP that is emailed to you. Then once, you receive that, paste it into the PuTTY window and and set your new pass.

    A small note about PuTTY is that right click is paste. Don't CTRL+V for this, just right click after it asks you for your password.

    Then after that, follow this guide.

     

    If you encounter any issues, reply to this post and I will help you :)

  4. Hello everyone, I just wanted to teach you all how to post an email to a mailinabox or any other need you may have for bash scripting :)

     

    String command  = "curl -X POST -d email="+email1+" -d password=(custom pass) --user (user and pass for mib) https://box.(your domain)/admin/mail/users/add"; 
    System.out.println(command);
    Process process = Runtime.getRuntime().exec(command);

     

    I will be replying to this with how to set up mailinabox

  5. I've started my bot farm, so far I can go through tutorial island and then 7 quest points.

    Next goals are progressive fighting and training other stats. I wish to be a primary provider for maxed accounts and gold overall. This community is pretty amazing.

     

    Thank you all for being awesome

    • Like 1
  6. I am millgrantz, a newcomer to botting. I am looking to start a bot farm. Overall, I've made great progress over the past month and I see my dream being fulfilled soon.

    Currently, I work as a javscript developer. I'll be taking my java programmer I and java programmer II next month. Overall, I have a great feeling about this.

    This community is pretty awesome, especially the discord.

    I'm glad to be a part of this community.

×
×
  • Create New...