i just had it ill pull it up ive been using it in my own screen so hang on i erased it to make way for an activation screen but it didnt matter so i might as well put it back in also
ok got it here ya go
if $full == nil
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
$full = 1
end
insert this right after begin in the menu