Jump to content

MillGrantz

Lifetime Sponsor
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

About MillGrantz

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MillGrantz's Achievements

Newbie

Newbie (1/10)

2

Reputation

  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. The issue with that is that the main gui doesn't extend from Script since it can't have 2 imports to get the inventory directly to the gui.
  3. 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(); } }
  4. Don't always go for cheap, what is your goal with this vps? I currently use digital ocean for my database and pretty much everything else.
  5. 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
  6. 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
  7. Cue alladin soundtrack
  8. For the autohotkey statement, is it just if you have ahk running? or can i run it and just not interact with the windows? because i use ahk for snapping the windows into places so that i can monitor 5 at a time.
  9. 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
  10. MillGrantz

    Hey

    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.
  11. lmao, what is this???
×
×
  • Create New...