Everything posted by Kramnik
-
Auto Talker??
https://osbot.org/forum/topic/115124-explvs-scripting-101/
-
Need Proxy Help
Hmm, I don't fully get what is the problem. Does proxifier works like VPN and not as a common proxy? Since if you have proxy address just connect it to osbot client and only that client would have that ip
-
BH is gone, time to cry.
Guys what are your projections on gold price? It might shoot up now 🤔
-
Ram, Core and CPU
Hmm, I think there is no way this could run 100 accounts. Maybe 50 at max. If you want 100 account you will need CPU of dedicated server like XEON and etc.
-
BH is gone, time to cry.
Well don't cry about your pure someone probably lost it's main stream of income
-
mRoguesDen | get Rogue's Outfit
He only got two posts, maybe someone is being a troll
-
⭐⭐⭐⭐⭐ Slicedgold Botting-Ready VPS Plans ⭐⭐⭐⭐⭐Unlimited power⭐ 99% Uptime ⭐
How many GHz one core has?
-
[Sysm] 💻Bot Servers 💻
This seems very awesome. Will buy one in few days for sure
-
Knowledge required to create a botting client?
Yes, there is a rsps botting client which runs on runelite
-
coming back to bot a main ... or something
Welcome back
-
New to botting
No, from my experience MAC has nothing to do with bans or HWID, only proxies matter. The point of proxy that jagex see's your bot connect though proxy named IP1, if you have more accounts on IP1 they check them too and then they ban all bots on IP1 simultaniously. But if you have accounts on IP2 even if they are bots if they are caught they won't get banned because of bans on IP1
- Yoooo
-
Is it possible to have control over 2 mouse cursors on 1 computer
I think maybe this could be done with virtual machine 🤔
-
Buying bulk tut island/7QP account
Hi, Topic says it. 7QP accounts preferably PM with offers
-
HELP! How to make script LOGOUT for specific time interval
So the addition to what other two guys said. As I understand what you need could be made like this. First of all you run client though CLI to -allow norandoms. Then you have an login method in your script, if you use mass accounts login details could be set as parametres as Script:login:password, when the logout screen is visible bot login ins. Later then the time is to brake it just sleeps for the time needed and then logins again and do it's stuff again
-
Best proxies?
I also suggest @D Bolter
-
Buying Tutorial Island Accounts
How many accounts in total?
-
Buying Tutorial Island Accounts
So these can be botted, right?
-
Potential Discord Scam - BE AWARE!
Thanks for heads up!
-
Tracking progress
I understand everything besides how to add to coinChange This is because of my lack of java knowledge. Only know how to calculate integer valuables by creating new variable like: int coinsLooted = oldCoin - newCoin; or add 1 value by coinsLooted++; Trying to google how to do it but until now no luck @theanimals Can't seem to be able to use onStart int in the loop it self for calculations 🤔
-
Tracking progress
I fail to understand how to script these 🤔 So I have temp viriable as int oldCoin and then after looting I have newCoin, then I just calculate int coinChange = newCoin - oldCoin. But how do I keep track of all these gains? I guess I would need some private int but how to I add coinChange to it to make it cumulative after every loop?
-
How many accounts can I run on these specs #VPS server
Depends on script itself as well. Chopping trees requires less resources than something more click intensive
-
Tracking progress
Hi, I have trouble thinking of way to track script progress for one of scripts I am working on. The trouble is doesn't have simple way of tracking progress like checking chat message to do ++itemsMade as it is very variable. So let's say I am killing monsters and they drop coins (5-500) amount, So whenever I pick up some coins they add to total amount picked. Can't just simple use getInventory.getAmount("Coins") since it will be using them later or banking. At this stage would be good to know how to track whole progress of this item gained.
-
Is there a truly safe method to bot my main??
My signature says it all 😉
-
how to I import someone else's Script?
If you want script from SDN it's easy just add it. If you want the script which is local, download the java file, go to your users file, find Osbot directory -> Scripts and place the java file there. Then refresh scripts in your Osbot client and you are good to go