Jump to content

Nor3g

Members
  • Posts

    101
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Nor3g

  1. A software I made myself. It handles everything from bot-mule communication to bot launch, mule launch, calculate profits etc. You can read more about it here:
  2. Nor3g

    Fire&forget Botfarm

    So the things I've been fixing lately: Found proxy vendor that gives one IP with two ports to be able to create accounts via Http and play them on SOCKS via the same IP. This way I hope to not need an account unlocker. Implemented proxy system for mules to safeguard funds. Profits atm is 267$/m for the 70 bots after costs. With the new proxy system I hope to reduce the banrate of the mules to get a nice 300+$/m. Plans for the future: Buy up to three more servers with the same profitability. Longterm: Automate sale of gold. Example: Make a deal with one of the major gold selling websites and setup a server where they can connect and enter in their world and playername when they receive an email from the farm manager that it has x amount of coins to sell. mule coin value >= 10m logs in and trades over its cash to the website representative. This can potential reduce loss due to bans because I can't be online 24/7 and sell all the gold. The downsides is that my operation might be too small to make it worthwhile for the gold selling website, and offering a discount will nullify the gain. The upside is that it takes out all the work from the operation so that I literally don't have to do anything at all to have it run. As this project is nearing completion code-wise I have shifted my focus to learn python and machine learning. This project has been a great introduction to programming and I feel like I have laid the groundwork for actually becoming a professional programmer. Next year I will start at a University to study computer science and hopefully gold prices haven't dropped to RS3 levels by then so I can count on my farm to pay for some of my expenses!
  3. I did work it out! Thanks for all the help guys. I made my farm manager print out the commandline it used to launch and there was indeed an error there. After I fixed that everything worked perfectly!
  4. I don't think it's the proxy I am using that is the problem, since it works just fine when i launch the osbot.jar and manually enter it. The problem is exclusive to CLI launch.
  5. Im currently just launching one client with the proxy. The proxies does not require username passwords so the format i'm using is "-proxy ip:port". Does the -proxy have to come before and after some of the other arguments? Currently I'm writing the arguments in this order: -login -bot -world -proxy -script -allow -debug
  6. Hi! I just started experimenting with proxies on my farm and the one I bought works fine when i just launch the jar file, enter in the information and start Osbot. However, my farm manager launches via CLI and when I launch the client through CLI I get an error: [INFO][08/14 04:29:58 AM]: Loaded 3 RS accounts! [ERROR][08/14 04:30:01 AM]: Can't connect to SOCKS proxy:Connection refused: connect [INFO][08/14 04:30:01 AM]: Welcome to OSBot 2.5.53! [ERROR][08/14 04:30:03 AM]: Failed to load hooks! java.lang.NullPointerException at java.nio.ByteBuffer.wrap(Unknown Source) at org.osbot.BotApplication.IiiiIiiiIiiI(er:325) at org.osbot.Af.IiIiiiiIIIIi(dv:177) at org.osbot.BotApplication.main(er:218) [DEBUG][Bot #1][08/14 04:30:03 AM]: Initializing stealth injection bot... [INFO][Bot #1][08/14 04:30:03 AM]: Downloading latest RS2 old-school client parameters... [INFO][08/14 04:30:06 AM]: Started bot #1 Debug output: Starting local script with name: identify Debug enabled on port 0 [DEBUG][08/14 04:29:57 AM]: Injected 2 field list filters [DEBUG][08/14 04:29:57 AM]: Injected 2 field filters [DEBUG][08/14 04:29:57 AM]: Injected 2 method list filters [DEBUG][08/14 04:29:57 AM]: Injected 3 method filters In debug mode! Listening for transport dt_socket at address: 54645 Stealth injection class-filter enabled! Successfully loaded OSBot! [INFO][08/14 04:29:58 AM]: Loaded 3 RS accounts! [ERROR][08/14 04:30:01 AM]: Can't connect to SOCKS proxy:Connection refused: con nectFailed to download user SDN script list from server. Loaded 4 local scripts and 0 SDN scripts. [INFO][08/14 04:30:01 AM]: Welcome to OSBot 2.5.53! java.net.SocketException: Can't connect to SOCKS proxy:Connection refused: conne ct at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewH ttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Sou rce) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Sourc e) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour ce) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect (Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$100(Unknown Source ) at sun.net.www.protocol.http.HttpURLConnection$8.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$8.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Sourc e) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown S ource) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk nown Source) at org.osbot.JA.IIiiIiiiIiii(vp:474) at org.osbot.BotApplication.IiiiIiiiIiiI(er:325) at org.osbot.Af.IiIiiiiIIIIi(dv:177) at org.osbot.BotApplication.main(er:218) [ERROR][08/14 04:30:03 AM]: Failed to load hooks! java.lang.NullPointerException at java.nio.ByteBuffer.wrap(Unknown Source) at org.osbot.BotApplication.IiiiIiiiIiiI(er:325) at org.osbot.Af.IiIiiiiIIIIi(dv:177) at org.osbot.BotApplication.main(er:218) [DEBUG][Bot #1][08/14 04:30:03 AM]: Initializing stealth injection bot... [INFO][Bot #1][08/14 04:30:03 AM]: Downloading latest RS2 old-school client para meters... Bot failed to initialize! It is very likely that you are using a proxy that is n ot configured correctly. If you are using command-line (CLI), ensure your settin gs are correct. java.net.SocketException: Can't connect to SOCKS proxy:Connection refused: conne ct at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) [INFO][08/14 04:30:06 AM]: Started bot #1 at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Sou rce) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Sourc e) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Sour ce) Waiting for the game to load before starting script... at sun.net.www.protocol. http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown S ource) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source ) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Sourc e) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So urce) at org.osbot.lpT8.IiIiiiiIIIIi(ni:15) at org.osbot.rs07.RS07Parameters.IiIiiiiIIIIi(qg:188) at org.osbot.rs07.RS07Parameters.<init>(qg:82) at org.osbot.core.inject.RS07ClientInjector.inject(hr:176) at org.osbot.rs07.Bot.initialize(xn:638) at org.osbot.Af.IiIiiiiIIIIi(dv:99) at org.osbot.BotApplication.main(er:218) Script did not start automatically! Game took too long to load. Any help is very appreciated!
  7. Nor3g

    Fire&forget Botfarm

    2 months for a working program. No previous professional programming experience. It is more effort to run than what it would seem. I took a break for 2 months in the middle of the 6 months I've been going at it. Most of your time will be spent not building the initial setup, but maintenance and optimization. When I have everything working (I don't yet), I can scale it up until the GE prices starts to crash. Running enough bots, you will overwhelm the GE with the item you are trying to farm, tanking prices. This is the major issue with gold farming for me atm. EDIT: Say for example you had the theoretical monopoly on Coal ore in the game. It is one of the most traded items on the GE. In the last seven days, 224 Million coal ores were traded. In this scenario, all of this coal was bought by consumers to be manufactured into different items. They all bought it from you at the current GE price of 230 something gp each. That works out to about 15.5K each week, putting the total value on the coal trade at 60K USD a month, split that by say, 10 farms all farming it and it comes out to 6k USD a month. All of these assumptions are wildly unrealistic, so lets multiply that value by 0.2 and you have a measly 1200 USD for each farm. Nevermind the fact that with your entry into the market, you risk yet another price tank and then a war of attrition on who shuts down their farm first. I estimate that the total value of the OSRS gold market is less than what i anticipated when I got into it, but now I'm too deep in, so I'll have to make it work. Im not saying it's not worth it, or that there isn't money to be made, but it might be less potential than what you think.
  8. It is possible but it is much harder. You would need to be able to fool Googles anti-bot system, and that is far more sophisticated than anything Jagex has. If you have that under control then the process would be fairly simple and you wouldn't be asking this question so I'm going to go with no, not possible.
  9. 2x 2670s, 64GB RAM, 175GB SAS.
  10. The bots weren't doing anything unusual, but it did lay claim to an absurd amount of CPU time. the solution above fixed it and this is what it looks like now at 25 bots running: I was kind of freaking out because I invested in this server to be able to run 80 bots and have it repay itself in a month or two, but the simplest solution is always the best, and it was just to reinstall java thoroughly. Hopefully this issue won't return or else I will have to investigate it further.
  11. I don't know what caused the problem but I found a fix: Uninstall Java, Restart computer, Install Java, Restart computer.
  12. So I just got my new server three days ago. When I fired it up the first time everything worked, opening new OSbot clients was no problem and one client barely even got up to 10% CPU usage on startup. (I use both taskmanager and CPUID to monitor). Now after running for two days suddenly it uses an enormous amount of CPU, like 27% on startup, and once it cools of the startup it goes to around 3-5% wich is an enormous amount compared to the 0.5-1% I was getting just two days earlier. I have logs that show the CPU temperatur and it never went above 66 celcius. Could I somehow have managed to fuck up my CPUs or is this related to the thursday hook changes I've heard so much about? Or is it something else entirely? I Don't want to reinstall everything just yet if it is something that is fixed with a hook change on OsBots side. Nothing has changed on the script side of things, nor have the server been updated with anything new. In any case this reduces the amounts of bots I'm able to run from 80 to 20 or something.
  13. Sorry for not being clear. I mean that when Jagex changes the F2P pvp world number, instead of hardcoding in Hop(371), I could just do Hop(pvp) or something like this. It doesn't seem to be in the API atm.
  14. Is there a way for OSbot to get current F2P PVP world? Sometimes my whole farm bugs out and the script needs to change the world number to the correct one. Thank you so much in advance!
  15. The only real answer is that it has never been tested in court.
  16. Im trying to hop to a PVP world, but my script gets stuck on the dialogue. Here is the code: if (!Lumbridge.contains(myPosition())) { log("Walking to lumby"); getWalking().webWalk(Lumbridge); } else if (getDialogues().inDialogue()) { log("In dialogue"); getDialogues().selectOption("Switch to it"); } else if (worlds.getCurrentWorld() != 371) { log("Hopping to PVP world"); worlds.hop(371); } else if (!getBank().isOpen()) { log("Opening bank"); getBank().open(); Somehow I think the client doesn't recognize it as a dialogue. I've tried with using RS2Widget but still I had no luck. R=193 -=00 --=3 I've also tried completeDialogue and it gave me the same result. Any help is appreciated! EDIT: It should be noted that in the logger it logs "in dialogue" so I'm suspecting that it doesn't get recognized as a dialogue at all.
  17. His name is cattails713, this is his 100% fool proof mule method.
  18. A "Hardcore" Version of OSRS/RS3 where everything is slowed down, and alching and other mass gp influxes are removed would be pretty cool. Although I'm not into OSRS for entertainment any longer, I could see the appeal of something like that.
  19. According to my current numbers my farm is profitable (as in actually generating a decent income, the break even is even lower) down to around 0.11-0.12 USD per million gp, depending on GE prices. So I will probably shut down my farm when prices reach that level. In any case, the OSRS economy is a race to the bottom, and will continue to be so until they remove the alch spells, if they ever do that.
  20. If you don't have the code you can't fix it. My script used LoginState, but I had to change that to GameState and then it worked again. Just contact the scripter and it's an easy fix for them.
  21. I encountered a bug. If the bot has collected the cadava berries but logs out before talking to the chemist during the romeo & juliet quest and then start up the script again with the same configuration, it just sits idle.
  22. It should hop to a populated world and walk to the GE or some other highly populated area. Other than that it's great. Might actually try this for a few weeks on 5-10 bots.
  23. I used to listen to him, but one day I woke up and realized my youtube feed was full of him, and others like him, and politics. Most of the stuff he talks about is negative, and undoubtedly only listening to negative people will have an enormous effect on you. I'm much happier now that I cut him, and the likes of him, out of my life. As a side note I already have a clean enough room, I wash my genitals and I am not on a mission to change the world.
  24. You need to get really autistic about what you're doing. Log into runescape and then very slowly note down everything you want to do. So the exact conditions that need to be met for you to perform an action, and then create if and else ifs for everything in the right priority.
×
×
  • Create New...