-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathConfig.lua
14 lines (13 loc) · 1.12 KB
/
Config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- ___ ___ _ _ _ _____ _ _
-- | \/ | | \ | | | | / ___| (_) | |
-- | . . | _ __ | \| | ___ __ __| |__ \ `--. ___ _ __ _ _ __ | |_ ___
-- | |\/| || '__|| . ` | / _ \\ \ /\ / /| '_ \ `--. \ / __|| '__|| || '_ \ | __|/ __|
-- | | | || | | |\ || __/ \ V V / | |_) |/\__/ /| (__ | | | || |_) || |_ \__ \
-- \_| |_/|_| \_| \_/ \___| \_/\_/ |_.__/ \____/ \___||_| |_|| .__/ \__||___/
-- | |
-- |_|
-- Need support? Join our Discord server for help: https://discord.gg/d3Kh2vz3a7
Config = {}
Config.notificationtitle = 'Weapon Modification' --- title notification change to whatever
Config.scratchedserial = "The serial has been scratched off." -- Can place whatever you want here, change it to 0000 or 656565656565----- or whatever you want
Config.debugprints = true -- do you want strings printing in the console to debug?