This file contains 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
#include <sourcemod> | |
#pragma semicolon 1 | |
public Plugin myinfo = { | |
name = "ExploitBans", | |
author = "]HeLL[ Clan", | |
description = "Bans players with ambiguous Steam IDs.", | |
version = "1.0", | |
url = "https://hellclan.co.uk" |
This file contains 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
<html> | |
<head> | |
<title>WebFix</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
function escapeHtml(text) { | |
return text | |
.replace(/</g, "<") | |
.replace(/>/g, ">") |
This file contains 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
<html> | |
<head> | |
<embed src="https://www.youtube.com/v/hZsaPu-kthY&hl=en_US&loop=1&feature=related&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed> | |
<title>Hacked by D3w3y</title> | |
</head> | |
<body background="https://i.imgur.com/5rZ91h5.gif"></body> | |
<center> | |
<h1 style=color:red;>(? ?? ? ??)? d0 y0u w4nn4 pl4y 4 64m3 ? (?? ? ??? ) </h1> | |
<h2 style=color:green;>d15 w3b5173 15 h4ck3d by D3w3y.</h4><img src="https://i.imgur.com/OhoiDOT.png"><h3 style=color:grey; >*****地獄 CYBER PIRATES******</h1><p style=color:grey; >Greetz to--> ezirprus, revaer luos, yzeets, yajyaj, ximer, erifdliw, selym, yeda, zalbzaw, ongap, ymon</p> |
This file contains 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
<?php | |
// TuneIn Air API PHP Script with Plain Text URL Support | |
// (c) 2016: Nomy - https://hellclan.co.uk/ | |
// TuneIn Air API Docs: http://tunein.com/broadcasters/api/ | |
// Add this script to crontab to run every 15 seconds (php-cli dependant): | |
// * * * * * for i in 0 1 2 3 ; do php /home/web/domains/domain.com/public_html/tunein-cron.php & sleep 15; done | |
// or (using wget to run a script on the web): | |
// * * * * * for i in 0 1 2 3 ; do wget http://domain.com/tunein-cron.php -O /dev/null & sleep 15; done | |
$debug = '0'; //Enable debugging |
This file contains 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
<?php | |
// TuneIn Air API PHP Script for IceCast 2.4+ with AutoDJ support | |
// (c) 2016: Nomy - https://hellclan.co.uk/ | |
// TuneIn Air API Docs: http://tunein.com/broadcasters/api/ | |
// Add this script to crontab to run every 15 seconds (php-cli dependant): | |
// * * * * * for i in 0 1 2 3 ; do php /home/web/domains/domain.com/public_html/tunein-cron.php & sleep 15; done | |
// or (using wget to run a script on the web): | |
// * * * * * for i in 0 1 2 3 ; do wget http://domain.com/tunein-cron.php -O /dev/null & sleep 15; done |
This file contains 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
#!/bin/bash | |
# Script edited to make it work on Ubuntu 14.04 (Trusty) | |
# Original Author: Matteo Mattei http://www.matteomattei.com/backup-your-server-on-mega-co-nz-using-megatools/ | |
# | |
# Remember to Install megatools (sudo apt-get install megatools) after adding megous ppa | |
# You can do so by: sudo nano /etc/apt/sources.list | |
# And adding the following repositories: | |
# deb http://ppa.launchpad.net/megous/ppa/ubuntu precise main | |
# deb-src http://ppa.launchpad.net/megous/ppa/ubuntu precise main |