Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Twin

  1. Wow that is simple. Is there a food support, take from Bank and eat. All foods, cannon use option, wall from Bank to location. Also about the gui to show gains xp/hr. Time run, item gained.

     

    You can do anything if you code it. Literally everything you just stated is really easy to do, it's just making sure it doesn't run into any issues along the way, that's the hard part.

    • Like 1
  2. As most of us might bot overnight, I was wondering if anyone knew roughly how much it costs to run your pc overnight, in a 10 hour period or per hour? I know it will vary based on your computer/energy supplier etc but just on average how much does it cost to run and charge your pc?

    Thanks

     

    A dollar at the most.

  3. Gui class:

    public class Gui extends JFrame { 
        public Gui() { //constructor
            setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); 
            //stick your Gui code in here for the jframe. You can use windowbuilder plugin for eclipse to design it a bit simpler. 
        } 
    }

    Main class:

    private Gui GUI;
    
    @Override
    public void onStart() {
        GUI = new Gui();
        GUI.setVisible(true);
    }
    

    merry christmas

    apa

     

    It's Christmas in August!

    • Like 1
  4. i was bored and just felt like trolling, i have nothing against eric and elliot, the one script i used by them ( fisher ) worked pretty damn well and im sure the rest of them are like that as well

     

    I know I was just kidding lol. Czar, eric, and elliot are all very skilled scripters. I hate competition  though because it only drives people apart.

  5. Hey, the truth hurts tongue.png I can see your point. I was trying to come up with a counter argument but the fact that I can't says a lot about your statement.

    Ultimately I wanted to release a unique free script (that wasn't already on the SDN), and in doing so pave the way for a few scripts that I don't want to release for free.

    I'll reconsider the SDN application.

    It would be a hassle because on free scripts, you get a lot of leaches who don't care how much work you've put into it, and don't even thank tou for the script, just complain. And people would end up getting low rates due to over population, and then you'd just get flooded with complaints.

    • Like 2
  6. You can't really release something like this on the SDN. 5 people can use it at once, anymore than that and it is literally useless. Even five is cutting it high.

     

    Actually after reading this over it came off as really rude. I didn't mean to be that way. I made one of these a while back, and didn't put it on the SDN for this reason. I have the janky source posted somewhere on the snippets section.

    • Like 1
×
×
  • Create New...