Hey ! It's been a while i didn't post a thread...
Enjoy !
DarksUtilities
FEATURES
Security
Code:
- DarksUtilities.Security.Initialize() - checks for potential malicious program
- DarksUtilities.Security.getMD5() - returns the md5 of the app
- DarksUtilities.Security.checkMD5(string url) - compares the md5 of the app and the string in the given link
- DarksUtilities.Security.ecryptString(string input) - returns the string encrypted
- DarksUtilities.Security.decryptString(string input) - returns the string decrypted
User
Code:
- DarksUtilities.User.getIP() - returns the User's IP
- DarksUtilities.User.hasInternet() - returns if the user is connected to Internet
- DarksUtilities.User.getHWID() - returns User's HWID
- DarksUtilities.User.getUSERNAME() - returns the username of the currently logged user
- DarksUtilities.User.getPCNAME() - returns the name used for the PC
- DarksUtilities.User.deleteFileSilent(string filename) - deletes the file requested if it exists
Web
Code:
- DarksUtilities.Web.downloadFileSilent(string url, string path = null, string useragent = null) - downloads a file silently
- DarksUtilities.Web.downloadStringSilent(string url, string useragent) - returns the string from the url silently
- DarksUtilities.Web.getRequest(string url, string useragent = null, string authorization = null) - uses xNet to make a GET request
- DarksUtilities.Web.postRequest(string url, string postdata, string contenttype, string useragent = null, string authorization = null) - uses xNet to make a POST request
Comes with xNet, no need to have xNet.dll separated
HOW TO USE
Add DarksUtilities.dll to your Visual Studio project as reference.
Add using DarksUtilities; to your class
DOWNLOAD
PLEASE LEAVE A LIKE TO SUPPORT MY WORK
If you are still reading: 09/28/19 0_0