Jump to content

Lemons

Lifetime Sponsor
  • Posts

    620
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Lemons

  1. Long gone are the days where 24/7 botting anything had a low ban rate :p Now you gotta bot smart, and only use throw-away accounts, expect bans, etc.
  2. Double post :p Also, he probably wants it without using the color picker for more stability. Taking a point from the game screen is subject to different brightness, angles, etc.
  3. By posting the code saying its a Dynamic Sleep (with really not knowing what it means in the context of botting), in the tutorial section, seems to me your stating this is how sleeps should be done (when its not). If you don't have experience in coding for bots, why are you posting tutorials? If your looking for critique, you should post in a proper forum. Sorry, I'm not a nice person like Alek.
  4. Well he acted like I gave a damn where he worked before, maybe he should ask for help instead of just posting misleading code that could actually harm new developers. That is also another valid way ^^ I like my for loops though :p
  5. Don't show up somewhere you don't know acting like you know how it works. for (int i = 0; i < 40 && myPlayer().isMoving(); i++) sleep(100); That will check every 100ms that the player is moving, and if either 40 loops (~4 seconds) or the player stops moving it will stop.
  6. Umm... how is this a dynamic sleep? More of a what not to do :P
  7. They (jagex) started (somewhat) giving a damn is what happened.
  8. I am unsure of the issue then. I remember last time I used them it would take a while for them to kick in, but now I never use them. You'll have to wait for a dev to respond or someone with more knowledge atleast ^^.
  9. Make sure you select an option in the Random Event section of the account. You can either enable them one by one (for actual solve I believe) or select "dismiss all".
  10. Its possible, just use the ColorPicker API.
  11. You can add new domains anytime you want, the subdomains are more meant for standard-users (not botters). I'd suggest either registering a free one (.tk, .ml, .cf) or paying $10 for a domain. Adding it to the site is as easy as adding a DNS record.
  12. Unli.ml - Unlimited disposable email addresses Hello everyone! Not sure if this is the right section, but I would like to let you know about a website I created. Basically, you can sign up and get an unlimited amount of email addresses on-the-fly. How it works is: Its 100% free! - Sign-up at unli.ml - Add a subdomain (such as myjunkmail.unli.ml) or add a domain you own. - Send email to anything@myjunkmail.unli.ml - Login to web app to see the messages come in Basically, no more wasting time creating accounts just for a confirmation code! If you don't like activating your accounts, I have nothing for you Screenshots: Won't they just blacklist your domain? So far I have not had this issue, and I've made a lot of accounts with this site. If this happens, additional domains can be added by me (for public use) or by you (for private use). Free domains? http://freenom.com Check it out - unli.ml
  13. Due to this being pulled from the health bar above your head.
  14. Is true, but the block only last so long. I've probably made upwards of 50 accs in a day, not really trying (testing tut island script ). Also, here is some code I made for a java acc creator. (Note it's for a dead client I used to be a part of, so some relics may remain )
  15. For the hard-coded they mean you should not be using mouse.move(x, y) without randomization. That will get banned very quickly, as no human can hit the same spot over and over. I suggest reading through the API (its boring, but very informative) and learn about things like Interfaces, dynamic sleeps, etc. Also dig around for any source code available on here and read it, granted not all of it will be written well :p. The API is your best resource though when making scripts.
  16. OBS (Open Broadcaster Software) is good for recording most things. This is mainly for longer recording sessions with games/the whole desktop, but can be quite versatile and supports plugins. Jing is also another free option, offered by the creators of Camtasia (TechSmith). It will automatically upload the recording, requires an account, and has some restrictions iirc (recording length/etc).
  17. Sorry, main. is what I use in my scripts as I don't bunch it all in one class, updated the post. Check out the Dialouges API docs like josedpay said, it has most of the functionality you need. Else, take a look at the Interfaces API docs, it has more of what you were expecting.
  18. Easier way: if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); }
  19. Can you build it yourself? http://uk.pcpartpicker.com/p/frhDTW For the best option, its about 250€ cheaper according to the site, shipping/etc may differ. Only thing I do not see in any of these builds is a SSD, which is going to improve your computer for general use better than just a great GPU/CPU will (not saying those aren't great haves ). I would tack on a SSD with the cash you save from building it yourself.
  20. I have also noticed this issue, using depositAllExcept() when none of the exceptions are in the inventory generally involves it spam clicking the deposit button 4-8 extra times in a fraction of a second.
×
×
  • Create New...