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
#!/data/data/com.termux/files/usr/bin/sh | |
/system/bin/iptables -I FORWARD -i wlan0 -o tun0 -j ACCEPT | |
/system/bin/iptables -I FORWARD -i tun0 -o wlan0 -j ACCEPT | |
/system/bin/iptables -t nat -I PREROUTING -i wlan0 -p udp --dport 53 -j DNAT --to 1.1.1.1:53 | |
ip rule add pref 500 fwmark 0x0/0x10000 lookup local_network |
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
// ==UserScript== | |
// @name Bypass anti copy | |
// @namespace anticopy | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author NguyenKhong | |
// @match https://blog.tomorrowmarketers.org/* | |
// @run-at document-start | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Anti Anti-debugger | |
// @namespace http://tampermonkey.net/ | |
// @version 1 | |
// @description Stops most anti debugging implementations by JavaScript obfuscaters | |
// @author ww | |
// @match * | |
// @include * | |
// @grant unsafeWindow | |
// @run-at document-start |
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
#Only use for google colab | |
#@markdown <center><h3>Colab alive and vnc</h3></center><br> | |
import os,sys | |
import random | |
import string | |
import urllib.request | |
from IPython.display import HTML, clear_output | |
import time | |
##################################### |
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
import sys | |
from PyQt5.QtCore import QUrl, QSize | |
from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEngineScript, QWebEnginePage, QWebEngineProfile | |
from PyQt5.QtWidgets import QToolBar, QAction, QLineEdit, QLabel, QMainWindow, QTabWidget, QApplication | |
from PyQt5.QtNetwork import QNetworkCookie | |
import http.cookiejar | |
def create_script(name, src, injection_point = QWebEngineScript.DocumentCreation, world = QWebEngineScript.MainWorld, on_subframes = True): | |
script = QWebEngineScript() | |
script.setSourceCode(src) |
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
// ==UserScript== | |
// @name Colab Alive | |
// @namespace colab | |
// @version 0.2 | |
// @description Colab Alive | |
// @author Nguyen Khong | |
// @match https://colab.research.google.com/drive/* | |
// @run-at document-start | |
// ==/UserScript== | |
document.addEventListener('DOMContentLoaded', function() { |
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
import sys | |
from PyQt5.QtCore import QUrl, QSize | |
from PyQt5.QtGui import QIcon, QPixmap | |
from PyQt5.QtWebEngineWidgets import QWebEngineView, QWebEngineScript, QWebEnginePage, QWebEngineProfile | |
from PyQt5.QtWidgets import QToolBar, QAction, QLineEdit, QProgressBar, QLabel, QMainWindow, QTabWidget, QStatusBar, QApplication | |
class WebProfile(QWebEngineProfile): | |
def __init__(self, *args, **kwargs): | |
super(WebProfile, self).__init__(*args, **kwargs) | |
self.setHttpUserAgent("Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0") |
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
[AutoRun] | |
enabled=true | |
program=/bin/bash /content/qTorrentExternalCmd.sh \"%F\" | |
[BitTorrent] | |
Session\AnnounceToAllTiers=true | |
Session\AsyncIOThreadsCount=8 | |
Session\CheckingMemUsageSize=64 | |
Session\CoalesceReadWrite=true | |
Session\CreateTorrentSubfolder=true |
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
########################################### | |
### ### | |
### Utorrent Server v3.0 Config File ### | |
### ### | |
### By Khizer Naeem ### | |
### [email protected] ### | |
### Date: 29/12/2011 ### | |
### ### | |
########################################### | |
########################################### |
NewerOlder