Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
F12 fix
#1
F12 fix
by Zeriab
July 11, 2007

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


After the F12 bother me one time too many I made this little snippet:
Copy and paste it as the very first script. (Top in the editor, above Game_Temp)

Code:
#=begin
unless $f12_cleaner_F3XXEFA1.nil?
  # Opens the game executable in a new thread
  Thread.new{system ("Game")}  # "Game" = Name of the game executable
  # Exits this thread
  exit
end

# Modifying this global variable might cause this snippet to stop working properly.
# Some garbage have been added to lessen the chance of it already being used
$f12_cleaner_F3XXEFA1 = true
#=end


It will close the current game and open a new game.
If you have Vista it might require you to give permission since it actually opens a new application.
There might be issues with it, so tell me if you find any.

Enjoy ~
[Image: ZeriabSig.png]
}




Users browsing this thread: