Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • elusivestudio

    Members
    • Posts

      48
    • Joined

    • Last visited

    • Days Won

      2

    Everything posted by elusivestudio

    1. Hey everyone, I know I haven't posted in awhile - between work, house projects etc I've been extremely busy. I decided to do more iterative releases again so you can get immediate improvements. Here is v2.0.0! What's in it? -Lowered timeout while checking for error 15/captcha -Fixed broken proxy system (literally didn't work in 2.0-beta) -Authenticated HTTP/HTTPS Proxies are here! To use auth proxies, open the proxy setup menu and select "authenticated". They are setup similar to free, as an enter separated list, using ":" to separate info.. example: 127.0.0.1:8080:username:password 124.66.211.64:80:jnbvvsq:LeMxccApkKeXc https://www.mediafire.com/file/k1eah8hs3sj5hwo/RSAccountFire_v2.0.0.exe/file
    2. Sad to hear that To help me understand and hopefully be able to solve it, could you please tell me the following: 1) Using v1.0.0 or version 2.0-beta? 2) Did you have mobile emulation enabled or disabled? 3) Did you use the chrome patcher to patch your chromedriver.exe? 4) Are you using proxies, vpn, or nothing? Thanks!
    3. UPDATE: It was brought to my attention that I compiled the chrome patcher without linking the proper DLL's... thus requiring people to download Cygwin/MinGW Here is a re-compiled version, fully packaged with the right DLLs. Should run with no issues https://www.mediafire.com/file/qotel1ukt189owl/chrome_ptchr.exe/file
    4. v2.0-beta is now available for download! The project keeps expanding and itll keep doing so, therefore I've decided to release the current build as v2.0-beta. This does *not* currently support authenticated proxies, however that feature is in the works, along with a bunch of other great stuff - from advanced account authentication options to Captcha API key support. Even further down the pipeline is bot integration. As always, please post any bugs or issues you experience here! Download: https://www.mediafire.com/file/xuwvnxi180a44eq/RS_AccountFire_v2.0-beta.exe/file
    5. Oh excellent to hear that you have another computer that can use it. Please let me know if the Chrome re-install works when you have a chance, as I am a very stubborn person with these things, this will bother me until I figure it out lol! I'll look into other potential solutions as well
    6. Sorry the link from the last post was DOA.. here is the download: https://www.mediafire.com/file/fkardjks2y94am8/debugger_1.1.jar/file
    7. Here you go - I included 3 tests in here.. Try checking the test1 box to see if that works, if not try checking both test 1 and test 2... If THAT fails, then you can try checking the "test3" box and using default entered value of port 0. If still nothing, you can try throwing in a custom port and see. Hopefully it works with just test 1\test 2 Let me know how it goes and I can integrate this feature into the upcoming release.
    8. No problem thanks for bringing this to my attention! After some research it seems like your system is missing a critical file "DevToolsActivePort" which selenium needs to hook into. It seems like a not-so-easy issue to solve on the user side so: Later today when I'm back home I will create another debugging tool with some changed flags that should prompt your system to build this path, you can test it and if it works, ill add it to the next release so it works for you/anyone else that may potentially run into this problem
    9. So I whipped together this little debug program real quick. All it does is run a super basic script for using Selenium to open google.com and output what it's doing as it goes along. Here is a download for it... If you could run that and then tell me what shows up in the log window that should help us solve this https://www.mediafire.com/file/470txsl0yje4wz3/debugger_1.0.jar/file
    10. I noticed in your post that you had said you downloaded chrome driver 88 but in the screenshot it shows 89. Which version of Chrome are you running?
    11. hmm, let me see if I can help - does the program create the RSAF directory when you open it? - when you hit the button to start the account creator does a chrome browser window open or just nothing at all? - do you get a "chrome driver successfully started" when you type chromedriver into a command prompt?
    12. UberJason hit the nail on the head with this. Some additional recommendations I can make for avoiding error 15: - use the chromepatcher if you haven't already, if you have troubles with it let me know... sounds like I may need to recompile it - enable mobile emulation mode
    13. Thank you for this info, I am now running into an issue with testing where I am getting the white "pardon us" page This is directly from Distil which is the bot detection software. I'm not sure yet if Jagex has changed something or one of the changes in this software has caused this to happen. I am going to need to run some tests with the current v1.0.0 and the v2.0 build I have to see. Hoping its something I did and not another hurdle from Jagex 🤞
    14. Just to make sure this next release is of the highest quality possible- could you briefly explain what you mean by "whitelabel error"? That way I can make sure its already handled and if not, take care of it before release
    15. Currently no - but it will soon EDIT: And by soon I mean I'll have it in the next release... I don't have any auth proxies to test this however, so I'm going to need you to test it and get back to me! Thanks
    16. Hi all I know some people follow along for updates so I figure I'd give the most recent I've got I've decided that the next release is going to be v2.0 - so many things have changed that it doesn't deserve to be part of v1.x The GUI is further improved from the above photos to allow for easy future feature additions. The engine has been severely overhauled to improve randomness and further prevent detection (including UAs, mobile emulation, fingerprint spoofing, &more). Drastically improved error handling (tons of potential exceptions caught, doesn't hang up on website thrown errors etc) and user feedback with log system (and configurable verbosity). Ability to save proxy list and save entire program configuration for ease of use - just open and run!, options for save format (txt, excel, json, xml), additional path config options, and more! tldr; This is a massive improvement update with a new sleek GUI and total engine overhaul. Hope to have it out within the next couple days, thanks for your patience 😃
    17. Hi all - for anyone who uses VPN mode (I have NordVPN)... to get the .ovpn configuration files they have this webpage you can download from: https://nordvpn.com/ovpn/ As you can see.. kind of a pain in the ass to get a bunch of them. You have to click each individual file. I wrote this simple piece of javascript to rip the entire page. (might need to be tweaked if not using nordvpn). Press F12 to open the developer tools, and then paste this into the console and hit enter: for(var oCt = 0; oCt < document.querySelectorAll("a[href$='.ovpn']").length; oCt++) { document.querySelectorAll("a[href$='.ovpn']")[oCt].click(); await new Promise(resolve => setTimeout(resolve, 500)); } It should click every link on the page that contains a .ovpn download file
    18. Since I had finished the main features I wanted to catch up on error handling, bug fixes, and QOL changes. To accommodate future changes that expand features (integration & management) I had to completely rework the GUI. IMO it looked awful anyway and needed to be fixed up. Here is the GUI for the next release
    19. Hi all, between renovating my house & work I haven't had much time. I am planning to release a v1.1.0 in a few days. Here are some features I have added. If anyone has any features they would like to see in this next release please post and let me know! - toggleable log/debug window that displays feedback from the program as it runs - file->experimental flags window that allows user to set some experimental features - automatically detect and move past error 15 and captcha occurrences (note: this does NOT mean it solves them, it just detects them and quits immediately, moving onto the next account. Rather than wasting time and getting hung up) - file->save settings to save your current setup and automatically load it on program launch - larger pool of UAs - more options for mobile emulation - further improvements to anti bot detection methods (shoutout to @notsmile for that link)
    20. Very interesting, when I have a chance I'm going to look through the source code and see what they're doing for undetectable patching. Thanks!
    21. It's officially here! v1.0.0 release! VPN Mode Information: This mode requires OpenVPN to be installed! You may have noticed the file is now a .exe - why you ask? VPN mode requires admin privileges to work, so this is just a simple wrapper to allow for privilege escalation. It still runs on Java. When starting the program it will automatically create a folder "RSAF" in the same directory as the program. You can set the username and password for your VPN through the program GUI, or by editing "RSAF/vpn/credentials.txt" To add VPN connections, navigate to "RSAF/vpn/ovpn_files/" and add all of your config files. The program will loop through this directory as it runs. Below is a screenshot example using config files from NordVPN. v1.0.0 (RELEASE) - GUI Overhaul, better organization and grouping - custom domain names can now be entered instead of using the dropdown - full VPN support! - paths for chromedriver.exe and openvpn.exe are configurable through the file->configuration menu - random password generation added
    22. Love to hear that! I am planning to add integrations into DreamBot (such as tut island as you mentioned) as I actually just saw an account creator/manager program that someone is selling which includes this feature as well as AI based captcha solving. It definitely inspired me to expand this program out to have even more features! Best of all, I never plan to sell this program, it will *always* be FREEWARE. Currently in my spare time I've been working on the VPN support (hooking into OpenVPN) and some final improvements. Once this is done I'll release v1.0.0. From there, we are out of alpha and all minor builds will simply be bug fixes and QOL improvements. The manager suite for automatically sending to tut island and Captcha solving will be part of a v2 release in the future
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.