Jump to content

Arugal102

Members
  • Posts

    20
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Arugal102's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. here's what I got but this whole thing MUST be in onUpdate() the problem is I want it so everytime I hit someone it starts this tick private int ticks = 0; if(ticks % 6 == 0) { System.out.println("blah"); } ticks ++;
  2. That's what I want lol, 50 ms is great. Could you pass me a base code for that if so? here's an example try { robot = new Robot(); robot.keyPress(KeyEvent.Vk_W); //Need a 50ms delay here robot.keyRelease(KeyEvent.Vk_W); } } catch (AWTException e) { e.printStackTrace(); }
  3. Let's say I want it to be 0.06 seconds(60 ms) how would I do that?
  4. I'm using Robot rn to stimulate keyboard input, whenever i'm using robot.delay(ms) it makes my game freeze the amount of "ms" passed in that method, need help!
  5. http://gyazo.com/0529aabed4b46e8f9ad3d7c00e1112b6 I want to make those rendered in the ingame GUI, how is this possible?
  6. Duh, I still didn't quite understand what did you really say, would you kindly be more specific(totally not an bioshock reference)
  7. Thanks soo much, that's what I was looking for! Karma + 1!
  8. I really wanted to apply client changes directly from the client, not using mods because it's not even possible, like changing the resolution/gui size locally and just messing overall with the raw forge sourcecode.
  9. MCP with forge. I can't explain it really good, but there's any possible way to edit the mc client WITH forge? using eclipse ofc.
  10. I didn't edit any base classes, only modified small lines of code, e.g Main Menu Still how do I make it as a version and use it using the minecraft launcher profile?
  11. Let's say I have made some changes on the vanilla minecraft using MCP/Eclipse, How do I make it so I can use it in the minecraft launcher and play online? [NOTE IT'S NOT A HACKED CLIENT, JUST MODIFIED SOME THINGS LIKE THE GUI AND SUCH]
  12. Asking a question about MCP(No forge installed/related) will be deleted/getting banned for posting that because it's not forge-related?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.