Jump to content

Gunman

Super Moderator
  • Posts

    3448
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Wtf are you talking about? This is was because the update on Monday that broke some hooks or something. It's fixed now. What is your issue? Sure it's not script related?
  2. I was wondering why that MagicCast API wasn't already a thing. Ty
  3. Current opened clients will work fine. But if you try to open another one and add a bot it will get stuck again.
  4. Pretty sure this happened and MGI said the auto hook updater thing broke the update he just fixed/pushed.
  5. @ButNotaBot You should really try and keep only 1 action per loop. Go to 15 of this and look how Explv made the script to call to have one action per loop of the onloop. You can also read that to learn more about the API and scripting. So if you do how he does then your code should turn out very consistent and "Flawless". You can also go through each part of this to learn some more Java. https://www.programiz.com/java-programming#recommended-books EDIT: After re reading this I kinda didn't answer the question lol. You don't need the default so you can remove it and if the number isn't one of the cases then it would do nothing. So you can just call the switch at the end of a method of actions you would like it to sleep during. Though if you would like to be like what you said and this isn't pvp and can get you killed then probably would be easiest to put it right above the return.
  6. Gunman

    APA AIO Miner

    @Apaec I know the scripts makes the FPS drop in MM. I am guessing something to do with the paint. There was no errors in the logger.
  7. @garnahs Give me a list of the scripts and rough estimate how long they last before this happens. I have experienced this one time. I am gonna see if I can narrow down and replicate this issue for Patrick.
  8. @garnahs Show logger and what script. Also if you're on Windows use the Snipping tool please.
  9. You can't. What's the problem? Be detailed and as clear as possible.
  10. In a script of mine I have "Make Gold ring" I don't remember why but I am gonna assume it's because you have to put the entire name like that for each ring or some shit. The script is like 4 months old tho so you can try it if you want.
  11. Uhh dude look what happened to oak logs like a year or two ago. They use to be like 90 now there what like 15? And they droppped to like 30 in 2 months.
  12. Gunman

    ezCrabs

    Gz on release and monopolizing the Crab market
  13. As soon as the bot starts initializing I will test to see if I can finally let the bots run self maintained in NMZ EDIT: I can
  14. Mald this reason alone isn't good enough. Yes it's true, but that would mean it would be "okay" to sell an OSBot account who spent $100 for $300. You won't lose potential sales. The main reason it should NOT be allowed is because of the community's safety against scammers and such. Imagine if someone with huge feed back and rep sold their account even if they never bought anything on OSBot. It would be a disaster!
  15. @ButNotaBot Use a switch. Like this... switch (random(1, 100)) { case 1 : sleep(random(20000,50000)); break; case 2 : sleep(random(60000, 150000)); break; case 3 : sleep(random(150000, 500000)); break; default: sleep(random(1000, 5000)); break; } Also do you know some Java? If not learn that before doing some scripting. After that just read the API https://osbot.org/api/
  16. Aight, since I have been getting real fucking annoyed with y'all I decided to do all the work for you people (Basically). INSTRUCTIONS Download the .bat file I included and put next to OSBot jar file. Right click on .bat and click edit. You will see " -login user:pass " change user to your OSBot user and change pass to your OSBot password. leave the : You will see " -bot osrsaccountemail:pass:pin(or just put random numdber if no pin) " Should be self explanatory. Change it accordingly and again leave the : where they are. There will be a list of working worlds at the time I post this. Change the number in the -world parameter to one of these worlds. Enjoy it should work. Save and close, then run the .bat file. The .bat file test.bat World list Note - worlds can vary based off your region and may change. Loading Twisted league worlds to load the client will work but change them if your not doing Twisted league after the client loads. P2P 323 328 343 345 351 352 357 366 373 391 (Little slow but reasonable) 415 420 523 (Little slow but reasonable) 526 F2P 372 385 413 452 (Takes about ~1min) 468 498 (Little slow but reasonable) 502 504 530 (Little slow but reasonable) Twisted League 406 409 407 (Little slow but reasonable) 410 443 463 512 535
  17. Then go back to what you were doing? Idk wtf to tell you. It's happening with Jagex's client too. The only reason other clients probably don't have this issue is because they're probably caching it or something. EDIT: I just did some testing for your brain dead ass. Try loading with worlds 446 or 449. They load within ~5-10 seconds.
  18. Gunman

    AIO MTA

    He knows of the issue and depending on whether he has time IRL today and how much has changed, the issue should be fixed today. But there will probably be an additional 24 hours added for the staff member who monitors all scripts to push the update. Also if you still wanna get a refund; Scripters don't handle refunds make a post here requesting a refund and why. https://osbot.org/forum/forum/210-refunds-appeals/
×
×
  • Create New...