Jump to content

IDontEB

$100.00 Donor
  • Posts

    739
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by IDontEB

  1. You cannot set name via rs3 registration page and must do it upon logging in which creates makes writing the code harder since you have to interact with rs3 aswell. Just pay the 2captcha price and dont be cheap.
  2. As alek suggested getting a better SSD would be a good idea as for the "slaving" comment if you mean running Osbot than I suggest you check out the Ryzen r7 1700 because the additional cores will allow you to run more bots than the i7.
  3. Yeah AHA! There used to be exchangeContext(bot) in method provider to do this kind of stuff but its deprecated for some reason.
  4. Try something along the lines of : replace your onstart and cooksAssistant declaration with this part : private cooksassistant cooksAssistant; @Override public void onStart() { cooksAssistant = new cooksAssistant(this); log("Starting script.."); gui.run(this); } then replace cooksassistant class with the one below and try it public class cooksassistant extends MethodProvider { protected final main S; public cooksassistant(main script) { this.S = script; } public void run() { S.log("Talking to Cook"); } }
  5. Your problem I believe is you have to pass the bot's instance to cook's assistant if you want to use log.
  6. You got lots of balls to go bot flax spinning. That's a huge hotspot
  7. That is very true! Eagle for example charges a fair price for what he makes because everyone who requests something from his is asking something which he probably doesn't have on hand to copy and paste over. For the other scripters which charge 10-30m for stuff like smithing, cooking, crafting and super basic fighters they already have all the code needed and can just copy and paste it into a working script within an hour or so.
  8. Most "private scripts" people ask for are just copy and paste jobs with minor tweaks because everyone wants a "private script" for something that has already been done.
  9. Looking good! The only hard part about making accounts is they get locked if you're proxy isnt residential.
  10. I have no clue why the above doesn't work but something like this should work though: NPC npcname = npcs.closest(n -> n != null && n.getName().equals("Chicken") && fightingArea.contains(n) && !n.isHitBarVisible() && !n.isUnderAttack());
  11. Typically people believe the ones that are already overclocked are the better binned cards and the one's that did not overclock as well are sold at lower frequencies. They are all roughly the same though.
  12. Yeah you can overclock it yourself. This just means that it came slightly overclocked from the factory already.
  13. Trump has vowed to build a wall in Gielinor and to fight the Al Kharidians to make Gielinor great again. There has also been some trouble from North Zeah. Their shaman's have been testing out intercontinental spit missiles but failing and only managing to lady near the shore of Piscarilius.
  14. I think you can manage just above 9k/h over the course of 8 and a half days
  15. just run 10-20 f2p bots and suicide them and then buy the bond for that 1 account
  16. I think he tried you wyvern script you released and realized you dont make the list.
  17. So you're the one who's running the flax spinning bot's who last that long eh?
  18. If you factor in opportunity cost/ the amount needed to be invested youd be better off selling the gpu and getting a better processor to run Osbot. Also for $2-5/day its just not worth the effort.
  19. his username is oddly familiar! I think I've run across him as well.
  20. Sponsor and VIP bot can run as many Osbot client as their computer/vps' can handle of any script as far as I know.
  21. if you're buying for 3.5m thats on the lowest end and you're not even buying that many to get that much of a discount
  22. They can call themselves the police if they want, as long as I get my dick wet im happy.
  23. As long as "fully enjoying college" doesn't entail hookers and cocaine you should be able to get a lot out bottling.
×
×
  • Create New...