Skip to content

TobaFunction Is Best Library For Create Account Checker in C#

License

Notifications You must be signed in to change notification settings

liltoba/TobaFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🏅TobaFunction🏅

🔥TobaFunction Is Best Library For Create Account Checker in C#🔥

😎This Library Have All Function OpenBullet For Making Checker in c#

You Can Use All Function in Openbullet For Checker Working with this library is very simple

👨‍🏫How To Work

Add Library in your Reference c# Project😊 Add using TobaFunction; in you Class Project And Done. You can use all the following codes😉

Base64 Encode

Function function = new Function();
var test = function.Base64Encode("hey this test");
Console.WriteLine(test);
Console.ReadLine();

Base64 Decode

Function function = new Function();
var test = function.Base64Decode("aGV5IHRoaXMgdGVzdA==");
Console.WriteLine(test);
Console.ReadLine();

Calculate Otp Code

Function function = new Function();
var test = function.CalculateOtpCode("HelloWorld");
Console.WriteLine(test);
Console.ReadLine();

Ceil

Function function = new Function();
var test = function.Ceil(456456534756474);
Console.WriteLine(test);
Console.ReadLine();

Ceil

Function function = new Function();
var test = function.Ceil(456456534756474);
Console.WriteLine(test);
Console.ReadLine();

Constant

Function function = new Function();
var test = function.Constant("This Library By ", "LilToba");
Console.WriteLine(test);
Console.ReadLine();

Constant

Function function = new Function();
var test = function.Constant("This Library By ", "LilToba");
Console.WriteLine(test);
Console.ReadLine();

Count

Function function = new Function();
var test = function.Count("Test Count");
Console.WriteLine(test);
Console.ReadLine();

Current Date

Function function = new Function();
var test = function.CurrentDate();
Console.WriteLine(test);
Console.ReadLine();

Current Day

Function function = new Function();
var test = function.CurrentDay();
Console.WriteLine(test);
Console.ReadLine();

Current Month

Function function = new Function();
var test = function.CurrentMonth();
Console.WriteLine(test);
Console.ReadLine();

Current Time

Function function = new Function();
var test = function.CurrentTime();
Console.WriteLine(test);
Console.ReadLine();

Current Unix Time

Function function = new Function();
var test = function.CurrentUnixTime();
Console.WriteLine(test);
Console.ReadLine();

Current Year

Function function = new Function();
var test = function.CurrentYear();
Console.WriteLine(test);
Console.ReadLine();

Day Of Week

Function function = new Function();
var test = function.DayOfWeek();
Console.WriteLine(test);
Console.ReadLine();

Decode From Utf8

Function function = new Function();
var test = function.DecodeFromUtf8("Your Utf8 Code");
Console.WriteLine(test);
Console.ReadLine();

Delay

Function function = new Function();
function.Delay(1000);

Easy Encrypt

Function function = new Function();
var test = function.EasyEncrypt("My Test Text");
Console.WriteLine(test);
Console.ReadLine();

Easy Decrypt

Function function = new Function();
var test = function.EasyDecrypt("IQSs9SngVWsn1YCZXNJc/eBDFUL1yXPfvKmrB7uVmV0=");
Console.WriteLine(test);
Console.ReadLine();

To Upper case

Function function = new Function();
var test = function.ToUppercase("test upper");
Console.WriteLine(test);
Console.ReadLine();

To Lower case

Function function = new Function();
var test = function.ToLowercase("TEST LOWER");
Console.WriteLine(test);
Console.ReadLine();

Random Number

Function function = new Function();
var test = function.RandomNum(1 , 100);
Console.WriteLine(test);
Console.ReadLine();

Random String

Function function = new Function();
var test = function.RandomString("abcdefg",100);
Console.WriteLine(test);
Console.ReadLine();

Random UserAgent

Function function = new Function();
var test = function.GetRandomUA();
Console.WriteLine(test);
Console.ReadLine();

Generate Otp Key

Function function = new Function();
var test = function.GenerateOtpKey(1);
Console.WriteLine(test);
Console.ReadLine();

Generate GUID

Function function = new Function();
var test = function.GenerateGUID();

URL Encode

Function function = new Function();
var test = function.URLEncode("https://www.google.com/");

URL Decode

Function function = new Function();
var test = function.URLDecode("https%3a%2f%2fwww.google.com%2f");

Unescape

Function function = new Function();
var test = function.Unescape("Your Unescape");

SHA1

Function function = new Function();
var test = function.SHA1("Your Test");

Regex Replace

Function function = new Function();
var test = function.RegexReplace("Your Text" ,"Your Regex");

Regex Match

Function function = new Function();
var test = function.RegexMatch("");

Number To Words

Function function = new Function();
var test = function.NumberToWords("1");

MD5

Function function = new Function();
var test = function.MD5("MD5");

Ntlm

Function function = new Function();
var test = function.Ntlm("Ntlm");

And More...

About

TobaFunction Is Best Library For Create Account Checker in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published