Jump to content

marselo

Members
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by marselo

  1. sold him 800m went first great guy
  2. Topic says all, pm me if interested
  3. Selling 600m for btc at $0.86/m pm me for more details
  4. What's your rate?
  5. Selling 500m 07GP for $500 in BTC pm me if interested
  6. are you ever online on skype?
  7. anyone else wanna take it?
  8. I am interested in someone to design a profile pic + a cover photo for a professional facebook page, need it to be professional and simple. all details can be discussed via pm.
  9. Selling 15M Please poost your skype here if interested
  10. someone with good feedback
  11. iam selling 2.3m osrs for a VIP membership in OSBOT
  12. I need someone trusted to buy me osbot VIP for rsgp, name your price here
  13. I found this on Mod Wealth's twitter page, might be an interesting read, gives you a feel of what's not bannable. http://services.runescape.com/m=rswiki/en/My_account_is_banned?utm_content=buffer4e1f4&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
  14. marselo

    Better random()

    Well what you did there is too complicated, what you can do is this: static Random r = new Random(); public static int rand (int mean, int stdDev){ return (int) (r.nextGaussian()*stdDev+mean); }
  15. marselo

    Better random()

    I love this, I've been planning on writing this. Glad I found your thread man, well done
  16. is there any way, even a complicated one to do it?
  17. Hello, iam new to this community and iam trying to script for OSBot. I need help implementing mousekeys into the script. i tried mouse.move(x,y); but it moves slowly, I also tried mouse.setSpeed(999); still no change. can someone please point me in the right direction about mousekeys?
×
×
  • Create New...