local Table = {}
if Menu.Exploits.Doubletap:get_key() then
table.insert(Table, {text = "Doubletap", color = and color.new(190,175,35,255)})
end
for idx = 1, #Table do
local Table = Table[idx]
Verdanas:text(x + 1, (y + 16) + (idx * 16), Table.color, Table.text)
end