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
  • greekhaima

    Members
    • Posts

      102
    • Joined

    • Last visited

    Everything posted by greekhaima

    1. sleepUntil ( () ->org.dreambot.api.methods.magic.Magic.castSpell(toCast), 40); sleepUntil ( () ->Mouse.move(enemy), 300); Mouse.click(false); I have the following code but it will right click sometimes instead. Also tried this but it will move the camera randomly and weird sometimes: Magic.castSpellOn(toCast, enemy), 100)
    2. you can find proxies here of all types: https://proxysfree.com/ most of the time getting banned is the script
    3. @camalCase you are wise. Thank you very much. additional question, is there any way to debug dreambot scripts?
    4. PircBot - IRC chat now working This code works by itself but not integrated with Dreambot. Goal: I'm trying to get twitch chat to integrate it with my bot. Issue: Can't get messages from Twitch Can do: I can connect and send messages successfully to twitch but the reading part is not working. import org.jibble.pircbot.PircBot; public class TwitchChat extends PircBot { public TwitchChat(){ this.setName("TwitchPlays"); } protected void onMessage(String channel, String sender, String login, String hostname, String message){ log("new message:"); log(message); } } this is the code in the OnStart for dreambot: //twitchBot: TwitchChat chat = new TwitchChat(); chat.setVerbose(true); try { chat.connect("irc.chat.twitch.tv", 6667, "oauth:EXAMPLE"); } catch (IOException e) { log(e.toString()); } catch (IrcException e) { log(e.toString()); } chat.joinChannel("#b0aty"); log(chat.toString()); //chat.sendMessage("#b0aty", "coool");//WORKS Seems like the event is not being fired or cached. Any thoughts ? I have also found this website for free socks5 proxies which work great: https://freeapiproxies.azurewebsites.net/
    5. @Pandemic is there a handler for these kind of errors? or is there a way to read the console logs?
    6. is there a handler for these kind of errors? or is there a way to read the console logs? 10:27:35 PM: [ERROR] Failed to load worlds: java.net.SocketException: Connection timed out: connect at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:431) at java.base/java.net.Socket.connect(Socket.java:608) at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:177) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474) at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569) at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:242) at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:341) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1260) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1208) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1015) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1592) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) at org.dreambot.api.methods.world.Worlds.0(Worlds.java:123) at org.dreambot.api.methods.world.Worlds.0(Worlds.java:54) at org.dreambot.api.methods.world.Worlds.all(Worlds.java:185) at org.dreambot.api.methods.world.Worlds.getWorld(Worlds.java:289) at org.dreambot.api.methods.world.Worlds.getWorld(Worlds.java:278) at org.dreambot.api.methods.world.Worlds.getMyWorld(Worlds.java:348) at org.dreambot.api.Client.isMembers(Client.java:569) at org.dreambot.api.methods.container.impl.bank.BankLocation.lambda$new$13(BankLocation.java:152) at org.dreambot.api.methods.container.impl.bank.BankLocation.lambda$getSortedValidLocations$14(BankLocation.java:163) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176) at java.base/java.util.Spliterators... using proxies from:
    7. literally banned within minutes from the script. bump
    8. buying lvl 3s with tutorial island done discord: Alejandro7#5464
    9. smh. I'm literally answering a lot of questions and telling people where they could find hundreds of free proxies and i get a warning and everything is deleted lol. 

      1. Pandemic

        Pandemic

        That's correct, read the warning for the reason/details.

    10. pm me, interested in buying lvl 3 accs

    11. Im having the same issue, I think its an issue with the dreambot's API . It won't click high alch after the update I also tried deleting the cache
    12. another ban, this time just for the waterfall quest. At this point so many bans I don't recommend this
    13. I did start on GE, it bought all the items and did 1 quest correctly. Then the script walked to mountains between falador and camelot and got stuck. banned, got a few accounts banned with this script. You need to baby sit it, but overall its good, better than doing quests. a few more things, it work recognize cake as food.
    14. it gets stuck when walking from Camelot to falador. Example queue demon slayer and restless ghosts. For some reason it tries to walk and BAN!
    15. do you plan to add desert treasure and pre-req quests?
    ×
    ×
    • 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.