1. KUNYIT
Khasiat: untuk mengobati sakit perut, caranya dengan diparut halus dan disaring dengan kain. Da pat diminum dengan tambahan madu asli secukupnya. Lakukan pagi dan sore hari.
2. SIRIH
Khasiat: untuk mengobati mata merah atau belekan, caranya ambil 5 lembar daun sirih cuci bersih-bersih, direbus dengan air secukupnya. Setelah mendidih, dinginkan untuk menimbang mata yang sakut,
laksanakan pagi dan sore.
3. MENTIMUN
Khasiat: sebagai pembersih wajah / menghilangkan jerawat, caranya timun dikupas, dicuci, diparut, disaring dan saringan tersebut dioleskan pada wajah pada malam hari menjelang tidur.
4.KELAPA
Khasiat: akar sebagai obat selama berak- berak (diare), airnya dapat diminum untuk menambah kekuatan.Caranya, akar dibersihkan kurang lebih 15 gram direbus dengan 1 gelas air kurang lebih 15 menit , disaring dan diminum sekaligus.
5. PANDAN
Khasiat: sebagai obat mual-mual. Caranya ambil kurang lebih 20 gram daun segar dicuci dan direbus dengan air sebanyak 3 gelas sampai mendidih. Setelah dingin disaring dan diminum.
6. PANCA WARNA
Khasiat: sebagai obat amandel. Caranya ambil bunga panca warna secukupnya, dicuci, ditumbuk halus, disaring,digunakan untuk berkumur setiap hari.
7. BLIMBING WULUH
Khasiat: sebagai obat kencing manis. Caranya ambil blimbing wuluh secukupnya dan rebus sampai mendidih, dinginkan dan diminum,dapat ditambah dengan gula batu secukupnya.
8. JERUK PURUT
Khasiat: air buahnya sebagai obat batukdan daunnya dipakai sebagai penyedap makanan. Untuk obat batuk, caranya ambil buahnya dan diperas kurang lebih 1 sendok makan, tambahkan kecap. Kerjakan pagi dan sore.
9. SEMANGKA
Khasiat: bijinya sebagai obat cacing dan air perasan dagingnya dipaku untuk penurun panas pada anak-anak. Untuk obat cacing, ambil kurang lebih 5 gram biji semangka ditumbuk halus-halus diseduh dengan air masak setengah gelas, disaring dan diminum sekaligus.
10. ASAM
Khasiat: sebagai obat batuk ataupun sariawan. Caranya dipakai seperti cara membuat teh, diambil asam yang tua, diminum pagi dan sore.
Friday, November 10, 2017
Wednesday, November 1, 2017
Cara buat game dengan notepad
Cara buat game dengan notepad
Notepad selain digunakan untuk menulis script,mengolah kata juga dapat digunakan untuk membuat game.Jika kalian belajar tentang CMD kalian akan menemukan perintah-perintah yang dapat digunakan untuk membuat game.Berikut cara buat game dengan notepad:
- Buka Notepad
- copy/tulis script ini
- Paste di notepad
- save dengan nama game.bat
- klik 2 kali untuk menjalankan
@echo off
cls
echo helo player
echo kunjungi blog www.muhpramuja14.blogspot.com
echo.
pause
title GAME Tempat Info
color 02
:menu
cls
echo Hallo Selamat Bermain Di Game Tempat Info
echo Game Ini Di Buat oleh : Muhammad Pramuja
echo By Blog : http://tempatinfo45.blogspot.com
echo 1) Mulai!
echo 2) Cara Main
echo 3) Credits
echo 4) Keluar
echo semoga kalian senang dengan game ini'''''''
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto Cara Main
if %number% == 3 goto Credits
if %number% == 3 goto Keluar
:Mulai!
cls
echo Siapa Nama Kamu ?
set /p name=username:
cls
echo Halo %name%!
echo Apakah Kamu Akan Mulai Game Ini ? (y/n)
set /p start=
if %start% == y goto pilih
if %start% == n goto menu
goto Mulai!
:pilih
cls
echo pilih soal yang kamu inginkan!!!!!
echo 1)lucu
echo 2)matematika
echo 3)teko jajal
echo 4)mikir
set /p start=
if %start% == 1 goto level1
if %start% == 2 goto matematika
if %start% == 3 goto pertanyaan
if %start% == 4 goto lucu
goto pilih
:cara main
cls
echo Kamu Hanya Akan Diberikan Jawaban Yang Mudah. Kamu Harus Menjawabnya Dengan Soal Ganda.
echo Soalnya Terbagi Jadi 4 Pilihan. Mau Ke Menu ? (y/n)
set /p menugoto=
if %menugoto% == y goto menu
if %menugoto% == n goto exit
goto cara main
:Credits
cls
echo Game Tempat Info
echo ----------------
echo Pembuatan Game Dikerjakan Oleh : Muhammad Muhammad pramuja
echo ----------------------------------------------------------
echo Facebook : https://www.facebook.com/muhammad pramuja
echo ----------------------------------------------------
echo Site : http://tempatinfo45.blogspot.com
echo ---------------------------------------
echo Email : muhpramuja13@gmail.com
echo ------------------------------
echo game ini akan terus di update jika kalian ingin game ini buka blog THE PRAMUJA/www.muhpramuja14.blogspot.com kalian juga dapat kirim email ke saya.
echo ---------------------------------------------------------------------------------------------------------------------------------------------------
echo Kembali Ke Menu ? (y/n)
set /p Menugoto=
if %Menugoto% == y goto Menu
if %Menugoto% == n goto Credits
goto keluar
:keluar
cls
echo Apa Kamu Yakin Mau Keluar Dari Game Ini ? (y/n)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == n goto menu
goto keluar
:level1
cls
echo Level 1.
echo siapakah pembuat game ini ?
echo a) saya
echo b) kamu
echo c) Pramuja
echo d) orang gila
set /p answer1=
if %answer1% == a goto wrong1
if %answer1% == b goto wrong1
if %answer1% == c goto correct1
if %answer1% == d goto wrong1
goto level1
:correct1
echo Mau lanjut Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level2
if %NL1% == n goto menu
goto correct1
:Wrong1
Echo Kamu Salah. Mau Ulang Game (y/n)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == n goto menu
goto wrong1
:level2
cls
echo Level 2.
echo BERAPA jumlah 17+8+1945=.... ?
echo a) 1970
echo b) 1907
echo c) merdeka
echo d) gak tau
set /p aa=
if %aa% == a goto wrong2
if %aa% == b goto wrong2
if %aa% == c goto correct2
if %aa% == d goto wrong2
goto level2
:correct2
echo Mau lanjut Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level3
if %NL1% == n goto menu
goto correct2
:wrong2
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level1
if %retry% == n goto menu
goto wrong2
:level3
cls
echo Level 3.
echo Siapa Yang Sedang Main Game Ini (ini jebakan Troll) ?
echo a) Saya
echo b) Virus Komputer
echo c) CJR
echo d) Justin Bieber
set /p aa=
if %aa% == a goto wrong3
if %aa% == b goto wrong3
if %aa% == c goto correct3
if %aa% == d goto correct3
goto level3
:correct3
echo Selamat anda dapat lanjut ke level selanjutnya.
:v,Beneran Mau Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level4
if %NL1% == n goto menu
goto correct4
:wrong3
cls
echo maaf, Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level2
if %retry% == n goto menu
goto wrong3
:level4
cls
echo Level 4.
echo dari mana kamu dapat game ini?
echo a) http://tempatinfo45.blogspot.com/
echo b) Dari tadi
echo c) Ibu saya
echo d) Tetangga
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
if %aa% == d goto wrong4
goto level4
:correct4
echo Beneran Mau Lanjut Ke level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level5
if %NL1% == n goto menu
goto correct4
:wrong4
cls
echo Maaf, Kamu Salah lagi. Mau Ulang ? (y/n)
set/p retry=
if %retry% == y goto level4
if %retry% == n goto menu
goto wrong4
:level5
cls
echo Level 5.
echo Apa yang sedang kamu lakukan?
echo a)main komputer
echo b)jungkir balik
echo c)membaca soal lalu jawaban
echo d)main game
set /p answer5=
if %answer5% == a goto wrong5
if %answer5% == b goto wrong5
if %answer5% == c goto correct5
if %answer5% == c goto correct5
goto level5
:correct5
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level6
if %NL1% == n goto menu
goto correct1
:wrong5
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level5
if %retry% == n goto menu
goto wrong5
:level6
cls
echo Level 6.
echo Berapa Hasil Dari 2573+9988 ?
echo a)Dua Belas Ribu Lima Ratus Enam Puluh Satu
echo b)12.561
echo c)Twelve Thousand Five Hundred Sixty One
echo d)9988+2573
set /p aa=
if %aa% == a goto correct6
if %aa% == b goto correct6
if %aa% == c goto correct6
if %aa% == d goto correct6
goto level6
:correct6
echo Cius Kamu Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level7
if %NL1% == n goto menu
goto correct7
:wrong6
cls
echo Santay BOSS. Gak Akan Salah. Tekan Y Aja. (y/n)
set/p retry=
if %retry% == y goto level7
if %retry% == n goto menu
goto wrong7
:level7
cls
echo betapa bahagianya hatiku saat ku duduk berdua denganmu.siapa yang sedang nyayi?
echo a)saya
echo b)gak ada
echo c)payung teduh
echo d)hanin dhiya
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto correct7
if %answer7% == c goto wrong7
if %answer7% == d goto wrong7
goto level7
:correct7
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level8
if %NL1% == n goto menu
goto correct7
:wrong7
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level7
if %retry% == n goto menu
goto wrong7
:level8
cls
echo Apa nama blognya muhammad pramuja ??
echo a)http://muhpramuja14.blogspot.com/
echo b)Lupa
echo c)Gak tau
echo d)THE PRAMUJA
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto correct8
:correct8
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level9
if %NL1% == n goto menu
goto correct8
:wrong8
cls
echo Salah mau ulang? (y/n)
set/p retry=
if %retry% == y goto level8
if %retry% == n goto menu
goto wrong8
:level9
cls
echo Dibuat Dari Apa Game Yang Sedang Kamu Mainkan Ini ?
echo a)Notepad
echo b)Tepung Terigu
echo c)Calculattor
echo d)CMD
set /p aa=
if %aa% == a goto correct9
if %aa% == b goto wrong9
if %aa% == c goto wrong9
if %aa% == d goto wrong9
:correct9
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level10
if %NL1% == n goto menu
goto correct9
:wrong9
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level9
if %retry% == n goto menu
goto wrong9
:level10
cls
echo Follow !!
echo Apakah Kamu Mau Menamatkan Game Ini ?
echo a)Mau Banget
echo b)Apakah Kamu Mau Namatin Game Ini ?
echo c)Apakah Kamu Mau Menamatkan Game Ini ?
echo d)Apakah Kau Mau Menamatkan Game Ini ?
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
if %aa% == d goto wrong10
goto level10
:correct10
cls
echo Selamat !! Kamu Berhasil Menyelesaikan soal ini
echo Mau coba soal lain ? (y/n)
set /p NL1=
if %NL1% == y goto pilih
if %NL1% == n goto menu
goto correct10
:wrong10
cls
echo Yah Kamu Salah. Gak Jadi Dapet Uang Deh. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level9
if %retry% == n goto menu
goto wrong10
:matematika
cls
echo halo sekarang kalian sampai pada soal matematika
echo siapkan otak kalian
echo jika sudah siap tekan (y/n)
set /p NL1=
if %NL1%== y goto matematika1
if %NL1%== n goto menu
goto matematika
:matematika1
cls
echo berapa jumlah 90+90:10=
echo a. 99
echo b. 90
echo c. 18
echo d. gak tau
set /p answer=
if %answer% == a goto correct0
if %answer% == b goto wrong0
if %answer% == c goto wrong0
if %answer% == d goto wrong0
goto matematika1
:correct0
cls
echo selamat kamu lanjut ke level selanjutnya !! (y/n)
set /p NL=
if %NL% == y goto matematika2
if %NL% == n goto menu
goto correct0
:wrong0
cls
echo sorry kamu salah
echo mau ulang ?? (y/n)
set /p retry=
if %retry% == y goto matematika1
if %retry% == n goto menu
goto wrong0
:matematika2
cls
echo 1,2,3,4,5,........
echo a. 6
echo b. 7
echo c. 10
echo d. ra mudeng
set /p answer=
if %answer% == a goto correct00
if %answer% == b goto correct00
if %answer% == c goto correct00
if %answer% == d goto wrong00
goto matematika2
:correct00
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika3
if %NL2% == n goto menu
goto correct00
:wrong00
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika2
if %retry% == n goto menu
goto wrong00
:matematika3
cls
echo 17+8+1945
echo a. merdeka
echo b. 1970
echo c. 1999
echo d. ra mudeng
set /p answer=
if %answer% == a goto correct000
if %answer% == b goto wrong000
if %answer% == c goto wrong000
if %answer% == d goto wrong000
goto matematika2
:correct000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika4
if %NL2% == n goto menu
goto correct000
:wrong000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika3
if %retry% == n goto menu
goto wrong000
:matematika4
cls
echo fajar mempunyai kodok 100,jika akan fajar melepaskan 28 ekor
echo berapa jumlah kodok yang tersisa jika sebelum dilepaskan lepas 5 ekor
echo a. 72
echo b. 95
echo c. 67
echo d. bingung
set /p answer=
if %answer% == a goto wrong0000
if %answer% == b goto correct0000
if %answer% == c goto wrong0000
if %answer% == d goto wrong0000
goto matematika2
:correct0000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika5
if %NL2% == n goto menu
goto correct0000
:wrong0000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika4
if %retry% == n goto menu
goto wrong0000
:matematika5
cls
echo ada kebakaran di sebuah desa
echo jumlah rumah didesa itu ada 15
echo yang terbakar 3
echo jika pemadam berhasil memadamkan 1 rumah
echo berapa rumah yang terbakar sebelum ada pemadam ????
echo a. 12
echo b. 5
echo c. 13
echo d. ???
set /p answer=
if %answer% == a goto correct00000
if %answer% == b goto wrong00000
if %answer% == c goto wrong00000
if %answer% == d goto wrong00000
goto matematika2
:correct00000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo selamat kamu menyelesaikan soal matematika
set /p NL2=
if %NL2% == y goto pilih
if %NL2% == n goto menu
goto correct00000
:wrong00000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika5
if %retry% == n goto menu
goto wrong00000
:pertanyaan
cls
echo halo
echo kalian akan menjawab pertanyaan
echo apa kalian serius (y/n)
set /p NL=
if %NL% == y goto pertanyaan1
if %NL% == n goto pilih
goto pertanyaan
:pertanyaan1
cls
echo siapa nama kamu
echo berapa umurmu?
echo apa hal yang paling kalian sukai?
echo apa kamu menyukai game ini
echo berapa uang sakumu setiap hari
echo apa game ini mudah untuk dimainkan
set /p name=
set /p age=
set /p text=
set /p text1=
set /p text2=
set /p text3=
cls
echo halo %name% ,jadi umurmu %age% tahun,O... %text% adalah hal yang paling kau sukai!
echo %text1% ternyata ini pendapatmu tentang game ini, %text2% wow,jadi game ini %text3% dimainkan.
echo apa kamu mau kembali (y/n)
set /p NL=
if %NL% == y goto pilih
if %NL% == n goto pertanyaan1
goto pertanyaan1
:lucu
cls
echo apa anda yakin mau jawab soal ini
echo jangan tertawa
echo (y/n)
set /p start=
if %start% == y goto lucu1
if %start% == n goto pilih
goto lucu
:lucu1
cls
echo lampu lampu apa yang ada di persimpangan jalan?
echo a. lampu merah
echo b. lampu merah kuning hijau
echo c. lampu trafic light
echo d. lampu kelap kelip
set /p answer=
if %answer% == a goto wrong01
if %answer% == b goto correct01
if %answer% == c goto wrong01
if %answer% == d goto wrong01
goto lucu
:correct01
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu2
if %NL2% == n goto pilih
goto correct01
:wrong01
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu1
if %retry% == n goto pilih
goto wrong01
:lucu2
cls
echo ban becak ada berapa hayo?
echo a. 2
echo b. 3
echo c. 6
echo d. gak ada rodanya
set /p answer=
if %answer% == a goto wrong012
if %answer% == b goto wrong012
if %answer% == c goto correct012
if %answer% == d goto wrong012
goto lucu2
:correct012
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu3
if %NL2% == n goto pilih
goto correct012
:wrong012
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu2
if %retry% == n goto pilih
goto wrong012
:lucu3
cls
echo kenapa mobil berhenti di lampu merah?
echo a. karena ada tai
echo b. karena nemu uang
echo c. karena direm
echo d. karena lampu merah
set /p answer=
if %answer% == a goto wrong013
if %answer% == b goto wrong013
if %answer% == c goto correct013
if %answer% == d goto wrong013
goto lucu3
:correct013
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu4
if %NL2% == n goto pilih
goto correct01
:wrong013
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu3
if %retry% == n goto pilih
goto wrong013
:lucu4
cls
echo binatang apa yang jago berenang?
echo a. bebek
echo b. ikan
echo c. kodok
echo d. tikus
set /p answer=
if %answer% == a goto correct014
if %answer% == b goto wrong014
if %answer% == c goto wrong014
if %answer% == d goto wrong014
goto lucu4
:correct014
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu5
if %NL2% == n goto pilih
goto correct014
:wrong014
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu4
if %retry% == n goto pilih
goto wrong014
:lucu5
cls
echo jika kuda menghadap ke arah barat,ekornya menghadap ke?
echo a. timur
echo b. tenggara
echo c. bawah
echo d. depan
set /p answer=
if %answer% == a goto wrong015
if %answer% == b goto wrong015
if %answer% == c goto correct015
if %answer% == d goto wrong015
goto lucu5
:correct015
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu6
if %NL2% == n goto pilih
goto correct015
:wrong015
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu5
if %retry% == n goto pilih
goto wrong015
:lucu6
cls
echo jika sebuah telur direbus selama 1 menit dan matang,berapa menit yang diutuhkan untuk merebus 10 telur?
echo a. 20 menit
echo b. 1 menit
echo c. 30 menit
echo d. 9 menit
set /p answer=
if %answer% == a goto wrong016
if %answer% == b goto correct016
if %answer% == c goto wrong016
if %answer% == d goto wrong016
goto lucu6
:correct016
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu7
if %NL2% == n goto pilih
goto correct016
:wrong016
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu6
if %retry% == n goto pilih
goto wrong016
:lucu7
cls
echo berat mana antara 50 kg kapas dan 50 kg baja?
echo a. kapas
echo b. baja
echo c. saya
echo d. sama
set /p answer=
if %answer% == a goto wrong017
if %answer% == b goto wrong017
if %answer% == c goto wrong017
if %answer% == d goto correct017
goto lucu7
:correct017
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu8
if %NL2% == n goto pilih
goto correct017
:wrong017
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu7
if %retry% == n goto pilih
goto wrong017
:lucu8
cls
echo kenapa ayam kalo berkokok matanya merem?
echo a. karena kelilipan
echo b. karena sudah hfal textnya
echo c. karena malu
echo d. karena masih ngantuk
set /p answer=
if %answer% == a goto wrong018
if %answer% == b goto correct018
if %answer% == c goto wrong018
if %answer% == d goto wrong018
goto lucu8
:correct018
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu9
if %NL2% == n goto pilih
goto correct018
:wrong018
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu8
if %retry% == n goto pilih
goto wrong018
:lucu9
cls
echo kenapa kendaraan harus ada remnya?
echo a. biar gak nabrak
echo b. biar bisa ngebut
echo c. biar keren
echo d. biar bisa berhenti
set /p answer=
if %answer% == a goto wrong019
if %answer% == b goto correct019
if %answer% == c goto wrong019
if %answer% == d goto wrong019
goto lucu9
:correct019
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu24
if %NL2% == n goto pilih
goto correct019
:wrong019
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu9
if %retry% == n goto pilih
goto wrong019
:lucu24
cls
echo kenapa kamu main game ini?
echo a. karena game ini keren
echo b. karena terpaksa
echo c. karena lagi bosan
echo d. karena yang buat game ini ganteng
set /p answer=
if %answer% == a goto correct0124
if %answer% == b goto wrong0124
if %answer% == c goto wrong0124
if %answer% == d goto correct0124
goto lucu24
:correct0124
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau coba soal lain ? (y/n)
set /p NL2=
if %NL2% == y goto pilih
if %NL2% == n goto menu
goto correct0124
:wrong0124
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu24
if %retry% == n goto pilih
goto wrong0124
cls
echo helo player
echo kunjungi blog www.muhpramuja14.blogspot.com
echo.
pause
title GAME Tempat Info
color 02
:menu
cls
echo Hallo Selamat Bermain Di Game Tempat Info
echo Game Ini Di Buat oleh : Muhammad Pramuja
echo By Blog : http://tempatinfo45.blogspot.com
echo 1) Mulai!
echo 2) Cara Main
echo 3) Credits
echo 4) Keluar
echo semoga kalian senang dengan game ini'''''''
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto Cara Main
if %number% == 3 goto Credits
if %number% == 3 goto Keluar
:Mulai!
cls
echo Siapa Nama Kamu ?
set /p name=username:
cls
echo Halo %name%!
echo Apakah Kamu Akan Mulai Game Ini ? (y/n)
set /p start=
if %start% == y goto pilih
if %start% == n goto menu
goto Mulai!
:pilih
cls
echo pilih soal yang kamu inginkan!!!!!
echo 1)lucu
echo 2)matematika
echo 3)teko jajal
echo 4)mikir
set /p start=
if %start% == 1 goto level1
if %start% == 2 goto matematika
if %start% == 3 goto pertanyaan
if %start% == 4 goto lucu
goto pilih
:cara main
cls
echo Kamu Hanya Akan Diberikan Jawaban Yang Mudah. Kamu Harus Menjawabnya Dengan Soal Ganda.
echo Soalnya Terbagi Jadi 4 Pilihan. Mau Ke Menu ? (y/n)
set /p menugoto=
if %menugoto% == y goto menu
if %menugoto% == n goto exit
goto cara main
:Credits
cls
echo Game Tempat Info
echo ----------------
echo Pembuatan Game Dikerjakan Oleh : Muhammad Muhammad pramuja
echo ----------------------------------------------------------
echo Facebook : https://www.facebook.com/muhammad pramuja
echo ----------------------------------------------------
echo Site : http://tempatinfo45.blogspot.com
echo ---------------------------------------
echo Email : muhpramuja13@gmail.com
echo ------------------------------
echo game ini akan terus di update jika kalian ingin game ini buka blog THE PRAMUJA/www.muhpramuja14.blogspot.com kalian juga dapat kirim email ke saya.
echo ---------------------------------------------------------------------------------------------------------------------------------------------------
echo Kembali Ke Menu ? (y/n)
set /p Menugoto=
if %Menugoto% == y goto Menu
if %Menugoto% == n goto Credits
goto keluar
:keluar
cls
echo Apa Kamu Yakin Mau Keluar Dari Game Ini ? (y/n)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == n goto menu
goto keluar
:level1
cls
echo Level 1.
echo siapakah pembuat game ini ?
echo a) saya
echo b) kamu
echo c) Pramuja
echo d) orang gila
set /p answer1=
if %answer1% == a goto wrong1
if %answer1% == b goto wrong1
if %answer1% == c goto correct1
if %answer1% == d goto wrong1
goto level1
:correct1
echo Mau lanjut Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level2
if %NL1% == n goto menu
goto correct1
:Wrong1
Echo Kamu Salah. Mau Ulang Game (y/n)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == n goto menu
goto wrong1
:level2
cls
echo Level 2.
echo BERAPA jumlah 17+8+1945=.... ?
echo a) 1970
echo b) 1907
echo c) merdeka
echo d) gak tau
set /p aa=
if %aa% == a goto wrong2
if %aa% == b goto wrong2
if %aa% == c goto correct2
if %aa% == d goto wrong2
goto level2
:correct2
echo Mau lanjut Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level3
if %NL1% == n goto menu
goto correct2
:wrong2
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level1
if %retry% == n goto menu
goto wrong2
:level3
cls
echo Level 3.
echo Siapa Yang Sedang Main Game Ini (ini jebakan Troll) ?
echo a) Saya
echo b) Virus Komputer
echo c) CJR
echo d) Justin Bieber
set /p aa=
if %aa% == a goto wrong3
if %aa% == b goto wrong3
if %aa% == c goto correct3
if %aa% == d goto correct3
goto level3
:correct3
echo Selamat anda dapat lanjut ke level selanjutnya.
:v,Beneran Mau Ke Level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level4
if %NL1% == n goto menu
goto correct4
:wrong3
cls
echo maaf, Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level2
if %retry% == n goto menu
goto wrong3
:level4
cls
echo Level 4.
echo dari mana kamu dapat game ini?
echo a) http://tempatinfo45.blogspot.com/
echo b) Dari tadi
echo c) Ibu saya
echo d) Tetangga
set /p aa=
if %aa% == a goto correct4
if %aa% == b goto wrong4
if %aa% == c goto wrong4
if %aa% == d goto wrong4
goto level4
:correct4
echo Beneran Mau Lanjut Ke level Selanjutnya ? (y/n)
set /p NL1=
if %NL1% == y goto level5
if %NL1% == n goto menu
goto correct4
:wrong4
cls
echo Maaf, Kamu Salah lagi. Mau Ulang ? (y/n)
set/p retry=
if %retry% == y goto level4
if %retry% == n goto menu
goto wrong4
:level5
cls
echo Level 5.
echo Apa yang sedang kamu lakukan?
echo a)main komputer
echo b)jungkir balik
echo c)membaca soal lalu jawaban
echo d)main game
set /p answer5=
if %answer5% == a goto wrong5
if %answer5% == b goto wrong5
if %answer5% == c goto correct5
if %answer5% == c goto correct5
goto level5
:correct5
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level6
if %NL1% == n goto menu
goto correct1
:wrong5
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level5
if %retry% == n goto menu
goto wrong5
:level6
cls
echo Level 6.
echo Berapa Hasil Dari 2573+9988 ?
echo a)Dua Belas Ribu Lima Ratus Enam Puluh Satu
echo b)12.561
echo c)Twelve Thousand Five Hundred Sixty One
echo d)9988+2573
set /p aa=
if %aa% == a goto correct6
if %aa% == b goto correct6
if %aa% == c goto correct6
if %aa% == d goto correct6
goto level6
:correct6
echo Cius Kamu Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level7
if %NL1% == n goto menu
goto correct7
:wrong6
cls
echo Santay BOSS. Gak Akan Salah. Tekan Y Aja. (y/n)
set/p retry=
if %retry% == y goto level7
if %retry% == n goto menu
goto wrong7
:level7
cls
echo betapa bahagianya hatiku saat ku duduk berdua denganmu.siapa yang sedang nyayi?
echo a)saya
echo b)gak ada
echo c)payung teduh
echo d)hanin dhiya
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto correct7
if %answer7% == c goto wrong7
if %answer7% == d goto wrong7
goto level7
:correct7
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level8
if %NL1% == n goto menu
goto correct7
:wrong7
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level7
if %retry% == n goto menu
goto wrong7
:level8
cls
echo Apa nama blognya muhammad pramuja ??
echo a)http://muhpramuja14.blogspot.com/
echo b)Lupa
echo c)Gak tau
echo d)THE PRAMUJA
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto correct8
:correct8
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level9
if %NL1% == n goto menu
goto correct8
:wrong8
cls
echo Salah mau ulang? (y/n)
set/p retry=
if %retry% == y goto level8
if %retry% == n goto menu
goto wrong8
:level9
cls
echo Dibuat Dari Apa Game Yang Sedang Kamu Mainkan Ini ?
echo a)Notepad
echo b)Tepung Terigu
echo c)Calculattor
echo d)CMD
set /p aa=
if %aa% == a goto correct9
if %aa% == b goto wrong9
if %aa% == c goto wrong9
if %aa% == d goto wrong9
:correct9
echo Cius Mau Lanjut Ke Level Selanjutnya ? (y/n)
set/p NL1=
if %NL1% == y goto level10
if %NL1% == n goto menu
goto correct9
:wrong9
cls
echo Kamu Salah. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level9
if %retry% == n goto menu
goto wrong9
:level10
cls
echo Follow !!
echo Apakah Kamu Mau Menamatkan Game Ini ?
echo a)Mau Banget
echo b)Apakah Kamu Mau Namatin Game Ini ?
echo c)Apakah Kamu Mau Menamatkan Game Ini ?
echo d)Apakah Kau Mau Menamatkan Game Ini ?
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto correct10
if %aa% == d goto wrong10
goto level10
:correct10
cls
echo Selamat !! Kamu Berhasil Menyelesaikan soal ini
echo Mau coba soal lain ? (y/n)
set /p NL1=
if %NL1% == y goto pilih
if %NL1% == n goto menu
goto correct10
:wrong10
cls
echo Yah Kamu Salah. Gak Jadi Dapet Uang Deh. Mau Ulang Game ? (y/n)
set/p retry=
if %retry% == y goto level9
if %retry% == n goto menu
goto wrong10
:matematika
cls
echo halo sekarang kalian sampai pada soal matematika
echo siapkan otak kalian
echo jika sudah siap tekan (y/n)
set /p NL1=
if %NL1%== y goto matematika1
if %NL1%== n goto menu
goto matematika
:matematika1
cls
echo berapa jumlah 90+90:10=
echo a. 99
echo b. 90
echo c. 18
echo d. gak tau
set /p answer=
if %answer% == a goto correct0
if %answer% == b goto wrong0
if %answer% == c goto wrong0
if %answer% == d goto wrong0
goto matematika1
:correct0
cls
echo selamat kamu lanjut ke level selanjutnya !! (y/n)
set /p NL=
if %NL% == y goto matematika2
if %NL% == n goto menu
goto correct0
:wrong0
cls
echo sorry kamu salah
echo mau ulang ?? (y/n)
set /p retry=
if %retry% == y goto matematika1
if %retry% == n goto menu
goto wrong0
:matematika2
cls
echo 1,2,3,4,5,........
echo a. 6
echo b. 7
echo c. 10
echo d. ra mudeng
set /p answer=
if %answer% == a goto correct00
if %answer% == b goto correct00
if %answer% == c goto correct00
if %answer% == d goto wrong00
goto matematika2
:correct00
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika3
if %NL2% == n goto menu
goto correct00
:wrong00
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika2
if %retry% == n goto menu
goto wrong00
:matematika3
cls
echo 17+8+1945
echo a. merdeka
echo b. 1970
echo c. 1999
echo d. ra mudeng
set /p answer=
if %answer% == a goto correct000
if %answer% == b goto wrong000
if %answer% == c goto wrong000
if %answer% == d goto wrong000
goto matematika2
:correct000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika4
if %NL2% == n goto menu
goto correct000
:wrong000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika3
if %retry% == n goto menu
goto wrong000
:matematika4
cls
echo fajar mempunyai kodok 100,jika akan fajar melepaskan 28 ekor
echo berapa jumlah kodok yang tersisa jika sebelum dilepaskan lepas 5 ekor
echo a. 72
echo b. 95
echo c. 67
echo d. bingung
set /p answer=
if %answer% == a goto wrong0000
if %answer% == b goto correct0000
if %answer% == c goto wrong0000
if %answer% == d goto wrong0000
goto matematika2
:correct0000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto matematika5
if %NL2% == n goto menu
goto correct0000
:wrong0000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika4
if %retry% == n goto menu
goto wrong0000
:matematika5
cls
echo ada kebakaran di sebuah desa
echo jumlah rumah didesa itu ada 15
echo yang terbakar 3
echo jika pemadam berhasil memadamkan 1 rumah
echo berapa rumah yang terbakar sebelum ada pemadam ????
echo a. 12
echo b. 5
echo c. 13
echo d. ???
set /p answer=
if %answer% == a goto correct00000
if %answer% == b goto wrong00000
if %answer% == c goto wrong00000
if %answer% == d goto wrong00000
goto matematika2
:correct00000
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo selamat kamu menyelesaikan soal matematika
set /p NL2=
if %NL2% == y goto pilih
if %NL2% == n goto menu
goto correct00000
:wrong00000
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto matematika5
if %retry% == n goto menu
goto wrong00000
:pertanyaan
cls
echo halo
echo kalian akan menjawab pertanyaan
echo apa kalian serius (y/n)
set /p NL=
if %NL% == y goto pertanyaan1
if %NL% == n goto pilih
goto pertanyaan
:pertanyaan1
cls
echo siapa nama kamu
echo berapa umurmu?
echo apa hal yang paling kalian sukai?
echo apa kamu menyukai game ini
echo berapa uang sakumu setiap hari
echo apa game ini mudah untuk dimainkan
set /p name=
set /p age=
set /p text=
set /p text1=
set /p text2=
set /p text3=
cls
echo halo %name% ,jadi umurmu %age% tahun,O... %text% adalah hal yang paling kau sukai!
echo %text1% ternyata ini pendapatmu tentang game ini, %text2% wow,jadi game ini %text3% dimainkan.
echo apa kamu mau kembali (y/n)
set /p NL=
if %NL% == y goto pilih
if %NL% == n goto pertanyaan1
goto pertanyaan1
:lucu
cls
echo apa anda yakin mau jawab soal ini
echo jangan tertawa
echo (y/n)
set /p start=
if %start% == y goto lucu1
if %start% == n goto pilih
goto lucu
:lucu1
cls
echo lampu lampu apa yang ada di persimpangan jalan?
echo a. lampu merah
echo b. lampu merah kuning hijau
echo c. lampu trafic light
echo d. lampu kelap kelip
set /p answer=
if %answer% == a goto wrong01
if %answer% == b goto correct01
if %answer% == c goto wrong01
if %answer% == d goto wrong01
goto lucu
:correct01
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu2
if %NL2% == n goto pilih
goto correct01
:wrong01
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu1
if %retry% == n goto pilih
goto wrong01
:lucu2
cls
echo ban becak ada berapa hayo?
echo a. 2
echo b. 3
echo c. 6
echo d. gak ada rodanya
set /p answer=
if %answer% == a goto wrong012
if %answer% == b goto wrong012
if %answer% == c goto correct012
if %answer% == d goto wrong012
goto lucu2
:correct012
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu3
if %NL2% == n goto pilih
goto correct012
:wrong012
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu2
if %retry% == n goto pilih
goto wrong012
:lucu3
cls
echo kenapa mobil berhenti di lampu merah?
echo a. karena ada tai
echo b. karena nemu uang
echo c. karena direm
echo d. karena lampu merah
set /p answer=
if %answer% == a goto wrong013
if %answer% == b goto wrong013
if %answer% == c goto correct013
if %answer% == d goto wrong013
goto lucu3
:correct013
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu4
if %NL2% == n goto pilih
goto correct01
:wrong013
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu3
if %retry% == n goto pilih
goto wrong013
:lucu4
cls
echo binatang apa yang jago berenang?
echo a. bebek
echo b. ikan
echo c. kodok
echo d. tikus
set /p answer=
if %answer% == a goto correct014
if %answer% == b goto wrong014
if %answer% == c goto wrong014
if %answer% == d goto wrong014
goto lucu4
:correct014
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu5
if %NL2% == n goto pilih
goto correct014
:wrong014
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu4
if %retry% == n goto pilih
goto wrong014
:lucu5
cls
echo jika kuda menghadap ke arah barat,ekornya menghadap ke?
echo a. timur
echo b. tenggara
echo c. bawah
echo d. depan
set /p answer=
if %answer% == a goto wrong015
if %answer% == b goto wrong015
if %answer% == c goto correct015
if %answer% == d goto wrong015
goto lucu5
:correct015
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu6
if %NL2% == n goto pilih
goto correct015
:wrong015
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu5
if %retry% == n goto pilih
goto wrong015
:lucu6
cls
echo jika sebuah telur direbus selama 1 menit dan matang,berapa menit yang diutuhkan untuk merebus 10 telur?
echo a. 20 menit
echo b. 1 menit
echo c. 30 menit
echo d. 9 menit
set /p answer=
if %answer% == a goto wrong016
if %answer% == b goto correct016
if %answer% == c goto wrong016
if %answer% == d goto wrong016
goto lucu6
:correct016
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu7
if %NL2% == n goto pilih
goto correct016
:wrong016
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu6
if %retry% == n goto pilih
goto wrong016
:lucu7
cls
echo berat mana antara 50 kg kapas dan 50 kg baja?
echo a. kapas
echo b. baja
echo c. saya
echo d. sama
set /p answer=
if %answer% == a goto wrong017
if %answer% == b goto wrong017
if %answer% == c goto wrong017
if %answer% == d goto correct017
goto lucu7
:correct017
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu8
if %NL2% == n goto pilih
goto correct017
:wrong017
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu7
if %retry% == n goto pilih
goto wrong017
:lucu8
cls
echo kenapa ayam kalo berkokok matanya merem?
echo a. karena kelilipan
echo b. karena sudah hfal textnya
echo c. karena malu
echo d. karena masih ngantuk
set /p answer=
if %answer% == a goto wrong018
if %answer% == b goto correct018
if %answer% == c goto wrong018
if %answer% == d goto wrong018
goto lucu8
:correct018
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu9
if %NL2% == n goto pilih
goto correct018
:wrong018
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu8
if %retry% == n goto pilih
goto wrong018
:lucu9
cls
echo kenapa kendaraan harus ada remnya?
echo a. biar gak nabrak
echo b. biar bisa ngebut
echo c. biar keren
echo d. biar bisa berhenti
set /p answer=
if %answer% == a goto wrong019
if %answer% == b goto correct019
if %answer% == c goto wrong019
if %answer% == d goto wrong019
goto lucu9
:correct019
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau lanjut ? (y/n)
set /p NL2=
if %NL2% == y goto lucu24
if %NL2% == n goto pilih
goto correct019
:wrong019
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu9
if %retry% == n goto pilih
goto wrong019
:lucu24
cls
echo kenapa kamu main game ini?
echo a. karena game ini keren
echo b. karena terpaksa
echo c. karena lagi bosan
echo d. karena yang buat game ini ganteng
set /p answer=
if %answer% == a goto correct0124
if %answer% == b goto wrong0124
if %answer% == c goto wrong0124
if %answer% == d goto correct0124
goto lucu24
:correct0124
cls
echo pintar !!!!!!!!!!!!!!!!!!
echo mau coba soal lain ? (y/n)
set /p NL2=
if %NL2% == y goto pilih
if %NL2% == n goto menu
goto correct0124
:wrong0124
cls
echo ya salah................
echo mau ulang ? (y/n)
set /p retry=
if %retry% == y goto lucu24
if %retry% == n goto pilih
goto wrong0124
maaf jika scriptnya kepanjangan karena game itu terdiri dari beberapa level,silahkan kalian edit script itu.SEKIAN DARI SAYA JIKA ADA KESALAHAN MOHON MAAF
Subscribe to:
Posts (Atom)
-
1.Burung Nuri Burung Nuri memiliki ciri-ciri sebagai berikut : - berparuh pendek dan kuat Berfungsi , untuk memecah biji-bijian ...
-
Assalamualaikum wr wb Pada kali ini admin tmvan akan membagikaan cara membuat hp support otg,okcekidot.. 1. Install aplikasi USB...
-
Kita mungkin tidak tahu apa yang harus dilakukan dengan kardus bekas ini Tetapi jika kita punya imajinasi yang tinggi, kita bisa menyula...
-
Internet adalah tempat yang cocok untuk melakukan usaha.Salah satunya yaitu mencari uang,sekarang kita dapat mendapatkan uang lewat internet...
-
Masalah dalam dunia komputer yaitu virus,saat virus masuk ke komputer kalian pasti software antivirus kalian akan menghapus file tersebut.Ba...