Skip to content

Instantly share code, notes, and snippets.

View jtrent238's full-sized avatar
:octocat:
idk?

Trent Patterson jtrent238

:octocat:
idk?
View GitHub Profile
@jtrent238
jtrent238 / spamMail.sh
Last active January 28, 2021 21:11 — forked from larsgroeber/spamMail.sh
Small bash script for sending spam mails using mutt
#! /usr/bin/env bash
#
# small script to send spam mails using mutt (excercise project for a course)
# @author: Lars Groeber
#
# Usage:
# SCRIPTNAME [-T %Y%m%d%H%M] [-t timeInterval-in-min] [-m maxMails]
# (-s subject,email,body) | (-f subject,file-with-emails,body)
#
Roblox.Hack = {
original: 'missingno',
balance: 0,
initialized: 0,
loading: false,
items: [],
inventoryString: '<li class="list-item item-card ng-scope"><div class="item-card-container"><a class="item-card-link" href="%1" data-ytta-id="-"><div class="item-card-thumb-container"><div ng-hide="item.Product.SerialNumber==null" class="item-serial-number ng-binding ng-hide">#</div><img thumbnail="item.Thumbnail" image-retry="" class="item-card-thumb ng-isolate-scope" src="%2"></div><div class="text-overflow item-card-name ng-binding" title="%6 ">%6 </div></a><!-- ngIf: item.Item.AudioUrl --><div class="text-overflow item-card-creator"><span class="xsmall text-label">By</span> <a class="xsmall text-overflow text-link ng-binding" ng-href="%3" ng-hide="assetsListContent.assetItems.data.Data.PageType!==\'favorites\'&amp;&amp;currentData.category.name==\'Places\'&amp;&amp;(currentData.subcategory.name==\'My VIP Servers\'||currentData.subcategory.name==\'Other VIP Servers\')&amp;&amp;staticData.isOwnPage" href="%3"
@jtrent238
jtrent238 / I'm leaving you for a bottle of bleach_ascii.txt
Created August 14, 2016 23:18
ASCII for text: "I'm leaving you for a bottle of bleach" | Uploaded from NotSoSuper's Bot by: Mod Froggit <214362630519783424>.
__ __.___ ___.
| | (_ ) \/ |
| | |/| \ / |
| | | |\/| |
| | | | | |
|__| |__| |__|
__ _______ ___ ____ ____ __ .__ __. _______
| | | ____| / \ \ \ / / | | | \ | | / _____|
| | | |__ / ^ \ \ \/ / | | | \| | | | __
@jtrent238
jtrent238 / class.StrawPoll.php
Created November 7, 2015 22:51
StrawPoll Proxy Voter
<?php
set_time_limit(0);
class StrawPoll {
public function __construct() {
}
public function vote($id, array $votes, $amount = 10, $proxyList = null, $timeout = 5, $showErrors = true) {
$mh = curl_multi_init();
$chs = array();
if(is_file($proxyList)) {