Categories > Coding > C# >

How to make a annoucument for my exploit update?

c00lman

𝕔𝟘𝟘𝕝𝕞𝕒𝕟

Posts: 11

Threads: 7

Joined: Apr, 2023

Reputation: 0

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?

  • 0

Posts: 1138

Threads: 84

Joined: Apr, 2020

Reputation: 34

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.

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Posts: 50

Threads: 16

Joined: Apr, 2023

Reputation: -2

Replied

Easy using a github raw and Form1_Load / MainWindow_Load

  • 0

VenomXD; Nick = Vini

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )