nowayskill":86pzxn5x said:
add these lines in the beggining of Main script:
unless $keybd
$keybd = Win32API.new 'user32.dll', 'keybd_event', ['i', 'i', 'l', 'l'], 'v'
#Recognizes keyboard
end
$keybd.call 0x12, 0, 0, 0
$keybd.call 13, 0, 0, 0
$keybd.call 13, 0, 2, 0
$keybd.call 0x12, 0, 2, 0
nowaysakill, that "script" would stretch the Graphics, just like we said before.
-Silver-:
Luckily, I was worng, I searched and found a script made by Near Fantastica a long time ago (like 2005-06).
It resizes the game screen, it does not stretch the graphics, and If the Graphics or windows are smaller than the screen, it fills the blank part with black, so it doesn't throw any error.
The bad (or not so bad) side of it is that the size of the screen is set to your screen max resolution, so I don't know if there is a way to make a default screen size.
If you want me to, I can give you the Link.