Post: My quick dumbass idea to make money
07-01-2012, 05:02 AM #1
Pichu
RIP PICHU.
(adsbygoogle = window.adsbygoogle || []).push({});
    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;
using System.Net;


namespace Adfly_Bot
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
WebProxy wp = new WebProxy();
Random rnd = new Random();
string casemanager = "Null";
string currentproxyaddress, port;
int randomselection;
private void button1_Click(object sender, EventArgs e)
{
HTTPHandling();
}
public void HTTPHandling()
{
switch (casemanager)
{
case "Null":
HttpWebRequest myrequest = (HttpWebRequest)WebRequest.Create(textBox1.Text);
try
{
manageproxy();
wp.Credentials = new NetworkCredential(currentproxyaddress, port);
myrequest.GetResponse();
progressBar1.Maximum = rnd.Next(7, 12);
timer1.Start();
}
catch
{
MessageBox.Show("Error With Next Initial Request or Proxy");
} break;
case "Access":
{
try
{
manageproxy();
HttpWebRequest clicknext = (HttpWebRequest)WebRequest.Create(textBox2.Text);
clicknext.GetResponse();
timer1.Start();
}
catch{
MessageBox.Show("Error With Next Request");
}
}break;
}


}


public void manageproxy()
{
randomselection = rnd.Next(0, 4);
switch (randomselection)
{
case 0: currentproxyaddress = "75.191.164.152"; port = "1818"; break;
case 1: currentproxyaddress = "173.45.112.54"; port = "1024"; break;
case 2: currentproxyaddress = "98.238.57.34"; port = "1281"; break;
case 3: currentproxyaddress = "173.45.120.53"; port = "1080"; break;
}
}
private void timer1_Tick(object sender, EventArgs e)
{
label3.Text = "Current IP Used: " + currentproxyaddress + ":" + port;
casemanager = "Access";
progressBar1.Increment(1);
if (progressBar1.Value == progressBar1.Maximum)
{
progressBar1.Maximum = rnd.Next(7, 12);
try
{
progressBar1.Value = 0;
timer1.Stop();
HTTPHandling();
}
catch
{
timer1.Stop();
MessageBox.Show("Error at timer");
}
}
}
}
}


Yea, so I was bored and about 20 minutes ago decided, hey let's see if this will work. Wrote it up real quick and well, it doesn't. Just felt like sharing my dumbass idea lol. :P
(adsbygoogle = window.adsbygoogle || []).push({});
07-04-2012, 07:46 AM #11
fill0botto95
You talkin to me?
Originally posted by rhg24 View Post
You still would't have access to that program? Cause I have an old computer I could leave running for days and could use it. If not, do you know where I could find one?

---------- Post added at 10:52 AM ---------- Previous post was at 10:51 AM ----------





You still would't have access to that program? Cause I have an old computer I could leave running for days and could use it. If not, do you know where I could find one?



Code one for yourself? Really it's not difficult at all, you just have to know how to use TamperData/Wireshark etc..

Pichu is right, in fact I randomized an interval between 30 seconds and 2 minutes.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo