Jump to content

Jack

Members
  • Posts

    2125
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Jack

  1. Watch tutorials on basic xml and it should be easy...
  2. Jack

    Drink Best Potion

    Its completely functional code :P
  3. Jack

    Drink Best Potion

    This is a joke... "Because code optimization is for pussies..."
  4. http://megashare.info/#AllFilm,S
  5. Jack

    SOTW 20

    Yup... Im at it again
  6. import org.osbot.script.Script; import org.osbot.script.rs2.ui.Inventory; public class Snipets { Script script; public boolean drinkBestPot(String type) throws Exception{ Inventory inv = script.client.getInventory(); String potName; if(inv.contains("Extreme "+type+" (1)")) potName = "Extreme "+type+" (1)"; else if(inv.contains("Extreme "+type+" (2)")) potName = "Extreme "+type+" (2)"; else if(inv.contains("Extreme "+type+" (3)")) potName = "Extreme "+type+" (3)"; else if(inv.contains("Extreme "+type+" (4)")) potName = "Extreme "+type+" (4)"; else if(inv.contains("Super "+type+" (1)")) potName = "Super "+type+" (1)"; else if(inv.contains("Super "+type+" (2)")) potName = "Super "+type+" (2)"; else if(inv.contains("Super "+type+" (3)")) potName = "Super "+type+" (3)"; else if(inv.contains("Super "+type+" (4)")) potName = "Super "+type+" (4)"; else if(inv.contains(type+" potion (1)")) potName = type+" potion (1)"; else if(inv.contains(type+" potion (2)")) potName = type+" potion (2)"; else if(inv.contains(type+" potion (3)")) potName = type+" potion (3)"; else if(inv.contains(type+" potion (4)")) potName = type+" potion (4)"; else return false; return inv.interactWithName(potName, "Drink"); } } Because code optimization is for pussies... Wow people thought I was serious
  7. Dash basically made his own api that completes simple actions.
  8. Jack

    SOTW 19

    Im entering this
  9. Are you doing this and the private server thing?
  10. ...when you spam in the span section and someone calls you out on it and you're just like
  11. I bored and want to make something.
  12. It was supposed to be last November...
  13. Yeah but why else would you really want to use it? Its so old and clunky.
  14. You have to use html and javascript to make the actual webpages. PHP talks to databases and is used in unison with html and javascript.
  15. Jack

    Seems fair

    Tell them people are making ddos threats
  16. now im banned and i appealed but i cant see the appeal? what is life
×
×
  • Create New...