Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/20/20 in all areas

  1. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    3 points
  2. 3 points
  3. I remember seeing a video about this, was bloody amazing P.S. gz @Space
    2 points
  4. Good use-cases are for stakers to check stats of other players, pkers, etc, Mostly PvP usages. USAGE: Highscores highscores = new Highscores("Zezima"); System.out.println(highscores.getSkillLevel(Skill.HERBLORE)); CODE: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.util.Arrays; import org.osbot.rs07.api.ui.Skill; import java.net.MalformedURLException; import java.util.ArrayList; public class Highscores { private final ArrayList<String> stats = new ArrayList<String>(); public Highscores(final String player) { getStats(player); } public int getSkillLevel(final Skill skill) { int index = getSkillIndex(skill); String[] array = stats.get(index).split(","); return Integer.parseInt(array[1]); } public int getSkillExperience(final Skill skill) { int index = getSkillIndex(skill); String[] array = stats.get(index).split(","); return Integer.parseInt(array[2]); } private void getStats(final String player) { try { URL url = new URL("https://secure.runescape.com/m=hiscore_oldschool/index_lite.ws?player=" + player); URLConnection con = url.openConnection(); BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream())); String inputLine; while ((inputLine = in.readLine()) != null) { stats.add(inputLine); } in.close(); } catch (MalformedURLException e) { // CATCH } catch (IOException e) { // CATCH } } private int getSkillIndex(final Skill skill) { return Arrays.asList(Skill.values()).indexOf(skill) + 1; } }
    2 points
  5. ** $14.99 - 24 hour trials available - like and comment on this thread Don't pm me on OSBot or Discord to ask for a trial. Loot anything, anywhere, with this highly customizable script! PvP worlds, waiting on loot piles, drop parties across Gielinor, even popping balloons in the party room! Buy The Script Here Check out these videos on using Fury AIO Looter to make money! [OSRS] Botting To Ban #7: Looting ! Crazy Profit [OSRS] Botting To Ban #8: F2P Looting FAQs: What does x setting on GUI mean? Look in the GUI spoiler below for a detailed explanation of what each option does. What settings should I use? WHATS THE BEST??? Whatever works for you, try new things until you find something thats good. I made it as customizable as possible for a reason There is no "best" settings before you ask me. lol. If I told everyone the ""best"" settings then everyone would do that and it would no longer be the best. Experiment and see what works for you Where should I run the looter? Anywhere there is loot on the ground. Experiment. See whats making money. Known locations would be GE drop parties in highly populated worlds. PVP worlds in active areas (ge, lumbridge, varrock, etc). ZMI. Wintertodt. Skillers that drop their inventory like barbarian village fishers, rimmington mine iron ore droppers etc. It will even work in the party room to pop balloons GUI: CLI: Discord Server: POGRESS REPORTS:
    1 point
  6. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    1 point
  7. Gross ain't it lol, reminds me of a dodgy night out on the piss
    1 point
  8. i just did MM1, no issues at all. boss fight is always a tad iffy, so i usually stop it & do that myself.
    1 point
  9. VPNs are trash, even if you want to test something they won't give any useful insights. You will bot for 30mins and get banned and you will think that 100% the script is trash? Well this is necessarily the case, if someone was botting 5 accounts on same IP and got caught and you were on same IP detection system checked you too and banned you aswell.
    1 point
  10. Too bad jagex highscores website is shit and often doesnt load :x
    1 point
  11. Yes there are new options which you guys will see in the setup window, I had to move some stuff around too and add new options. I suspect it’ll be posted tomorrow at around 5-6 pm GMT. Will probably be the biggest update yet, fingers crossed everyone likes it ^^ EDIT: Fix brazier will work, and we’ll be able to choose when to fix them, since I’ve witnessed the bot trying to fix them from afar to no avail. Initial lighting is also greatly improved
    1 point
  12. 1 point
  13. just bought going to definitely run some. hopefully i set it up correctly. o.o
    1 point
  14. You might be able to get 100M or more from it if you find the right buyer
    1 point
Γ—
Γ—
  • Create New...