Leaderboard
Popular Content
Showing content with the highest reputation on 02/24/17 in all areas
-
8 points
-
Started a new gold farming operation with my friend @BlitzRoyale Our goal is 1b+/month Total Profit: 361.7m My role: lead developer, knowledge, experience, Server setup His role: managing clients, managing accounts, best method, small development, pro GFX'er Start Date: 2/17/17 2/17 We started 2/17 and are up already with big hopes for this weekend. This week was spent fixing any bugs or errors in the script. Script is now 99% automated with just one thing left. With osbot back up, we fired up a lot more bots. Hoping to make some big money this weekend. - Juggles 2/24 Farm is starting to looking great. Going to be removing webWalker from it all to lower the resources it uses. -Juggles 2/26 Ok, so we have successfully finished up our first full week/weekend with the farm we are running. The week has been tough due to server DCs, bug fixes in the farm, and just getting things up and running 100%. We stopped the farm a couple hours earlier due to a small issue from the server DC's, but we are more than happy with the first weeks results. We are looking into a solution to help combat all the issues we had from the shit servers. We ended the week with a grand total of 361.7M profits. Most of this came from the weekend, but we did make a small amount leading up to the weekend. During the week we were working on fixing bugs mostly and only running a couple accounts until we had mostly everything worked out. Things are nearly 100% as far as the script goes thanks to Juggles. It is very close to being 100% automated. -Blitz Already looking into farm #2. Made 8m in one night running 1 account. Will be expanding this week to multiple accounts to test out ban rates and profits. -Juggles 2/28 No botting today, client was down. Bought a sexy sig though -Juggles 3/2 Bought $100 donor -Juggles Going to be posting weekly updates of this5 points
-
Seems there is an issue with connecting to the game servers. Whether you are on version .111 or .112, if you get a bot initialization error just keep trying to restart OSBot until it works. It's completely random and if the internet gods are pleased, you may be blessed with the game actually loading. Nothing much more we can do since this is not related to our services. Thanks!4 points
-
4 points
-
3 points
-
WE ARE GREY NAMES WE WANT FREE SCRIPTS WE WANT BOT UP, EXPECTO PATRONUM NEVER FORGETTI OUR CAUSE3 points
-
You'd figure you'd learn after like 7 chatbox bans before the end of feb, but I suppose not3 points
-
Greetings, A user by the name "topshotter" posted on my thread a few days ago (five days ago, Monday, to be specific) wanting to sell their Runescape account. However, yesterday (Thursday), they scammed (scam attempt - admitted) another user on another forum (Sythe) thinking that it would not involve their OSBot Profile. Little did they know, I am both a Sythe User and a user of OSBot. Here I am, catching them off-guard. I also noticed how they were scammed by another quite reputed user on OSBot, a seemingly legitimate Scam Report posted by them just four days ago (Tuesday). It is funny how they, themselves, have scam intentions as well. Disgusting, if you would ask me. Note: Be aware that I am nowhere the victim. TopShotServices' scam was against the Sythe User: Tatortoo. Tatortoo posted the Scam Report, and I noticed that I was familiar with the name "TopShotServices" here on OSBot, so I decided to search them up to expose them here on OSBot, for the sake of eliminating every risk of potential victims. Their (Scammer) Skype-Name: live:sigilnation5 (Hyperlinked with the Scam Proof) Their Sythe Profile: https://www.sythe.org/members/topshotservices.725827/ Their OSBot Profile: https://osbot.org/forum/profile/253007-topshotter/ Sythe Scam Report (Full Proof Included): https://www.sythe.org/threads/topshotservices/ Proof: Full Proof is provided in the Sythe Scam Report Thread that is provided above. Note: I am not the user that posted the Scam Report, as I was not scammed by them, but I am opening this Scam Report to follow-up on their actions to OSBot in order to eliminate all risks of any potential victims. Further Proof: Here is the proof that links both users/scammers (TopShotServices) together, proving that they are both not different, but the exact same. Not sufficient? Sure. Here is the proof displaying their Skype-Name when they spoke to ME. Tatortoo's Scam Report (Sythe): https://www.sythe.org/threads/topshotservices/ Thank You.3 points
-
I won't give it all away, besides most stuff you're asking is freely available on google. A neat way to check whether a char is not a symbol (or more importantly, is a letter in the alphabet) is to do if( (l>='a' && l<='z') || (l>='A' && l<='Z')) printf("%c is a letter.", l); else printf("%c is not a letter.", l); I've got to head off now but I can edit this post with more info on other bits as well a bit later! Edit: as nosepicker said, you cannot compare arrays using the standard operator like that in c (or for the most part any language). For example, in java you must use .equals() which is itself a method specified for whichever object you are dealing with, overridden from parent classes. You'll have to iterate through both arrays, perhaps best done with a function, like so: bool compareArrays(int a[], int b[], int n) { for(int i = 1; i <= n; i++) if (a[i] != b[i]) return false; return true; } where your two arrays are a and b, and n is the length of both arrays. Make sure both arrays really are length n before sending them in! Edit 2: if you need any more help or wish for me to write an example program to solve this problem for you, just let me know! ~apa3 points
-
Starting my 2017 goals early. 2016 achievements- learned how to script. Made around 4b part time farming. On to bigger and better things in 2017! Going to be working on some new scripts to add to my farm this month since school just ended. Currently have an almost automated farm generating 50m/day. Looking to expand to 2 or 3 times this in 2017. Will look to update this every week or so Start date: December 12th, 2016 December 12: Current cash stack = 500m. Starting on Monday I will be recording my progress. Will bond about 15 accounts on Monday to start off. Looking to expand to 40-50 accounts by the end of December with multiple methods. Currently am working on finishing my account creator bot so I can make endless accounts December 13: Had to start today bc runescape updated yesterday and the bots were down. December 16: Just finished writing my second automated farm. Will be testing it and buying another VPS come Monday. I will be running a few of them this weekend to test it out and fix any possible bugs that may occur. 15 bots on my VPS and 3 bots on the new method on my home computer. December 20: Bought another Dedi and am running 40 accounts at the moment. December 23: So far I've profited like 700m. Going to be revinesting it in bonds and servers though in 2017. Just making money now to reinvest. Tried making my own account creator but ran into some problems. May look to outsource that project. Going to buying another Dedi on Monday. Also was experimenting with mass f2p bot but it doesn't seem worth the time. P2p makes way more an hour January 7th About 1.1b profit so far since starting my goal. Had my first big ban wave on Tuesday but other than that haven't had any bans. January 20 Update: Almost up $1.6k since starting this. Have been a little more inactive lately with farming due to school starting but hope to get back into the grind soon and running 100+ accounts. Bought an account creator to allow me to create unlimited accounts. Created over 500 accounts already February 9: Over 2.4b farmed so far. Looking to increase my farm as I have a steady reliable income now. Going to be buying 2 more dedicated servers february 21: Farming going better than ever now. M ay hit over $100 a day soon when I expand more. recently partnered up with someone else and it looks promising. New farm could be netting over 100m+ a day alone not including my own farm. 2/26 Parterned up with @BlitzRoyale to form another farm. Thread link: Will be running my own farm along side the new farm for a lot more profits. 3/25 i know its been a month since I last update but my farm has been great, consistently making money. Making around $80-100 each day roughly with minimal effort. Seems like the gold of price is dropping though 2Be sure to like and support the thread Supporters @@Aiban @@Bamboozled2 points
-
2 points
-
5 Mansions worth of sales init. No shortbread for me either2 points
-
2 points
-
Leeches are attracted to the blood of virgins; thats why they all pile into the chatbox. ;)2 points
-
You can always just take the card out and plug your screen into your motherboard at the back of the case, that'll ensure everything runs on CPU graphics :P2 points
-
Thanks for the detailed report I went ahead and IP banned him.2 points
-
could also test ram to make sure its not a fault stick http://www.memtest.org/2 points
-
came back to rs this past week and am prob quitting. nearly a week of constant DC's and now client fked for extended period of time. is this normal guyyyysh?? its never been this bad since classic, shit even when osrs first came out i wrote my own script to walk into fight pits and afk got high 90s str lmao any update from devs on how they are coming along with the client?? dont do a jagex on us pls ILY treat me well and ill blow loads of $$ on your scripts... well already have anyway. xox2 points
-
Yeah. Do they even know who I is? I'm | Official Script Developer | Veteran | $100 Donor | Ex-Super Mod | Ex-Global Mod(x2) | Ex-Trial Mod(x2) | Ex-CBA(x3) | Ex-VIP | Senior Sheriff Dog | come @ me2 points
-
2 points
-
Hey guys I'm Lizzzerd. I'm fairly new to OSbot but not new to botting. I plan on getting to know the community and start a gold farm/account shop. Look forward to meeting you guys!1 point
-
1 point
-
REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Muffins serious man. U can only get this many chances. Don't you recall you were banned not so long ago *cough* a day *cough* and yet here u are making people start spamming because staff were afk? I u big time as a person, but this act is just retarded, you know that it would get u banned don't be surprised now1 point
-
There is now a hotkey for setting the breaks tile, so just before breaks are triggered the script will go to the configured break tile ^^ EDIT: The hotkey is F41 point
-
Will be implementing shift-click drop as soon as OSBot client goes back online EDIT: The actual code is ready but testing will take a few minutes and then I will post the update1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
@Detilate is buying pm him1 point
-
1 point
-
1 point
-
i7 cpus usually improve the performance of java programs through hyperthreading due to the high amount of threads used by the jvm, you don't need a gpu at all for runescape and it will not increase performance since jagex only started using computational shaders in latest rs3 graphics, ddr4 memory is a complete waste of money because you won't see any difference and you should go for 32 gb anyway1 point
-
1 point