- 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
- Auto update new version
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);
}
- AngleSharp » 1.0.1
- Animator » 1.0.3
- Microsoft.Win32.Registry » 5.0.0
- Otp.NET » 1.3.0
- Selenium.WebDriver » 4.9.1
- Selenium.WebDriver.ChromeDriver » 113.0.5672.6300
- Selenium.WebDriver.GeckoDriver » 0.33.0
- Selenium.WebDriver.IEDriver » 4.8.1
- Serilog » 2.12.0
- Serilog.Sinks.File » 5.0.0
- SharpZipLib » 1.4.2
- 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
- System.ValueTuple » 4.5.0
- Tynab.YANF » 1.0.1
- WebDriverManager » 2.16.2