camelCase 310 Posted August 4, 2023 (edited) cCMinnows AIO trains from lvl 3, gets 82 fishing in f2p, request mule for gold and buys bond, does fishing contest, does fishing trawler, goes to minnows, automatically mules off every user defined period of time As seen on Get free muling script here: https://sdn.dreambot.org/scripts?id=1569 Settings: after running the script once in Dreambot/Scripts/cCMinnows/settings.json you will find { "trawlerContributionLimit": 150, // needs to be over 85 i believe "trawlerBankCheckTimeMinutes": 10, // antiban :3 dont make this too high. leave as is "initialGP": 15000000, // the amount of GP the script will request from the mule for its bond, can probably be alot less than this "hoursUntilMuleOff": 24, // after this amount of hours it will convert all minnows to sharks, sell, and give gold to mule "gpRemainingAfterMuling": 500000 // it will leave this much gp on the account, can probably be less than 100k and still be fine } theres alot reactionTimes.json in that folder, modifying these values changes how quickly the script does actions. Want to pay with crypto? Edited July 23, 2024 by camelCase credit
SDN Bot 231 Posted August 5, 2023 cCMinnows - LVL3AIO has been approved and is now live on the SDN!Thanks!
SDN Bot 231 Posted August 5, 2023 cCMinnows - LIFETIME - LVL3AIO has been approved and is now live on the SDN!Thanks!
SDN Bot 231 Posted August 5, 2023 cCMinnows - LIFETIME - LVL3AIO has been updated and is now live on the SDN!It's currently at v0.0 and is available in the client!Changes:request 100k when you have straight up no goldTime since request was made: 1 hour, 32 minutes, 39 secondsThanks!
SDN Bot 231 Posted August 6, 2023 cCMinnows - LIFETIME - LVL3AIO has been updated and is now live on the SDN!It's currently at v0.0 and is available in the client!Changes:gate handle during fishing contestTime since request was made: 2 hours, 50 minutes, 31 secondsThanks!
Only Madly 6 Posted August 6, 2023 (edited) Having some problems running this. Does it need to be started on a f2p account? On my minnows acc it just teles to GE and freezes, also the files in cCMinnows show this Settings { "a": 150, "c": 10, "e": 15000000, "d": 24, "b": 500000 } Reaction Time { "c": 30, "b": 200, "f": 450, "e": 850, "a": 400, "d": 900 } And here's the errors shown in DB Log: Spoiler 2023-08-06 11:38:29 [INFO] Starting cCMinnowsAIOFARM now! 2023-08-06 11:38:29 [INFO] Loaded file: settings.json 2023-08-06 11:38:29 [INFO] Loaded file: reactionTime.json 2023-08-06 11:38:29 [INFO] Script set to running! 2023-08-06 11:38:29 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:31 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:31 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:32 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:32 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:33 [INFO] No bank cache, opening the bank. 2023-08-06 11:38:34 [INFO] Withdrawing coins from bank has item: false invCount/buyPrice: 0 12442 2023-08-06 11:38:34 [INFO] Opening bank - buy item 2023-08-06 11:38:35 [INFO] Withdrawing coins from bank has item: false invCount/buyPrice: 0 12442 2023-08-06 11:38:35 [INFO] you straight have no coins, making mule request for 100k 2023-08-06 11:38:35 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:35 [INFO] [MULE EVENT] - Getting a mule connection 2023-08-06 11:38:35 [INFO] [11:38:35] [INFO] Getting mule connection 2023-08-06 11:38:35 [INFO] connected! 2023-08-06 11:38:37 [WARN] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:37 [ERROR] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:37 [ERROR] at java.net.DualStackPlainSocketImpl.connect0(Native Method) 2023-08-06 11:38:37 [ERROR] at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 2023-08-06 11:38:37 [ERROR] at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 2023-08-06 11:38:37 [ERROR] at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 2023-08-06 11:38:37 [ERROR] at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:37 [ERROR] at java.net.PlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:37 [ERROR] at java.net.Socket.connect(Unknown Source) 2023-08-06 11:38:37 [ERROR] at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:479) 2023-08-06 11:38:37 [ERROR] at java.lang.Thread.run(Unknown Source) 2023-08-06 11:38:37 [INFO] [11:38:37] [INFO] MC closed: -1, Connection refused: connect 2023-08-06 11:38:38 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:38 [INFO] [MULE EVENT] - Sending mule request 2023-08-06 11:38:38 [INFO] [11:38:38] [INFO] Sending mule request 2023-08-06 11:38:38 [WARN] This script threw an error, contact the script writer. 2023-08-06 11:38:38 [ERROR] Exception has occurred while running! Please report error to developer if problem persists org.java_websocket.exceptions.WebsocketNotConnectedException at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:642) at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:618) at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java:435) at a3.a(a3.java:221) at a3.d(a3.java:69) at am.f(am.java:34) at aT.b(aT.java:215) at aT.a(aT.java:149) at G.a(G.java:125) at G.e(G.java:78) at c.onLoop(c.java:96) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:252) at java.lang.Thread.run(Unknown Source) 2023-08-06 11:38:39 [INFO] Withdrawing coins from bank has item: false invCount/buyPrice: 0 12442 2023-08-06 11:38:39 [INFO] you straight have no coins, making mule request for 100k 2023-08-06 11:38:39 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:39 [INFO] [MULE EVENT] - Getting a mule connection 2023-08-06 11:38:39 [INFO] [11:38:39] [INFO] Getting mule connection 2023-08-06 11:38:39 [INFO] connected! 2023-08-06 11:38:41 [WARN] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:41 [ERROR] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:41 [ERROR] at java.net.DualStackPlainSocketImpl.connect0(Native Method) 2023-08-06 11:38:41 [ERROR] at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 2023-08-06 11:38:41 [ERROR] at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 2023-08-06 11:38:41 [ERROR] at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 2023-08-06 11:38:41 [ERROR] at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:41 [ERROR] at java.net.PlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:41 [ERROR] at java.net.Socket.connect(Unknown Source) 2023-08-06 11:38:41 [ERROR] at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:479) 2023-08-06 11:38:41 [ERROR] at java.lang.Thread.run(Unknown Source) 2023-08-06 11:38:41 [INFO] [11:38:41] [INFO] MC closed: -1, Connection refused: connect 2023-08-06 11:38:41 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:41 [INFO] [MULE EVENT] - Sending mule request 2023-08-06 11:38:41 [INFO] [11:38:41] [INFO] Sending mule request 2023-08-06 11:38:41 [WARN] This script threw an error, contact the script writer. 2023-08-06 11:38:41 [ERROR] Exception has occurred while running! Please report error to developer if problem persists org.java_websocket.exceptions.WebsocketNotConnectedException at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:642) at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:618) at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java:435) at a3.a(a3.java:221) at a3.d(a3.java:69) at am.f(am.java:34) at aT.b(aT.java:215) at aT.a(aT.java:149) at G.a(G.java:125) at G.e(G.java:78) at c.onLoop(c.java:96) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:252) at java.lang.Thread.run(Unknown Source) 2023-08-06 11:38:42 [INFO] [SYSTEM INFO] DreamBot Version: 3.20.0 / Script Running: cCMinnowsAIOFARM v0.0 by camalCase / Java: Oracle Corporation version 1.8.0_381 / OS: Windows 11 version 10.0 / Memory: 177.49MB used out of 494.94MB total 2023-08-06 11:38:42 [INFO] Withdrawing coins from bank has item: false invCount/buyPrice: 0 12442 2023-08-06 11:38:42 [INFO] you straight have no coins, making mule request for 100k 2023-08-06 11:38:42 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:42 [INFO] [MULE EVENT] - Getting a mule connection 2023-08-06 11:38:42 [INFO] [11:38:42] [INFO] Getting mule connection 2023-08-06 11:38:42 [INFO] connected! 2023-08-06 11:38:44 [WARN] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:44 [ERROR] java.net.ConnectException: Connection refused: connect 2023-08-06 11:38:44 [ERROR] at java.net.DualStackPlainSocketImpl.connect0(Native Method) 2023-08-06 11:38:44 [ERROR] at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) 2023-08-06 11:38:44 [ERROR] at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) 2023-08-06 11:38:44 [ERROR] at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) 2023-08-06 11:38:44 [ERROR] at java.net.AbstractPlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:44 [ERROR] at java.net.PlainSocketImpl.connect(Unknown Source) 2023-08-06 11:38:44 [ERROR] at java.net.Socket.connect(Unknown Source) 2023-08-06 11:38:44 [ERROR] at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:479) 2023-08-06 11:38:44 [ERROR] at java.lang.Thread.run(Unknown Source) 2023-08-06 11:38:44 [INFO] [11:38:44] [INFO] MC closed: -1, Connection refused: connect 2023-08-06 11:38:45 [INFO] [MULE EVENT] - on loop 2023-08-06 11:38:45 [INFO] [MULE EVENT] - Sending mule request 2023-08-06 11:38:45 [INFO] [11:38:45] [INFO] Sending mule request 2023-08-06 11:38:45 [WARN] This script threw an error, contact the script writer. 2023-08-06 11:38:45 [ERROR] Exception has occurred while running! Please report error to developer if problem persists org.java_websocket.exceptions.WebsocketNotConnectedException at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:642) at org.java_websocket.WebSocketImpl.send(WebSocketImpl.java:618) at org.java_websocket.client.WebSocketClient.send(WebSocketClient.java:435) at a3.a(a3.java:221) at a3.d(a3.java:69) at am.f(am.java:34) at aT.b(aT.java:215) at aT.a(aT.java:149) at G.a(G.java:125) at G.e(G.java:78) at c.onLoop(c.java:96) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:252) at java.lang.Thread.run(Unknown Source) Edited August 6, 2023 by Only Madly
camelCase 310 Author Posted August 7, 2023 8 hours ago, Only Madly said: Having some problems running this. Does it need to be started on a f2p account? On my minnows acc it just teles to GE and freezes, also the files in cCMinnows show this the error its showing is a connection to cCMule,, its trying to buy a combat bracelet to go to minnows, the settings files will need to be deleted after the update im pushing rn because they're completely fucked if you want it to just catch minnows start it on the minnows with full anglers & a combat bracelet, small net in inventory, set "d": 5000 d is meant to say muleofftimer or something like that, will say that once next updates approved
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now