Everything posted by Abuse
-
When your farm crashes and you make it to reddit
- *SOLD* Selling 107m - 1$/m PayPal
- *SOLD* Selling 107m - 1$/m PayPal
- Abuse's DIY Projector Screen/Home cinema build
Thanks all! My projector is arriving next week, ill post an update- Abuse's DIY Projector Screen/Home cinema build
Confirmed- Abuse's DIY Projector Screen/Home cinema build
Haven't used my muscles besides clicking mouse buttons and entering keystrokes for a while, so I've decided to get some diy project going. This time it was a DIY projector screen for my soon-to-be home cinema Since I love RGB lighting, I thought this would be a perfect opportunity to add a WS2812B led strip on the back of it, and control it with an Arduino Close enough .. Overall I'm quite happy with the result, just need to iron out some wrinkles on the cloth before I hang it up I'll update this thread from time to time- Near Maxed/Zulrah Main Account | All Hard Diaries | Torso |Fcape | Torso | Slayer Helm | QP Cape | Gracefull
120m- Near Maxed/Zulrah Main Account | All Hard Diaries | Torso |Fcape | Torso | Slayer Helm | QP Cape | Gracefull
100m bid- OSBot 2.4.101 - WebWalking Teleports
Links do, not the logic behind it, you need the dev release for it- [Request] Signature - 10m
Will gladly accept this, still offering 10m though. pm sent- [Request] Signature - 10m
Hey, I'm looking for someone to design me a signature that I can use the same way as I am using my current sig, just something that actually looks nice Requirements: Anything goes, surprise me, however the 'GP earned' number cannot have any custom styles (Like shadows, glows, ..) since I am drawing it dynamically onto the signature. It can be a custom font/color but I will need the font file together with the sig. I like technology, movies, metal music, coffee, abstract art, popping colors and/or simplisitc design. What I don't like is any runescape related things heh Reward would be 10m Any takers? Link your portfolio please- Sharing my ban experiences
That's more likely due to the interaction of your main with your farm. (Personal experience)- Sharing my ban experiences
Depends on how many, You'll be fine with 2 accounts per single IP. I would go for a VPN/Proxy if you have high-value accounts that you use to farm with. Mirror mode doesn't have any impact- How to handle trees that grab you?
There is no better responsive way atm.- OSBot 2.4.101 - WebWalking Teleports
Thank you!- Do botting bans come on monday?
Read this, it'll answer most of your questions: http://osbot.org/forum/topic/106931-sharing-my-ban-experiences/- Can your main get banned while botting on your alt (Same PC)
The answer is yes, IF you trade the gold to your main regularely for extended periods (Personal experience) The chances are extremely slim though.- correct me if im wrong
No, Mirror mode was a hot thing before RS3. At best they got inspired by it In 2007, SRL (VillaVU) had a thing called S.M.A.R.T that offered reflection, which is the same thing- 70+ range, 40+ defence and ava's accumulator
Closed deal, topic may be closed- 70+ range, 40+ defence and ava's accumulator
I bid 27m That's a bit too steep for me, sorry- 70+ range, 40+ defence and ava's accumulator
I'm looking for an account with the following stats: 70+ range, 40+ defence ava's accumulator If you are going to make a new one I can supply a bond Other stats don't matter at all Post your offers below- How to handle trees that grab you?
I have made something for the exact same problem, Because setBreakCondition isn't triggered often enough, I have a seperate thread that does the following: Find all trees near me within 1 tile away, If tree found, interrupt() the main thread The interrupt interrupts the web walker, so my code falls back into the main onLoop() There I have some logic that checks for the trees again, if one is found it walks around it or else continues webWalking- Get and check id of an object?
There are multiple ways of finding objects One is using an id: RS2Object myObject = getObjects().closest(2565); Another way would be using the object name: RS2Object myObject = getObjects().closest("Bank booth"); and if you want to match on a specific variable of an object you could use filters: Filter<RS2Object> modelIdFilter = new Filter<RS2Object>() { public boolean match(RS2Object n) { return (n.getModel() == 1234); } }; RS2Object myObject = self.getObjects().closest(modelIdFilter); after that you can use myObject.getId() to get the ID value of that object Edit: Just realized when this post was made- Mirror Client, what clients does it support?
OSRS Client and OSRS applets in any browser- Looking for 70+ range account
*BUMP* Any other offers? Defence levels would be handy too