hoje venho trazer um script que possibilita tirar o X da tela, sei que tem um aqui na aldeia só que esse é mais pequeno.
ai o script.
E esse script foi o Lucas RD12 que fez créditos a ele.
E claro créditos a mim por ter postado
ai o script.
- Script:
- Código:
title = "\0" * 256
Win32API.new('kernel32', 'GetPrivateProfileString','PPPPLP', 'L').call("Game", "Title", "", title, 256, ".\\Game.ini")
title.delete!("\0")
@window = Win32API.new('user32', 'FindWindow', 'PP', 'I').call("RGSS Player", title)
@set_window_long = Win32API.new('user32', 'SetWindowLong', 'LIL', 'L')
@set_window_pos = Win32API.new('user32', 'SetWindowPos', 'LLIIIII','I')
@set_window_long.call(@window, -16, 0x00C00000)
@set_window_pos.call(@window, -1, 400, 190, 645, 508, 0x0044)
E esse script foi o Lucas RD12 que fez créditos a ele.
E claro créditos a mim por ter postado
Última edição por TeteuPlays em Qui Jul 02, 2015 2:35 pm, editado 1 vez(es)