mirror of
https://github.com/anatolykopyl/know-own-checksum.git
synced 2026-03-26 12:55:27 +00:00
cl arg as the starting point
This commit is contained in:
@@ -19,7 +19,7 @@ function edit_file(input_file, line, content)
|
||||
io.close(file)
|
||||
end
|
||||
|
||||
local attempts = 0
|
||||
local attempts = arg[1]
|
||||
|
||||
repeat
|
||||
local random_md5 = md5.sumhexa(attempts)
|
||||
|
||||
Reference in New Issue
Block a user