Giter Club home page Giter Club logo

db-launcher-tool's Introduction

DB Launcher Tool by Proto

Allows you to use the new Jagex launcher with DreamBot

Requirements

  • Java 11 - Direct download
  • Have opened Dreambot at least once
  • Have the new Jagex launcher installed and setup alongside either RuneLite 1 or HDOS 1.
  • Must be running on Windows. No Mac/Linux support.

How to use

  1. Download the latest release from here

  2. Extract both files into the same folder

  3. Open db-launcher-tool.jar

  4. Set your settings, and click Replace launcher.

    You can now open DreamBot from the Jagex launcher with new runescape accounts.


cli-forwarder source can be found here

Footnotes

  1. This will replace the chosen client with DreamBot. If you want to use either one again, you will need to reinstall it. 2

db-launcher-tool's People

Contributors

protoprize avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

db-launcher-tool's Issues

Bug: Using proxies leads to exception

Thanks for the launcher, it works without proxies. But botting with proxies is the norm. When using proxies, the following exception is found:

2023-12-23 23:16:40 [INFO] Successfully set initial world to 500! 2023-12-23 23:16:44 [ERROR] javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:130) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:378) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:316) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1318) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1195) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1138) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:393) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:476) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:447) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) 2023-12-23 23:16:44 [ERROR] at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:586) 2023-12-23 23:16:44 [ERROR] at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187) 2023-12-23 23:16:44 [ERROR] at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1446) 2023-12-23 23:16:44 [ERROR] at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1417) 2023-12-23 23:16:44 [ERROR] at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:219) 2023-12-23 23:16:44 [ERROR] at ap.ar(Unknown Source) 2023-12-23 23:16:44 [ERROR] at ap.ao(Unknown Source) 2023-12-23 23:16:44 [ERROR] at ai.call(Unknown Source) 2023-12-23 23:16:44 [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 2023-12-23 23:16:44 [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 2023-12-23 23:16:44 [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 2023-12-23 23:16:44 [ERROR] at java.base/java.lang.Thread.run(Thread.java:1583) 2023-12-23 23:16:44 [ERROR] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:388) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:271) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.validator.Validator.validate(Validator.java:256) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:230) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1302) 2023-12-23 23:16:44 [ERROR] ... 23 more 2023-12-23 23:16:44 [ERROR] Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:148) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:129) 2023-12-23 23:16:44 [ERROR] at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297) 2023-12-23 23:16:44 [ERROR] at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:383) 2023-12-23 23:16:44 [ERROR] ... 28 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.