This post is by a banned member (jjgftyrvhgfndjdh) - Unhide
16 April, 2020 - 01:47 PM
Reply
[font]ddddddddddddddddddddddddd[/font]
This post is by a banned member (miro50) - Unhide
07 May, 2020 - 09:25 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 ![[Image: pepe.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcracked.sh%2Fimages%2Fsmilies%2Fpepe.gif)
If you are still reading: 09/28/19 0_0
looks amazing
This post is by a banned member (andres23) - Unhide
07 May, 2020 - 10:59 PM
(This post was last modified: 07 May, 2020 - 11:03 PM by andres23.)
Reply
This post is by a banned member (7toon) - Unhide
09 May, 2020 - 02:51 PM
Reply
This post is by a banned member (didierchimp) - Unhide
10 May, 2020 - 12:12 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 ![[Image: pepe.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcracked.sh%2Fimages%2Fsmilies%2Fpepe.gif)
If you are still reading: 09/28/19 0_0
thanks bro you are a best
This post is by a banned member (babyfacesavage) - Unhide
13 May, 2020 - 10:08 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 ![[Image: pepe.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcracked.sh%2Fimages%2Fsmilies%2Fpepe.gif)
If you are still reading: 09/28/19 0_0
thats amazing
This post is by a banned member (koonpoo) - Unhide
19 May, 2020 - 12:43 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 ![[Image: pepe.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcracked.sh%2Fimages%2Fsmilies%2Fpepe.gif)
If you are still reading: 09/28/19 0_0 thanks wery cool
This post is by a banned member (zoned) - Unhide
19 May, 2020 - 06:31 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 ![[Image: pepe.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcracked.sh%2Fimages%2Fsmilies%2Fpepe.gif)
If you are still reading: 09/28/19 0_0
legend
Discord: sin#1337
(i have a shit ton of friend requests to just pm me on here)
|