- Run automatically at startup in Windows
- Bypass user password logon Windows
- Auto get OTP with the Secret Key set on GUI
- Auto login page inside of FPT Retail with the account set on GUI (Chrome, FireFox, Edge, IE, Brave)
- Checkin at the set time on GUI
- Checkout at the set time on GUI
- Auto change password bypass rule inside
using AnimatorNS;
using System.Windows.Forms;
/// <summary>
/// Show animation async.
/// </summary>
/// <param name="type">Effect type.</param>
/// <param name="spd">Frame per milisecond.</param>
internal static void ShowAnimatAsync(this Control ctrl, AnimationType type, float spd)
{
var animat = new Animator
{
TimeStep = spd,
AnimationType = type
};
animat.Show(ctrl);
}
/// <summary>
/// Hide animation async.
/// </summary>
/// <param name="type">Effect type.</param>
/// <param name="spd">Frame per milisecond.</param>
internal static void HideAnimatAsync(this Control ctrl, AnimationType type, float spd)
{
var animat = new Animator
{
TimeStep = spd,
AnimationType = type
};
animat.Hide(ctrl);
}
- Animator » 1.0.3
- Tynab.YANF » 1.0.1
- AngleSharp » 0.17.1
- Microsoft.Win32.Registry » 5.0.0
- Otp.NET » 1.2.2
- Selenium.WebDriver » 4.6.0
- Selenium.WebDriver.ChromeDriver » 107.0.5304.6200
- Selenium.WebDriver.GeckoDriver » 0.32.0
- Selenium.WebDriver.IEDriver » 4.6.0
- SharpZipLib » 1.4.1
- System.Buffers » 4.5.1
- System.Memory » 4.5.5
- System.Numerics.Vectors » 4.5.0
- System.Runtime.CompilerServices.Unsafe » 6.0.0
- System.Security.AccessControl » 6.0.0
- System.Security.Principal.Windows » 5.0.0
- System.Text.Encoding.CodePages » 7.0.0
- System.Threading.Tasks.Extensions » 4.5.4
- WebDriverManager » 2.16.0