Forum > Coding >

How can i make a login system

Posts: 63

Threads: 18

Joined: Oct, 2018

Reputation: 0

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

  • 0

Posts: 32

Threads: 13

Joined: Mar, 2018

Reputation: 0

Replied

add me:
Dot.exe#6955

  • 0

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

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.

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 18

Threads: 7

Joined: Feb, 2019

Reputation: 0

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.

  • 0

Users viewing this thread:

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