This post is by a banned member (sjd980132klsq) - Unhide
OP 26 September, 2019 - 08:23 PM
(This post was last modified: 26 September, 2019 - 08:31 PM by sjd980132klsq.)
Reply
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
This post is by a banned member (ClueShazuro) - Unhide
26 September, 2019 - 08:26 PM
Reply
Reply to thread: [C#] [OPEN SOURCE] DarksUtilities - born to make your life easier
This post is by a banned member (frizice2) - Unhide
26 September, 2019 - 08:41 PM
Reply
This post is by a banned member (faezy) - Unhide
26 September, 2019 - 09:33 PM
Reply
ohhh damn man i love this
This post is by a banned member (akaChickenz) - Unhide
26 September, 2019 - 10:50 PM
Reply
(26 September, 2019 - 08:23 PM)darkshoz Wrote: Show MoreHey ! 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
dunno how to use but i support it
This post is by a banned member (n7n7) - Unhide
27 September, 2019 - 05:42 AM
Reply
(26 September, 2019 - 08:23 PM)darkshoz Wrote: Show MoreHey ! 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
Nice, will try it and is there any github link?
This post is by a banned member (WinWAR) - Unhide
03 October, 2019 - 02:48 AM
Reply
(26 September, 2019 - 08:23 PM)darkshoz Wrote: Show MoreHey ! 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
Nice! Posting to help others! Much <3 from me and vouch
This post is by a banned member (illuZion_) - Unhide
03 October, 2019 - 07:45 PM
Reply
Plein de fonctions super utiles, simple à utiliser, open source...GG !
|