Jump to content

Dreamliner

Trade With Caution
  • Posts

    1642
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Dreamliner

  1. Dreamliner

    IM SERIOUS

    What do you have that's so secretive that - a private message can't handle? So what you donated $100+, it's not like you're making decisions about the bot anyway.
  2. download jd-gui open the jar and view the source.
  3. You need to wait for your gmaul to hit the opponent once, then spam click the spac bar
  4. just be smart. bot in not very populated areas. I did my 99 range at caged ogres and had the bot hop every time someone logged in at the cage.
  5. There's something strange about that sop sign...
  6. That's where you're very, very, wrong. A real world business is online. Please, find me a million+ dollar business that isn't online. I also think it's quite ironic that most IST fields are run by.. you guessed it, marketing and business majors. Why? Because they're educated to run a company/corporation the right way. Do you really think Mark Zuckerberg makes executive decisions about facebook anymore? No way. He sits in a corner and write code like a smart person would. A real company relies on strict deadlines and weekly, if not daily, updates to become and continue to be successful. If you're in for a read, OSBot reminds me of this company quite a bit. https://forums.butterflylabs.com/pre-sales-questions/4974-so-lets-take-look-history-some-delivery-dates-predictions-bfl.html
  7. I never said they couldn't. But these 'kids' have no business experience. You can have the best product in the world, but if you don't know what you're doing when it comes to the business aspect, you may as well as shoot yourself in the foot. So I suggest you shut your whore mouth and stop assuming things.
  8. No mention of barrows gloves?
  9. We can't expect much, after all, it's a business run buy a bunch of little kids.
  10. http://strom.wordpress.com/2008/03/26/multiply-by-pi/
  11. Well, looks like they missed it again!
  12. I see you like variety..
  13. You should make this more dynamic, as in use the interfaces to get the rectangles to use with the hover. Instead of finding the coordinates yourself, all you'd have to do is put in the parent and child interface ID's. Would work great for different types of scripts
  14. Have you tried submitting a bug report to Oracle?
  15. I sold something on ebay for $2,800 and I never had to confirm my identity with paypal. I did have it get sent to my bank though
  16. I could get the rank also if I knew the admins. But I don't so, meh.
  17. Yes, but to be an official script writer, you need to put scripts out to the community. Don't get me wrong, I'm glad to help most people I come across, but I have no real desire to develop/sell scripts on this site. I feel I am most beneficial to this site (and not the developers pockets) by writing my own private scripts and helping others as need be. Hence, I will never get the "Script developer" title.
  18. #3 isn't really related to java. It's related to programming in general, but it shouldn't be a requirement to be a java expert. I don't know about you guys, but I haven't used either of the two in any of my scripts
  19. I'm lazy. Nice to meet you! *work smarter not harder
  20. Hi devs/others. I like to run my osbot client with the command window open to look for exceptions that aren't thrown in the clients console. I typically find myself getting frustrated having to update my batch file so often so I made this. @echo off SET /a i=100 :loop IF %i%==0 GOTO END if exist ".\osbot 1.7.%i%.jar" GOTO run SET /a i=%i%-1 GOTO LOOP :run java -jar ".\osbot 1.7.%i%.jar" pause :end echo No osbot files found. Please contact Dreamliner on OsBot forums. pauseCopy and paste this into a text document and save it as a batch file. You can now run osbot up to 1.7.100 (can change if need be god forbid..) without needing to change a thing!this must be run from the same directory you save osbot jars in
  21. Hardware acceleration is utilizing the GPU to preform common CPU tasks. The GPU renders the vectors that the CPU produces to draw them on your screen. So yes, OSRS utilizes your video card.
×
×
  • Create New...