Everything posted by The Undefeated
-
Selling 150M - $0.85/M - BTC Only
Uhh, would like to see more at once.
-
Selling 150M - $0.85/M - BTC Only
Since when is BTC on the stock market? And I don't really care, I would get more BTC because it's lower.
-
Selling 150M - $0.85/M - BTC Only
- AIO Slayer
- Get and save sprite snippet
Of course you can them, the pictures are loaded from oldschool wiki.- Get and save sprite snippet
Hmm, I'll stick to Wiki just to be sure.- Get and save sprite snippet
Oh that looks nice. What about untradeables?- Get and save sprite snippet
public class FetchSprites { private static String path = ""; public static File getSprite(String item) { item = Character.toUpperCase(item.charAt(0)) + item.toLowerCase().substring(1); if (!Files.exists(Paths.get(path + item + ".png"))) { fetchSprite(item); } return new File(path + item + ".png"); } private static void fetchSprite(String item) { item = Character.toUpperCase(item.charAt(0)) + item.toLowerCase().substring(1); String itemNoSpaces = item.replace(" ","_"); try { final URL url = new URL("http://oldschoolrunescape.wikia.com/wiki/" + itemNoSpaces.toLowerCase()); BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(url.openStream())); String line; while ((line = bufferedReader.readLine()) != null) { if (line.contains("/" + itemNoSpaces + ".png")) { int start = line.indexOf("<a href=") + 9; int name = line.indexOf(itemNoSpaces + ".png",start); int end = name + item.length() + 4; URL imageUrl = new URL(line.substring(start,end)); BufferedImage image = ImageIO.read(imageUrl); ImageIO.write(image,"png",new File(path + item + ".png")); break; } } bufferedReader.close(); } catch (IOException e) { e.printStackTrace(); } } } This will check if the sprite is already cached, if not, it will cache the sprite and return the file(path). Improvements are welcome.- Undefeated Slayer - Development Thread
Sure. I probably will. Making small staps is the way to go since pretty much all other people with a slayer script have failed. I don't want a half working script but on the feature list a high level slayer master.- Undefeated Slayer - Development Thread
Because it's harder to write and takes more time obviously.- onMessage() not firing
The friends chat has to be included in the normal chat itself, not above the chat. There's an option for that.- onMessage() not firing
If you wanna log the message you should do this: public void onMessage(Message m) { log(m.getMessage()); }- Undefeated Slayer - Development Thread
To keep myself motivated to write this script, I'm creating this thread. I'm gonna try to write a slayer script. My goal is to have the first beta in around 4-5 weeks time. This will only support the first slayer master (Turael). If it's not allowed as premium script on the SDN, I will probably publish it as a free script only supporting Turael. (Not sure about that). To Do / Completed List Slayer masters Supported tasks- Dcing while on vpn
Are you on Wifi? Uninstall all VPN's, then go to "Network Connections", right click, properties, configure, driver, uninstall device. Do this for every network adapter which has VPN in it. Now reinstall any VPN and try again.- Bitcoin
Sounds interesting.- The Greatest Comeback in History
It's $129.99.- Bitcoin
I just hate it. Not only because since I sold all my bitcoin, only had like $500 2-3 months ago, it doubled in price, but just the fact that there's still no crypto currency with a stable value. I want something where I can just send money/coins or whatever every time without having to worry about what price it is at the moment.- osbot on windows 8.1
Right click on the .jar -> open with -> Java- Best VPS for botting?
Go read some tutorials on the forum. I don't think you understand what proxies and/or VPS's are.- Selling 150M - $0.93/M - BTC Only
Bump- After your temp ban expires
The chances of getting a perm ban is big. I have seen occasions where someone got 2 times a 2-day ban, but that's probably luck.- Uhhhhh ok.... v2
Did you cumback later?- Selling 150M - $0.93/M - BTC Only
Bump- help me
- Selling 150M - $0.93/M - BTC Only
Bump