Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/17 in Posts

  1. Someone had a bunch of lvl 3 mules at the GE so i traded them and they followed me so i moved them all into a congo line. World 308 if you want to help making the line longer
    8 points
  2. No response within 24 hours from any of the accounts involved so I've removed all the Feedback. Thank you @Madz for the report. Banned the following accounts. @wESTboy27 & @Dgzamma @vi general and @dreadfulguy11 Actions have been taken against @magpiemad7 and he will remain in TWC. Closed.
    7 points
  3. Hoping to get ?LUCKY? this ?St. Patrick's Day??? Want someone to rub you for luck?? Maybe put their? shamrock?shake in your pot of gold? I sent this to you because? you're? one of my ?LUCKIEST ? hoes!!!!!!!! Send this? to TEN of ?️your SLUTTIEST LUCKY bitches this? St. Patrick's Day?. You know,? the ones ?that are big sluts butare lucky enough ?not to catch an STD!!!!!! If you don't? send ?this around to ?10 sluts you know
    7 points
  4. Recently I had uni projects allowing me to approach the problem in the way I want. So I chose app design because my goal is to become a UI/Web Designer in the designing industry in a cooperative manner. UI for games is not working for me because I'm not good at it. Designing for businesses and cooperatives is now my official path. Here are 2 concepts I've made for practice purposes. The design idea behind the 2nd one is thanks to someone on Behance, its just to get my mindset into professional design.
    6 points
  5. @Mio Welcome to the pink club!
    4 points
  6. I thought Jamez was finally demoted, guess not
    4 points
  7. If you use the OSBot marketplace for the right reasons you can make a lot more than he made in his scamquit and you also don't lose all of your reputation and respect. sad
    3 points
  8. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    2 points
  9. 400-500m+ plus the gp, protip: you cant quit rs
    2 points
  10. whenever i see this i always cringe so hard
    2 points
  11. Looks amazing and extremely intuitive! Good job! The alignment on the bottom of the second image, "Don't have an account?" needs to be aligned slightly to the right; unless I'm looking at it wrong, then my apologies. But these look as good as industry standard, a few fixes here and there and self evaluation and improvement will get you far.
    2 points
  12. 2 points
  13. That was on like the 13th. And it rose back up to it's original price after 24 hours. The reason for this drop is the selling in China whilst they undergo legitimizing it. Also I think something around the segwit vote is the cause for the fall.
    2 points
  14. Ah thank you for the clear bug report, expect a very fast update today, I really appreciate it (updates are much much faster with clear bug reports and clear instructions, that's why ) Signature/Highscores system is coming soon I still need to code some extra features e.g. 'OnKillTrigger', 'OnLootTrigger' etc etc to display how many npcs have been killed, to count which loot items, profit made. Then there will be leaderboards and eventually prizes once the entire system is flawless (ofc it will be optional to enable signatures)
    2 points
  15. Yea it failed to get accepted for a hedge fund on wallstreet
    2 points
  16. 2 points
  17. Seeing as there was no transaction actually completed and there was no scam involved this would not be grounds for a negative feedback. If you don't like that Gearing didn't show you the money you can always safely deny the trade.
    2 points
  18. 2 points
  19. You could try doing something like this if you just want to get a single potion: Optional<Item> staminaPotion = Arrays.stream(getBank().getItems()) .filter(item -> item != null && item.getName().startsWith("Stamina potion")) .min(Comparator.comparing(Item::getName)); This snippet will construct a Stream from the array of all items in the bank, filter it so that only the items which are not null and has a name beginning with "Stamina potion" remain, and then find the min of those using a Comparator to compare the Item names, this should return Stamina potion (1) first etc. Note: it returns an Optional<Item>, the Optional class can be found here You use it like so: if (staminaPotion.isPresent()) { Item pot = staminaPotion.get(); } Or to get the List of all stamina potions in the bank, sorted by dosage: List<Item> staminaPotion = Arrays.stream(getBank().getItems()) .filter(item -> item != null && item.getName().startsWith("Stamina potion")) .sorted(Comparator.comparing(Item::getName)) .collect(Collectors.toList()); This snippet is similar to the above, but instead of returning the min, it instead sorts the Stream using the same Comparator, and then collects the Items into a List
    2 points
  20. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all 3 boats - Attack portals, defend knight mode - Repair mode (No HP exp mode) - Potions support - Sets auto casting spell after dying - Use Special attack weapons - Only attack monsters mode (Good for low cb players) - Uses quick prayer (make sure to setup before starting) - Worldhopper - Points spender - 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 589:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager 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 589): -script 589:TaskList1.4515breaks (With breaks) -script 589:TaskList1.4515breaks.discord1 (With breaks & discord) -script 589:TaskList1..discord1 (NO breaks & discord)
    1 point
  21. 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 this
    1 point
  22. Hello got introduced by a friend of mine, iv'e been around this game since 2007 used to train accounts /do fire capes alot pre eoc, now im just a guy chilling on clan sites/ doing training service + nmz scripter.. So yeah what's good lads =] it's fucking saturday and i love it!
    1 point
  23. I didn't take any over my testing, I've a few bots running it just now however so I'll post a proggie of mine in a few hours!
    1 point
  24. Don't care unless there's money involved in the reward
    1 point
  25. I think a zerker with veng, firecape & 13 pray
    1 point
  26. member: https://osbot.org/forum/profile/256082-ra1n-b0ws/ issue: he is banned from sythe for scamming an account, he tried to to sell it to @sezerrr here proof: the skype id he added me with and the skype id of ther scammer on sythe match https://www.sythe.org/threads/mrwolf-is-a-scammer/#post-24611699 resolution: ban his sorry ass
    1 point
  27. Joined: 3 hours ago Members 0 1 post also, rs3 stats are worthless for most of the people here, id say 50m+ depending on quests, at the moment, being a random, you would have to pay me to take over the account LOL
    1 point
  28. 1 point
  29. i would totally bang
    1 point
  30. This looks very professional.
    1 point
  31. yes it is, tried it for the first time and it's pretty good if only
    1 point
  32. I'd buy it now if i were you
    1 point
  33. Hi may I have a trial please
    1 point
  34. Agreed, I shall provide my CongoMule.jar asap. Keep an eye on the downloadable scripts section
    1 point
  35. like you said, id wait to get veng to sell it man
    1 point
  36. Your hat is awesome man
    1 point
  37. I made sure to click I am running a mac on the first screen. Then, it works just fine - use FN button with f7 to pick fight space and start script. Nothing out of ordinary TBH Thanks for an awesome script. Any suggestions on great training spots? I am lvl 75 Do you have a Signature?
    1 point
  38. He was there Yesterday had a good chat
    1 point
  39. Absolutely love this script! really gj xD
    1 point
  40. Idk man you might end up interacting with a "Big Weenie"
    1 point
  41. it would be around 300-500m but without any fb, around 50-100
    1 point
×
×
  • Create New...