Forgot Password
Change Password with HWID check
// C# Form
private void button4_Click(object sender, EventArgs e)
{
StackAPI.ForgotPassword(textBox1.Text, textBox2.Text);
}Last updated
Change Password with HWID check
// C# Form
private void button4_Click(object sender, EventArgs e)
{
StackAPI.ForgotPassword(textBox1.Text, textBox2.Text);
}Last updated