mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 04:33:10 +00:00
sync
This commit is contained in:
parent
122a755cf3
commit
35490b5eda
@ -39,6 +39,12 @@ for (i = 0; i < entries.length; i++)
|
||||
{
|
||||
bits = entries[i].indexOf(",")
|
||||
dhgr = entries[i].substr(bits - 2, 1)
|
||||
|
||||
if (WScript.Arguments(1).substr(WScript.Arguments(1).length - 3, 1) == "0")
|
||||
{
|
||||
dhgr = "0"
|
||||
}
|
||||
|
||||
cheat = entries[i].substr(bits - 1, 1)
|
||||
eq = entries[i].indexOf("=")
|
||||
key = ((eq >= 0) ? entries[i].substr(bits + 1, eq - bits - 1) : entries[i])
|
||||
|
Loading…
Reference in New Issue
Block a user