Jump to content

Gam

Members
  • Posts

    51
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Gam

  1. Hey Khal can I get a trial for this script please?
  2. I'm here to make some money botting, I also want to bot a personal account as far as I can and become good at writing scripts. I used to write some scripts on TopBot if anyone remembers that client but I never got to an expert level so to say. I'm hoping to become a super pro script writer so I can write any script I need myself. Other than that I'm from Belgium and I speak Dutch, I noticed a lot of people in the botting scene are Dutch or Belgian themselves.
  3. Gam

    Vaccine

    95% survival rate? More like 99.8%+. I personally don't see a reason to get the vaccine.
  4. Thanks, might use this since I've been getting this error.
  5. I ran a test as well and getBank().contains("Strength potion(4)) seems to be working fine.
  6. Gam

    Fruity NMZ

    ERROR][Bot #1][06/18 02:55:38 PM]: Error in script onStart(): FruityNMZ java.lang.NullPointerException at com.fruityscripts.FruityNMZ.h(uc:218) at com.fruityscripts.FruityNMZ.onStart(uc:306) at org.osbot.rs07.event.ScriptExecutor.IIIiIiiIIIIi(am:26) at org.osbot.rs07.event.ScriptExecutor.start(am:50) at org.osbot.lpt5.IIIiIiiIIIIi(lab:47) at org.osbot.BotApplication.main(uy:278) [INFO][Bot #1][06/18 02:55:38 PM]: Terminating script FruityNMZ... [ERROR][Bot #1][06/18 02:55:38 PM]: Error in script onExit(): FruityNMZ java.lang.NullPointerException at com.fruityscripts.FruityNMZ.onExit(uc:354) at org.osbot.rs07.event.ScriptExecutor.IIIiIiiIIIIi(am:7) at org.osbot.rs07.event.ScriptExecutor.stop(am:796) at org.osbot.rs07.event.ScriptExecutor.stop(am:853) at org.osbot.rs07.event.ScriptExecutor.start(am:195) at org.osbot.lpt5.IIIiIiiIIIIi(lab:47) at org.osbot.BotApplication.main(uy:278) [INFO][Bot #1][06/18 02:55:38 PM]: Script FruityNMZ has exited! @Fruity
  7. 100 Combat, 80 Attack, 89 Strength, 70 Defence, 99 Ranged, 92 Hitpoints, 45 Prayer Has Fire Cape, 700 total level and no significant stats otherwise.
  8. Do accounts get banned often when you buy any? Or locked? Should I try to make sure the account I'm buying was made in an area close to me (so Europe for example instead of USA)? Should I wait until logging in for a while so it looks like I moved during that time period? Anyone have any experience with this?
  9. It would stop after the if statement evaluates to false, while just assigning it would always re-assign it, right? So the question is what takes more resources the (unecessary) re-assigning or the if statement.
  10. Constantly assigning a value in a loop for example done = false; or checking if it's needed using an if statement first (also in the loop) if (done) { done = false; } or is there no difference?
  11. Maybe you can try joining the Discord and ask there, you might get a quicker response.
  12. Yeah, I just mean I did that right before you commented.
  13. Yeah after some searching I simply did WalkingEvent walkingEvent = new WalkingEvent(afkPos); walkingEvent.setMinDistanceThreshold(0); execute(walkingEvent); Thanks anyway
  14. Position myPos = myPlayer().getPosition(); if (myPlayer().isUnderAttack() && myPos.equals(afkPos)) { lastAtk = System.currentTimeMillis(); done = false; afk(); } else { if ( (System.currentTimeMillis() > (lastAtk + timer) ) && !done) { reset(); } else { log("CURRENTLY HERE"); getWalking().walk(afkPos); sleep(random(450, 750)); } } I'm at Sand Crabs and sometimes the script will missclick so I want it to return to the afk tile, but it doesn't actually walk to it. The logger spams "CURRENTLY HERE" so it reaches the code, but the script doesn't move. Does this have something to do with how getWalking().walk(Position) works?
  15. Gam

    Fruity NMZ

    Do you have any idea if starting the script from CLI using mirror mode is supposed to work? I heard there's problems with that in general but maybe I'm doing something wrong. The script name shows up on the client in the top right side but stops after logging in. cd C:/Users/%username% for /f "delims=" %%x in ('dir /s /od /b OSBot*.jar') do set recent=%%x START C:\Users\NAME\jagexcache\jagexlauncher\bin\JagexLauncher.exe oldschool timeout 3 java -jar "%recent%" -mirror -login user:pass -world 315 -bot user:pass:1234 -script 698:"Ranged" echo %recent% pause
  16. Gam

    Fruity NMZ

    Does the paint pause when breaking/creating a new dream? Seems like the xp/hour is always lower than it should be after a few hours. Also, yesterday I came back to my script, it repaired barrows but was inside a dream without armour. Other than that, great script!
  17. I'm botting 2 accounts at Nightmare Zone right now, my goal on the first is to get 90/90/90 Atk/Str/Def, it also already has 70 Magic. The other is focusing on range, and I plan on getting 99 on it. I want to sell both accounts for at least €100 each. Are there any quests or other skills I should do to make them worth more? Preferably not something that takes a long time like Dragon Slayer 2.
  18. So we know about chain bans and that's why people use proxies, but I was wondering if simply botting on 2-3 accounts at once instead of 1 would increase the ban rate for your accounts? What do you think?
  19. Right, but doesn't that mean the starting point of the mouse when doing an action will be -1, -1 every time, when it previously executed moveOutsideScreen() which creates a pattern?
  20. getMouse().moveOutsideScreen()? snaps to the top-left corner of the screen after every moveOutsideScreen() call, so it enters the screen again from the same position, isn't this detectable?
  21. Hi, I would like to request a trial for your Sand Crabs script please.
×
×
  • Create New...