Jump to content

Satire

Scripter I
  • Posts

    416
  • Joined

  • Last visited

  • Feedback

    100%

1 Follower

About Satire

Profile Information

  • Gender
    Male

Recent Profile Visitors

7364 profile views

Satire's Achievements

Black Poster

Black Poster (5/10)

109

Reputation

  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.
×
×
  • Create New...