Jump to content

Prozen

VIP
  • Posts

    406
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Prozen

  1. Very nice snippet, thanks.
  2. You need a VPN with split tunneling, meaning you choose the applications the VPN connection applies to. The only one I know that supports this is PureVPN.
  3. getInventory().getItem("Bronze pickaxe").interact("Use"); Although just doing getInventory().interact("Use", "Bronze pickaxe"); works.
  4. A lot of objects ids get changed nearly every update.
  5. I live about an hour outside LA, enjoy your vacation.
  6. yay love the rainbow names.
  7. The two objects next to each other don't have the same id right? Also note you shouldn't use ids for objects as ids change every update, causing your script to break.
  8. Regardless of the script you use, there is always the possibility of getting banned. Private scripts can help lower those chances though.
  9. There's multiple ways to do this. One way would be to write some text to a file indicating that you want the mule to login. The mule script would check the contents of the check every x seconds, if it contains the text you wrote in the original script, it would login and wait for a trade.
×
×
  • Create New...