Posted
I know this doesnt have to do with wearedevs but i still need help,
I made my exploit first and now am trying to make login system but exploit launches first
HELP ME
Replied
add me:
Dot.exe#6955
Cancel
Post
Replied
You can definitely search it, but I'll provide the code.
The if code is easy:
if (textbox.Text == "keyhere")
{
MessageBox.Show("something", "something");
new nameof2ndform().Show();
}
Then on both forms (assuming you're just using the basic forms) you go to events, formclosing, and add this code when you double click:
Environment.Exit(1);
This will make shure that all forms will close, and not just be hidden in the Processes.
Optionally, you can make the exit code into a button.
Cancel
Post
Exploits I own:Â Synapse, Electron
Scripts I've made: Aimbot GUI, Draco Admin
Scripts I'm working on: More game ESPs
Replied
bruh but this guy means like an auto changing key one
so to do that you would need a server or a pastebin edit thing that you would make a code using WebClient that reads your pastebin texts and then sets it up as your todays key i am not gonna give out code figure it out.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post