Everything posted by DragonAlpha
-
working on SUPER KEBAB BUYER
To extend upon my Kebab Buyer script which I am well known for (link here: http://osbot.org/forum/topic/94493-free-kebab-buyer-no-requirements-30k-phr/) I am now developing the SUPER KEBAB BUYER! (Premium script) What is a Super Kebab? It's a members-only improved Kebab What does the Super Kebab do? I am currently undecided on the price. Any feedback on price will be appreciated. There will be an extensive free-BETA period before it's sold.
-
Botting for others?
If someone made the correct script, you could make essentially a website, where you say "Rent khals blast furnace for 6 hours", type in login details, and it logs in on your home PC (because you own the premium script), and runs it for 6hr. Script renting like that could be a concern if it became widespread.
-
OSBot 2.4.51-52 - Bank Placeholders Patch
That was fast
-
BRO...
It's clinically proven that girls get Mod more on the internet. Why not just pretend?
- fuck sake guys
-
DRAMA ALERT
Spam/off-topic section should not affect post count
-
never get banned?
You all realize that you can just have the runescape game client loaded, and record mouse clicks, and when you replay don't actually move the mouse, just call the MouseListeners mouseMoved/clicked event. That way we can minimize it just like OSBot.
-
when the bot goes down chatbox goes mad look...
Definitely him.
-
DRAMA ALERT
interesting development, keep us informed of any changes in this story
-
nmz for 2 hours
Which script?
-
Autoclicking or Scripts for High Alching?
a script because you can set breaks
-
banned every day Since April
Banned a lot? Try Mirror Mode. (VIP required to use Mirror Mode: http://osbot.org/forum/store/product/4-vip/) Mirror Mode is an advanced botting mode, which lets you bot inside the actual runescape web browser/game client, instead of loading runescape inside OSBot.
-
Before and After
Looks like something you would expect to see in Kazahkstan.
-
This is a lamp post.
Clicking a lampost using BoundingBox
-
[Stable] OSBot 2.4.50 (BMG) - Widget Debugger, Script Analyzer, Bug Fixes
It just occurred to me you don't have access to my Dev stats thread. (Scripting forum). It's just the auto-exception reporting and manual bug reporting we discussed on skype, there will be no signature stuff.
-
Mouse.setspeed?
It's done to protect you and everyone that uses your script. The current speed mouse settings are finetuned and have been perfected by OSBot staff to be as human-like as possible. If you could increase that speed, it would be bad for bans and general bot detectability.
-
Dialogues SelectOption
I did. As mentioned earlier, any getMessage() and text checking of widgets always failed on MirrorMode.
-
[Stable] OSBot 2.4.50 (BMG) - Widget Debugger, Script Analyzer, Bug Fixes
isMirrorMode isVIP deprecated and yes getUsername() only returned "-username" exactly, but it's meant to be the forum login name. Caching these values is a separate process from obtaining them. The obtaining methods, the 2 I'm most interested: isVIP isMirrorMode are deprecated now . Caching values is useless if you can't obtain them in the first place to cache them so I'm not sure what you are talking about.
-
[Stable] OSBot 2.4.50 (BMG) - Widget Debugger, Script Analyzer, Bug Fixes
I needed these for Dragon Developer Stats
-
Dialogues SelectOption
I did. I developed it in Stealth. Mirror was failing on this part (works perfectly in stealth) So I changed it to rely on different checks:
-
Dialogues SelectOption
Ok thanks for your advice. Any idea how the API could do widget string checks in MirrorMode whilst Script's couldn't?
-
Dialogues SelectOption
I can't understand how. I haven't tried Mirror recently, but when I tried it anything regarding widgets getMessage() or containingText() did not work. But dialogues.isOption did work. So we know it's not text being used. Is it something like, looking for the 2 sprites (those 2 swords) that are visible at the top left+right of the option menu. If so, those would be static ids too right? Unless they are looking at the height/width/color of the sword sprites, in which that check is against a static value too?
-
Dialogues SelectOption
Click Tools at the top, select Options. Click Fonts & Colors Select Profile Norway Today: Dark coloured backgrounds, and light text is preferable as it reduces eye-strain.
-
Dialogues SelectOption
Which widget root is it checking, just 219? Ok thanks I'll look into it. I think I will just use the Dialogues API for this if I can't get it working. I prefer to rely as little as possible on the higher API's and to try to understand how things work in the API. (If something breaks I've got the ability to fix it quick). I know there are multiple different IDs for the Continue dialogues, but I am struggling to find anything besides 219 for Select Option. Poor standards below, the class is WIP. Netbeans. It is Java's officially supported IDE.
-
Dialogues SelectOption
Checking widget text is buggy in mirror mode, otherwise I'd be using it. dialogues.isPendingOption() always worked in MirrorMode. I'm pretty sure it's not checking the text. I'm almost positive it's checking for the ID (being 219). Had to disable text checking in my Kebab Buyer for MirrorMode compatibility: