Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page vmtv bot help



Programming

This is a discussion about vmtv bot help within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 07-23-2008, 08:23 PM   #1 (permalink)
Senior Member
 
Join Date: Apr 2008
Posts: 474
Reputation: 2
rpg811 is an unknown quantity at this point
Default vmtv bot help

I am making my vmtv pepsi bot, and I'm trying to figure out what code the browser sends to the vmtv servers after clicking submit in the signup page. I need some sort of activity monitor that can filter packets by IP so I can find the packet that has the html codes that are sent from the web browser to the vmtv server.
Help would be appreciated and if you want a pepsi bot in the next week or so, help is required
__________________

My things from Club Live:
7x Xbox 360 controllers for windows- Order confirm, ordered June 29, 2008
1x Office 2007-shipped, recieving June 30, 2008
3x Office 2007-ordered, order confirm, ordered June 19, 2008
rpg811 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2008, 08:29 PM   #2 (permalink)
Senior Member
 
YoNoid's Avatar
 
Join Date: Jun 2008
Posts: 353
Reputation: 9
YoNoid is an unknown quantity at this point
Send a message via AIM to YoNoid
Default

id help you if i could =[
__________________
KAZAAM!
YoNoid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2008, 09:02 PM   #3 (permalink)
Noob Helper
 
Join Date: Dec 2007
Posts: 318
Reputation: 80
grapplinghook will become famous soon enough
Send a message via AIM to grapplinghook Send a message via MSN to grapplinghook Send a message via Yahoo to grapplinghook
Default

Mayber Tamper Data for firefox?

Edit: If you want a good packet sniffer try Wireshark.
__________________
For all of my bots, click here

Quote:
Originally Posted by bigpapidh View Post
lmao, I gave my Mom's CC # to a dancing moose once, she wasnt happy.
Quote:
Originally Posted by bigpapidh View Post
there was this dancing moose pop up that asked for a CC #, I did what anyone would do and found someone elses CC and gave it to him, man it was a dancing moose couldnt resist.

Last edited by grapplinghook; 07-23-2008 at 09:19 PM.
grapplinghook is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2008, 09:11 PM   #4 (permalink)
Senior Member
 
b4n3's Avatar
 
Join Date: May 2008
Posts: 745
Reputation: 34
b4n3 is on a distinguished road
Default

http://www.effetech.com/sniffer/

That might be what you need.
__________________
Quote:
Wed/06/2008 4:06 PM 04 <Dieselluvr0991> ok chewy the ads have gone a lil too far gay porn? WTF
b4n3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2008, 09:46 PM   #5 (permalink)
Senior Member
 
Join Date: Apr 2008
Posts: 474
Reputation: 2
rpg811 is an unknown quantity at this point
Default

Ok, I'm lazy to search anymore now so I've got a syntax question.
I'm going to use vb.net to code it, so I'd like to know:
what is the syntax to access other programs? I'm sure that one of the namespaces will allow that but I'm tired now so I'll leave it to you all to figure it out for me
__________________

My things from Club Live:
7x Xbox 360 controllers for windows- Order confirm, ordered June 29, 2008
1x Office 2007-shipped, recieving June 30, 2008
3x Office 2007-ordered, order confirm, ordered June 19, 2008
rpg811 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-23-2008, 09:52 PM   #6 (permalink)
Senior Member
 
Join Date: Dec 2007
Location: California
Posts: 249
Reputation: 7
theguy200 is an unknown quantity at this point
Default

if the code returned is in HTML, you can make the program receive it and then parse it nearly the same way you would parse XML, for example if the code is
<html>
<a/>
<randomtags>
<randomtag>
85858-48485-5857
</html>

you can make it parse the page to just grab the line after all the code above the actual pepsi code, which is the pepsi code, you can also make it save it to a file, or put it in a listbox or something like that, then once all the codes are collected put a button to save all the codes listed to a text file.

Nvm I just realized that your question is completely different, but this may still help for later
theguy200 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2008, 06:00 AM   #7 (permalink)
CN's Only Moderator
 
Slashmolder's Avatar
 
Join Date: Dec 2007
Posts: 2,193
Reputation: 111
Slashmolder will become famous soon enoughSlashmolder will become famous soon enough
Send a message via AIM to Slashmolder Send a message via MSN to Slashmolder Send a message via Yahoo to Slashmolder
Default

THe code is returned in the url of the new page. Just read the url of the page after it fully loads and go from there. Example: http://content.vmtv.com/cgi-bin/rede...?poid=ABCDEFGH
that page then redirects to: http://content.vmtv.com/pepsi2008/bo...ode=1234567890
Your code would be 1234567890.
__________________
If I helped you add to my Rep.
Quote:
10/09/2008 18:01 <Kajacot> Slash+^.^=Hot
Quote:
Originally Posted by leafeater View Post
FYI: Ima bit pissed about other people abusing, so im joining in.
Slashmolder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2008, 09:18 AM   #8 (permalink)
Senior Member
 
Join Date: Apr 2008
Posts: 474
Reputation: 2
rpg811 is an unknown quantity at this point
Default

Ok, by decompiling some similar programs, I have pretty much figured out all the namespaces that I will need to use.
I have about 5% of the bot completed now, these are the projected features and setbacks:
100% auto is it's one and only feature.
Setbacks:
Quite a few... the way I'm going to make it make accounts is by sendkeys, which isn't really a "silent" way to send keyboard events or so to speak. This means that this program cannot be clicked, moved, or anything during it's operation... better off running off a virtual machine or separate computer than the one you use.
Only reliable with higher delay, universal delay that delays everything the inputed delay(to make it impossible to go too fast unless 0 is put in, but it would just mess up at 0)
__________________

My things from Club Live:
7x Xbox 360 controllers for windows- Order confirm, ordered June 29, 2008
1x Office 2007-shipped, recieving June 30, 2008
3x Office 2007-ordered, order confirm, ordered June 19, 2008
rpg811 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bot, vmtv


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.