Last active
February 21, 2024 11:37
-
-
Save lelinhtinh/7675e7f720acee9637092b07528c40c3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(function () { | |
fetch('/level/1', { | |
credentials: 'same-origin' | |
}).then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/Password:\s+([\d\-]+)/)[1]); | |
}); | |
})(); |
This file contains hidden or 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
$('#password').val($('code').text()); |
This file contains hidden or 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
$('#password').removeAttr('maxlength').val($('code').text()); |
This file contains hidden or 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
$('#password').off('keydown keyup').val($('code').text()); |
This file contains hidden or 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
$('#password').attr('type', 'text').val($('code').text()); |
This file contains hidden or 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
$('#password').val($('[style="color: #fff;"]').text()); |
This file contains hidden or 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
$('#password').val(atob($('code').text())); |
This file contains hidden or 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
// https://fb.com/100005127005877_830052787175614 | |
// Xem thêm |
This file contains hidden or 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
// https://fb.com/100005127005877_829964897184403 | |
// Lịch sử chỉnh sửa |
This file contains hidden or 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
// https://youtu.be/l6xEQS9PwT4 | |
// Chú thích |
This file contains hidden or 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
(function() { | |
$('#password').val($('code').text()); | |
$("#form").off('submit'); | |
})(); |
This file contains hidden or 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
$('#password').val( | |
atob( | |
$('#show-password-btn').next().find('span') | |
.text() | |
.split('') | |
.reverse() | |
.join('') | |
) | |
); |
This file contains hidden or 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
$('#password').val( | |
atob( | |
$('#show-password-btn').next().find('span') | |
.text() | |
.split('') | |
.reverse() | |
.join('') | |
) | |
); |
This file contains hidden or 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
$('#password').val( | |
atob( | |
$('#password-box').find('span') | |
.text() | |
.split('') | |
.reverse() | |
.join('') | |
) | |
); |
This file contains hidden or 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
$('#password').val($('.img-responsive').attr('alt').split(' ')[1]); |
This file contains hidden or 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
// https://www.youtube.com/watch?v=pU-HIDH8otE&t=1131 | |
// 128AL8e6Ps |
This file contains hidden or 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
// Ctrl+Shift+N | |
// https://youtu.be/pU-HIDH8otE | |
// Ngôn ngữ Nhật Bản (日本語) | |
// Chú thích (もっと見る) |
This file contains hidden or 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
(function () { | |
fetch('/files/view/18?format=txt').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response); | |
}); | |
})(); |
This file contains hidden or 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
// https://wargame.junookyo.xyz/assets/images/level-19-css.png | |
// css_is_awesome |
This file contains hidden or 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
// https://youtu.be/k9OCwPjhri4 | |
// Phụ đề | |
// can_you_hear_me |
This file contains hidden or 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
(function () { | |
fetch('/level/21', { | |
credentials: 'same-origin' | |
}).then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/Password:\s+(\w+)/)[1].split('').reverse().join('')); | |
}); | |
})(); |
This file contains hidden or 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
// https://wargame.junookyo.xyz/files/view/22?s=32&w=3000&h=500 | |
// 3OgdH4yW0632h4aO |
This file contains hidden or 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
// https://wargame.junookyo.xyz/robots.txt | |
(function () { | |
fetch('/files/view/23?name=password.txt').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/Password:\s+(\w+)/)[1]); | |
}); | |
})(); |
This file contains hidden or 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
(function() { | |
$('code > span[title="Wolf"]').remove(); | |
$('#password').val($('code').text()); | |
})(); |
This file contains hidden or 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
(function() { | |
var pass = []; | |
$('code > span').each(function() { | |
pass[this.dataset.x] = this.textContent; | |
}); | |
$('#password').val(pass.join('')); | |
$("#form").off('submit'); | |
})(); |
This file contains hidden or 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
(function () { | |
document.cookie = document.cookie.replace('member', 'admin'); | |
fetch('/level/26', { | |
credentials: 'same-origin' | |
}).then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/<code[^>]+>(\w+)<\/code>/)[1]); | |
}); | |
})(); |
This file contains hidden or 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
// https://wargame.junookyo.xyz/files/view/27/level-27.png?s=32&w=3000&h=500 | |
// https://wargame.junookyo.xyz/files/view/27/ | |
(function () { | |
fetch('/files/view/27/password.txt').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response); | |
}); | |
})(); |
This file contains hidden or 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
$('#password').val( | |
$('code[style]') | |
.text() | |
.replace(/^J2TEAM_/, '') | |
.split('') | |
.map(function(v) { | |
if (!isNaN(v)) return v; | |
return /[a-z]/.test(v) ? v.toUpperCase() : v.toLowerCase(); | |
}) | |
.join('') | |
); |
This file contains hidden or 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
$('#password').val( | |
$('code[style]') | |
.text() | |
.replace(/}|{[a-zA-Z0-9]_/g, '') | |
.split('') | |
.map(function(v) { | |
if (!isNaN(v)) return v; | |
return /[a-z]/.test(v) ? v.toUpperCase() : v.toLowerCase(); | |
}) | |
.join('') | |
); |
This file contains hidden or 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
$('#password').removeAttr('required'); |
This file contains hidden or 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
// https://www.youtube.com/watch?v=pU-HIDH8otE&t=740 | |
// Y776tp7SAO |
This file contains hidden or 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
// https://ezgif.com/split?url=https://wargame.junookyo.xyz/files/view/32 | |
// Split to frames! | |
// u97WAWQwTKGWsbpF |
This file contains hidden or 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
// (function() { | |
// $.getScript('https://rawgit.com/marlun78/number-to-words/master/numberToWords.min.js', function() { | |
// var words = [], | |
// i = 0; | |
// for (i; i < 33; i++) { | |
// words[i] = numberToWords.toWords(i).replace('-', ' '); | |
// } | |
// console.log(words); | |
// }); | |
// })(); | |
(function() { | |
var words = ["zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty one", "twenty two", "twenty three", "twenty four", "twenty five", "twenty six", "twenty seven", "twenty eight", "twenty nine", "thirty", "thirty one", "thirty two"], | |
pass = []; | |
$('code > span').each(function() { | |
pass[words.indexOf(this.dataset.j2team)] = this.textContent; | |
}); | |
$('#password').val(pass.join('')); | |
})(); |
This file contains hidden or 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
(function() { | |
$('code > span').replaceWith(function() { | |
return this.dataset.type === 'x' ? this.textContent.toLowerCase() : this.textContent | |
}); | |
$('#password').val($('code').text()); | |
})(); |
This file contains hidden or 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
(function () { | |
fetch('/files/view/35?name=god.txt').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response); | |
}); | |
})(); |
This file contains hidden or 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
(function () { | |
fetch('/files/view/36').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response); | |
}); | |
})(); |
This file contains hidden or 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
(function () { | |
fetch($('#show-password').attr('href')).then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/<body>(\w+)<script>/)[1]); | |
}); | |
})(); |
This file contains hidden or 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
(function () { | |
$('#juno_okyo').remove(); | |
$('#password').val($('code').text()); | |
})(); |
This file contains hidden or 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
(function () { | |
fetch('/files/view/39?method=post&file=password.txt').then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response); | |
}); | |
})(); |
This file contains hidden or 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
(function () { | |
$('#j2team-wargame-form').removeClass('hidden').removeAttr('hidden').removeAttr('id'); | |
$('.row:not(:first)').remove(); | |
fetch('/level/40', { | |
credentials: 'same-origin' | |
}).then(function (response) { | |
return response.text(); | |
}).then(function (response) { | |
$('#password').val(response.match(/\/\*\s+Password:\s+(\w+)/)[1]); | |
}); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mình "được" kick khỏi J2Team từ 2 năm trước 😆 giờ bạn phải tự tìm code rồi, nếu thành công thì nhớ chia sẻ nhé 🍀