Jump to content

herojord

Members
  • Posts

    148
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by herojord

  1. yw, let me know when you get stuck.
  2. RS2Object furnace = objects.closest("Furnace"); RS2Widget options = widgets.get(311, 8); furnace.interact("Smelt"); if (options != null) { mouse.click(random(290, 325), random(393, 420), true); sleep(random(1000, 1500)); menu.selectAction("Smelt X Gold"); sleep(random(1000,1500); keyboard.typeString("" + random(29, 99), true); } Should be something like this. Add an extra null check on the keyboard type string.
  3. Just buy a new phone with "new" functions that ur not gonna use. All I do is browse and use whatsapp/youtube. Why should I spend 1k+ on a $150 worth of hardware just to make sure its fast enough. Using an iphone okey, they force you to buy a new one since they just block services when the software becomes to old. But thats apple ;)
  4. Do you re-buy everytime a newer version comes out? Dayum u rich bro.
  5. herojord

    Win7 or Win10

    It really depends on your device. I have a 1 year old game pc which is faster and more stable with windows 10. But I also have a 4 year old laptop which is faster with windows 10 but it gives me BOD's 1 a 2 times a day because of some faulty driver and hardware, even did some clean installs. For me its all trust in the software, stability and user comfort. And if you have a legal windows activation key win10 will only be free for 1 year counting from it was released I think.
  6. The speed of light in vacuum, commonly denoted c, is a universal physical constant important in many areas of physics. Its precise value is 299792458 metres per second The speed of light in vacuum, commonly denoted c, is a universal physical constant important in many areas of physics. Its precise value is 299792458 metres per second
  7. Sunlight takes about 8 minutes 17 seconds to travel the average distance from the surface of the Sun to the Earth.
  8. Gamegamegame Losers everywhere
  9. Does this version contain the Arnold Schwarzenegger terminator DLC?
  10. Codecademy released a new Java training course which can be found here. It teaches you the basics of Java programming.
  11. Its 100% not responsive and your resolution is messing it up. I think we have to wait for a proper design which I hope will be responsive.
  12. PM a mod might be something wrong. It looks like an IP ban to me.
  13. Yes, you are prob using a banned proxy IP. Turn of your proxy and try again.
  14. Well you can export the page as a widget, but you cant do anything with it and it kinda looks ugly. you can host a free website and show the info as text trough php $RSprofit = file_get_contents('spreadsheeturl'); then use preg_replace to add id's or classes so you can style the information. I can help you with that if you want. Used this method once to convert Google analytics from spreadsheet -> website->Word template-> automatic report.
  15. Nice you can extract the spreadsheet trough PHP (if you only want the text) so you can setup a website and show the results there
  16. Shit post? Lets make some scripts and shit at the same time right?
  17. Osrs client & osbot client might be the issue.
  18. Check your task manager when gou get the error , if there are multiple java or osbot processes running, kill them. Hope this helps.
  19. Hello, Before I'll release my first script to the SDN, I want it to be tested. Got to much spare time and wondering how to fill up those lost hours of boredom? And do you like helping other people ? Then help me out and test my script! Reply here or PM me.
  20. Check the processes that are running on your computer when you get the error , check if JAVA is already running. If so just right click and kill it. I always check my task manager when I get similar errors
×
×
  • Create New...