Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/14 in all areas

  1. Goodmorning first of all. Was in chat earlier and the idea popped out to create a community based Minecraft server. As I've played Minecraft before I know it's a cool relaxing game and something I used to play back when I used to bot(RIP main) but gets boring playing alone. I was thinking about gathering up a select few(At start) to put up and maintain a whitelist server. Why whitelist? Basically to avoid trolls, if this does happen, you'd have to apply for a spot into the server so that you won't get all your precious stuff stolen. As far as maintenance goes, it's only fair that whoever wants to join pays the small(very small..) monthly split between the number of players, this money will be requested one week prior to pay day to make sure nobody has to take out anything extra from their pocket. This way we can provide a nice stable server with a good number of people, possibly using Raidcall we can go around and chill. As far as gameplay goes, I'm aware there are ALOT of modpacks so I'd kindly ask you to suggest ONE(And only stable ones please) modpack, such as FTB, Galacticraft and so on and please only post if you think you'd join. If you do know how to properly maintain a server, please PM me.
    2 points
  2. ty for your opinion Time Online: 7m 21s Joined 05-April 14
    2 points
  3. Do you have the latest adobe flashplayer installed?
    2 points
  4. You obviously haven't been to world 1 recently.
    2 points
  5. Because giving charity gives you absolutely no rewards. You guys are so oblivious to life that you're clouding your own mind and your ignorance is amazing. If that's the point? Why have VIP? Why have sponsor? Why have any rank? Why not just make everyone a member and have the staff hide amongst them while moderating? Why do anything? This isn't a communist country where everything is the same and everyone has the same stuff. Some people have more while others have less. I have a donor rank because I market and decided to give back to the community to help support its growth even further. Why do scripters have their rank? Why must they advertise that they script for the bot? Why can't they just make a script and be happy with that? I'm mad I don't have a scripter rank and scripters should lose it. Who do they think they are to have a rank I can't? You guys are all immature and ignorant oblivious to what's truly here. You honestly think people in real life get no benefits whatsoever from giving charity and donating? If so, you are more ignorant than I thought. Giving charity is tax deductible, first of all. If it wasn't, I doubt half of the rich who do it would even bother anymore. On top of that, they look good to the public by giving charity. Stop crying about pointless nonsense with your hopeless arguments as to why we shouldn't have it. You guys obviously never had a business not do you understand anything about business' run and operate. The additional revenue will help out OSBot also. People will see a rank and give some here and there so that they can eventually have the donor rank. Honestly, only those with a rank should even have a say in this.
    2 points
  6. sweet when i win the lottery i can get everyone to suck my dick
    2 points
  7. Hey, just whipped these up. Hope you like them.
    2 points
  8. Mission iQuest is a project that has been in development for about a week and should be released in late April or May. iQuest is OSBot's first and only script which handles multiple quests. The iQuest team is working hard to make our product reliable and flawless. Development on iQuest takes extensive amounts of time. For this reason, there is no firm ETA on when this project will be released, do not get your hopes up as long term projects can always turn sour. This script is being written right, this will allow for easy bug fixes and additions after release. Planned Features (on release)* 10-15+ Quests Tutorial island Ability to chain quests without any human interaction (for example, tutorial island straight into waterfall quest) Preview Project Lead: @Eliot Contributors: @Pain @Swizzbeat @Jordan @Pandemic Special Thanks to: @Mikasa @harrynoob @Smart This thread will be updated over the coming months, but this is a long term project, so do not expect anything in the immediate future. *Planned features will be changed many times before the official release of iQuest
    1 point
  9. I noticed a few people have been using a paint to cover the name of the user of their script (like this:) So here is the code for you to do that. Put that ^^^ outside of your onPaint() block to define a colour in which to paint the rectangle. If you want more unique colours visit THIS PAGE to generate your own colour. To implement the colour its just Then, in your onPaint() block you are going to want to drop this: And there you have it! name covered
    1 point
  10. http://gyazo.com/039c71bc478ba596a59a65dd86cd676d enjoy dat chat
    1 point
  11. 1 point
  12. some retard was botting on it -_-
    1 point
  13. 1 point
  14. Listen mate cause you clearly just want to cause some sort of drama. This is a fun community gathering server were everyone helps to put the server up and we just play and have fun. Simple as. Stop trying to come up with your assumptions that this is some sort of business model. This. Is. For. Fun. If you want to be greedy and not pay $2, do us all the favour and don't join. You're the only one complaining Also, I'm not snatching anything from OSBot, this is something the community wants so get your facts straight
    1 point
  15. and if you get an ex cba pip, I want an ex VIP pip
    1 point
  16. Maybe if you'd buy lifetime sponsor and $100 donor it would add up to $250 Sponsor
    1 point
  17. I'm totally in. As for the modpack, I vote for feedthebeast
    1 point
  18. 1 point
  19. https://www.youtube.com/watch?v=puqA1Se14MY
    1 point
  20. so you bow to the whims of immature kids?
    1 point
  21. Because they couldn't afford it.
    1 point
  22. 1 point
  23. I doubt either of you used it, haha.
    1 point
  24. Chrome because with the other browsers I could make myself lasagna and it'd be still loading.
    1 point
  25. Was bored soo w/ee Ideas on how to use Have a area on your paint and call the method if a mouse action. Display the image instead of writing on a jframe or jpanel etc. many more ways! public void takePicture() throws AWTException { Robot r = new Robot(); BufferedImage screenShot = r.createScreenCapture(new Rectangle( Toolkit.getDefaultToolkit().getScreenSize())); Date d = new Date(); int currentHour = d.getHours(); // deprecated methods i don't know the new ones int currentMin = d.getMinutes(); // same as the Hour String format = null; if (currentHour >11){ format="PM"; } if (currentHour <12){ format="AM"; } try { ImageIO.write(screenShot, "JPG", new File("Script_Name"+currentHour+"_"+currentMin+format+".jpg")); } catch (IOException e) { e.printStackTrace(); } }
    1 point
×
×
  • Create New...