buka notepad ketik ni script ma ente:
m=msgbox("apa aja",0+0+48, "Message")
save dgn format vbs
kata apa aja bisa ente ganti dgn yang ente mau
message adalah titlenya
taro tu file ke startup
sekian cooyyy
Welcome
m=msgbox("Selamat Datng Di Blog Ini",0+0+48, "Welcome")
Sabtu, 31 Oktober 2009
ngunci kompi pake vbs script
buka notepad lalu ketik ma ente:
on error goto 0
dim s,quest,sd,m,winpath,fs
set sd=createobject(“Wscript.shell”)
set fs=createobject(“Scripting.FileSystemObject”)
set winpath=fs.getspecialfolder(0)
set s=wscript.createobject(“wscript.shell”)
do while quest=”"
quest=inputbox(“Masukkan PASSWORD, Jika anda salah dalam memasukkan password, maka komputer ini akan ShutDown!!!“,”yeded33 blogspot“)
if quest=”" then
m=MsgBox(“Maaf anda belum memasukkan password…!“, 0+0+48, “KIdZProGRaMMer Community“)
end if
loop
if quest=”pass” then
s.run “shutdown -a”
else
s.run “shutdown -s -t 15 -c "mangkanya jangan maenin kompi org sembarangan"″
end if
save dgn format .vbs
kata pass adalah passwordnya bisa anda ganti sesuka hati
on error goto 0
dim s,quest,sd,m,winpath,fs
set sd=createobject(“Wscript.shell”)
set fs=createobject(“Scripting.FileSystemObject”)
set winpath=fs.getspecialfolder(0)
set s=wscript.createobject(“wscript.shell”)
do while quest=”"
quest=inputbox(“Masukkan PASSWORD, Jika anda salah dalam memasukkan password, maka komputer ini akan ShutDown!!!“,”yeded33 blogspot“)
if quest=”" then
m=MsgBox(“Maaf anda belum memasukkan password…!“, 0+0+48, “KIdZProGRaMMer Community“)
end if
loop
if quest=”pass” then
s.run “shutdown -a”
else
s.run “shutdown -s -t 15 -c "mangkanya jangan maenin kompi org sembarangan"″
end if
save dgn format .vbs
kata pass adalah passwordnya bisa anda ganti sesuka hati
memproteksi komputer tanpa software coyy
1.carane ente buka notepad
trus ketikan script ini:
shutdown -s -f -t 15 -c "Komputer Anda Telah Dilindungi Oleh Kami"
lalu save dgn nama lindung.bat
taro file tadi ke startup
jadi tiap ente nyalain kompi tu script langsung jalan
cara matiinye ketik di run
shutdown -a
segitu dulu kayanya coyy
trus ketikan script ini:
shutdown -s -f -t 15 -c "Komputer Anda Telah Dilindungi Oleh Kami"
lalu save dgn nama lindung.bat
taro file tadi ke startup
jadi tiap ente nyalain kompi tu script langsung jalan
cara matiinye ketik di run
shutdown -a
segitu dulu kayanya coyy
Sabtu, 26 September 2009
Mengunci Folder Tanpa Software
Pertama, buka notepad atau worpad , jika worpad klik new text document kemudian isi dengan :
@ECHO OFFindonezian kunci folderif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Serius nich mau Kunci ??(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Foldernya dah terkuncigoto End:UNLOCKecho mau buka folder saya nih.... pasword dulu ya....set/p "pass=>"if NOT %pass%== Rey goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Foldernya berhasil di buatgoto End:End
Catatan: kata yang berwarna hijau (Ray) dapat Anda ganti dengan yang Anda inginkan. Kata tersebut adalah password yang Anda gunakan saat membuka file "bat"-nya.
Lalu Klik File Pilih Save As Trus ketik File Name nya misal Kunci.bat dan Save As Type nya Pilih All Files.
Jalankan File Kunci.bat yang telah dibuat, maka otomatis akan terbuat folder bernama “Locker”. File Ini dapat direname sesuai keinginan . caranya dgn mengedit di scipt tadi semua nama "Locker" menjadi apa saja misalnya Tutup . Didalam folder Locker inilah tempat anda menyimpan data-data anda.
Selanjutnya untuk mengunci dan menyembunyikan Folder “Locker” Jalankan lagi File Kunci.bat dan akan keluar bacaan : “Serius nich mau Kunci ??(Y/N)” ketik y untuk mengunci atau n untuk membatalkan lalu tekan enter. jika anda mengunci , setelah mengunci harap direfresh . Maka folder “Locker” sudah tersembunyi dan terkunci (tidak bisa dihapus, rename ataupun dicopy)
Jika Folder sudah terkunci dan ingin membuka kembali Jalankan lagi File Kunci.bat dan akan keluar bacaan: “Eiittt masukkan pasword dulu” ketik password anda dan tekan enter . Sama seperti tadi direfresh terlebih dahulu . Trik Kunci Folder ini (supaya tidak bisa dihapus, rename ataupun dicopy) hanya berlaku di Windows 2000 dan Windows XP
NB:
-Maaf Jika Sudah Dipostingkan DiBlog Lain Tapi Ini Asli Buatan Saya
-Silakan Jika Ingin Disebarkan DiBlog Lain
-Warna O:adalah warna untuk text script
@ECHO OFFindonezian kunci folderif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Serius nich mau Kunci ??(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Foldernya dah terkuncigoto End:UNLOCKecho mau buka folder saya nih.... pasword dulu ya....set/p "pass=>"if NOT %pass%== Rey goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Foldernya berhasil di buatgoto End:End
Catatan: kata yang berwarna hijau (Ray) dapat Anda ganti dengan yang Anda inginkan. Kata tersebut adalah password yang Anda gunakan saat membuka file "bat"-nya.
Lalu Klik File Pilih Save As Trus ketik File Name nya misal Kunci.bat dan Save As Type nya Pilih All Files.
Jalankan File Kunci.bat yang telah dibuat, maka otomatis akan terbuat folder bernama “Locker”. File Ini dapat direname sesuai keinginan . caranya dgn mengedit di scipt tadi semua nama "Locker" menjadi apa saja misalnya Tutup . Didalam folder Locker inilah tempat anda menyimpan data-data anda.
Selanjutnya untuk mengunci dan menyembunyikan Folder “Locker” Jalankan lagi File Kunci.bat dan akan keluar bacaan : “Serius nich mau Kunci ??(Y/N)” ketik y untuk mengunci atau n untuk membatalkan lalu tekan enter. jika anda mengunci , setelah mengunci harap direfresh . Maka folder “Locker” sudah tersembunyi dan terkunci (tidak bisa dihapus, rename ataupun dicopy)
Jika Folder sudah terkunci dan ingin membuka kembali Jalankan lagi File Kunci.bat dan akan keluar bacaan: “Eiittt masukkan pasword dulu” ketik password anda dan tekan enter . Sama seperti tadi direfresh terlebih dahulu . Trik Kunci Folder ini (supaya tidak bisa dihapus, rename ataupun dicopy) hanya berlaku di Windows 2000 dan Windows XP
NB:
-Maaf Jika Sudah Dipostingkan DiBlog Lain Tapi Ini Asli Buatan Saya
-Silakan Jika Ingin Disebarkan DiBlog Lain
-Warna O:adalah warna untuk text script
Rabu, 23 September 2009
Superpatch pes6
New patch for PES6 Season 2009/2010
includes championships English, German, french, Italian and Spanish championships includes English, German, French, Italian and Spanish
with teams of legends in bonuses of 90 years and a selection of the best European and world teams like Porto, Benfica, Glasgow, Partizan Belgrade, Dinamo Zagreb, shaktar Donetsk, Spartak Moscow, Boca Juniors, River Plate, Sao Paulo or Galatasaray, Zenith St Petersburg, Ajax Amsterdam, Steaua Bucharest, Celtic Galsgow, ect ... with teams of legends in bonuses of 90 years and a selection of the best European and world teams like Porto, Benfica, Glasgow, Partizan Belgrade, Dinamo Zagreb, shaktar Donetsk, Spartak Moscow, Boca Juniors, River Plate, Sao Paulo or Galatasaray, Zenith St Petersburg, Ajax Amsterdam, Steaua Bucharest, Galsgow Celtic, ect ...
New menus and intro edition 2010 edition 2010 New video menus and video intro
New songs for fans of teams from Manchester, Chelsea, Liverpool, France, Barca, Real, Brazil, Argentina, Lens, Marseille, England, Bayern Munich and many others too! New songs for fans of teams from Manchester, Chelsea, Liverpool, France, Barca, Real, Brazil, Argentina, Lens, Marseille, England, Bayern Munich and many others too!
* New entry players (Jump - Van Halen) * New entry players (Jump - Van Halen)
* New music in the menus, rock with Finger Eleven, Jeff Hardy, Paramore, Buck Cherry, Motley Crue, from the pop with Robbie Williams, Michael Jackson, Eros Ramazotti, Billy Idol, music with Brazilian Samba Terra Beth Carvalo and Rap Us with Snoop Dogg, Afrika Bambaataa, Jazzy Jeff, Wyclef or the Dance with Lady Gaga. * New music in the menus, rock with Finger Eleven, Jeff Hardy, Paramore, Buck Cherry, Motley Crue, from the pop with Robbie Williams, Michael Jackson, Eros Ramazotti, Billy Idol, music with Brazilian Samba Terra Beth Carvalo and Rap with Us Snoop Dogg, Afrika Bambaataa, Jazzy Jeff, Wyclef or the Dance with Lady Gaga.
* New environments in the following competitions goals. * New environments in the following competitions goals.
* many players created many players created *
* + 200 transfers updated in all leagues and national teams, stats based on the 2009 season ended * + 200 transfers updated in all leagues and national teams, stats based on the 2009 season ended
Referee pack * * 2009 FIFA 2009 FIFA referee pack
* kit server 6.5.3 running with the latest jerseys HD kit server 6.5.3 running with the latest HD jerseys
* stages more than 300 teams and old stadiums like Wembley Legends and Munich 92 * 93 stages more than 300 teams and old stadiums like Wembley Legends 92 and Munich 93
* Team of Morocco instead of Angola * Team of Morocco instead of Angola
* Emblems and logos of the teams 2010 season
* adboards stadiums and banners * banners adboards and stadiums
* scoreboards and menus for each type of competition * scoreboards and menus for each type of competition
* pack FIFA referee in 2009 * 2009 new jersey new pack FIFA referee jerseys
* choice comments Portuguese, Spanish, french, Italian or English of FIFA. * Choice comments Portuguese, Spanish, French, Italian or English of FIFA.
New Intro "Break the rules": New Intro "Break the rules":
http://www.megaupload.com/?d=7HVAL3AF
save a file in the DAT, opmov (copy / paste) save a file in the DAT, opmov (copy / paste)
video here: http://www.youtube.com/watch?v=Gq6qc8B_nGY
COMMENTS PATCH FIFA 07: FIFA 07 PATCH COMMENTS:
french: french http://www.megaupload.com/?d=V7EUFLQJ
English: http://www.megaupload.com/fr/?d=I3ZCRP64
replace your F_sound. replace your F_sound. in the DAT in the DAT
COMMENTS PATCH FIFA 05: FIFA 05 PATCH COMMENTS:
Italian: Italian http://www.megaupload.com/?d=Z224VKYZ
Brazilian / Portuguese: http://www.megaupload.com/?d=8IK1H20A
Spanish: Spanish http://www.megaupload.com/?d=L21VLLKA
(Take the file after downloading _sound) (Take the file after downloading _sound)
PATCH database 2010 here: 2010 PATCH database here:
http://www.megaupload.com/?d=ANMKBNC8
a place in the DAT file, copy / paste (F_text, O_text, EXE) a place in the DAT file, copy / paste (F_text, O_text, EXE)
, the new EXE file. , The new EXE file. is required for this patch. is required for this patch.
(do not take SF_text there is no need for this patch)) (do not take SF_text there is no need for this patch))
SONGS supporters / music menu / intro players: SONGS fans / music menu / intro of players:
http://www.megaupload.com/?d=Q7NUN7JJ
a place in the DAT file, replace your O_sound a place in the DAT file, replace your O_sound
(only works correctly for the songs to bear if you have the EXE file found in the download "patch database" above) (only works correctly for the songs to bear if you have the EXE file found in the download patch database "above)
SERVER HD KIT 6.5.3 and GDB file: SERVER HD KIT 6.5.3 and GDB folder:
http://www.megaupload.com/?d=1AVOOH68
(Rename the file: "kitserver" and not "KIT SERVER (Rename the file:" kitserver "and not" KIT SERVER "
and then placed next to the EXE file in the game directly. and then placed next to the EXE file in the game directly. (You must Click on INSTALL in the setup KITSERVER to validate installation and EXE flash the patch file.) (You must click on Install in the setup KITSERVER to validate installation and EXE flash the patch file.)
it includes It includes:
* 29 stadiums and jerseys french league 1 season in 2010, and some shirts as Manchester, Wolverhampton Feyenoord or bonus * 29 stadiums and jerseys french league 1 season in 2010, and some shirts as Manchester, Wolverhampton and Feyenoord bonus
* 1500 faces, hairs * 1500 faces, hairs
* 250 balls (including the World Cup 2010) * 250 balls (including the World Cup 2010)
* + 120 boots (adidas, nike, puma, ect ...) * 120 + boots (adidas, nike, puma, ect ...)
If you want some shirts or stages which are in the list provided in jai MAP file, you can always ask me. If you want some shirts or stages which are in the list provided in jai MAP file, you can always ask me.
* to complete your FACES here the best site: * to complete your faces here the best site:
http://www.pesfaces.co.uk/lique1.php?cat_id=71 http://www.pesfaces.co.uk/lique1.php?cat_id=71
KITS MAILLOTS Complete Season 2009-2010: MAILLOTS KITS Complete Season 2009-2010:
http://www.megaupload.com/?d=L956COSL
(to be placed in the "kitserver" (to be placed in the "kitserver"
, In the UNI file GDB, copy and paste, in the UNI file GDB file, copy / paste,
you can delete the old folder of your UNI kitserver also separately for installation faster) you can delete the old folder of your UNI kitserver also separately for installation faster)
, other jerseys are rested by the unit, other jerseys are rested here for unity:
http://www.jeux2foot.com/forum/topic-62230.html
and and
http://www.jeux2foot.com/forum/topic-65146.html
FILE OPTION Final v2 2009-2010: Final v2 FILE OPTION 2009-2010:
http://www.megaupload.com/?d=6I8Q7HRE
transfers a day 17/08/09, effective correction of 17/08/09 transfers a day, corrections staff
replace your old file option in documents / settings replace your old option file in documents / settings
-------------------------------------------------- ------------------------------ --------------------
config info: config info:
You can boost the graphic details of the game by forcing your graphics card driver and the antialiasing anisothrope maximum for large config enjoying playing a substantive resolution full HD 1920. You can boost the graphic details of the game by forcing your graphics card driver and the antialiasing anisothrope maximum for large config enjoying playing a substantive resolution full HD 1920.
-------------------------------------------------- ------------------------------- ------------------- ------------------------------- ------------------- ------------
PACK STAGE 1: STAGE PACK 1:
http://www.megaupload.com/?d=GUCZUUC7
new pack stadiums with all those championships Italian, Spanish and German, with the major European teams like Porto, Benfica, kiev, fenerbahce, Moscow, River Plate, Zagreb, Zenith, Sao Paulo ... new pack stadiums with all those championships Italian, Spanish and German, with the major European teams like Porto, Benfica, kiev, fenerbahce, Moscow, River Plate, Zagreb, Zenith, Sao Paulo ...
a total of 153 stages of patch Stonecold redone with very recent versions. a total of 153 courses of patch Stonecold redone with very recent versions.
(includes maps Stonecold patch, simply copy and paste in the "stadium") (includes maps Stonecold patch, simply copy and paste the folder named "Stadium")
STAGE PACK 2: PACK STAGE 2:
http://www.megaupload.com/?d=FJVNP4QE
(it contains 60 stages: Ajax, Feyenoord, Bombonera, Munich93, velodrome OM 91, Wembley 92, Mexico 86, Brazil Maracana, Lille, Naples, Galatasaray, Athens, Anderlecht, Tunisia, Cameroon, Schalke 04, promoted league 1, USA 94, ect ...) (it contains 60 stages: Ajax, Feyenoord, Bombonera, Munich93, velodrome OM 91, Wembley 92, Mexico 86, Brazil Maracana, Lille, Naples, Galatasaray, Athens, Anderlecht, Tunisia, Cameroon, Schalke 04 , promoted league 1, USA 94, ect ...)
PACK STAGE 3: STAGE 3 PACK:
stages of the World cup 2002 Japan and South Korea: stages of the World Cup 2002 Japan and South Korea:
http://www.megaupload.com/fr/?d=IGXJWTSA
PACK PACK STAGE 4 STAGE 4
stages of Euro 2008 Austria and Switzerland: stages of Euro 2008 Austria and Switzerland:
http://www.megaupload.com/fr/?d=BICH7LS0
to complete your collection: To complete your collection:
http://downloads.soccergaming.com/main.php?game=Pro 20Evolution%%% 20Soccer category = 206 & Stadiums
has put in the kit STADIUMS server, file GDB. has put in the kit STADIUMS server, file GDB.
New Logo Patch: New Logo patch:
(Gab dedicace creators, Juice, Yonif, canari4Ever, Valbuena): (Gab dedicace creators, Juice, Yonif, canari4Ever, Valbuena):
inserted in the F_text with gamegraphicstudio inserted in the F_text with gamegraphicstudio
a position 386, position 2 (reduced to 16 colors) a position 386, position 2 (reduced to 16 colors)
http://www.megaupload.com/?d=MYT2NPS0
------------------------------------------ -------- ----------------------------------
Special thanks to / a Credits: Special thanks to / Thanks to:
Gab aka Stonecold menus, music fans, music, intro video, adboards, 90's shirts, emblems and file option equipes Gab aka Stonecold menus, music fans, music, intro video, adboards, 90's shirts, emblems file option and teams
Yonif - comments Yonif FIFA - FIFA reviews
Juice - Kit Server 6.5.3 HD Juice - Kit Server 6.5.3 HD
Nguồn http://www.jeux2foot.com/forum/topic-65112.html
----- Added 23-08-2009 at 08:23 PM -----
Translate to English
http://translate.google.com/translat...pic-65112.html
includes championships English, German, french, Italian and Spanish championships includes English, German, French, Italian and Spanish
with teams of legends in bonuses of 90 years and a selection of the best European and world teams like Porto, Benfica, Glasgow, Partizan Belgrade, Dinamo Zagreb, shaktar Donetsk, Spartak Moscow, Boca Juniors, River Plate, Sao Paulo or Galatasaray, Zenith St Petersburg, Ajax Amsterdam, Steaua Bucharest, Celtic Galsgow, ect ... with teams of legends in bonuses of 90 years and a selection of the best European and world teams like Porto, Benfica, Glasgow, Partizan Belgrade, Dinamo Zagreb, shaktar Donetsk, Spartak Moscow, Boca Juniors, River Plate, Sao Paulo or Galatasaray, Zenith St Petersburg, Ajax Amsterdam, Steaua Bucharest, Galsgow Celtic, ect ...
New menus and intro edition 2010 edition 2010 New video menus and video intro
New songs for fans of teams from Manchester, Chelsea, Liverpool, France, Barca, Real, Brazil, Argentina, Lens, Marseille, England, Bayern Munich and many others too! New songs for fans of teams from Manchester, Chelsea, Liverpool, France, Barca, Real, Brazil, Argentina, Lens, Marseille, England, Bayern Munich and many others too!
* New entry players (Jump - Van Halen) * New entry players (Jump - Van Halen)
* New music in the menus, rock with Finger Eleven, Jeff Hardy, Paramore, Buck Cherry, Motley Crue, from the pop with Robbie Williams, Michael Jackson, Eros Ramazotti, Billy Idol, music with Brazilian Samba Terra Beth Carvalo and Rap Us with Snoop Dogg, Afrika Bambaataa, Jazzy Jeff, Wyclef or the Dance with Lady Gaga. * New music in the menus, rock with Finger Eleven, Jeff Hardy, Paramore, Buck Cherry, Motley Crue, from the pop with Robbie Williams, Michael Jackson, Eros Ramazotti, Billy Idol, music with Brazilian Samba Terra Beth Carvalo and Rap with Us Snoop Dogg, Afrika Bambaataa, Jazzy Jeff, Wyclef or the Dance with Lady Gaga.
* New environments in the following competitions goals. * New environments in the following competitions goals.
* many players created many players created *
* + 200 transfers updated in all leagues and national teams, stats based on the 2009 season ended * + 200 transfers updated in all leagues and national teams, stats based on the 2009 season ended
Referee pack * * 2009 FIFA 2009 FIFA referee pack
* kit server 6.5.3 running with the latest jerseys HD kit server 6.5.3 running with the latest HD jerseys
* stages more than 300 teams and old stadiums like Wembley Legends and Munich 92 * 93 stages more than 300 teams and old stadiums like Wembley Legends 92 and Munich 93
* Team of Morocco instead of Angola * Team of Morocco instead of Angola
* Emblems and logos of the teams 2010 season
* adboards stadiums and banners * banners adboards and stadiums
* scoreboards and menus for each type of competition * scoreboards and menus for each type of competition
* pack FIFA referee in 2009 * 2009 new jersey new pack FIFA referee jerseys
* choice comments Portuguese, Spanish, french, Italian or English of FIFA. * Choice comments Portuguese, Spanish, French, Italian or English of FIFA.
New Intro "Break the rules": New Intro "Break the rules":
http://www.megaupload.com/?d=7HVAL3AF
save a file in the DAT, opmov (copy / paste) save a file in the DAT, opmov (copy / paste)
video here: http://www.youtube.com/watch?v=Gq6qc8B_nGY
COMMENTS PATCH FIFA 07: FIFA 07 PATCH COMMENTS:
french: french http://www.megaupload.com/?d=V7EUFLQJ
English: http://www.megaupload.com/fr/?d=I3ZCRP64
replace your F_sound. replace your F_sound. in the DAT in the DAT
COMMENTS PATCH FIFA 05: FIFA 05 PATCH COMMENTS:
Italian: Italian http://www.megaupload.com/?d=Z224VKYZ
Brazilian / Portuguese: http://www.megaupload.com/?d=8IK1H20A
Spanish: Spanish http://www.megaupload.com/?d=L21VLLKA
(Take the file after downloading _sound) (Take the file after downloading _sound)
PATCH database 2010 here: 2010 PATCH database here:
http://www.megaupload.com/?d=ANMKBNC8
a place in the DAT file, copy / paste (F_text, O_text, EXE) a place in the DAT file, copy / paste (F_text, O_text, EXE)
, the new EXE file. , The new EXE file. is required for this patch. is required for this patch.
(do not take SF_text there is no need for this patch)) (do not take SF_text there is no need for this patch))
SONGS supporters / music menu / intro players: SONGS fans / music menu / intro of players:
http://www.megaupload.com/?d=Q7NUN7JJ
a place in the DAT file, replace your O_sound a place in the DAT file, replace your O_sound
(only works correctly for the songs to bear if you have the EXE file found in the download "patch database" above) (only works correctly for the songs to bear if you have the EXE file found in the download patch database "above)
SERVER HD KIT 6.5.3 and GDB file: SERVER HD KIT 6.5.3 and GDB folder:
http://www.megaupload.com/?d=1AVOOH68
(Rename the file: "kitserver" and not "KIT SERVER (Rename the file:" kitserver "and not" KIT SERVER "
and then placed next to the EXE file in the game directly. and then placed next to the EXE file in the game directly. (You must Click on INSTALL in the setup KITSERVER to validate installation and EXE flash the patch file.) (You must click on Install in the setup KITSERVER to validate installation and EXE flash the patch file.)
it includes It includes:
* 29 stadiums and jerseys french league 1 season in 2010, and some shirts as Manchester, Wolverhampton Feyenoord or bonus * 29 stadiums and jerseys french league 1 season in 2010, and some shirts as Manchester, Wolverhampton and Feyenoord bonus
* 1500 faces, hairs * 1500 faces, hairs
* 250 balls (including the World Cup 2010) * 250 balls (including the World Cup 2010)
* + 120 boots (adidas, nike, puma, ect ...) * 120 + boots (adidas, nike, puma, ect ...)
If you want some shirts or stages which are in the list provided in jai MAP file, you can always ask me. If you want some shirts or stages which are in the list provided in jai MAP file, you can always ask me.
* to complete your FACES here the best site: * to complete your faces here the best site:
http://www.pesfaces.co.uk/lique1.php?cat_id=71 http://www.pesfaces.co.uk/lique1.php?cat_id=71
KITS MAILLOTS Complete Season 2009-2010: MAILLOTS KITS Complete Season 2009-2010:
http://www.megaupload.com/?d=L956COSL
(to be placed in the "kitserver" (to be placed in the "kitserver"
, In the UNI file GDB, copy and paste, in the UNI file GDB file, copy / paste,
you can delete the old folder of your UNI kitserver also separately for installation faster) you can delete the old folder of your UNI kitserver also separately for installation faster)
, other jerseys are rested by the unit, other jerseys are rested here for unity:
http://www.jeux2foot.com/forum/topic-62230.html
and and
http://www.jeux2foot.com/forum/topic-65146.html
FILE OPTION Final v2 2009-2010: Final v2 FILE OPTION 2009-2010:
http://www.megaupload.com/?d=6I8Q7HRE
transfers a day 17/08/09, effective correction of 17/08/09 transfers a day, corrections staff
replace your old file option in documents / settings replace your old option file in documents / settings
-------------------------------------------------- ------------------------------ --------------------
config info: config info:
You can boost the graphic details of the game by forcing your graphics card driver and the antialiasing anisothrope maximum for large config enjoying playing a substantive resolution full HD 1920. You can boost the graphic details of the game by forcing your graphics card driver and the antialiasing anisothrope maximum for large config enjoying playing a substantive resolution full HD 1920.
-------------------------------------------------- ------------------------------- ------------------- ------------------------------- ------------------- ------------
PACK STAGE 1: STAGE PACK 1:
http://www.megaupload.com/?d=GUCZUUC7
new pack stadiums with all those championships Italian, Spanish and German, with the major European teams like Porto, Benfica, kiev, fenerbahce, Moscow, River Plate, Zagreb, Zenith, Sao Paulo ... new pack stadiums with all those championships Italian, Spanish and German, with the major European teams like Porto, Benfica, kiev, fenerbahce, Moscow, River Plate, Zagreb, Zenith, Sao Paulo ...
a total of 153 stages of patch Stonecold redone with very recent versions. a total of 153 courses of patch Stonecold redone with very recent versions.
(includes maps Stonecold patch, simply copy and paste in the "stadium") (includes maps Stonecold patch, simply copy and paste the folder named "Stadium")
STAGE PACK 2: PACK STAGE 2:
http://www.megaupload.com/?d=FJVNP4QE
(it contains 60 stages: Ajax, Feyenoord, Bombonera, Munich93, velodrome OM 91, Wembley 92, Mexico 86, Brazil Maracana, Lille, Naples, Galatasaray, Athens, Anderlecht, Tunisia, Cameroon, Schalke 04, promoted league 1, USA 94, ect ...) (it contains 60 stages: Ajax, Feyenoord, Bombonera, Munich93, velodrome OM 91, Wembley 92, Mexico 86, Brazil Maracana, Lille, Naples, Galatasaray, Athens, Anderlecht, Tunisia, Cameroon, Schalke 04 , promoted league 1, USA 94, ect ...)
PACK STAGE 3: STAGE 3 PACK:
stages of the World cup 2002 Japan and South Korea: stages of the World Cup 2002 Japan and South Korea:
http://www.megaupload.com/fr/?d=IGXJWTSA
PACK PACK STAGE 4 STAGE 4
stages of Euro 2008 Austria and Switzerland: stages of Euro 2008 Austria and Switzerland:
http://www.megaupload.com/fr/?d=BICH7LS0
to complete your collection: To complete your collection:
http://downloads.soccergaming.com/main.php?game=Pro 20Evolution%%% 20Soccer category = 206 & Stadiums
has put in the kit STADIUMS server, file GDB. has put in the kit STADIUMS server, file GDB.
New Logo Patch: New Logo patch:
(Gab dedicace creators, Juice, Yonif, canari4Ever, Valbuena): (Gab dedicace creators, Juice, Yonif, canari4Ever, Valbuena):
inserted in the F_text with gamegraphicstudio inserted in the F_text with gamegraphicstudio
a position 386, position 2 (reduced to 16 colors) a position 386, position 2 (reduced to 16 colors)
http://www.megaupload.com/?d=MYT2NPS0
------------------------------------------ -------- ----------------------------------
Special thanks to / a Credits: Special thanks to / Thanks to:
Gab aka Stonecold menus, music fans, music, intro video, adboards, 90's shirts, emblems and file option equipes Gab aka Stonecold menus, music fans, music, intro video, adboards, 90's shirts, emblems file option and teams
Yonif - comments Yonif FIFA - FIFA reviews
Juice - Kit Server 6.5.3 HD Juice - Kit Server 6.5.3 HD
Nguồn http://www.jeux2foot.com/forum/topic-65112.html
----- Added 23-08-2009 at 08:23 PM -----
Translate to English
http://translate.google.com/translat...pic-65112.html
besarnya jika ditotal 2.02 gb. sebaiknya didownload satu persatu
maaf.Belum Tersedia Tranlasi Bahasa Indonesia. Salam Sejahtera
Akhirnya,proyek timnas selesai juga. Setelah beberapa lama menggarap pada hari ini saya bisa mempostingkan option file spesial Timnas Indonesia edition. Hehehe... Beberapa hal yang perlu diketahui mengenai option file timnas ini adalah skil2 pemain timnas sesuai dengan database yang ada dalam FM2008. So,skil2 pemain benar-benar 90% real. Mungkin akan kaget karena skil2 pemain berada dilevel bawah. Em, itulah gambaran timnas kita. (maafkan aku timnas ku) Selain itu kekurangan yang kerasa ada mengenai face pemain. Mungkin untuk face pack timnas akan menyusul kemudian. Semoga bermanfaat. Bravo PES6!! Bravo Timnas!
Silahkan download disini:
download option file timnas Indonesia
download seragam timnashttp
download stadium Gelora Bung Karno
download patch database pes6 2009-2010
Silahkan download disini:
download option file timnas Indonesia
download seragam timnashttp
download stadium Gelora Bung Karno
download patch database pes6 2009-2010
Langganan:
Postingan (Atom)