Complete Binary Module

A Complete New Module
This Module Add a New Binary Class

How To Create It:

Number:
local binary = module.new(5)
String:
local binary = module.new("101")
Boolean:
local binary = module.new(true,false,true)

Interface:

101

Yes. It’s Just, Binary

Configuration:

byn.Conf.ShowNumber = false

Show The Interface In Decimal Numbers
False: 101
True: 5

byn.Conf.DevMode = false

Shows Binary And Number
Example: 101 (5)

If ShowNumber Is True Then Shows
5 (101)

Matematics:

local binary = module.new(5)
print(binary+5): 1010
print(binary+"101"): 1010

You Can Serealize/Deserealize

Here Is The Module

Hexa Version

I SOLVED A HUGE BUG
IF YOU HAVE SPECIAL NUMBER HOW FIVE
RETURNS YOU A BINARY VALUE COMPLETY DIFFERENT IF YOU CONVERT TO NUMBER

2 Likes

No it does belong here. The final would go in #resources but this is an ok place too.

1 Like

Oh okay! thanks for telling me

2 Likes

i put here for prevent block of post

1 Like

If You Wan’t More Bases Then Here Are My New Module