We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d31d commit d86b3cdCopy full SHA for d86b3cd
src/prometheus/namegenerators/number.lua
@@ -1,11 +1,11 @@
1
-- This Script is Part of the Prometheus Obfuscator by Levno_710
2
--
3
--- namegenerators/mangled.lua
+-- namegenerators/number.lua
4
5
-- This Script provides a function for generation of simple up counting names but with hex numbers
6
7
local PREFIX = "_";
8
9
return function(id, scope)
10
return PREFIX .. tostring(id);
11
-end
+end
0 commit comments