Categories > Coding > C# >
How to make a annoucument for my exploit update?
Posted
Hello, guys I'm creating my first exploit how can I make an announcement when there is an update for my exploit? for example: when the comet gets updated it says the version is outdated please update so how can I do it?
Replied
First you need a simple way to host plain text and have the ability to edit it. In your program you can use Webclient to constantly grab your newest version which you constantly update on the plain text hosting site. After it gets the string online, you can compare it with the string that is stored locally inside your program. The string in the program will note the program's version, and you'll have to change it everytime there is an update for your exploit, unless you want it to loop constantly. If they mismatch, you can use a if-then statement, then you can make it show an element that you want to use to announce your users by visibility or opacity, or you can make a text change or simply use MessageBox.
Cancel
Post
modifying a ui and calling it yours does mean it's your ui.
- JalapenoGuy
https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg
Replied
Easy using a github raw and Form1_Load / MainWindow_Load
Cancel
Post
VenomXD; Nick = Vini
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post