Git Product home page Git Product logo

loginside-fyan-bot's Introduction

FYAN BOT LOGINSIDE

  • 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

AVATAR

IMAGE DEMO

CODE DEMO

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);
}

PACKAGE

  • 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

loginside-fyan-bot's People

Contributors

tynab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.