-
Posts
1547 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
100%
Everything posted by Kramnik
-
Well there is inflation in general. Image in 2014 how hard it was to get 1m and image getting 1m now. Besides that computers gets better and so it means you can bot more and more accounts. Unless jagex implements gold sink which they never do, at least effectively gold will go down and down
-
Hi, Wanted to give me some scripting challenge so decided to make my personal tutorial island script and got few question to talk about. First of all how do you deal with blinking widgets? They are switching between e.g. 194, 35 to 194, 48. 194, 35 being wrench widget and other whole bar. Tried using wrench widgets but it simple doesn't click it. To solve this at least for now I implemented simple mouse click. So what you think about using simple mouse clicks in scripts in general? At first I though it just so easy to detect because of clicking same exact pixel every time, but later I though if I just measure approx area where the widget is and make rand num generating so it wouldn't click the pixel every time so this in my mind could be quite easy solutions in some situations and also in this case there won't be any headaches when widget id changes And lastly still haven't fully sorted out how to track progress in tutorial island. Maybe with items in inventory? With others maybe icons and just go backwards. Like: if(runes is inventory){ mageGuide(); } else if(friends widget is visible{ monkGuide(); } and etc.
-
I would suggest him using proxy. Use same proxy to register account, hand train and then bot. This is more not protect your guys mains, but to make these accounts as safe from ban as possible, tho I would see this as very important compared to botting habits and scripts itself
-
You can use people who sell vouchers for BTC or OSRS gp
-
So you want this to implement randomness or just to achieve something to be executed by going through if statements tree?
-
Maybe they expanded it because I wasnt logging to w301
-
Nope, I ran from bot manager and later when I shutdown other it logged it. And the Osrs client response was new the whole "Too many logins from your address". I was in rush when I stumbleded upon this so didn't screenshot to show this unfortunately. Maybe will do it after work
-
Yup, rs-mod is 8th wonder to me Thanks mr. @Naked Potato
-
Howdy Today encountered something new regarding botting. Got and error message upon login "Too many logins from your address" when I tried to login bunch accounts on same ip. It happened only on 11th account. It has been a while since I tried logging a lot of accounts on same ip but 3-4 months ago even with 40 acc on same ip there wasn't any problem. Anyone else encountered this? Guess this an another worthless way for Jagex to fight botting. R.I.P. kids playing at school or any other big network which shares same ip EDIT: Found this, so guess this is just something related to Jagex servers being shit for past few weeks https://support.runescape.com/hc/en-gb/articles/360002267798-Too-many-login-attempts-from-your-address-
-
Fixed code snippet for issue. Please check, thanks
Kramnik replied to Kramnik's topic in Scripting Help
Did more testing so seems that you have mentioned the fix. I implemented manual world hop for the mule world in the script and it seems working atm. Thanks Actualy that time it was a kind of different issue. The world hopping was completely broke due to client itself but with this version it world hops fine just somehow it fuckup when hopping to mule -
Hmm, I am still in process in making it work good again but I guess as always it is, just again, as always getting harder and harder
-
Fixed code snippet for issue. Please check, thanks
Kramnik replied to Kramnik's topic in Scripting Help
Thank you for insight But what is strange is that if I run client if -norandoms it seems to run without encountering this problem. Mostly accounts get stuck in first 30-40mins but -norandoms ones are running 1 hour+. Don't know if when the problem is in client or in script Edit: On second though, client definitely had some issues with world hopping before but now it only fails only when I go mule, so its still very unclear for me where could issue be -
Fixed code snippet for issue. Please check, thanks
Kramnik replied to Kramnik's topic in Scripting Help
Fixed formatting for the script to look as it should RS2Widget logout = getWidgets().get(548,35); if(logout != null){ logout.interact(); log("Opening logout"); } sleep(1000); log("Sleeping 2.5s"); sleep(2500); getWorlds().hop(500); log("Hopping"); sleep(5000); Player trading = getPlayers().closest("XXX"); double item1 = getInventory().getAmount("XXX"); double item2 = getInventory().getAmount("XXX"); sleep(2000); if (trading != null && !getTrade().isCurrentlyTrading()) { if (trading.interact("Trade with")) { log("Trading with mule"); new ConditionalSleep(6000, 8000) { @Override public boolean condition() throws InterruptedException { return getTrade().isCurrentlyTrading(); } }.sleep(); } } sleep(700); trade.offer("XXX", (int) item1); sleep(700); trade.offer("XXX", (int) item2); sleep(700); new ConditionalSleep(3000, 4000) { @Override public boolean condition() throws InterruptedException { return getTrade().didOtherAcceptTrade(); } }.sleep(); trade.acceptTrade(); new ConditionalSleep(1500, 3000) { @Override public boolean condition() throws InterruptedException { return getTrade().isSecondInterfaceOpen(); } }.sleep(); trade.acceptTrade(); log("Trade done"); sleep(3000); new ConditionalSleep(3000, 5000) { @Override public boolean condition() throws InterruptedException { return !getTrade().isCurrentlyTrading(); } }.sleep(); } } } -
From my perspective it's quite fucked up. You can get banned all around the clock now. And weekends are the same as any other day maybe even worse as it is more unexpectable as normal working day when you know when they are in office and when not
-
Dont got any, sorry
-
Hi, after 2.5.64 update my scripts started getting: [WARN][Bot #1][12/12 06:17:42 AM]: Script executor is taking too long to suspend; restarting now... It happens when my bots go trade my mule and it seems inconsistent, sometime they crach after 20mins, sometimes after 1.5 hours and in that time it mules few times. And also sometimes they just hop to mules world and stops next to it and sometimes it get error but manages to trade successfully with it and then stop, which is strange. Also ran one bot with -norandoms and it has been running fine for 2 hours now, don't know if its just coincidence or what. Putting the part where my bot gets stuck below, maybe some one has scripting insight what could be the problem. Thanks log("Shall we mule?"); new ConditionalSleep(5000, 8000) { @Override public boolean condition() throws InterruptedException { return getWidgets().isVisible(548,52); } }.sleep(); if(inv != null){ inv.interact(); log("Atidarom inv"); sleep(1000); } if(getInventory().getAmount(YYY548,35; ifnull; "Open logout"; sleep1000; "Pamiegam 2.5s"; sleep2500; XXX; "Hopping"; sleep5000; ; double XXX; double XXX; sleep2000; if null if "Trade with""Trading with mule"; new 6000, 8000@Override public boolean conditionthrows return ; ; sleep700; trade, int; sleep700; tradeYYY, int; sleep700; new 3000, 4000@Override public boolean conditionthrows return ; ; trade; new 1500, 3000@Override public boolean conditionthrows return ; ; trade; "Trade done"; new 3000, 5000@Override public boolean conditionthrows return ; ; Last crash looked like this: [INFO][Bot #1][12/12 07:48:15 AM]: Open logout [INFO][Bot #1][12/12 07:48:16 AM]: Pamiegam 2.5s [INFO][Bot #1][12/12 07:48:21 AM]: Hopping [WARN][Bot #1][12/12 07:48:26 AM]: Script executor is taking too long to suspend; restarting now... But as I said also happens like this: [INFO][Bot #1][12/12 07:42:36 AM]: Hopping [WARN][Bot #1][12/12 07:42:47 AM]: Script executor is taking too long to suspend; restarting now... [INFO][Bot #1][12/12 07:42:47 AM]: Tradinam with mule [INFO][Bot #1][12/12 07:43:08 AM]: Trade done [INFO][Bot #1][12/12 07:43:11 AM]: Trade done 2 [INFO][Bot #1][12/12 07:53:16 AM]: Terminating script Script...
-
Ah was 4 minutes late to drop this
-
This release seems to be good, but strange that I started to get [WARN][Bot #1][12/12 06:17:42 AM]: Script executor is taking too long to suspend; restarting now.. in this version while my bots are muling
-
THE BIGGEST OSBOT CHRISTMAS GIVEAWAY EVER!
Kramnik replied to Maldesto's topic in Community Discussion
Very nice stuff hope there is something regarding vips and sponsors too -
Awesome maybe it would be possible to implement fully usage of CLI so it would be possible to run script like that 1053:load:(filename) ?
-
Let's see them partyhats crash
-
They dont really have tools to fight it unless they start banning bots more effectively and in any case there is no incentive because if iron ore price is high more people will want to bot it. And it's the reason why F2P botting is shit. Because Jagex really wants to fight it, by detection, account locks and don't really care about money making methods since there is no F2p money making that is 150k/h+ which you can bot. The reason being that F2p botting doesnt have any incentive to jagex as P2p does because it raises bond prices and they make more money.
-
This is not always correct, as often RSBuddy shows amount traded less than official OSRS g.e. page. Btw saw someone today selling 6,5m iron ores so I guess it will go down much more