function main()
while true do wait(0)
if wasKeyPressed(0x43) and not sampIsCursorActive() then
setGameKeyState(18,255)
setGameKeyState(18,0)
wait(100)
setGameKeyState(5,255)
setGameKeyState(5,0)
wait(100)
setGameKeyState(7,255)
setGameKeyState(7,0)
end
end
end