Jump to content

Proto

OG Member
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by Proto

  1. Good scrib, just one note on the image downloading, no need for all of that 

     

    
    private Image background = null;
    
            try {
                URL url = new URL(image URL here);
                background = ImageIO.read(url); Set 
            } catch (IOException e) {
                e.printStackTrace();
            }

    and in on paint

    g.drawImage(background, 1, 1, null);

     

    • Like 1
  2. 10 hours ago, Anonymoose said:

    Hey all,

    I've watched the setup videos and everything seems pretty straight and away to get going. I was having some issues using certain proxies (ip4 socks5) where the client update would hang, but I suspect that's because a connection couldn't be made. I found one that allowed me to log in, but I'm getting a number of errors while the application is running.

    I'm attaching a dump of the log, but I'm a little out of my element at where the issue might be coming from. Are there any caveats to using proxies outside of the general go-google-it-you-stupid-moose type info?

    Cheers

    errors.txt 25.35 kB · 1 download

    Something is blocking your connection. Check your A/V software, or anything that tracks and modifies internet traffic. 

    Also, if you're using proxies, use them in the client, and not via software like proxifier.

     

  3. 10 hours ago, Alexalex1952 said:

    I know but I have to use it as I have a chrome OS, can anyone do me a step by step guide lol 

    afaik, there are no chrome os users on this forum, as laptops running it are not made to run anything other than chrome. 

    Your best bet would be getting a laptop that run Windows, otherwise, you will struggle a lot to run epicbot.

  4. You need to download openjdk8 first.

    Then download epicbot, extract it into a directory and open up a terminal window in that directory. Run this command there:     chmod -R +x ./ 

     

    Just as a note, best practice is to not use apt installer if you have no idea what you're doing (could download some stuff that could break your entire laptop)

  5. 12 minutes ago, adaxyrhj56m0269bir said:

    If you are using a "new bot" in the old system, you cant give the items for the other account that you have in he new runescape?

     

    i don't use this anymore if thats not possible.

    hope to hear from you.

     

    You cant log in with your account from the new rs?

    OSRS and RS3 are two separate games. Both with their own dev teams and communities.

    The only things that are linked, is the login account. You can use your RS3 login on OSRS. No items or skills are transferred because the games are completely different. 

  6. 16 hours ago, Alias said:

    This is a simple class that can be used to convert String names into Item ID's or visa versa

    There are a few edge cases where there is more than one ID for the same item so that is a possibility if you're using this.

     

    
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.URL;
    
    import com.google.gson.JsonObject;
    import com.google.gson.JsonParser;
    
    public class ItemConverter {
    
        private final static String URL = "https://rsbuddy.com/exchange/summary.json";
        private final JsonObject json;
    
        public ItemConverter() {
            this.json = new JsonParser().parse(getJson()).getAsJsonObject();
        }
    
        public int getID(final String item) {
            for (String key : json.keySet()) {
                final JsonObject obj = json.get(key).getAsJsonObject();
                if (obj.get("name").getAsString().equals(item)) {
                    return obj.get("id").getAsInt();
                }
            }
    
            return -1;
        }
    
        public String getName(final int itemId) {
            for (String key : json.keySet()) {
                final JsonObject obj = json.get(key).getAsJsonObject();
                if (obj.get("id").getAsInt() == itemId) {
                    return obj.get("name").getAsString();
                }
            }
    
            return "";
        }
    
        private String getJson() {
    
            try {
                final URL url = new URL(URL);
                final BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
    
                String inputLine;
                String out = null;
                while ((inputLine = in.readLine()) != null) {
                    out = inputLine;
                }
                in.close();
                return out;
            } catch (IOException e) {
                e.printStackTrace();
            }
            return null;
        }
    }

    can this sort out this equation? 


    x³+y³+z³=k

    Nice btw 😛

     

  7. 12 hours ago, Hmonglee said:

    So basically you need to open up Terminal and "cd downloads" if that's where your download file still is in. Then on the next line in Terminal type in this " chmod-R +x./Contents " It'll change all the "text" file into an exe. that way you'll be able to just run the "Epicbot" loader in the MacOS folder and everything will be normal like in the video they provide on how to start up the client. 

    NewEpicBotMacOSTutorial.pdf

    • Like 1
    • Haha 1
  8. 16 hours ago, jakeohh said:

    Hi guys,

    It seems the downtime is running a bit over. As Koala has said checkout the pinned thread.

    I will post again when I got her poppin!

    No need to post again, it'll be announced when it's back up 😛 

  9. 1 minute ago, grassgoblin said:

    Alright, I will see if I can update xorg or maybe switch my dedicated server to a new distro. For context this is my xorg version:

    xorg-x11-server-Xorg-1.20.8-6.el8.x86_64

    Which distro/xorg version do you use?

    I don't use linux currently, but I'd advise against using centOS. It's outdated af, anything other than centos will come with a working and up to date package manager 😆

  10. 28 minutes ago, grassgoblin said:

    Hello,

    I am having trouble loading EpicBot on Linux. Some people say it works on Linux, but I when I try to run the jar with "java -jar" I get an error:

    no main manifest attribute, in epicbot-loader-1.0.jar

    Right now I'm am loading it in wine as it the .exe works fine on my Windows machine. Any input from fellow Linux users would be appreciated.

    For context I am running Java 8 on CentOS 8.

    Thank you!
    Grass Goblin

    Try running this:

    java -cp epicbot-loader-1.0.jar com.epicbot.loader.Boot
     

  11. 20 minutes ago, Marek said:

    Hello. 

    Building a low Hitpoints Free to Play pure and would love to bot high ranged level in the guild without hitpoints. Is anyone up for the challenge? 😛

    image.png.07b71e3fda2d93e46538bddf436c9781.png

    Probably will have one out soon-ish

    • Like 2
  12. 3 hours ago, Elementes said:

    Im new to botting and just interested to hear about peoples experience regarding bans

    1 account has been botted for 3 months and is still alive, another for close to a year with only a 2 day ban, and another for close to 3 years (banned because of my own mistake 😞 )

    All depends on method, how much you bot, if it's a at a botted location, etc etc 

×
×
  • Create New...