/SimpleLoader-dotNet5-Port

WilsonPublic's SimpleLoader ported into .NET 5 from .NET Framework, this also features revamped design, layout and other improvements/changes.

Primary LanguageC#MIT LicenseMIT

banner

This is a port of WilsonPublic's Github SimpleLoader which was made with .NET Framework WindowsForms (C#) into .NET 7. It includes no protection mechanisms, obfuscation or encryption. It can be cracked by people with enough knowledge, although it is significantly harder to crack than the original SimpleLoader due to the fact that it is now using .NET 7.

Changes:

+ Added comments to make it beginner friendly

+ Added a name variable to store the name so the labels and form name can be updated easily

+ Changed Formatting

- Removed easy to crack comment and replaced by not protected comment.

+ Changed how comments are expressed.
+ Changed how things are named.
+ Changed `checkonline()` to be updated live with a timer.

+ Changed `checkonline()` request URL to be duckduckgo instead of google, because google blocks requests after a while, which resulted in the status being offline.

+ Changed the design to be a DarkUI
+ Changed Icon
+ Added Panel at the top
+ Changed Form Border to none
+ Made form movable when dragging panel
+ Added minimize and Close buttons to the panel.
+ Added PictureBox and Text to the Panel.
+ Ported to .NET 5 from .NET Framework.

Dependancies: