WIP, unsolved
This challenge is related to a game, with transfer code and confirmation exist as terms in the game.
WIP, unsolved
This challenge is related to a game, with transfer code and confirmation exist as terms in the game.
Taking a glance at the HTML, literally nothing sus, just some silly Cloudflare stuff, a rickroll vid at /rickroll.mp4.
Besides Cloudflare thingy and explicitly-loaded resources declared in the HTML, theres also favicon.ico.
Hex-dumping that file, we got wOF2, according to List of file signatures, its a WOFF2 file. A font disguised as a favicon, gg.
| int UCLN(int a, int b) { | |
| if (b==0) return a; | |
| return UCLN(b, b%a); | |
| } | |
| int BCLN(int a, int b) { | |
| return (a * b) / UCLN(a,b); | |
| } |
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Threading; | |
| using System.Windows.Forms; | |
| using System.Drawing; | |
| namespace ADBToolkit |
| {"name":"HERO","modConfig":{"mods":[{"allowed":true,"name":"ActiveMods","options":[{"name":"Size","value":"Tiny"},{"name":"Animations","value":true},{"name":"Sound","value":true}],"enabled":true},{"allowed":true,"name":"Aimbot","options":[{"name":"Type","value":"Basic"},{"name":"Players","value":true},{"name":"Animals/Monsters","value":false},{"name":"Invisible","value":true}],"sub-options":{"Basic":[{"name":"Range","value":4}],"C&C":[],"Smooth":[{"name":"Range","value":4}]},"enabled":false},{"allowed":true,"name":"AntiBlind","options":[],"enabled":true},{"allowed":true,"name":"AntiBot","options":[{"name":"Mode","value":"Advanced"}],"enabled":true},{"allowed":true,"name":"AntiCactus","options":[{"name":"Above","value":true}],"enabled":true},{"allowed":true,"name":"AntiKnockBack","options":[{"name":"Type","value":"Delay"}],"sub-options":{"Basic":[{"name":"Explosions","value":true},{"name":"H-Multiplier","value":0.02},{"name":"V-Multiplier","value":0.02}],"AAC":[{"name":"Strengh","value":0.7}],"Spartan":[{"name |
| ################################# | |
| # Corners # | |
| ################################# | |
| # requires: https://github.com/sdhand/compton | |
| corner-radius = 4; | |
| rounded-corners-exclude = [ | |
| #"window_type = 'normal'", | |
| #"class_g = 'awesome'", | |
| #"class_g = 'URxvt'", | |
| "class_g = 'XTerm'", |
| #!/usr/bin/env dash | |
| export XDG_CURRENT_DESKTOP=bspwm | |
| export QT_QPA_PLATFORMTHEME=qt5ct | |
| pgrep -x sxhkd > /dev/null || sxhkd & | |
| bspc monitor -d 'web' 'code' 'chat' 'games' 'music' 'vscode' 'spotify' 'discord' 'other' | |
| bspc config border_width 2 | |
| bspc config window_gap 12 | |
| bspc config split_ratio 0.5 | |
| bspc config borderless_monocle true | |
| bspc config pointer_action1 move |