Everything posted by Pandemic
-
OSBot at Work
Click the X button in the upper right of the signature and you can hide all signatures.
-
Pokemon X and Y Friend Code Topic
Who doesn't/hasn't played Pokemon?
-
How to add my script on SDN?
It's not up to me, it's up to Alek (the script manager here).
-
How to add my script on SDN?
They more than likely won't accept it with an auto-updater (due to security issues).
-
Anyone want this? :P
Don't worry, I know who you are
-
Anyone want this? :P
I'm sure some people will use it
-
How to add my script on SDN?
Post a request in: http://osbot.org/forum/forum/181-sdn-upload-requests/
-
OSBOT AIO Guide [in progress]
Looks amazing. Haha looks like your html or css leaked all over our <a> tags :P All links are light orange
- y dfuqqqq
-
[OSRS] Account with 91 rc [PRICECHECK]
I'd be pretty interested in it (given it has no bans). PM me
-
Auto update
Orion doesn't hook into the client (I believe, I've never used it), so it doesn't need to find if they changed their obfuscation patterns and reassign them, they just have to download the latest client.
-
Auto update
Do you mean to update Runescape and all hooks for the bot, or just the OSBot application itself?
- Pandemic's Scripting Series: Part II - Path Walking and Simple Banking [UPDATED FOR OSBOT 2]
- Pandemic's Scripting Series: Part II - Path Walking and Simple Banking [UPDATED FOR OSBOT 2]
- Pandemic's Scripting Series: Part II - Path Walking and Simple Banking [UPDATED FOR OSBOT 2]
- Pandemic's Scripting Series: Part II - Path Walking and Simple Banking [UPDATED FOR OSBOT 2]
-
Some inventory methods
Thanks Parameter looks great ;)
-
ZariatFlaxer doesn't spin
PM the scripter, posting it here probably won't help.
- Help! GUI is too small and wont show 'start' button
-
Any Netflix Accounts I can use?
Just start a free trial or pay the $8 lol
-
500 POSTS REACHED
Grats I got that yesterday :P
-
Write one good thing about the person above
Has a cool signature
- Pandemic's Scripting Series: Part II - Path Walking and Simple Banking [UPDATED FOR OSBOT 2]
- Def Nerds AIO Woodcutter
-
Pandemic's Scripting Series: Part I - Setup and Basic Logic [UPDATED FOR OSBOT 2]
Sorry for the late reply I didn't see this post somehow lol. Anyways: The @Override above a function simply means that OSBot will use this function instead of the default function that's defined in the Script class (the one our script is extending from). You can also call the default function by doing the super() function inside of the function you're overriding (well it's useless in this case, because the Script class functions are empty). and break; just "breaks out of" any loop you happen to be in.