-
Posts
13781 -
Joined
-
Last visited
-
Days Won
1067
Hashtag last won the day on June 21
Hashtag had the most liked content!
About Hashtag



Profile Information
-
Gender
Male
Hashtag's Achievements
-
Hey, could you elaborate on the issues you're experiencing?
-
liltj reacted to a post in a topic: Visual Scripting for DreamBot
-
The purchase has been refunded (< 6 hours runtime). Have a nice day!
-
You can activate the trial on the SDN page. https://sdn.dreambot.org/scripts
-
PLH420 reacted to a post in a topic: [DB3] # Sand Crabs [ACTIVE SUPPORT] [SMART REAGGRO] [ALL LOCATIONS]
-
MasterPeter started following Hashtag
-
JP1 reacted to a post in a topic: [DB3] # Wintertodt [ACTIVE SUPPORT] [DODGES SNOW] [LOTS OF GP/HOUR] [FAST FIREMAKING EXP]
-
SimpleScripts reacted to a post in a topic: Simple AIO Fletcher
-
This can be solved by calling this line before you initialize your gui: JFrame.setDefaultLookAndFeelDecorated(false); On another note, I dislike the library because of 3 reasons: The close button in DreamHeader exits the client. You should make the following change: //closeBtn.addActionListener(l -> System.exit(0)); closeBtn.addActionListener(l -> SwingUtilities.windowForComponent(this).dispose()); The DreamBot logo is fetched from the internet for no reason at all. Because of this, the gui initialization must be wrapped in try-catch statement (ImageIO exception) and there is this redundant class VisualTools that resizes the image from the internet. Instead, the library should get the DreamBot icon from the client's JFrame as following: ((JFrame) SwingUtilities.windowForComponent(Instance.getCanvas())).getIconImage() This library is commonly used in SDN scripts and I cringe every time I see these "flaws" in new scripts to be released.
-
34ghrimland started following Hashtag
-
Hey, the game updated and now the client needs to be updated as well. The client developers are aware, and are already working on the update.