Cheating Network
 
 

Go Back   Cheating Network > Programming > Bot Makers
Reload this Page Microsoft Points Code Enterer Helper



Bot Makers

This is a discussion about Microsoft Points Code Enterer Helper within the Bot Makers section, where you will These are the public forums for bot makers to interact with others! Got an idea for a bot and don't know how to make it into code? Post it here!



Reply
 
LinkBack Thread Tools Display Modes
Old 10-08-2008, 06:24 PM   #1 (permalink)
★ ★ ★ ★ ★
 
faster154's Avatar
 
Join Date: Dec 2007
Posts: 2,090
Reputation: 110
faster154 will become famous soon enoughfaster154 will become famous soon enough

cBay Rating:

Scribe 

Send a message via ICQ to faster154 Send a message via AIM to faster154 Send a message via MSN to faster154 Send a message via Yahoo to faster154 Send a message via Skype™ to faster154
Default Microsoft Points Code Enterer Helper

This isnt really a bot but this will help you enter your codes faster if you have them in a list already.

Would of made it enter codes by itself but it kept putting the complete code into the same box.
Maybe i can finish it if someone could explain to me what to do to make it enter into each separate box.

Hope This Helps you abit
Attached Files
File Type: exe code Helper.exe (10.0 KB, 18 views)
__________________
- I wake up in the morning and piss excellence. -

faster154 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 10-08-2008, 06:25 PM   #2 (permalink)
Senior Member
 
Join Date: May 2008
Posts: 652
Reputation: 26
dont.blink. is on a distinguished road

cBay Rating:
Default

break the code into 5 strings, first 5 characters go in first box, next 5 in 2nd box, etc...
dont.blink. is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-08-2008, 06:35 PM   #3 (permalink)
★ ★ ★ ★ ★
 
faster154's Avatar
 
Join Date: Dec 2007
Posts: 2,090
Reputation: 110
faster154 will become famous soon enoughfaster154 will become famous soon enough

cBay Rating:

Scribe 

Send a message via ICQ to faster154 Send a message via AIM to faster154 Send a message via MSN to faster154 Send a message via Yahoo to faster154 Send a message via Skype™ to faster154
Default

this is what i have so far
Code:
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        
        private void button1_Click(object sender, EventArgs e)
        {
            webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode1").SetAttribute("value", textBox1.Text);
            webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode2").SetAttribute("value", textBox1.Text);
            webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode3").SetAttribute("value", textBox1.Text);
            webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode4").SetAttribute("value", textBox1.Text);
            webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode5").SetAttribute("value", textBox1.Text);
            
        }


    }
}
__________________
- I wake up in the morning and piss excellence. -

faster154 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
code, enterer, helper, microsoft, points


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
FS microsoft points billy96 Sell/Trade Forum 8 09-09-2008 09:15 AM
Microsoft Points :/. Doom Received In The Mail Today 35 07-24-2008 12:51 PM
FS Microsoft points cmputrkd Sell/Trade Forum 1 07-13-2008 06:05 PM
Url Enterer shmo70 General 7 02-21-2008 04:27 PM




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