Leaderboard
Popular Content
Showing content with the highest reputation on 03/02/18 in all areas
-
4 points
-
4 points
-
3 points
-
3 points
-
Fair enough, my mistake. @FulLinus if you wish to receive your deposit back please consider finishing the orders you took on.3 points
-
3 points
-
3 points
-
I just projected the 2013-14 (blue candles) bubble on what we have now. What a coincidence that it called the 6k bottom and 20k top. To get a better timeframe for the next "top" ~12k which is around april/may. One could argue that the small pump is the pump now.... this is how it looks like then. Both ways show a top around 12-13k. Excited to see what happens. Take profits Old bubbles don't lie.2 points
-
Runescape Bot Stats RSBotStats is an API that allows scripters to easily track tasks their scripts have accomplished. Add to your script with a simple JSON POST request. Use to showoff and market your script! Real stats from a cooking script! Getting Started with the API Sign up and add your script here Find your API Key and Script ID here Send a POST request to upload your stats. We recommending sending 1 request on script end. Example Request URL: http://pure-woodland-47666.herokuapp.com/api/v1/commits?user_email=YOUR_EMAIL&user_token=YOUR_API_KEY Body: {"commit":{ "script_id": "X5VTnp", "user_id": "qN4tOb", "runtime": 75.666, "stats_attributes": [ { "task": "Trout Caught", "amount": 28 }, { "task": "Lobster Caught", "amount": 70 }] }} Parameter Notes At the very least, a commit requires `script_id`, `user_id`, and `runtime` `runtime` is in minutes `stats_attributes` are for tracking any sorts of tasks your script does. ex: Fish Caught, Yews Chopped, XP Gained, GP gained, etc. `user_id: qN4tOb` is the catch-all user. Use this as default. Example Java JSON POST method I'm not too familiar with Java. If someone could share a method to create a JSON post request, "that would be great". Here's an example from a scripter named Encoded which you can use with some minor tweaks: public static void commit(long runtime, int experience) { try { runtime = (int) (runtime / 1000 / 60000); String payload = "{\"commit\":{\"script_id\": \"" + SCRIPT_ID + "\",\"user_id\": \"qN4tOb\",\"runtime\": " + runtime + ",\"stats_attributes\": [{\"task\": \"XP Gained\", \"amount\": " + experience + "}]}}"; URL url = new URL(URL + "?user_email=" + EMAIL + "&user_token=" + API_KEY); HttpURLConnection conn = (HttpURLConnection) url.openConnection(); conn.setDoOutput(true); conn.setDoInput(true); conn.setRequestMethod("POST"); conn.setRequestProperty("Content-Type", "application/json"); conn.connect(); byte[] data = payload.getBytes(StandardCharsets.UTF_8); DataOutputStream wr = new DataOutputStream(conn.getOutputStream()); wr.write(data); wr.flush(); BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream())); StringBuilder stb = new StringBuilder(); String line; while ((line = rd.readLine()) != null) { stb.append(line).append("\n"); } wr.close(); rd.close(); if (conn.getResponseCode() == 201) { Logging.debug("Successfully sent script statistics to RS Script Stats."); } else { Logging.debug(stb.toString()); } conn.disconnect(); } catch (IOException ignored) { } } More To Come! Eager to continue development of this, open to all suggestions and constructive criticism! Scripters, please use this, thank you Are you a script user who wants to showoff their stats for a script? Bug the script author to implement this API, it's easy!2 points
-
u get unlimited tabs and unlimited client usage your own vip forum discounts in the store dont be stupid2 points
-
You're a waste of time, you just spam post 'need this' 'need that' but never actually follow through. Even in this post the guy offered 3.5m and then you reply with '3m' LOL you're not even a troll lol just a spammer2 points
-
2 points
-
funny to see backseaters like you with 0 invested in BTC trying to what you call "predict" markets. This is BTC, this shit isn't predicted, this shit is decided by what the bulls feel like, BTC is a trash coin and has an artificially inflated price due to clueless people blindly invested in BTC as it's the coin of the decade since it was the first major one. I have 100k$+ invested in cryptos, curious what do you have invested / made (probably lost) from cryptos? Edit : your logic doesn't make sense, you seem to think if something happens once in a market it's gonna happen again? So going by that logic after the 2014 it went up manyfolds so you have to invest more not cash out then?2 points
-
2 points
-
2 points
-
2 points
-
release it free to get Scripter I worry about premium scripts once you have passed the Scripter II test Add whatever features you want to add. Don't get discourage cause some retard says there is already a premium with x feature. you do you.2 points
-
────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠ Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠ AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.1 point
-
1 point
-
I got VIP and I don't even use the mirror mode. Unlimited tabs, no ads, and store discount are enough benefits for me to buy VIP.1 point
-
If it was just mirror mode i'd say hell no it's not worth it. Honestly, the main reason i bought is to get rid of the adverts tho lol. Store discount is just a nice bonus.1 point
-
- Did you add me on Skype or send me a PM? yes - What is the requested service? quests - Do you agree to the TOS? yes1 point
-
Thanks i appreciate your fast responses. I figured it was something as such because this is the 2nd script that has done something like this in the same time period prior to working like a charm. Thanks again1 point
-
@Dex check this guys posts. just spams useless shit and never goes through for Post count.1 point
-
no Bank Transfer is same price 1.05 Dollar per Mil. So tell me if u wanna buy :P1 point
-
I think you should probably look at the basics of Java if you don't understand this snippet.1 point
-
1 point
-
1 point
-
1 point
-
Just purchased the script, running great, unfortunately i'm a noob who forgot to train range before buying it so currently training range, hoping for some good proggies soon.1 point
-
He's been posting about cryptos for like 2 years, what do you mean backseater?1 point
-
Your partner said, If FulLinus did not scam or leave on bad terms (leaving orders unfinished, etc), i have to refund deposit. He left me with 5 unfinished acc ( for 1 acc he got paid and he still didn't finished it). I'm not going to refund deposit until he complete all 5 acc.1 point
-
minimizable paint* sorry where it shows the xp and everything. I like to be able to see chat whenever playing lol. will screenshot tomorrow1 point
-
@ProxyFish was actually banned recently, not sure if he's actually linked to the website or what but just FYI. I got mine from @D Bolter1 point
-
1 point
-
1 point
-
Chris my nibba we need to get you some pussy. Can't let you fall any deeper into the weeb abyss because another foot and you'll never come out1 point
-
1 point
-
Did you read the posts above? He said not from script, but the client needs to be updated.1 point
-
If FulLinus did not scam or leave on bad terms (leaving orders unfinished, etc) and no longer wants to work for you anymore, you refund his deposit. That's how a deposit works. The point of a deposit is insurance in case anything bad happens and the worker goes rogue. If nothing bad happened, you refund his deposit.1 point
-
No scam baiting bud. Also you're ban evading. -Won't be going back on this report so cya @Owneds!1 point
-
For me, I love botting. I've had a few characters banned, and I got a 1600+ main out of it with 2 day ban. After I got quest cape I got bored of it. So I stopped playing that and invested into new characters to bot, which is more fun for me. Usually play league or study while I bot.1 point
-
Hey, first time i got in stuff like this, i will try explain everything. So he found me somehow, and asked me for work, we talked i reccomended him to work for dbuffed, because i didn't got much work. Dbuffed declined him, so i give him job. He paid 39m for deposit instead 50. I gave him do 60/60/60 3x acc. We agreed that i keep profit from 2 acc for deposit. Then he done 2 acc, sand crabs afk and he asked more work https://imgur.com/a/f3WDh. I get 4 acc with custom build to do. He didn't had money for supplies, so i gave him 7m for third 60/60/60 acc ( still not finished, but he got paid) and i give extra 8m for supplies. This is full story. Now about deposit, i looked into 3 thread that hire workers. All 3 threads ask for deposit, but refund isn't 100%, and % isn't same https://imgur.com/a/62616. I said this to Linus, i can say it to admins too, if u want deposit back done work that i got for you, if not you don't get deposit back. Edited P.S. sorry for bad english, hope you understand what i wanted to say1 point
-
Seems legit, might give it a try.1 point
-
1 point
-
1 point
-
1 point