Skip to content

Instantly share code, notes, and snippets.

View CXXN008's full-sized avatar
████████████████████████████████████████████████████████████████████████████████

CXXN008 CXXN008

████████████████████████████████████████████████████████████████████████████████
View GitHub Profile
@CXXN008
CXXN008 / ms_ar_mob_info.py
Created April 10, 2020 10:06
maplestoy: get arcane river's monster count / map size etc...
import requests
from bs4 import BeautifulSoup as B
from PIL import Image as I
from io import BytesIO
h = 'http://gametsg.techbang.com'
res = ''
@CXXN008
CXXN008 / get_mob_count.py
Created March 13, 2020 12:55
get_mob_count
import requests
from bs4 import BeautifulSoup as B
h = 'http://gametsg.techbang.com'
res = ''
for i in range(21, 28):
r = requests.get(
f'{h}/maplestory/index.php?view=map&level={i}').content.decode('utf-8')
s = B(r, features="lxml")
@CXXN008
CXXN008 / getChannel.ps1
Last active August 26, 2019 03:17
getChannel.ps1
# The game process will write follow val to dnf.cfg when U join or create a raid team. CONFIG_LAST_RAID_CHANNEL_ON_CLIENT_CRASH
# Sample:
# hex
# 32 000000 03 0 00000 5A 0000000 B0 00000 9A 3090
# 32 000000 07 0 00000 5A 0000000 10 00000 94 7090
# 32 000000 10 0 00000 5A 0000000 10 00000 9D 16090
# 32 000000 3E 0 00000 5A 0000000 10 00000 CB 62090
# 32 000000 0E 0 00000 5A 0000000 10 00000 9B 14090
# 32 000000 3A 0 00000 5A 0000000 10 00000 C7 58090
# 32 000000 10 0 00000 51 0000000 10 00000 94 16081
@CXXN008
CXXN008 / win32.go
Created November 15, 2017 08:47 — forked from nathan-osman/win32.go
Simple Windows GUI application written in Go
package main
import (
"log"
"syscall"
"unsafe"
)
var (
kernel32 = syscall.NewLazyDLL("kernel32.dll")
@CXXN008
CXXN008 / README.md
Created August 1, 2017 06:28 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed


@CXXN008
CXXN008 / hosts
Created January 11, 2016 02:42
hosts 2016.1.6
##
# Copyright (c) 2014-2015, racaljk.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY. Redistribution and use in anyway, DO
# Current Version 41
#http://htcui.com
#xda-developers hosts 2014 by htcui.com
207.244.72.9 cdn1.xda-developers.com
207.244.72.9 cdn2.xda-developers.com
207.244.72.9 cdn3.xda-developers.com
207.244.72.9 cdn4.xda-developers.com
::1 localhost