Founder
Aditya Indra Lesmana - Hanya seorang manusia biasa yang suka dengan makhluk yang disebut "LOLI" yang sedang berkuliah dibidang Teknik Informatika dan suka hal yang berbau dengan desain Photoshop atau Web mempunyai keinginan kecil agar bisa ke Stadion Santiago Bernabéu :3


#TeamOnodera

Archive for Juli 2013

Mau bikin game tapi susah? Silahkan aja coba cara ini, cara nya simple aja ko. Tinggal kamu copy aja yang dibawah ini kemudian kamu paste aja di Notepad kamu lalu simpan dengan format .BAT

@echo off

color 0e

:menu
cls
echo Hai! Selamat Datang Di Game Kecil Ini! Selamat bermain! Semoga Sukses :)
echo Game Ini Di Buat oleh: Aditya Indra Lesmana dan Muhammad Romy Firdaus
echo Link blog : Aditcoolz97.blogspot.com

echo 1) Mulai!
echo 2) cara main
echo 3) Keluar
set /p number=

if %number% == 1 goto Mulai!
if %number% == 2 goto cara main
if %number% == 3 goto keluar

:Mulai!
cls
echo Siapa Nama Mu:
set /p name=
echo Halo %name%!

echo Apakah Kamu akan mulai quiz? (y/t)
set /p start=
if %start% == y goto level1

if %start% == t goto menu
goto Mulai!

:cara main
cls
echo Tulis pilihan yang menurut kamu benar lalu tekan enter
echo pergi ke menu? (y/t)
set /p menugoto=
if %menugoto% == y goto menu

if %menugoto% == t goto exit
goto cara main

:keluar
cls
echo apakah anda yakin ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit

if %keluargoto% == t goto menu
goto keluar

:level1
cls
echo Ok, sekarang kita mulai.
echo 1.Berapa hasil 10 + 10?

echo a) 4
echo b) 20
echo c) 0
echo d) 24

set /p answer1=
if %answer1% == a goto wrong1
if %answer1% == b goto correct1
if %answer1% == c goto wrong1
if %answer1% == d goto wrong1
goto level1

:correct1
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set /p NL1=

if %NL1% == y goto level2
if %NL1% == t goto menu
goto correct1

:Wrong1
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == t goto menu
goto wrong1

:level2

cls
echo 2.Dibawah ini termasuk media penyimpanan data, kecuali?

echo a) CPU
echo b) CD-ROM
echo c) Diskette
echo d) Flash Disk

set /p aa=
if %aa% == a goto correct2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
if %aa% == d goto wrong2
goto level2

:correct2
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set /p NL1=
if %NL1% == y goto level3
if %NL1% == t goto menu
goto correct2

:wrong2
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong2

:level3
cls
echo 3.Tombol keyboard berfungsi untuk menghapus satu karakter sebelah kiri kursor disebut?

echo a) Enter
echo b) Delete
echo c) SHIFT
echo d) Backspace

set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto wrong3
if %answer3% == d goto correct3
goto level3

:correct3
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set /p NL1=
if %NL1% == y goto level4
if %NL1% == t goto menu
goto correct3

:wrong3
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong3

:level4
cls
echo 4.Siapa pembaca teks Proklamsai Indonesia?

echo a) Ir. Soekarno dan Drs Moh.Hatta
echo b) SBY dan Istri
echo c) Habibie dan Ainun
echo d) Mad Dog dan Sersan Jaka

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 YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set /p NL1=
if %NL1% == y goto level5
if %NL1% == t goto menu
goto correct4

:wrong4
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong4

:level5
cls
echo 5.Vitamin apa yang bagus buat mata?

echo a) Vit.A
echo b) Vit.B
echo c) Vit.C
echo d) Vit.Apa aja

set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
if %answer5% == d goto wrong5
goto level5

:correct5
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set/p NL1=

if %NL1% == y goto level6
if %NL1% == t goto menu
goto correct1

:wrong5
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong5

:level6
cls
echo 6.Benar kah 1MB = 1024KB?

echo a) Salah
echo b) Benar


set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
goto level6

:correct6
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set/p NL1=

if %NL1% == y goto level7
if %NL1% == t goto menu
goto correct7

:wrong6
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong7

:level7
cls
echo 7.Simbol untuk panas penguapan dalam ilmu Kimia Fisika adalah?

echo a) Alpha
echo b) Gamma
echo c) Beta
echo d) Lambda

set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto wrong7
if %answer7% == c goto wrong7
if %answer7% == d goto correct7
goto level7

:correct7
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set/p NL1=

if %NL1% == y goto level8
if %NL1% == t goto menu
goto correct7

:wrong7
clsecho YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level7
if %retry% == t goto exit
goto wrong7

:level8
cls
echo 8.Siapa Presiden Indonesia yang ketiga?

echo a) Barrack Obama
echo b) Habibie
echo c) Megawati
echo d) Gusdur

set /p aa=
if %aa% == a goto wrong8
if %aa% == b goto correct8
if %aa% == c goto wrong8
if %aa% == d goto wrong8

:correct8
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set/p NL1=

if %NL1% == y goto level9
if %NL1% == t goto menu
goto correct8

:wrong8
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong8


:level9
cls
echo 9.Berikut ini yang merupakan dimensi ideologi adalah?

echo a) Idealisme, Ketuhanan, dan Fleksibilitas
echo b) Fleksibilitas, Keterbukaan, dan Kerakyatan
echo c) Ketuhanan, Idealisme dan Realisme
echo d) Kenyataan, Keterbukaan, dan Idealis

set /p answer9=
if %answer9% == a goto wrong9
if %answer9% == b goto wrong9
if %answer9% == c goto correct9
if %answer9% == d goto wrong9
goto level9

:correct9
echo YEAH... KAMU BETUL, MAU LANJUT KE LEVEL SELANJUTNYA? (y/t)
set/p NL1=

if %NL1% == y goto level10
if %NL1% == t goto menu
goto correct1

:wrong9
cls
echo YAHH... KAMU SALAH, MAU ULANG GAME!?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong9

:level10
cls
echo 10.Sosialogi berasal dari kata Socuis dan Logis yang artinya?

echo a) Ilmu tentang Manusia
echo b) Ilmu tentang Perilaku Manusia
echo c) Ilmu tentang Status Sosial
echo d) Ilmu tentang Kemasyarakatan

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 MENANG! :D

echo Silahkan FOLLOW Twitter kami di : -@indra_lesmana15 -@romyfirdaus_rf
echo Atau kunjungi kami di Aditcoolz97.blogspot.com
goto correct10

:wrong10
cls
echo YAHH... KAMU KALAH, MAU ULANG GAME!? (y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong10

Kalo sudah di cpy paste semua nya dengar format .BAT  lalu save as aja ditempat yang kamu inginkan, pastikan juga sekali lagi kalo format nya .BAT
Oke, sedikit info yah buat kalian semua Selamat Mencoba semoga sukses dengan game nya yah :)

Kamu juga bisa mengganti warna Latar belakang dan Teks yang kamu inginkan





TERIMA KASIH SUDAH MENGUNJUNGI BLOG KAMI :)
Back to top

© 2014 - Blog Indra-kun - All Rights Reserved
Design by Aditya Indra Lesmana - Template by Djogzs