Post: C# Webbot Auto choose country
01-30-2016, 07:42 PM #1
EncepT
I defeated!
(adsbygoogle = window.adsbygoogle || []).push({}); Hey i need help with my little account creator bot.i want that the Bot auto selects Dropdown menus,i already tried
      webBrowser1.Document.GetElementById("DateOfBirth_Month").SetAttribute("selectIndex", "5"); 

But that didnt work.
And i want that the bot write all the Created accounts into an .TXT File,how can i do that? Smile
Thanks in advance,best help will get some pp money Smile
(adsbygoogle = window.adsbygoogle || []).push({});
02-01-2016, 07:07 PM #2
Toxic
former staff
Originally posted by EncepT View Post
Hey i need help with my little account creator bot.i want that the Bot auto selects Dropdown menus,i already tried
      webBrowser1.Document.GetElementById("DateOfBirth_Month").SetAttribute("selectIndex", "5"); 

But that didnt work.
And i want that the bot write all the Created accounts into an .TXT File,how can i do that? Smile
Thanks in advance,best help will get some pp money Smile

do webbrowser1.Document.GetElementById("ID").SetAttribute("value", "WhatToPut");//Replace "ID" with your elements'd ID (duh!), and replace the "WhatToPut" with
also, u can use dictionaries to save ur accs, then save a text file with the dictionaries u've just made
eg. List<string> accs = new List<string>();
then do accs.Add(account);
and finally for the saving do
File.AppendAllText(accs).Close();// or WriteAllText but AppendAllText adds, or even use TypeWriter class or StreamWriter class
after u created a text file do dat ^, or make a text file by doing File.CreateText thingy :p
P.S: i typed this here, so sorry if there's any syntax error :p, and no, i dont need any money :wub:

The following user thanked Toxic for this useful post:

EncepT
02-03-2016, 08:45 PM #3
EncepT
I defeated!
Originally posted by Habibi
do webbrowser1.Document.GetElementById("ID").SetAttribute("value", "WhatToPut");//Replace "ID" with your elements'd ID (duh!), and replace the "WhatToPut" with
also, u can use dictionaries to save ur accs, then save a text file with the dictionaries u've just made
eg. List<string> accs = new List<string>();
then do accs.Add(account);
and finally for the saving do
File.AppendAllText(accs).Close();// or WriteAllText but AppendAllText adds, or even use TypeWriter class or StreamWriter class
after u created a text file do dat ^, or make a text file by doing File.CreateText thingy :p
P.S: i typed this here, so sorry if there's any syntax error :p, and no, i dont need any money :wub:


Thanks man that worked like a charm! Smile
02-04-2016, 02:35 AM #4
Toxic
former staff
Originally posted by EncepT View Post
Thanks man that worked like a charm! Smile


anytime pal, also, i suggest that u get elite, cuz i've made a detailed thread just for things like this, making a bot :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo