Everything posted by Viston
-
HOT WEATHER
Arghh, not so bad today, pretty chilly
-
Is anyone else getting signed out repeatedly?
Seems fine for me.
-
degree
I always kept this in mind. If I enjoy doing it -> I can get a job. Since if you master something > More job potential. Same goes for programming I think. If you learn programming yet don't enjoy it, you can't master it.
-
Someone likes to pc accounts
Lmfao, the fuck is this
-
VPS providers
Contabo as well, but might change soon.
- Old School Account Creator
-
Unbanning Account
The account got banned like 6 months ago, I applied for a recovery + unban in May with a different ip. I managed to recover the account, but they didn't unban. They said fuck off
-
locked
If you have dynamic ip address, you are able to change it from your internet control panel.
- locked
-
Unbanning Account
But seems like it's useless, even if the Ips are different imo. I've tried it on 2 accounts, even though I have a dynamic ip address, still no luck.
-
RePC - RS Account
PoH: Fairy ring, Spirit Tree, Ornate Jewelery Box, Ornate reju pool. Quest cape - 252 quest points. 750m bank - Might remove them, but please give quote on both. Full Elite void Not planning on selling it right now. Considering maxing out.
-
Need help with script
Just realised you edited your thread, I'll just leave this here, in case someone else needs help Also, I suggest having a look at conditional sleeps, makes your script 100x better and less trouble.
-
Need help with script
So to edit your code, it should be something like this import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(name = "BananaPicker", author = "Abysm", info = "Picks bananas in karamja", version = 0.1, logo = "") public final class BananaPicker extends Script { private final Area BananaArea = new Area(2914, 3161, 2926, 3154); private final Area DepositArea = new Area(3045, 3235, 3050, 3237); @Override public final int onLoop() throws InterruptedException { if (canPickBananas()) { Pick(); } else { deposit(); } return random(150, 200); } private void Pick() { RS2Object fullTree = getObjects().closest(2073); if (!BananaArea.contains(myPosition())) { getWalking().webWalk(BananaArea); } else if (!getInventory().isFull()) { if (fullTree.interact("Pick") { //Conditionalsleep } } private boolean canPickBananas() { return !getInventory().isFull(); } private void deposit() throws InterruptedException { if (!DepositArea.contains(myPosition())) { getWalking().webWalk(DepositArea); } else if (!getDepositBox().isOpen()) { getDepositBox().open(); } else if (!getInventory().isEmptyExcept("Coins")) { getDepositBox().depositAllExcept("Coins"); } else { stop(true); } } }
-
Need help with script
Bro, use IDs. The ID changes when it has bananas and when it doesn't. The ID for the tree with bananas is 2073. The ID for the tree without bananas is 2078. So int fullTree = 2073; int emptyTree = 2078; if (fullTree) { if (fullTree.interact("Pick")) { conditionalSleep -> emptyTree, 5000); } } You might want to play around with the conditional sleep to fit you.
-
[Bug] Mirror mode text overlay with Colour Picker
@Alek I've also faced this problem. Is it not possible to hide the text or something?
-
Botting or mouse recorder?
Depends what you'll be using the mouse recorder for. You won't be able to use the mouse recorder to carry out tasks for you, which requires interacting with the game screen. e.g the main screen where your player is, due to the camera rotating every few seconds, putting your mouse recorder offset. However, for alching I think it's safer to use an autoclicker that has the ability to randomize its click every click. e.g 1 click wait 30ms, 1 click wait 23ms, 1 click wait 42ms, 1 click wait 62m etc.
-
ShowerOS: Daily UI #6
Looking good. But what's the idea behind this? Like does the user have the ability to control the temperature of the shower, before taking the shower?
-
Booty's AIO BotFarm Bundle
Goodluck bud, seems promising
-
||?BUYING OSRS 07 GOLD?|| FAST✔RELIABLE✔TOP DOLLAR FOR YOUR GP✔
Why double threeeeeeeeead
-
||?BUYING OSRS 07 GOLD?|| FAST✔RELIABLE✔
Why double threeeeeeeeead
-
Same script - different outcome
No delayed ban then
-
Same script - different outcome
If you don't want to get banned. Just stop scripting on it now, wait like a week. Delayed bans are usually issued pretty quick. Hence why I'm telling you to wait for a week.
-
Same script - different outcome
It's luck.
-
Same script - different outcome
Getting your other account banned is random. Usually, if all accounts get banned together, it's called chain-ban. I've recently had 4 accounts banned together, while my main isn't banned yet.
-
OSBot chat filter mod
2k17 Censoring swear words?