Jump to content

Satire

Scripter I
  • Posts

    416
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Satire

  1. Hey man, what program do you use?
  2. How does it operate? It nulls out on me during initialization of my class constructor. Sometimes it returns null, sometimes it doesn't. Is there a way I can force reload the ItemDefinition list? This is really a core part of my script... Or will I have to hardcode the ID's I use... EDIT: dw, I just hardcoded it. 0 issues now, I run too many bots for me to rely on .forID, it just isn't reliable whatsoever. the Z getter is not actually the camera's scale. The actual Z for the scale doesn't "exist". Wish I knew why it wasn't public lmao
  3. Is the camera Z meant to be the zoom or just the Z axis of the camera? If no, how would I be able to tell when it hit max zoomout? I know there's a call for checking if the scale is defaulted, but I want to see the scale value itself. Doesn't seem to be a getter for it either Secondly, ItemDefinition.forId(1993) returns null, is it broken? I recall it working properly when I last tried it, don't know why it doesn't work now... EDIT: Sometime's it's broken, sometime's it works. How can I make it work 100%? I just opened my bank, closed it and then re-ran the test script. Magically, it started working again... 1993 = Jug of wine.
  4. You will keep getting banned, especially on twitch prime month. They now track which membership method you used to subscribe. Using any public bots mouse movement system will also get you banned. The only way to stay unbanned is by making your own mouse handler and make it move pretty humanlike. I've had a lot of success with it, yet to be banned. Nearly hitting 2.2k TL. Wagex's system is a meme. Note: I am only testing 1 acc atm, just to keep things certain. Once banned (If I get banned), I will test it in a mass.
  5. Jagex either can't or won't do anything about it. I don't think their bot detection system could even catch it without manually looking at each and every person. But I do agree with you, I see all the pures that usually have mass risk do it. Best thing to do is to never pk in those worlds. Pking at revs is much better, you are much likely to vs someone properly (in the 1v1 zone). Since a lot of the new players are there, instead of PVP and BH worlds. Very vague. Do you have a video of it in action? To what extent did you use it etc..
  6. I was merely giving you an alternative (if you can't get selenium to work). Also, no. If you look up what a "POST" request is, you will understand how websites work. When you use selenium, it makes your life easier by parsing the full HTML and then you just invoke certain functions for that web page. In reality, the web page sends a POST request to their site, with the recaptcha response code. It then sends back a response the your browser, which will then redirect it to whatever redirect the api chose. This redirect can be to "acc successfully made" or "ip has been blocked, too many creations in a short period of time" (for let's say, creating an acc). You don't really need selenium at all, tbh. This just wastes so much ram. Currently, my unlocker wastes 1mb ram TOTAL and uses 0.00000000005% of my cpu usage. This will allow for massive multi threading and also, for you to be able to unlock things on the fly. Let's say you have a farm with 3000+ bots, each dedi has 200-400 bots inside of it. Then you want to use selenium to unlcok accounts. You're going to run out of ram so fast, your dedi will most likely crash (unless you told windows to close other processes to preserve ram). I'm not sure if this will work, try the allow reflections param. See if set permissions does something too. It's a bummer that osbot does block certain imports because people miss-use it for dodgy stuff. But I also believe, they have to have an option to disable it. Also, I made an unlocker and every 1-2 password resets, your ip gets blocked for 1 hour. So if you're wanting to do some mass farming, you're going to need a lot of private proxies.
  7. They actually can. I saw a post of a dude telling Weath he didn't bot. Weath then said "you were using a botting client, you were botting". So I for one, think they can. The data could possibly be spoofed, but I reckon they have a way to be able to tell what clients you're using (from let's say official, runelite, osuddy and konduit). However, I don't think they take it into account when banning. The only thing I've noticed is they ban you when you have very similar interactions (doesn't matter about mouse movements).
  8. Just use 2captcha? If you don't understand what you're doing, you won't know how to get around their changes. Do some reading and you'll figure it out.
  9. Login to rs and store the cookie for the session. Set cookie header and receive the post request used to send a pw request. Check said email, grab that pw reset link. Use same cookie to send the post request that resets your pw. Change pw on client to the pw you just set. It's as simple as that
  10. The actual code is pretty damn big. It's like 9000 lines. So yea... quite hard to debug. From what I can see, nothing in onStart can NPE, so I think it's safe to say that isn't apart of it (since this also happens randomly, throughout the duration of the script). I've made a few changes, will see how it goes.
  11. Aah Ok, that makes sense. But what doesn't make sense is why the script stopped.
  12. Yea, I have a try/catch block to catch npe's, but an exception is never caught (in this case). When there is an exception, it gets caught and the script still runs. So essentially, I'm not allowed to have a try/catch block in my onloop? I don't really see how that breaks it all, given it isn't even wrapped around the whole function (rather than just my node handler).
  13. So when I use CLI, I witnessed this weird "error". This is not coming from my script. It basically stops the script and says "no value present". This only seems to happen when I launch it with CLI, 20% chance of it happening. Which is a big problem for me, since I'm going for a mass scale client run here. EDIT2: script just randomly stopped too, for no apparent reason. I don't have any stops being called and this only seems to happen with cli & slow proxies. For whatever damn reason too...
  14. Gathering data cause I have my suspicions. Would love to say more, but can't conclude without verifying it first.
  15. Disputed member: https://osbot.org/forum/profile/318332-ulgodza/ Thread Link: Explanation: Bought a Zulrah account off him, was doing zulrah when acc got kicked and said it locked cause stolen. went to email and it said password recovery requested. Evidence: https://www.blockchain.com/btc/tx/d870c74ebfddf6380ab7ed2007d649f90e91028228f27af14bd53bddf4c0ea0c
  16. For the 2nd suggestion, all it takes is 1 player to do it for you to receive a ban but I don't think either of the suggestions are too hard to implement. Also could you please add an option to just AFK at the particular location for now if you get crashed, thanks.
  17. When this script gets crashed it's very bot-like. Suggestions: When force attacking wait until the crab you're killing has died before returning to the original tile (this is if there's a crab under you it will spam click between the crab and the spot) Square attack range needs to be extended and further more for people using magic/range as if someone lures the crabs outside of your 3x3 the bot will just stand there and do nothing Other than that running good so far.
  18. Tabs are client sided btw. Hovering over any sort of exp isn't tracked at all. Same thing with camera movement. They record mouse data every 50ms, but a source had told me that this is just a placebo and they don't actually collect or use that data. So it's there to probably throw people off. Nobody knows how they detect bots, but I'd have to say they use some sort of algorithm to detect the random distribution of interaction intervals. I was able to test this a loong time ago. I had 2 fresh proxies (never used before, NOT sold on ANY website). I had 2 sand crab scripts in the same spot. One of the scripts would always reset the second the agro went away, while the other reset randomly (act like it was afk). Not to my surprise, the one who reset randomly didn't get banned for 1 full month while the one who reset the second it could, got banned in a week. They're probably just good at what they do to allow them to ban so efficiently. However, you must take note that they are hiring a new anti cheating specialist (due to the increase of players). This kind of does tell you most of what they do is manual and bans aren't "automated" so-to-speak. Nonetheless, I've been botting on my pure and I haven't been banned in 1 year. This pure is maxed as hell with almost maxed out skills (for the elite achievement diary). So from my testing, I think I have been able to find a way to never get banned, period.
  19. They are currently only banning botfarmers. They are most likely just taking most of the bots and keeping track of them, for the next bot busting stream. I'm pretty sure either after Christmas or during New Years, there will be another livestream. I've been botting 24/7 for the past week, getting as many levels as I can. Basically hoping for 2k skill total and a 2 day ban. 500 total levels left lmao. If I get a perma ban, I'd be pretty sad. But on the one hand, I didn't spend much time on this account. On the other, I would've lost quite a bit of electricity lmao. I know someone who's been 24/7 botting for the past month and still not banned, so somethings fishy. Abuse it while you can because rest assured, there will be a massive banwave soon.
  20. Can vouch, has a really good service! Probs one of the best imo.
  21. Best way to learn is by trial and error : )
  22. Mate, this has nothing to do with anything client related. The launcher just sets everything up, so it can launch the game. All this is doing is adding registry's and shit like that to allow it to be on your start menu, desktop etc... Sure, they m ight have some type of logging such as "isdebuggerpresent", but what would that even do to your rs account? It runs a seperate jar file through the launcher, it doesn't actually run the game through the launcher itself.
  23. As per title, I'm wanting to buy an account with 80+ ranged. It must have Animal magnetism done. I'm only willing to trade with trusted people.
×
×
  • Create New...