Everything posted by Bobrocket
-
Man pickpocket suicider source
You're running me out of business here :'( Looks good though! Remember that map.distance() is deprecated though
-
Looking for a script developer!
Alek said he was changing the rule regarding it like 2 days ago :p
-
Preview of my noob-friendly API
Nice dude! I had a similar idea where I was going to create my own scripting language for my scripts for presets, the following would be something that thieved from a guard: walkto varrock tag GUARD "Guard" NPC_TYPE interact GUARD "Pickpocket" My API would handle it flawlessly, with built in variables (varrock being varrock square for example), and the script would handle when to stop and restart etc. Good luck
-
Need some help finishing off my script
RS2Widget goldAmulet = getWidgets().get(x, y, z); goldAmulet.interact("Make-X"); getKeyboard().typeString("420", true);
-
FINALLY GETTING INTERNET TODAY!
Welcome back!
-
AntiBan vs No-AntiBan
No one really knows what prevents bans. The idea of an antiban/antipattern is to essentially un-patternise yourself by doing some interactions that do not relate to the task. Whether or not these actually work is a different story, as humans have their own set of patterns. The most effective method to prevent bans would be to record your gameplay, and look at all the little interactions. Look at how you move your mouse, where you click, why you click where you click, as well as any interactions that do not relate to the task. For example, before an interaction finishes you may hover over the bank or whatever so you can bank quicker. I highlight a few things in my threads that can help un-patternise, for example attempting to simulate focus or adding typos to your strings. No one knows if these things actually help ban rates, but there does seem to be some correlation between antipatterns and ban rates (remember: correlation is not causation)
-
Need some help finishing off my script
There is no "make all", only " Make-X". From there you need to use the keyboard to type a random number (look at the Keyboard class in the API)
-
Bot for Bosses (Zulrah,Jad, etc..)
The problem with bossing is the high requirements. KBD, however, is definitely possible for a script.
-
Need some help finishing off my script
In OSBot settings, look for "Widget debug". Tick that and hover over the widget you want to check for. RS2Widget smeltSelect = widgets.get(309,2); Widget (309, 2) is the widget of molten glass, so you want to get the one for gold amulet (u). Hover over the gold amulet (u) in the smelt widget and record all 3 numbers (look at the coloured borders) Good luck!
-
[Ubuntu] Mirror Client Crashes
I get this problem with 1.091 and .092. Simply crashes after "loading stream32.so", no error log or anything.
-
Will everyone stop freaking out?
They say if you do an emote before you bot there's less of a chance of you getting banned
-
i need a book to read
betrayal at falador
-
Talk to my stupid ass robot pls
Yeah, it's going to be a long journey but it's primarily something that I can put on my portfolio to show my AI knowledge (+ I get to use it as a free chatbot for my scripts if all goes well) At the end, I want to be able to try and predict the tone for a specific message, and then get the robot to build a sentence from scratch using its knowledge. Either way, it works and (some) people are taking this seriously :p
-
Talk to my stupid ass robot pls
It's the start of a neural network. When I get a decent database of conversations, I can begin working out equations and getting a solid framework down
-
Talk to my stupid ass robot pls
Alright, so I'm trying to make a basic chatbot. Link: http://bobrocket.co/omniscript/chatbot/portal.php You can teach the robot a conversation, or attempt to talk to it. Rules: No punctuation, the robot does not recognise this Try to use lowercase only (the robot is smart enough to convert to lowercase, but just a precaution) Please don't put stupid shit into this. I am going to use this for my scripts, so I would like to not have to go through 10,000 "jokes". Your submissions will not be visible immediately, I have to approve them and modify (add synonyms and markup for the robot to understand better) first. Thanks, and enjoy! Please report any stupid stuff to me ASAP
- RS3 & OSRS Progression Log
-
Need hand done leveling (range & defence)
Sorry guys, decided to do this all myself. Thanks anyway!
-
Disbute against Captain America
It is very possible for people to be ddosed for days, weeks, months etc. What is improbable (note, not impossible), however, is a random trader being ddosed for days on end. Also, police really can't do much to a ddoser unless they actually make a company lose money (eg ddosing amazon would lose them millions of dollars every minute). Just thought I'd put my 2 cents here
-
How do i Open OsBot -_-
Well you have to update java to your latest version and then
-
Check if you have something in your inventory
if (!getInventory().contains("Iron battleaxe")) { //no battleaxe } if (getInventory().contains(999, 1337, 289)) { //Has all of those IDs }
-
Bye Osbot
20m the worst you can do?
-
Need hand done leveling (range & defence)
I need the following skills done on my main: 65-70 range (if possible) 60-70 defence I need this done hand done only. Offer prices below, I can supply everything needed (food, cannon if wanted etc) Thanks!
-
My new PC rig
Legally: go with benq. High quality and cheap af. Illegally: buy them from amazon, claim when you got them the box was empty OR (pro version) you plugged the monitor in and it smelt of bubblegum and expanded rapidly (common problem with li. ion batteries, most amazon support will sympathise and refund; I do not recommend this as it is illegal and fraud etc etc)
-
My new PC rig
I really would invest in 2 or more monitors. I have 2x 24" monitors and they're lifted above my desks with my monitor stand, and it's worth every penny. Takes up no space and works wonders.
- Deadman Mode