Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #===============================================================================
- # Snippet to show FPS on Start-up
- #===============================================================================
- module FPS_Snippet ; $fps_showing = false # do not change this
- #===============================================================================
- Use_Snippet = true
- if Use_Snippet && $fps_showing == false
- $fps_showing = true ; a = 'user32.dll' ; b = 'keybd_event'
- Win32API.new(a, b, ['i', 'i', 'l', 'l'], '').call(0x71,0,0,0)
- end
- end
- #===============================================================================
- # http://dekitarpg.wordpress.com/
- #===============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement