get("#380") -- Stefan's Hash Function -- Peppermint Logo hash: 58/20/00b8481c cw, ch = 58, 20 if img.width >= cw and img.height >= ch then cropped = { width=cw, height=ch, getInt=function(x, y) return img.getInt(x, y+img.height-ch) end } hash = hashImage(cropped) if hash == "01fc1d07" then return "OS: Peppermint Linux 5. Start menu: open. Start button: 0, "..img.height-ch..", "..cw..", "..img.height elseif hash == '00b8481c' then return "OS: Peppermint Linux 5. Start menu: not open. Start button: 0, "..img.height-ch..", "..cw..", "..img.height end end return "OS: Unknown"