Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. home tabs for taverly blue drags? i alrdy use falador teleport support
  2. private synchronized void writeToFile(String msg) { String fileName = getDirectoryData() + "mytextofnudes.txt"; PrintWriter printWriter = null; File file = new File(fileName); try { if (!file.exists()) file.createNewFile(); printWriter = new PrintWriter(new FileOutputStream(fileName, true)); printWriter.write(newLine + msg); } catch (IOException ioex) { ioex.printStackTrace(); } finally { if (printWriter != null) { printWriter.flush(); printWriter.close(); } } } used an example from stackoverflow and changed the path. just use getDirectoryData() and ur good with osbot
  3. sold over 1b+ on 1 acc and its not ban lols gg
  4. you need to be at the dragon lair alrdy. banking is not supported at this time authed u again
  5. omg he scammed me too!!!!! never got my grapfixz!
  6. No bans comes with original email w/recover info for email (if i remember pass) OO: Th3
  7. good job bro! you do it!
  8. I already have a beta mode out.
  9. my skype is 

    live:41269403f7a4d044

  10. use the .equals() method not ==
  11. Chris

    GFX rant.

    truth i pay my hawaii boy real bucks for gfx @raijin
  12. come in chatbox and pm me

  13. try creating a walk event and setting the minthreshold to 0
  14. getwalking.walk(myPosition().translate(0, 2,)); translate public Position translate(int x, int y) Creates a cloned instance of this position with the given translation. Parameters: x - The x value to translate. y - The y value to translate. Returns: The new position object.
  15. make him pay? dispute?
×
×
  • Create New...