Profile Picture

Jisll (UI Maker)

Reputation: 5 [rate]

Joined: Feb, 2021

Last online:

https://cdn.discordapp.com/attachments/927291995947413515/1092728981884780594/jisll.png

Bio

Trying to help people - Nihon Moderator

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : rate xniper


@Cyros, typo :D-3-<

Replied to thread : rate xniper


Suggestions for improving the exploit overlay:

- Use Segoe UI Symbol font for the buttons on the side to get better Icons.
- Custom Monaco Editor.
- Create a logo and add it to the top left.
- If using WPF, ensure that the design resembles WPF, not WinForms.


If you don't like it, just IGNORE it.

Replied to thread : {Rate} rate my exploit ui


- Use Poppins font to improve the appearance of the exploit.
- The language used in the exploit should primarily be English to cater to normal users.
- Consider removing the loading screen if it's not necessary.
- The NavBar is acceptable, but change the editor to avoid blue font on a blue overlay.

Overall, the NavBar is the best part of the exploit, but the rest can be improved to look more professional.

Replied to thread : Suggestion for synthium 2.0


- Consider using a different font.

- Consider removing unnecessary buttons like "Execute File" because you are already allowing users to upload a file and execute it directly.
- Change "Save FIle" to "Save File" (if you haven't already noticed the typo) :)
- Consider using Monaco. (Because of your other question.)

If you don't like it, just IGNORE it ^^

Replied to thread : Null [Open Source Exploit]


Since it is an old project it is ok, you should take WPF today and maybe work a bit on the code.

Replied to thread : Rate my Windwsform Ui


3 / 10

 

Basic UI, WinForms.

Replied to thread : WRD Premium Giveaway


 

 

 

 

⁓ joke

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Content length must be 10-5000 chars

Replied to thread : Error 268 ( JJSploit detected )


We can't know when it will work again because we are not the programmers of the API. Wait and see is the order of the day.

Replied to thread : Questions about Copy constructor Java


The issue with the code is that the copy constructor doesn't create new instances of the generic data type T.

You can try the code BELOW me.

    public DigraphNode(DigraphNode<T> other)
    {
        id = new Integer(other.id);
        data = copyData(other.data);
        links = new ArrayList<DigraphNode<T> >();
        for (DigraphNode<T> node : other.links) {
            links.add(new DigraphNode<T>(node));
        }
    }

Replied to thread : Does learning PHP now pay off later on?


PHP is a popular choice. Learning PHP can pay off in the long run, as there are many employment opportunities for PHP developers and the language is relatively easy to learn compared to other programming languages. It is important to follow the current developments of other languages such as JavaScript and Python, as they are becoming increasingly important in web development.

Replied to thread : How to run it?


python3 yourfilename.py

but make sure you have installed requests and socket module.

Replied to thread : [Release] Python Password Generator


This is a good start to learn this language. What I can recommend is to add a string.digits to the password generator to make it more complex.

Replied to thread : [RELEASE] BEST PASSWORD GENERATOR


Well, it's not the best one. If you look at the code, it's a flat 5/10.

Replied to thread : [Q] dose running games 24/7 harm ur pc?


@Jebxnt As far as I know, the laptop can overheat overnight, especially in games that have very good graphics. You should avoid it because it can damage the component due to current spikes or overload, for example, overnight. It's best to turn it off overnight.

Replied to thread : [Q] What OS should I use?


@VoidableMethod Have you also selected the correct device to boot? So when you start the PC, you have to hold down the ESC key. This depends on your PC model.