Everything posted by apa
- GE Looter - First Public Release
- GE Looter - First Public Release
-
Won't turn on after breaking
Yea me too. This will probably ban the accounts stuck here. Or at least flag them.
- GE Looter - First Public Release
-
GE Looter - First Public Release
I'm still trying to decide how I want to release it, this script could saturate the GE too much if I make it too clean and too free yaknow? I also want to be able to move onto p2p scripts but I don't have the money or accounts to do it yet. It's also being tested right now, I restructured the whole thing and I'm trying to figure out something the bots can do as they sit around the GE. Since they ignore all junk under a user-defined specified price now, so they barely move. I was thinking cutting the trees around the edge, but its too far from the middle of the GE. Awesome drop parties are more consistent than i thought they'd be. I got 20 rune axes one day haha
- GE Looter - First Public Release
- GE Looter - First Public Release
- GE Looter - First Public Release
-
GE Looter - First Public Release
The GE Looter So whatchya got? We walk around the GE. Find an item that isn't SHIT? click it. Avoids all items under a certain price (specified by you), calculated on the grounditem stack size. When inventory is full it banks and repeats. If it's standing in an odd place around the GE it'll eventually wander back to the centre. Next to add (if this gets interest): - AIO Looting - closest bank to closest defined looting area. Brings food if told, walks back to area on death/whatever. - muling - account recreation/tut island (ill probably feel cheap and just do account list). - multi-action, instead of standing there, you cut the lil trees, or get 99 firemaking (buying the willows). gimme an idea here. I'm really busy so we'll see if i can find the time. V5 RELEASED: Major refactor to the entire script base. I'm considering building on this and begin an AIO Player script. Walks back to the centre of the GE when its been around the outside for too long. Looks better than standing around. Fixes on spam clicking im not sure are much better, still working out speed vs accuracy methods that look natural. Walks back to the GE if you die somehow (tested with new accounts starting from lumby). PRICE LOOKUP!! You can specify the minimum price of a stack/item to pick up from the UI. The bot will run for items, but as it does this, it looks up the price, and adds it to a blacklist of minimum stack size for this item to be worth picking up. If the requirements aren't met next time it sees this item, it doesn't bother with it. Walks to the item if out of reasonable range. Turns run on once you reach between 4 and 34 run energy (this updates every 1-3 minutes). Walking back to area when out of bounds Shuts down once bank is full. Paint; time run, items collected, total money gained/hourly. With Breaks: Loot combined: More Screenshots
-
Logging In
Thank you! I missed this one. Would you happen to know of any class that would override the auto login (RS3 bots usually have it enabled by default) and allow me to target parts of the login screen? I'm used to having full access to reflection.
-
Logging In
I can't seem to find any classes in the API that'll help detecting if the client is logged in or not. I need to use it to check if user is logged in, if it is, do some stuff, then logout, if it isn't, login with account(0). repeat and increase the index each login across an array of a few accounts. I'm not sure how to do this with the API, its been awhile since i've used the API and widgets or anything like that don't seem to be useful. Thanks.
-
State of OS botting?
Thanks for the help everyone. It wounds pretty decent for the scripters, not so much the botters lol. I like to specialize in goldfarming scripts, so I'll see what I can come up with :p. I used to goldfarm an RSPS for $50 a day, i still write bots for it
-
State of OS botting?
I haven't played osrs for a few months, or botted it for nearly a year. I've been here on and off, but I'm interested in writing scripts for the SDN after I apply for script writer. I have a few questions about botting at its current state. What are the ban rates at? (Scriptwriters) What are some of the sales you've made selling your scripts in the store? Is the API working good right now? I had a few bugs I ran into with it when I was writing a bot a while ago. Thanks!
-
Detecting an open widget over the game screen.
Thanks, I just rewrote mine to check if any wrong interface is open using the sprite of the close button, because it can also misclick the GE in my bot and I didn't want to make a bunch of cases as the Sets and History widgets have different children IDs: if (!isGEOpen() && !isBankOpen() && widgets.containingSprite(535).size() > 0) { if (containsSelection(548, 94, "Toggle Run", true)) { interactInterface(548, 94, "Toggle Run"); } }
-
Detecting an open widget over the game screen.
I've really gotta explore the API more, I rewrote half the methods in the widgets class... thanks lol Edit: widgets.closeOpenInterface(); doesn't close The collect, Sets, or GE History widgets however.
-
Detecting an open widget over the game screen.
How would I be able to detect if there's any open widget on the game screen? I can't seem to do it by checking for changes in other widgets when a widget opens up. I found clicking the run button closes all interfaces, but I need to still be able to check if there is a widget that should be closed. Thanks!
-
Better Conditional Sleep
> I'll sell it for $5000
-
Better Conditional Sleep
I was messing around with the conditional sleep class last night and it was very inconsistent. The deviations, intervals and sleep times seemed to have random effects and I couldn't figure out what the problem was. I ended up pretty much rewriting a conditional sleep and now it works how I expected it should. import org.osbot.rs07.script.MethodProvider; public abstract class BotTimer { int maxSleep; int intervalCheck; int deviation; public BotTimer(int maxSleep, int intervalCheck) { this.maxSleep = maxSleep; this.intervalCheck = intervalCheck; deviation = 0; } public BotTimer(int maxSleep, int intervalCheck, int deviation) { this.maxSleep = maxSleep; this.intervalCheck = intervalCheck; this.deviation = deviation; } public boolean sleep() throws InterruptedException { int randSleep; while (maxSleep > 0 && !breakCondition()) { randSleep = MethodProvider.random(intervalCheck - deviation, intervalCheck + deviation); maxSleep -= randSleep; MethodProvider.sleep(randSleep); } return true; } public abstract boolean breakCondition(); } Using it in your bot would still be the same: new BotTimer(5000, 100) { public boolean breakCondition() { return interfaceOnScreen(465, 21, 25); } }.sleep(); This timer would, at a maximum, call the breakCondition() up to 50 times exactly, or until the interface is shown on screen. Whereas, with ConditionalSleep(5000, 100), it would've execute around 1800 times for me.
-
Looking to swap 79m 07
I'm looking to swap 79m 07 to eoc, I dont mind doing it with whoever, although we will be doing it in increments using one eoc and one 07 acc at the same time to speed it up. I'm looking for a rate above 1:7, so please add me on skype: "aapalapa" if interested, and we can try and make an agreement on a rate.
-
---- "Stake n Swap" FC For Swapping and Wagering ----
Thanks :p feel free to drop by whenever
-
---- "Stake n Swap" FC For Swapping and Wagering ----
------- Join "Stake N Swap" fc ------- (Previous name known as "SimpleSwap") We are an emerging fc owned by a really trustworthy guy who's put in 100's of 07 millions to keep us growing and completely scam free. Any rank will gladly help you, and if any trade ever goes wrong, the rank will lose it's rank in the fc, and you will be fully paid back with their rank fee. We currently operate under these ratios: EoC to 07: 1:10 07 to EoC: 1:7 (prices are negotiable on larger trades) We also have a rank(s) who specializes in "maxed staking". This is where you pay a "maxed staker" ranked in our fc, and they find a duel for you. If you win, they take 5% of the winnings. If you lose, neither the rank or the player get anything in return (random player wins it). Once a maxed staker enters the arena, he lets the player know what arena they've gone to, so the player can watch the whole fight. Below are a few vouches of swapping I've collected when I first started trading, unfortunately I have no screenshots of trades, although I do have videos of many, which I can show you if you ask me too. (Previous name known as "SimpleSwap")
-
You are not eligible to create a runescape account
All my ages were 16-21, but I never bothered to refresh the page after clearing cache... Sorry for the dumbass move.
-
You are not eligible to create a runescape account
I made 15 rs accs 2 days ago for a friend, as spammer accounts, but now I need to make a few for what I need. But now whenever I try that, it says im not eligible to create a rs account, is there a way to remove this? I've tried clearing my cookies but still doesn't let me.
-
[LEGENDARY] Arctic's 6 Month Sponsor Giveaway [LEGENDARY]
I don't think anyone can read, you don't need to post a number... so my number is "c".
-
Vending Machine Trick
Really? All I do is put a bill in and get more change, I don't understand how I could be blamed for getting extra change from a machine.