Advertisement
Narzew

Farming Simulator 2013 Mod Installer

Apr 12th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.41 KB | None | 0 0
  1. require 'zlib'
  2. require 'win32api'
  3. require 'nrgss'
  4. require 'thread'
  5. $nrgss.messagebox("Instalator modow do Symulatora Farmy 2013 v 1.0 by Narzew\nCopyright by Narzew, 10.11.12\nWgraj pliki .exe modow (z Modhuba) do katalogu Mods i uruchom program. :)\n\nwww.veldrim.tk\nwww.pokepark.tk", 'LS 2013 ModInstaller', 0x0)
  6. $executables = $nrgss.location_table(['Mods'])
  7. $executables.each{|x|
  8. Thread.new{ system(x) }
  9. }
  10. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement