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:
@@ -17,7 +17,7 @@ function edit_file(input_file, line, content)
|
|||||||
io.close(file)
|
io.close(file)
|
||||||
end
|
end
|
||||||
|
|
||||||
local attempts = 0
|
local attempts = arg[1]
|
||||||
|
|
||||||
repeat
|
repeat
|
||||||
local random_crc32 = crc32.hash(attempts)
|
local random_crc32 = crc32.hash(attempts)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function edit_file(input_file, line, content)
|
|||||||
io.close(file)
|
io.close(file)
|
||||||
end
|
end
|
||||||
|
|
||||||
local attempts = 0
|
local attempts = arg[1]
|
||||||
|
|
||||||
repeat
|
repeat
|
||||||
local random_md5 = md5.sumhexa(attempts)
|
local random_md5 = md5.sumhexa(attempts)
|
||||||
|
|||||||
Reference in New Issue
Block a user