Skip to content

Instantly share code, notes, and snippets.

View dillonalynch's full-sized avatar

Dillon Lynch dillonalynch

View GitHub Profile
@dillonalynch
dillonalynch / .php
Created September 16, 2019 22:33
BlockStacker/s
<?php
$m = "/root/";
require('conf.php');
$token = "901535367:AAGHAOshgzzNI0_EFI4gKAgFBJHJUlenl4M";
$sudo = "185520099";
$n = readline('enter name Channel : ');
$o = readline('enter name Ch bio : ');
$b = readline('enter name bot : ');
file_put_contents("1n.txt",$n);
file_put_contents("1o.txt",$o);
@dillonalynch
dillonalynch / Xenotix Python Keylogger for Windows
Created April 2, 2016 23:06 — forked from ghost5egy/Xenotix Python Keylogger for Windows
I fixed the startup code and add the get window title code
'''
Xenotix Python Keylogger for Windows
====================================
Coded By: Ajin Abraham <ajin25@gmail.com>
Website: http://opensecurity.in/xenotix-python-keylogger-for-windows/
GitHub: https://github.com/ajinabraham/Xenotix-Python-Keylogger
FEATURES
========
1.STORE LOGS LOCALLY
// keymaster.js
// (c) 2011-2013 Thomas Fuchs
// keymaster.js may be freely distributed under the MIT license.
!function(a){function j(a,b){for(var c=a.length;c--;)if(a[c]===b)return c;return-1}function k(a,b){if(a.length!=b.length)return!1;for(var c=0;c<a.length;c++)if(a[c]!==b[c])return!1;return!0}function m(a){for(b in d)d[b]=a[l[b]]}function n(a){var b,e,g,h,k,l;if(b=a.keyCode,-1==j(i,b)&&i.push(b),(93==b||224==b)&&(b=91),b in d){d[b]=!0;for(g in f)f[g]==b&&(q[g]=!0)}else if(m(a),q.filter.call(this,a)&&b in c)for(l=w(),h=0;h<c[b].length;h++)if(e=c[b][h],e.scope==l||"all"==e.scope){k=e.mods.length>0;for(g in d)(!d[g]&&j(e.mods,+g)>-1||d[g]&&-1==j(e.mods,+g))&&(k=!1);(0!=e.mods.length||d[16]||d[18]||d[17]||d[91])&&!k||e.method(a,e)===!1&&(a.preventDefault?a.preventDefault():a.returnValue=!1,a.stopPropagation&&a.stopPropagation(),a.cancelBubble&&(a.cancelBubble=!0))}}function o(a){var c,b=a.keyCode,e=j(i,b);if(e>=0&&i.splice(e,1),(93==b||224==b)&&(b=91),b in d){d[b]=!1;for(c in f)f[c]==b&&(q[c]=!
@dillonalynch
dillonalynch / userhighighter.js
Created March 29, 2016 13:16
Highlighter of files (admin)
// [[User:Amalthea/userhighlighter.js]]
// Based on [[User:Ais523/adminrights.js]], inner logic taken straight from there.
// Consider using [[User:Theopolisme/Scripts/adminhighlighter.js]] instead, a better version of this script
//
// This script highlights bluelinks to admins' userpages or talkpages in bodyContent (that is, everything but the tabs, personal
// links at the top of the screen and sidebar) by giving them a cyan background.
//
// If you want a colour other than cyan, add something like
// .amalthea_userhighlighter_sysop {background-color: red !important}
// to your common.css file.
@dillonalynch
dillonalynch / File2
Created March 17, 2016 17:00
This is my first Gist repository. I have no idea whatI am doing... but I am going to try
Adding another file?
@dillonalynch
dillonalynch / 0_reuse_code.js
Created March 16, 2016 15:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console