![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member Join Date: Aug 2008
Posts: 395
Reputation: 14 ![]() | OK so I have some experience in VB, and I am looking to make a bot like wlindy 27's feeliberated or dopex's obama bot. I would want it to use the gmail+ trick, and be able to possibly use the apartment trick. I dont really know what site I'm gonna do it for (yet) but ill find one that might actually work. Actually I was thinking of "redoing" dopex's obama bot as practice. (Maybe i can get source plz plz??) I really dont know how you would fill out the forms. What i was thinking was actually using Http analyzer to capture the outgoing packets and with just resubmit eg the original blah.com/submit.php?adress+name+whatever. Im sure its not that easy and I would really like somebodies help with working on this in VB. If i got some help i could for sure put some time into making quality bots to bot sites such as feeliberated and moveon.org. Thanks in advance |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2008
Posts: 395
Reputation: 14 ![]() | Ok so i already have made some headway... Need some help from here. I found that to get the sticker you have to submit this form - and the php is really easy to exploit - here it is https://political.moveon.org/baracks...rk&sticker=263 Part of it has been deleted since i realize that it is a sub only bot that i am trying to emulate - dont worry i wont realease anyhting. After this, all you have to do is to click a "submit" button - and this is the hard part. ACtually what i think it is after looking through http analyzer is actually a post to a adress/post.pl (again not shown cause it is a sub only bot) So basically here is what i need specific answers to. 1.How do i convert spaces and other symbols to %20 in VB? 2. How do I post to a adress/post.pl in VB? 3. How do i assign and use variables in VB? eg - for the adress and name etc. 4. how do i get the gmail + trick to work eg how do I add 1 to a number every time a script repeats. I think it would be a for loop and and you would need a variable for each time the script runs to add to it. I dunno though I think this is basically all I need. If you guys could answer that woudl be awesome. And dopex, im not sure if this is the same approach you used in your bot or not. I dont think it is. What was your approach? |
| | |
| | #3 (permalink) | |
| Noob Helper | 1. Code: Dim Url As String = "blahblah replace spaces here"
Url.Replace(" ", "%20")
3. Code: Dim VarName As VarType = VarValue Code: Dim Address As String = "123 Maple St." Code: Dim Email As String Dim EmailBase As String = "GmailBase" For I As Integer = 1 To 100 Email = EmailBase & "+" & I.ToString() & "@gmail.com" Next
__________________ For all of my bots, click here Quote:
| |
| | |
| | #4 (permalink) | |
| Senior Member Join Date: Aug 2008
Posts: 395
Reputation: 14 ![]() | Quote:
Last edited by albinoblack; 08-31-2008 at 04:45 PM. | |
| | |
![]() |
| Tags |
| bot, massive, vbnet, web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MASSIVE amount of Free Magazines! | MagicalCanOfSprite | Free Stuff | 76 | 11-03-2008 06:50 PM |
| just took a massive crap | cl0aked | Chit Chat | 20 | 08-21-2008 03:20 PM |
| Club Live - Massive List | und3rxoath | Received In The Mail Today | 22 | 07-08-2008 12:57 AM |
| WTB massive amounts of Pepsi Codes | Sandbox | Buy | 8 | 05-08-2008 04:08 PM |
| disaresta's massive buy everything thread | disaresta | Buy | 28 | 01-03-2008 09:17 PM |