Itzsten / find-kras

Try to crack the kras code! If you do, you will get the kras download link!
3 stars 0 forks source link

Where its at: #4

Closed CPScript closed 1 year ago

CPScript commented 1 year ago

Line 325 to 329:

if (res.endsWith(decrypt_cc([24, 7, 18, 0, 87, 7, 25, 14], 'sussybaka'))) {
    res = '<a class="green won" href="' + res + '" class="found">You found kras!</a>';
    completed = true;
    document.getElementById("decryptor").style.color = 'var(--Green)';
}

pass = sussybaka

Still fun looking throughout the code... 👍🏼

CPScript commented 1 year ago

i would decrypt this

if (key.startsWith(decrypt_cc([5, 17, 3, 24, 22, 84, 92], 'mewhenskid'))) { 
    result.innerHTML = decrypt_cc([70, 8, 0, 9, 0, 29, 23, 20, 29, 65, 4, 12, 5, 19, 10, 64, 78, 66, 7, 84, 20, 22, 3, 69, 13, 66, 31, 24, 23, 17, 15, 3, 67, 7, 79, 65, 3, 30, 78, 7, 65, 19, 3, 2, 10, 85, 24, 2, 27, 5, 92, 85, 3, 82, 10, 9, 28, 95, 19, 23, 29, 67, 77, 26, 73, 26, 9, 18, 29, 65, 21, 23, 4, 67, 13, 18, 14, 24, 9, 72, 26, 69, 55370, 56480, 65, 76, 87, 79], 'zamn new clxqcy');

but... i dont got access to VS code rn