Forum > Coding >

How to make an Auto-Updater

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

Posted

To make an auto updater, you must have two projects in c#, one for your exploit, and one for the auto-updater.

First off, I won't mention the things like how to make the loadingbar to make it simpler for people to follow.

 

Go to Program.cs (on your exploit) and paste this on the bottom (this is sample code of my exploit GreenTea ;-; so replace stuff to your needs) https://hastebin.com/raw/elufukajil

You first have to put the name of the private static void at the top: https://gyazo.com/c180b095bd28603e68c219591fa0da63

You have to adjust things such as the download link and the new version checker.

Mine uses a pastebin that I can edit that holds the download link. The version checker is the MOST important thing. Without it, you wouldn't know if there was another version or be able to download the newest version.

 

Now, when you put the code down, you replace the string, "updater" with the name of your auto-updater, this includes the .exe at the end.

 

(On the auto-updater project) You now have to put https://hastebin.com/raw/dameresuti under initialize component so that it runs it when it starts.

Now, if you did it correctly it should work!

 

Heres a gif on it working (with me adding more stuff) the message at the end was because of a dll checker on my exploit

https://gyazo.com/0939075c8f9c872820ba7769da78e3b7

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 1

Threads: 0

Joined: Apr, 2019

Reputation: 0

Replied

Thanks man! I appreciate it, Cuz it ACTUALLY WORKS! Try it out guys!

  • 0

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

Replied

Hi there, thanks for the input! :D | On the other note, if you are having issues with this, remember CHECK the code, though it IS correct you have to substitute stuff such as the two pastebin links (yes pastebin so you can edit it)

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 1

Threads: 0

Joined: Apr, 2019

Reputation: 0

Replied

I need help of how to make a custom Inject Cmd

  • 0

Users viewing this thread:

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