This post is by a banned member (bilaal5279) - Unhide
10 June, 2020 - 11:14 PM
Reply
(02 June, 2020 - 09:04 AM)4PEX Wrote: Show MoreDont Leech and leave a like!
This is my newest form of Serial Generators!
This was a big overhaul, I've switched to Configs,
They are stored in JSON files and are easily editable!
-------------------------------------
Screenshots
-------------------------------------
The basic rundown of the Cfg.Json structure
Show ContentSpoiler:
The config system works upon two random functions "String" and "StringPool", Each one goes up to 10, EG "StringPool4" or "StringPool10".
They go in Numeric order and StringPool gets priority, Meaning that It'll always be ahead of String.
StringPool1 > String1 > StringPool2 + String2 > StringPool3 + String3 Etc.
Let's say that you don't require StringPool and only want to use String , Just don't declare any StingPool's
EG
Show ContentSpoiler:
{
"CfgAuthor": "4PEX",
"CfgName": "Logitech GPro",
"String4": "678BCDEFGH 1", (You don't have to include every number behind it, you can just not include them)
"String5": "32679F 1",
"String6": "123456789FF 1"
}
{
"CfgAuthor": "4PEX", <---- This would be your name if you decided to make a config and publish it in this thread.
"CfgName": "Dell, Alienware", <---- This is the name of the Config.
"String1": "137DB4WM3Q5SR6824H 4", <---- SerialPro Has two random functions, This one works as shown, "PoolOfCharacters AmmountOfCharactersToBePicked".
EG The result would be any 4 of these characters.
"StringPool1": "AA BB CC DD" <---- This is the Second method of generating random functions, This will pick out a string randomly.
EG The result would've been one of these strings "AA BBB CCCC D", You can also input one string into it to produce static results.
}
hopefully it will work
This post is by a banned member (4PEX) - Unhide
OP 15 June, 2020 - 02:33 AM
Reply
This post is by a banned member (Ghost_1335) - Unhide
15 June, 2020 - 05:45 PM
Reply
Wow this is incredible thanks dude
This post is by a banned member (KennyBeats) - Unhide
16 June, 2020 - 12:45 PM
Reply
Logitech will fall for me >:)
This post is by a banned member (4PEX) - Unhide
OP 17 June, 2020 - 08:26 PM
Reply
This post is by a banned member (BigBigPeenBeenus) - Unhide
18 June, 2020 - 11:32 AM
Reply
This post is by a banned member (XTC) - Unhide
19 June, 2020 - 02:36 AM
Reply
(02 June, 2020 - 09:04 AM)4PEX Wrote: Show MoreDont Leech and leave a like!
This is my newest form of Serial Generators!
This was a big overhaul, I've switched to Configs,
They are stored in JSON files and are easily editable!
-------------------------------------
Screenshots
-------------------------------------
The basic rundown of the Cfg.Json structure
Show ContentSpoiler:
The config system works upon two random functions "String" and "StringPool", Each one goes up to 10, EG "StringPool4" or "StringPool10".
They go in Numeric order and StringPool gets priority, Meaning that It'll always be ahead of String.
StringPool1 > String1 > StringPool2 + String2 > StringPool3 + String3 Etc.
Let's say that you don't require StringPool and only want to use String , Just don't declare any StingPool's
EG
Show ContentSpoiler:
{
"CfgAuthor": "4PEX",
"CfgName": "Logitech GPro",
"String4": "678BCDEFGH 1", (You don't have to include every number behind it, you can just not include them)
"String5": "32679F 1",
"String6": "123456789FF 1"
}
{
"CfgAuthor": "4PEX", <---- This would be your name if you decided to make a config and publish it in this thread.
"CfgName": "Dell, Alienware", <---- This is the name of the Config.
"String1": "137DB4WM3Q5SR6824H 4", <---- SerialPro Has two random functions, This one works as shown, "PoolOfCharacters AmmountOfCharactersToBePicked".
EG The result would be any 4 of these characters.
"StringPool1": "AA BB CC DD" <---- This is the Second method of generating random functions, This will pick out a string randomly.
EG The result would've been one of these strings "AA BBB CCCC D", You can also input one string into it to produce static results.
}
Thank you alot <3
This post is by a banned member (imabigtruck) - Unhide
19 June, 2020 - 07:31 AM
Reply
Thank you. That was super clutch!
|