Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Milasoft

    Banned
    • Posts

      612
    • Joined

    • Last visited

    Posts posted by Milasoft

    1. Found some to check out @Hashtag

      - Script name: Simple Dicer
      - Scripter: jackrabbit

      - Issue(s) + screenshots: Scripter inactive & multiple reports on thread about it not working.

       

      - Script name: Dream Air Orbs
      - Scripter: zawy

      - Issue(s) + screenshots: Multiple reports for months about it not being updated.

       

      - Script name: Casino RS
      - Scripter: banker

      - Issue(s) + screenshots: Multiple reports on thread about it not working.

      - Script name: Rubicks Grinder
      - Scripter: Rubick

      - Issue(s) + screenshots: Scripter inactive for 4 months, reports on post about it not working.

       

    2. 1 hour ago, SummonerLit said:

      I've followed everything you've done for the GUI perfectly (aside from adding more options for the enemies), but when I build it I get the error that java ')' expected in place of -> in the button.addActionListener(1 -> { ....           

      I am not sure why this is happening, and dont know how to resolve this issue. Still pretty new at all of this so maybe I've just missed something, any help is greatly appreciated. 

       

      for reference this is exactly what I have down 

      
      button.addActionListener(1 -> {
          foodName = foodNameTextField.getText(); //store inputted food name
          lootBones = lootCheckBox.isSelected();
          /*
          our enemyComboBox was filled with strings but getselecteditem returns an object. This means we need to call
          .tostring() on the object to get the selected string.
           */
          enemyName = enemyComboBox.getSelectedItem().toString();
      
          isRunning = true;  // now our script will start looping our code.
          frame.dispose();  //closes the GUI window
      });

       

      It's an L not a one.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.