Jump to content

Adept

Lifetime Sponsor
  • Posts

    346
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Adept

  1. The Entity interface provides a getArea method to generate an area of a certain radius around an entity. Does the API provide something similar to generate an area around a position?
  2. Post your prices below. Don't PM me.
  3. except he resells private scripts srsly tho love this series
  4. I've noticed that when using a WebWalking event, the bot clicks the next destination/position when it's around 4 tiles away from the current destination (marked by the red flag on the minimap). However, when I use a WalkingEvent and generate a path using Explv's OSBot Map, it clicks the next position when the bot is around 2 tiles away from the current destination. Is this simply due to the distance between the positions generated by the map and the distance between the positions generated by the WebWalker being different or is there another factor which is coming into play? ie. is the time when the next position is clicked solely dependent on the distance between positions?
  5. Oh dang, check on this. I forgot to take the barriers into consideration. Thanks Apa.
  6. If you spawn camp the implings, yes. You do not need snares.
  7. context pls? diggin' the new sig
  8. Oh, okay. Thanks for the clarification. What about HWID then?
  9. Even though proxies can be used to "spoof" different IPs, doesn't the MAC address, which is common for all the bots running on the same computer (home pc or vps), reveal that they all are running on the same machine? Has it been confirmed if Jagex use it to chain-ban accounts?
  10. What about the impact on resources? Will frequent use of gRandom instead of random lead to a drastic increase in CPU usage due to more computations?
  11. Thank you so much for your help! Wishing you continued success with your gold farm!
  12. How can I drink a potion while webWalking if run energy drops below a certain amount?
  13. The constructor for BankSlotDestination requires a an integer named "widgetSlotId" as its second parameter. https://osbot.org/api/org/osbot/rs07/input/mouse/BankSlotDestination.html The documentation provides no definition for the value. What is it?
  14. Being in the company of friends helps. When I'm alone I intentionally think of something that angers/enrages me and channel that anger into energy.
  15. Both of the above can be used to manipulate the mouse. What are the advantages and disadvantages of each? I am attempting to click and move the mouse in quick succession (with the least possible delay). Which approach of the two is most suitable? Is there any way to combine multiple mouse events into one?
  16. I'm afraid I can't share my source code since it's a private method. Thanks to all those who've shared some insight! I'll go through the code and amend according to your recommendations.
  17. Interesting. Can you explain why not? Should I use WalkingEvents instead?
  18. I've noticed that the client lags considerably when running my script. What measures can I take to ensure that my script consumes as little resources as possible? I've increased the onLoop counter to reduce loops per minute and am also using a series of "else if" conditional statements instead of a series of "if" statements to reduce the number of conditions checked. What else can I do?
  19. Lose the animation or animate it differently. Edit: You changed it and I like it better now.
  20. So that's like what? A total of circa 4b each month? Damn. Impressive, to say the least (if you manage to pull it off). Good luck.
  21. You posted in your other thread that you were making almost $100 a day. That's way more than 1b/month. So your goals for this month are less than what you were making in previous months? No disrespect intended, simply confused.
  22. According to the thread linked below, free users are allowed a maximum of two clients. However, I am prompted to buy VIP when running the second client. How many clients are free users allowed?
×
×
  • Create New...