Leaderboard
Popular Content
Showing content with the highest reputation on 02/24/17 in Posts
-
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
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - CLI support for goldfarmers Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:1 point
-
PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.1 point
-
'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here1 point
-
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
-
1 point
-
You're cutting it pretty close oliver, with that CPU and GPU youd probably want a 650 PSU1 point
-
I prefer price per performance. Although its best to wait until actual end-user benchmarks, things are looking real good. Check out this graph1 point
-
we tried it and it worked on topic, can confirm I am the one and only OO1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
@Czar I need a refund if possible please. And im pretty sure i need a refund please give me refund1 point
-
1 point
-
1 point
-
1 point
-
Our school set default passwords for all new accounts as "123". Every year, we would maybe get 1-2 more staff with the same amount leaving. 2 months in, I decided to check if any of the teachers still had the default password set. Her username was easy to find out - it was just the initials of their name. So I attempt to login, and lo and behold I'm in! I spent the next 20 minutes browsing the teacher portal, lots of boring stuff here but I got to find out this teachers salary and I was able to access the "book a computer room" page. Now, I don't know if you had this in your school, but if our none IT class wanted to access computers, the teacher had to book it in advance and we'd get to dick about on club penguin or something all lesson. So what did I do? I booked the next 3 months of classes in the computer room. 3 day external suspension. Another time I started playing around with the network. There was this shared network drive which had all the domain controller stuff like wallpaper/default permissions etc, stuff that gets executed when the PC turns on. This folder you could only read from and not write - or else I would have changed everyones wallpaper to a dick or something. So I'm browsing this shared network drive looking at what I can find, and I find a permissions file. I open it up and I see that it refernces some tech admin's home directory. My logic was that if this shared directory could read from this dudes home dir, then I would be able aswell. So I hit File->Create Shortcut -> to network w/e and input the details. I pray, I clench my butt, and I'm in! 1337 hax0rs unite and all that. Inside his home directory there was various text files - FTP login details for the intranet, ftp details for the website page and various login/passwords for services that our network uses. I read a little about what happened to other people when they fucked with the FTP and as tempting as it was, I'd rather not get expelled for changing the schools home page. Inside this text file contained a username/password to our firewall/antivirus/web blocker as well as the login url - thanks random admin techie! I login and I'm greeted with a web panel and full admin rights. I remember a big red button that said "Shut Off" which I could only assume would take down either 1. The web blocker or 2. The entire internet access for the school. I was in dangerous territory here so I opted to stay away from it. After some digging, I finaly found the page I had been looking for - PERMISSIONS. This is where I personaly chose to add myself into the staff list and have full access to all of the internet - freedom at last! I could now play runescape instead of club penguin. I sold access to a select few people aswell, since crime pays an' all that. Had full access for a good serveral months up to which point me and another guy fell out over some b/s and he decided to rat me out. 5 day internal suspension.1 point