Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. Just so you can get better: NEVER EVER EVER EVER EVERRRRRR check for a boolean value by doing "==" or anything of the sort Final variables should be all caps separated by _ characters for spaces Variables/methods should be camelCased (unless their final) Not sure if just how you copy/pasted but your brackets are all over the place What is the point of making those variables final As for your question, try logging before that line what the ground snare is equal to.
  2. My friend makes $20 working at Costco. The application process involved him turning in an application with his 3.1 GPA written on it and them calling him the next day to tell him he was hired. tl;dr my high school drop out mom could make more/hr than that.
  3. Depends on how much Viagra I take.
  4. You obviously have to create a mousePath object.... List<MousePathPoint> mousePath = new LinkedList<>();
  5. An easy way would just be to create an abstract class with a looping method. public abstract AbstractScript { public abstract void loop() throws InterruptedException; } Then have your GUI decide which "script" to run and then in your main classes onLoop execute that "scripts" loop method.
  6. With this post I'm questioning if you even know Java.....
  7. int[] var = {22, 444, 777};
  8. OSBot refuses to place restrictions because it's a "free market" Arrays are literally one of the first things you learn about in really any language.
  9. I'm ready to rob a bank now.
  10. I don't see anything wrong with this? @OP this should get you started if you know what you're doing: randomManager.registerHook(new RandomBehaviourHook(RandomManager.BANK_PIN) { @Override public void onActivate() throws InterruptedException { super.onActivate(); } }); Take a look at the API for more methods you can override.
  11. Swing is the library, but JFrame is what you're going to want to look at.
  12. Can you make me an avatar? I'd like it to pretty much be exactly the same as my current one, except just a still picture of the cartoon dude in it without the animation Preferably blue/white/black color scheme.
  13. I made a post suggesting this in the Scripters forums but it got locked almost instantly.
  14. This goes to show how fucked up the court system is. Why they EVER release people that di things like this is beyond me.
  15. Considering their members of an oligopoly, and are one of the big four in that industry, I highly doubt they give a flying fuck about whether 100% of their staff can speak English or not.
  16. Hands are to small, but other than that awesome.
  17. I asked for this awhile ago and I'm just bringing it back up. Basically what it is is this (and yes IPB supports it):
  18. I'm not sure why either you're attempting to over complicate things on purpose or without knowing it, but literally creating an array of worlds to hop to and then passing the hopWorld() method a random index will do exactly what you want. worldHopper.hopWorld(WORLD_ARRAY[Math.random() * WORLD_ARRAY.length]);
  19. Consistently fails the Molly random LEGITIMATELY because it's so hard to tell which one has the same hair style....
  20. Swizzbeat

    OSBot 1.8.1-6

    Issue with all of these versions: The mouseMoved listener continues to work despite stopping the script.
  21. You will become software engineer through Java they said
  22. I have to say I disagree here. Why would OSBot bother hosting certain scripts on their servers if it's something like an alcher? It's just a waste of space and resources.
×
×
  • Create New...