Everything posted by Zappster
-
Don't hold BTC.
But srsly, if you are thinking like this, sell your coins now and then buy back when shit hits the fan
- getTrade.offerAll() Help
-
Loot Alert
Yes it's pretty straight forward to do; List<GroundItem> groundItem = groundItems.getAll(); String[] wantedItems = {"Visage", "Monkfish", "Yo mama"}; //is the list empty? if(!groundItem.isEmpty()){ //loop ground items for(int i=0;i<groundItem.size(); i++){ //loop each wanted item for(int j=0; j<wantedItems.length; j++){ //check if ground item is in our wanted list if(groundItem.get(i).getName().contains(wantedItems[j])){ //make a beep Toolkit.getDefaultToolkit().beep(); } } } } Edit: After rereading your OP, this will only work within the render of the client. After OSBuddy released the HD mode, the server render distance (for items, npcs) got heavily reduced. So you're only able to detect items/npcs within the default render distance of the rs client
-
Would you want to see Summoning and Dungeoneering introduced?
Yes I'm not really a fan of this game anyway Plus summoning introduced so many ways you can smuggle items into places
-
What to do...
Get lunar done for as low level as possible and venge kids out
- So....
-
i guess u can say it was luck?
Smoking kills you Drinking is toxic Sex transmits diseases water is wet gz on ur winnings share i tbed
-
WTB SOTD Acc
>TWC Don't bother. I've found my account anyway so this can be locked now
- WTB SOTD Acc
-
WTB SOTD Acc
Looking for a SOTD acc. PM me skype/add my skype/pm me to discuss prices.
-
[Dev Build] 2.4.128 - Maybe fixes?
> clients I'm guessing you're opening more than one? I believe @Krulvis said he was only getting double input when he opened up a second client and started the script
-
[Dev Build] 2.4.128 - Maybe fixes?
Looking at other threads, Alek doesn't know how to replicate this Can you post steps you took to get this to happen?
-
anyone have eth
Sell and buy the fucking dip
-
Zappster gay confirmed?
This is clearly photoshopped
-
Fidget Spinners (Autism Version)
This is oddly satisfying
-
User Activated Authing
Thanks There was an idea thrown about with auto-pming people too and a button (like in the other chrome auth tool) that would do all the above. After seeing the likes this thread has gotten so far, I think I'll go ahead and get working on it
- Dard
-
User Activated Authing
It's kinda just been sitting on my PC for a couple of weeks with nothing being added to it, if there's enough demand I'll keep updating. Introducing... User Activated Auths! Basicly, you give someone a user+password, they go to your website + input it, then they are authed. User Activated Authing ---------------------- What is it? ----------- User Activated Auths is a way to allow your customer to choose when their auth starts. Limitations: ----------- Since most of you will not be running SSL certs, passing HTTP data -> HTTPS is quite tricky. For this reason, you MUST have the plugin open on OSBot + yourwebsite.com/path/plugin AFK Mode: --------- If you're browsing around OSBot, the plugin will update and auth people as you load new pages, however, this isn't always best. If you take any url of osbot and add ?sleep=10000 to the end, it will trigger afk mode. This will keep the page refreshing every 10 seconds, thus, allowing auths to carry on whilst you are away. ---------------------- Setup: ------ Chrome Plugin: Open "manifest" Edit line ""matches": ["http://website.com/plugin/*"]," too your website's path to the plugin dir. !!! DONT FORGET THE * !!! Save + close. Open "userActivatedAuthsExternal" edit line: "var token = "INSERT TOKEN HERE";" Insert a token here with random letters/numbers/special chars Copy that token (you'll need it in a moment) Edit line: "var authController = "http://website.com/plugin/authController.php";" too the path of authController.php on your website Edit line: "var refresh = 10000;" too change the refresh rate of pulling up flagged auths from your website. Save + Close Webfiles: Open "trials-header.php" Edit line: "$trials = new Trials('HOST','USER','PASS','TABLE');" with your database details Edit line: "$token = "";" and add your token from Chrome Plugins Save + Exit SQL: Inside the /Database/ folder is a file you can use to make the tables. ----------------- Usage: ------ Adding auths: ------------ Navigate to yoursite.com/addAuth.php?token=YOUR TOKEN Input the data required, you'll get a user+password that you will give to your client. Auth flagging: ------------ End user needs to say when they are ready to be flagged, I included 2 ways to do this, userAuth-via-Post-Example and userAuth-via-Get-Example Choose which (or both) solution works for you, and add the relevant CSS to match your website. Give the user the link to which option you chose (if POST, they will need their user+pass, if GET you include that in the URL) Thanks Fruity for testing this out with me. Code: https://github.com/ZappyScript/UserActivatedAuthing If you've got any issues setting this up/using it, let me know over PM or skype. Edit: if this wasn't clear already, only people that have a script in the SDN can use this...
-
Predictions on what price Bitcoin will stabilize at?
Perfect time to gravedig this Who's buying yacht's and who's buying rope?
-
Explv's AIO [13 skill AIO in 1 script]
It's on the SDN; https://osbot.org/mvc/sdn2/scripts/21
-
HUGE ISSUE with forum profile information atm! Admins/Mods Must read!!
- hello from the other side
Cool, welcome. If you're interested in the coding side, we use Java to develop the scripts. Take a read over at the tutorial section on how to get setup. https://osbot.org/forum/forum/250-tutorials/- Favorite Yu-Gi-Oh Card?
Spellbook starhall Cause if you combo it with stuff like spellbook of secrets and Spellbook of power AND grandspellbook tower with a cheeky Spellbook library of the cresent you boost your spellbook mobs by like 5+ in one turn- Any info about lots of scripts removed from SDN?
The scripts might be salvaged soon, make sure you keep a look out on or follow https://osbot.org/forum/forum/336-salvaged/- Could you ever trust a person that has been placed in TWC?
Decody put me in TWC once when I asked for scripter rank - hello from the other side