Jump to content

Eldrism

Members
  • Posts

    37
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Eldrism

  1. It's not what you're asking for but I'm sure you could use something like VMware to run an autoclicker without it affecting your actual pc.
  2. I think I must be blind, I can't believe I didn't see that. I'm 10/10 stupid for that, thanks dude.
  3. I'm trying to follow Chris' tutorials on Youtube to hopefully get started so I can make some scripts, however for some reason when I try and run the script it doesn't do anything and I also can't click on anything in Runescape https://streamable.com/j65s5 Here is what I have in IntelliJ: // CTRL + O to implement methods import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; public class ChocolateCrusher { @ScriptManifest(author = "Eldrism", name = "Chocolate Crusher", info = "Crush Chocolate Bars into Chocolate Dust.", version = 0.1, logo = "https://i.imgur.com/WPGHQcY.png") public final class Main extends Script { @Override public final void onStart() { log("This will be printed to the logger when the script starts"); // Anything written in here will only run once. } @Override public final int onLoop() throws InterruptedException { //Anything in here will keep on looping (every 600 - 1200 milliseconds). NPC npc = getNpcs().closest("Goblin"); if (npc.isVisible()) { //if it is true then it will run the code here log("Goblin exists!"); } return (600); } @Override public final void onExit() { //Anything written in here will only run once (when the script is stopped). log("This will be printed to the logger when the script exits"); } @Override public void onPaint(final Graphics2D g) { g.drawString("Chocolate Crusher",12,130); } } }
  4. I'm a bit late to the party but I bought 100 accounts that were verified from him and I didn't log into a good 90 of them and 2 weeks later they were all banned. I gave him the benefit of the doubt but yeah, shame.
  5. I don't believe this will make a difference as when you click continue on that box it doesn't continue cooking after. Thanks for the suggestion though man Also, sorry I have another question. How long do you run these usually? As they are seemingly safer than botting
  6. I'm loving this series man! Looking at getting to 99 cooking, how did you deal with level up messages? As it obviously stops you cooking when it pops up. (If you don't mind me asking)
  7. Thanks for the quick response man, the price seems alright. Ah, right I didn't realize that, thanks for letting me know
  8. I have an account which is at 82 fishing, which means it can fish Anglerfish. Does anyone know the general value of this?
  9. Well, the account got banned yesterday which is great. So I'm probably going to make a new account and fix up the 'script' I made to see if that helps.
  10. Juggles made a script for me not too long ago but I just wanted to once again voice for how good his scripts are. So far I have not been banned using his scripts and the quality of his coding is second to none. I really vouch for him. If you need a script making then please use Juggles.
  11. I'm excited to see how it goes. Might do some AB testing to see the hours I can run for and see if I can run some 'bots' by doing this. Will have a try in the coming week as I'm away for the weekend. Anyway, fingers crossed I can hit 99 fishing!
  12. LoudPacks edited some Runelite code for me in order to meet the preferences I want. He was very responsive and very quick at getting the job done, I highly recommend using him if you need a plugin or some code editing.
  13. Sorry, I'm always asking so many questions on here, it's probably pretty annoying. However, I was wondering how much money do you guys normally put on your bots? For instance I was looking at maybe using a tanning bot, however, for 24 hours of use with Green Dragonhide, it will cost me ~100m per account to get the resources for it to run for 24 hours which seems like a lot. At the moment I'm having to keep running back to the GE manually every few hours to sell the leather and then go back to Al Kharid because I run out of hides/money.
  14. He got banned, so the assumption is he did something stupid. I mean it's pretty easy to follow the rules and not get banned.
  15. Congratulations man! I don't think I've managed to get a 99 when botting. Are you going to try and reach any more 99s while botting?
  16. Proud of you Noddi. Recent times have shown how hard it is to survive in the current economic and social state of OSBot for yellow named individuals like yourself. Rest in peace ABottersDream, may he be remembered as the idiot that he was.
  17. Good luck with this man, I'm looking forward to seeing if you can hit that juicy 1000M/Day!
  18. This was such a good project by Porter Robinson, I would love to see him live.
  19. I'm currently trying to use proxies for the first time with OSBot and it doesn't seem to load properly (it's probably an issue with me or my proxies, but any help would be appreciated). This is what happens when I open OSBot using my .bat file. Here is what is in my .bat file: Here is what happens when I open it: EDIT: I'm an idiot I was using HTTPS proxies opposed to SOCKS5
  20. I'm bored and want to discover some new music, so feel free to post below what songs you guys are enjoying at the moment! Mine at the moment:
  21. Hey, not sure if you've got anyone for this but I'm more than happy to test some scripts out for you and potentially assist in anyway I can. You have me on discord: grinned#6487
  22. What an absolute legend, that account is so nice.
  23. That yellow name has me moist my dude. Congratulations
×
×
  • Create New...