Skip to content

Instantly share code, notes, and snippets.

View tw0n's full-sized avatar

Will Green tw0n

  • Toronto, Canada
View GitHub Profile
@tw0n
tw0n / spoofer_Form1.cs
Created March 25, 2011 22:42
email spoofer main form1.cs code
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.IO;
using System.Text;
using System.Net;
using System.Net.Mail;
@tw0n
tw0n / AdminCP.cs
Created April 9, 2011 15:12
cross threading problem
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
@tw0n
tw0n / AdminCP.cs
Created April 9, 2011 17:09
threading after formload
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
@tw0n
tw0n / Settings.cs
Created April 9, 2011 22:07
when test button is clicked program lags out
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Net;
using System.Windows.Forms;
@tw0n
tw0n / shellIndex.php
Created April 10, 2011 20:50
CSS recode
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>shell</title>
<style type="text/css">
body {
background-color: #000000;
font-family: Verdana;
@tw0n
tw0n / refresh1.cs
Created May 6, 2011 16:14
Refresh Main Form
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Workout___Meal_Plan
@tw0n
tw0n / refresh2.cs
Created May 6, 2011 16:15
Refresh Editing Form
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Workout___Meal_Plan