Dexter Bots 38 Posted February 3, 2024 Now it's time to do something for my beloved RuneScape after a longer break from it (I don't fancy it as much anymore). However, it's a good routine to practice writing scripts. What can you recommend for creating good banners for GUIs or counters, etc.?
pharaoh 135 Posted February 3, 2024 do you mean the paint graphics? you could come up with a image with a border and background with photoshop or photopea. this image could have the layout of time, kills, exp, profit, etc., in the layout boxes you design. then you can draw that image with the paint in your script and you'd have to figure out where to put the text to match the layout design, of course making sure those boxes are long enough if need be for whatever you'd want there. if you mean making a GUI, intellij has a gui maker but i prefer using eclipse's swing builder and copying the code over to intellij after im done building it, i wouldnt recommend trying to put any banners or images inside of the gui.
Dexter Bots 38 Author Posted February 3, 2024 (edited) Yes, I mean paint graphics so I can visually enhance things. I've designed everything with a slightly surreal touch. The scripts, however, are running smoothly, including antiban (sure), etc., just as it should be, along with a GUI featuring user-defined elements created with JFormDesigner. Tanks for the info greez Edited February 3, 2024 by Dexter Bots
boogeyman 2 Posted May 13, 2024 On 2/3/2024 at 8:46 PM, Dexter Bots said: Yes, I mean paint graphics so I can visually enhance things. I've designed everything with a slightly surreal touch. The scripts, however, are running smoothly, including antiban (sure), etc., just as it should be, along with a GUI featuring user-defined elements created with JFormDesigner. Tanks for the info greez Weird request perhaps but could you make a tutorial? Started into trying to make my own scripts and so far built 2 very simple ones. As for GUI I just chatGPT'd and it indeed gave me some code that displays text on the screen but I'd like to also venture in making some GUI to have pre-determined options and even later on work on making some "fancy" GUI Paint
Dexter Bots 38 Author Posted May 14, 2024 5 hours ago, boogeyman said: Seltsamer Wunsch vielleicht, aber könnten Sie ein Tutorial machen? Begann damit, meine eigenen Drehbücher zu machen und so weit 2 sehr einfache. Was GUI betrifft, so chatGPT'd und es gab mir in der Tat einen Code, der Text auf dem Bildschirm anzeigt, aber ich möchte auch wagen, einige GUI zu erstellen, um vorbestimmte Optionen zu haben und sogar später an der Arbeit an der Herstellung von "fancy" GUI Paint I would be happy to do that, but I am currently very busy working on my own scripts for my bot farm.
Dexter Bots 38 Author Posted May 15, 2024 On 5/14/2024 at 12:40 AM, boogeyman said: Weird request perhaps but could you make a tutorial? Started into trying to make my own scripts and so far built 2 very simple ones. As for GUI I just chatGPT'd and it indeed gave me some code that displays text on the screen but I'd like to also venture in making some GUI to have pre-determined options and even later on work on making some "fancy" GUI Paint Here is a nice Guide ..: boogeyman 1
Dexter Bots 38 Author Posted May 16, 2024 (edited) On 5/14/2024 at 12:40 AM, boogeyman said: Weird request perhaps but could you make a tutorial? Started into trying to make my own scripts and so far built 2 very simple ones. As for GUI I just chatGPT'd and it indeed gave me some code that displays text on the screen but I'd like to also venture in making some GUI to have pre-determined options and even later on work on making some "fancy" GUI Paint Maybe help this.. https://dreambot.org/forums/index.php?/topic/30140-quick-start-guide-for-farming-accounts-with-provided-script/ It's a simple UI with JFrame and java Swing components. Edited May 16, 2024 by Dexter Bots boogeyman 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now