Advertisement
Demonicskyers

Fullscreen - Normal

Oct 15th, 2013
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.21 KB | None | 0 0
  1.  if not $full
  2.     $showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
  3.     $showm.call(18,0,0,0)
  4.     $showm.call(13,0,0,0)
  5.     $showm.call(13,0,2,0)
  6.     $showm.call(18,0,2,0)
  7.     $full = 1
  8.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement