Last active
October 1, 2021 08:23
-
-
Save Suferr/4d02f66c379b0a7e6087207ebd110522 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert(" soal 1 JAWABAN : Pilih Tersenyum."); | |
alert(" soal 2 JAWABAN : Pilih Bunga."); | |
alert(" soal 3 JAWABAN : Pilih Jum’at."); | |
alert(" soal 4 JAWABAN : Pilih Piring."); | |
alert(" soal 5 JAWABAN : Pilih Ranting."); | |
alert(" soal 6 JAWABAN : Pilih 50."); | |
alert(" soal 7 JAWABAN : Pilih Benar."); | |
alert(" soal 8 JAWABAN : Pilih Pola Sebelah Kanan."); | |
alert(" soal 9 JAWABAN : Pilih Bentuk Pertama."); | |
alert(" soal 10 JAWABAN : Pilih Bentuk Kedua."); | |
alert(" soal 11 JAWABAN : Pilih Gambar Kedua."); | |
alert(" soal 12 JAWABAN : Pilih 29."); | |
alert(" soal 13 JAWABAN : Pilih 48."); | |
alert(" soal 14 JAWABAN : Pilih 3."); | |
alert(" soal 15 JAWABAN : Pilih Beberapa Perhiasan Berharga Terbuat Dari Emas."); | |
alert(" soal 16 JAWABAN : Pilih Beberapa politikus tidak kaya raya."); | |
//CARA CHEAT: | |
//1. klik F12 | |
//2. klik console | |
//3. copy dan paste script nya | |
// ini untuk komputer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "memorade-cheat", | |
"version": "none", | |
"description": "Cheat by suferr (memorade cheat indonesia)", | |
"main": "src/index.ts", | |
"private": true, | |
"scripts": { | |
"build": "webpack" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://gist.github.com/Suferr/4d02f66c379b0a7e6087207ebd110522" | |
}, | |
"author": "suferr", | |
"license": "ISC", | |
"bugs": { | |
"url": "https://gist.github.com/Suferr/4d02f66c379b0a7e6087207ebd110522" | |
}, | |
"homepage": "https://gist.github.com/Suferr/4d02f66c379b0a7e6087207ebd110522#readme", | |
"devDependencies": { | |
"copy-webpack-plugin": "^7.0.0", | |
"javascript-obfuscator": "^2.10.3", | |
"ts-loader": "^8.0.12", | |
"typescript": "^4.1.3", | |
"webpack": "^5.10.3", | |
"webpack-cli": "^4.2.0", | |
"webpack-obfuscator": "^3.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment