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-01-2012, 05:08 AM #2
nice lol can see you was bored
07-01-2012, 05:10 AM #3
ahaha Very Bright Idea =D Awesome face
07-01-2012, 05:29 AM #4
Pichu
RIP PICHU.
Originally posted by Red View Post
ahaha Very Bright Idea =D Awesome face


I thought maybe requesting the ad link then requesting the redirect link and going through with both in order, of course waiting 7-12 seconds between another would work. Was an idea but I know I'd have to go farther, especially since there is active javascript on the page, so yea.
07-01-2012, 06:21 PM #5
fill0botto95
You talkin to me?
Meh, I managed to do a working bot afer two days of work.
Works on adfoc . us...It took some time to confirm the visits but finally worked: 2$ in 1 day u.u
07-01-2012, 06:50 PM #6
I have seen these before, but good post. Smile
07-02-2012, 07:11 AM #7
Pichu
RIP PICHU.
Originally posted by fill0botto95 View Post
Meh, I managed to do a working bot afer two days of work.
Works on adfoc . us...It took some time to confirm the visits but finally worked: 2$ in 1 day u.u


Ohh, I could get one working if I would spend more than 30 minutes of my life on it.

Originally posted by MagicalMonkey View Post
I have seen these before, but good post. Smile


Yea, I've seen them although a good proxy list is needed and getting a hold of a good list isn't too difficult.
07-03-2012, 12:52 AM #8
rhg24
Haxor!
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 ----------

Originally posted by fill0botto95 View Post
Meh, I managed to do a working bot afer two days of work.
Works on adfoc . us...It took some time to confirm the visits but finally worked: 2$ in 1 day u.u




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?
07-03-2012, 04:36 AM #9
Pichu
RIP PICHU.
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?


You do realize that if it is continuous, they will catch on and disable your account or remove all cash. It's about 3-9 dollars per view, 5 seconds = 12 which is about 1 cent a minute. Since you can't have every 5 seconds because you would get detected, randomizing values between 5-18 seconds would be the best thing to do. (5000-18000ms).

Say 20ms max, 3 views a minute or 1/3 a cent in general a minute, 3 minutes = 1 cent so 20 cents = 1 hour. Leaving the program on for a day = 4.80$ a day at minimum. The cost alone to run your computer all day simply would cost more than what you would earn.

Best thing to do, make several accounts and link them to one account, you get 20% of the total earnings. 1/5 of maximum. Run the program with maximum profits towards all accounts going through several links. This means about every 5 views = 1 view on safe account.

If you do manage to get the cash on the other accounts, just move it to paypal and then take your earnings on the other account. If the other accounts get banned, chances are your main account didn't.

Just an idea.

The following user thanked Pichu for this useful post:

rhg24
07-03-2012, 06:23 PM #10
Super Vegito
The Best Gamer
Too complex for me :(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo