Skip to content

Instantly share code, notes, and snippets.

View XianThi's full-sized avatar

Abdulsamet SAYLIK XianThi

View GitHub Profile
@XianThi
XianThi / dizipalNextExt.js
Last active June 13, 2026 19:01
Dizipal next episode/season script without any clicks!
// ==UserScript==
// @name dizipalExt
// @namespace http://tampermonkey.net/
// @version 2026-05-27
// @description Dizipal next episode/season script without any clicks!
// @author XianThi~
// @match https://dizipal.im/*
// @match *://*.cfd/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=dizipal.im
// @grant GM_addStyle
@XianThi
XianThi / pedal.ino
Last active January 26, 2023 22:54
uint8_t buf[8] = {
0 }; /* Keyboard report buffer */
#define MINOR_PIN 5
#define LF_PIN 6
int pedal_state = 1;
int lf_state = 1;
void setup()
var wepquality;
var uselimit;
var prompttext;
var limitreset;
var intervalId = 1;
var side = 0;
var start = false;
var selectedbtn;
var hp = 100;
@XianThi
XianThi / equmerger.js
Last active February 2, 2020 18:50
e-Sim mass equipment merger script
var j, htmlstr;
var prompttext = "";
var itemarray = Array();
var intervalId = 1;
var itemquality = 1;
var selecteditemtype = null;
var itemtype = 1;
function post(e, t, n = "post") {
const o = document.createElement("form");
@XianThi
XianThi / eSim-EquManager.user.js
Last active August 22, 2019 15:41
e-Sim Equipment Manager (easy merge for now)
// ==UserScript==
// @name Equipment Manager
// @license MIT
// @version 1.1
// @namespace localhost
// @author XianThi
// @description e-Sim Equipment Manager Tool (easy merge for now)
// @downloadUrl https://gist.github.com/XianThi/98f4ba3746211baf3b3ee21a97d504c9/raw/9ddb908576373f0a1c0d9fc427da01733d7a5e3b/eSim-EquManager.user.js
// @match https://*.e-sim.org/storage.html?storageType=EQUIPMENT*
// @require https://code.jquery.com/jquery-3.2.1.min.js
@XianThi
XianThi / wt.php
Created November 8, 2018 15:57
e-sim work train script
<?php
function crul($url,$header,$cookie_path,$post=false,$cookie=false){
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLINFO_HEADER_OUT, true);
curl_setopt($ch, CURLOPT_HEADER, 1);
if($post !== false){
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
}
@XianThi
XianThi / bot.py
Created May 1, 2018 18:10
bot for google forms
import requests
import random
import json
def gonder():
cinsiyet = ['Erkek','Kadın']
cinsiyet_sec = random.choice(cinsiyet)
yas = ['18-25','26-35','36-45','45 ve üstü']
yas_sec = random.choice(yas)
medeni = ['Evli','Bekar']
if yas.index(yas_sec)>0:
@XianThi
XianThi / c2unban.md
Last active April 24, 2022 23:13
c2 unban with mitm proxy

Download mitmproxy from https://mitmproxy.org/

start mitmproxy with following code :

mitmproxy -s c2unban.py

change Proxy settings in phone :)

go to http://mitm.it in your phone browser and install certificate for ssl requests.