Jump to content

top kek

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

top kek's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. I want to make my own dialog solver because the default one takes too long. IE i'd like to press the option >before< it appears like a human would do to save ticks. Here is the code: (insert code button infintely lagging for me rn..) No combination of keys (numbers, space) or delays seems to work. It does print press and release, but the dialog is unchanged. Pressing 1 on the keyboard instantly passes the dialog. I have also tried this: That does not work either. However, this does work: But it is much too slow for what I'm trying to do. It does not seem to accept my time argument, and takes 100ms or so regardless of it. Any help or workarounds? EDIT: yeah it seems to refuse to type in the chatbox either. Am I just doing it wrong or is it actually broke? EDIT2: This does indeed work: keyboard.pressKey(KeyEvent.VK_F1); F keys work, just not regular keys THANK YOU!
  2. Hi I want to move the mouse outside the screen when the scripts exits. Because when i stop the script the mouse stays on the screen then when i move my actual mouse into the window its doing some freaky movements.. I used to use this code below to accomplish this task. However now, it just prints false and doesn't move the mouse at all. any workarounds? THANK U @Override public void onExit() { log("Success?: " + mouse.moveOutsideScreen()); }
×
×
  • Create New...