Jump to content

Pokerstar

Members
  • Posts

    52
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pokerstar

  1. Recently got back into the botting scene. After my last wave of bans, was looking to create new bots. Keep receiving this message now. I have tried: 1. Turning off my residential IP router, and getting a new IP 2. Creating new accounts on a fresh, never botted before laptop. Is my IP no longer viable? I have reset it several times, and I still cannot even create 1 account. I never encountered this problem when I was botting last year.
  2. Is it normal for it to only clean 4.6 - 5k herbs an hour? Seems fairly slow. I noticed other scripts hitting 6 - 6.5k herbs an hour cleaned. I have escape on for faster functioning also.
  3. https://gyazo.com/14051a13998eddad3d2994a31693df2c I have stop(false); in my script. The script stops correctly, but as shown in the image, the client still has it active. I have to manually hit the stop button. It does this around 85% of the time. I ask, because currently I am working on my 2nd script, and will hopefully merge them, not having to worry about starting and stopping 2 scripts, but in the mean time, its an annoyance given how many times I have to do it. Thanks!
  4. I am starting the journey of trying to learn java and osbot in the hopes to make some personal scripts. private static final Position PLAYER_LOC = new Position(3169, 3423, 0); @Override public void onStart() throws InterruptedException { } @Override public int onLoop() throws InterruptedException { if (myPlayer().getPosition().equals(PLAYER_LOC)); { log("You are in the right location"); getBank().open();} I am trying to make the bot only attempt to open the bank if its standing on that position. But it still attempts to open the bank, regardless of what tile/location I am on. What part is incorrect? Thanks.
  5. All I see on runescape classic are bots, but when I search on google for any form of botting software, all seems non-existent. Looking to play it for nostalgia and of course, aint no 1 got time for grinding a dead game.
  6. I usually give away 1 - 10m to random strangers (usually 5) before I do a big gold trade. That way I look legit and if Jagex decides to try and ban me for RWT, they will risk banning all the other legitimate players who got gold off me. I get the last laugh.
  7. Keep getting this [INFO][01/27 07:28:39 PM]: Started script : Khal AIO Herblore [INFO][Bot #1][01/27 07:53:21 PM]: Stopping script - Ran out of Vial of water [INFO][Bot #1][01/27 07:53:22 PM]: Terminating script Khal AIO Herblore... [INFO][Bot #1][01/27 07:53:23 PM]: Successfully updated signature. [INFO][Bot #1][01/27 07:53:23 PM]: Script Khal AIO Herblore has exited! I have over 20k water vials in the bank whilst still having cleaned Herbs that I am wanting to make into unfinished pots. Do I have to have a specific or preferred location for my water vials to be so it continues to register. This is a pretty common occurrence. The bot also will not relog back in because it believes it has completed the process. Thanks.
  8. Sold him 800m 07, I went first for all 800m for Crypto. Helped guide me along. Thanks.
  9. Created 6 accounts on same IP. Logged in 2, got past changing the character clothes/colors and instantly got kicked out and disabled. Thats quite impressive ban rate if its catching me before even exiting tutorial Island. No bots were running at the time. I have always just handmade my alts. tried buying some too. I handmake them on the osbot client though.
  10. V 0.13 still doesn't seem to be online.
  11. There is a new layout since the update. Bot no longer works now.
  12. Have been gradually growing my farm up to around 20 bots. I try to set them up in groups or all at once, so I can have time frames to work with. For whatever reason, perhaps proxy dcs/ CPU throttles etc, causes some of my bots to randomly log out at any given time. Is there any way to have a notification appear on my PC or phone via sms that would notify me that client/bot x logged out? I am just going to take a random guess here and say no, and that you would need your own server to track something like this and have it scripted to auto-message when log out. (Pure speculation) Thoughts?
  13. To not get banned, and make enough to pay for my fav hooker each weekend.
  14. Can a dev or someone comment to see if this problem is being resolved? Thanks!
  15. It does seem to temporally fix it, but it will be a pain having to do this for 14 + clients every couple hours. Hope it gets patched.
  16. I use an AHK script for all my logins for individual clients. It now spams out the entire text on the top line of the login and doubles every letter. Tested the script in notepad and works fine.
  17. Current method I am doing used to have an infrequent banrate, so could vary throughout the week from some bans to almost all bans. But for past month I have been getting little to no bans. Nothing has changed, if anything I am botting more than ever. Is this happening with others? Would explain why gold prices are plummeting atm, over supply of gold due to bots running longer life spans. Wat.
  18. I happened to be at my computer and got to witness it. I bot 3 different methods and use over 8 separate proxies. All bans happened at the same time. What surprised me most was the mule getting hit too, checked the info, was done for macroing when no scripts were ever run on it. The only unusual thing today was I was getting login exceeded limits even on different proxies. Is there any possibility that Jagex have a tracker that monitors clients running from 1 computer? In total 16 bots wiped + mule all at same time, different proxies + botting methods. Somethings fishy boyos.
  19. Want to get into scripting, spending countless hours watching indians on youtube to get a basic understanding. I still dont understand how the API works and how it interacts, so I am just throwing some random shit together and hoping it doesn't smell too bad. Anyway. What I want this script to do is check if Inventory is full, if not then to open bank, withdraw 1 bucket, close bank interface and then drop it.... Can someone break down the lines of my script so I can get a better understanding of the mechanics. Tanks.. Prepare your eyes for the horror. public int onLoop() throws InterruptedException { if (!inventory.isFull()); { getBank(); bank.withdraw("Bucket", 1); sleep(3000); bank.close(); getInventory().dropAll(); } return 6000;
  20. I have a solid method atm with a extremely low ban rate so my true hourly is unaffected. I have tried branching out into other methods to increase my bot farm but any method I have tried tends to have a high ban rate so the hourlys go to shit. I was looking at a method that yields 300k/hr but ban rate seems quite high. I did some simple math and bonds/items aside for prepping the bot, if I am not hitting over 40 hours solid, my hourly drops to less than 150k an hour, which is a drastic comparison. How long are your guys bots life spans on average? would be good to get some insight to others and what to expect with regards to bans to help work out true gold per hour rates. Thanks.
  21. Yes 1 stops whilst staying logged in and the other logs out after completing task.
×
×
  • Create New...