Skip to content

Instantly share code, notes, and snippets.

View siphyshu's full-sized avatar
🏗️
building side projects

Jaiyank Saxena siphyshu

🏗️
building side projects
View GitHub Profile
@siphyshu
siphyshu / bitmaps.js
Last active February 19, 2023 16:23
VTOP Captcha Solver in JS
/**
* @module Bitmaps
*/
const bitmaps = {
"1": [
[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],
[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],
[255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],
[0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255],