Jump to content

Mysteryy

Scripter II
  • Posts

    2568
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mysteryy

  1. What I see in scripter section: bitch bitch complain *insert insult here about czar*
  2. Ill get cba first because im so active and care more than anyone and help everyone with everything especially with nothing.
  3. Add in a sleep after: dialogues.clickContinue();
  4. Glad to help you get it worked out. ^_^
  5. Try going to Control Panel\Appearance and Personalization\Display See if there is something there that says, Set a custom scaling level
  6. Would help to know what is you are using
  7. Assuming that you are using windows: -Right click the desktop -Click "Display Settings" -If you have multiple monitors, select the one that is having issues -There will be some text that says "Change the size of text, apps, and other items:" Below this text is a slider. Increase this slider to 125 or 150 % and apply the change. See if this fixes the issue.
  8. Try setting your resolution to 1920x1080 just to see if the UI looks normal at that resolution. The GUI was probably just created with a single resolution in mind.
  9. Are you using a 4k monitor? If not, are you using a resolution above 1080?
  10. When you choose to create a jar from most IDEs, you can select which files to put in he jar. What should be in it is just the compiled output. It does list out the dependencies as well though, since osbot is one of them it is in the list. Some people probably just dont know what to include, so they throw everything in the jar.
  11. Yea. Different ranks, different restrictions.
  12. Mysteryy

    ..

    Whoever made my screen have a scroll bar this long Well played.
  13. Like I said, you can use a reader and read the input as plain text. If you are trying to manipulate the input and store it differently, your script is not going to be accepted.
  14. An accurate answer for number 1, I am guessing Bobrocket has not done this before so he isnt aware of what is and isnt allowed on downloading. 1) Kind of. If you have a file to download, you are not allowed to open a byte stream to download the file. You can open a reader and read the plain text, and then create a local file, writing that text to it. You can create images using urls etc, this is allowed. What is not allowed, is opening byte streams to download a file.
  15. A good job is a job that you decide is good, not that others decide is good. It all depends on what you want to spend the rest of your life doing.
  16. open command line cd in to the directory containing the osbot jar java -Xmx2048M -jar OSBot.jar would run osbot with 2048 MB of max memory allocation rather than the default
×
×
  • Create New...