Results 1 to 10 of 10
  1. #1
    TGH Zero.'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Behind you!
    Posts
    854
    Reputation
    35
    Thanks
    628
    My Mood
    Cool

    [TUT]How to make Auto Filler

    Hey, whatsup?
    Im gonna make today a tutorial how to make Auto Filler (u can see how it looks here: https://www.mpgh.net/forum/28-warrock...r-now-bot.html). This tutorial is all whit pictures so nuubs can do it too! Now lets start!

    1.Open up Visual Basic, start new Project, Choose Windows Form Application, put name to file and press OK.



    2.Now u need 4 TextBoxes, 2 Buttons and 1 WebBrowser, like this: ( u dont need to do exacly like i have done)



    3.Im doing WarRock Auto Filler so, now the WebBrowser page should be the page where ppl can register, so click once on the WebBrowser, from propeties find "Url" and put the page there. If u want to make warrock account maker like i do, then i can put the link here, u put it to ur "Url".

    Like this:



    4. Now to change the text of TextBoxes, u need to click once to TextBox and then from Propeties find Text and type what u want to type there, like this:



    Fill everything, and now the buttons:



    5. Double - click on the button, what should fill the boxes on page, in my case Auto Fill button



    6. Now comes the hard part for beginners, we are going to type the codes on now. First go to the page where u want to use autofiller and do right-click and choose the thing what i choosed,



    and it automatically shows u wheres the code, now u need the "name", so search for it, in my case its "name="email"" from picture



    7.Now its time to know how to put it working. First box is ''email'' then, so we need to put the textbox text filling the webpage textbox. Here comes the code:

    WebBrowser1.Document.GetElementById("email").SetAt tribute("value", TextBox4.Text)
    So, "email" means the name from the page, "TextBox4.Text" means the box wheres the value, that if u click then he writes to the webpage text, what u writed to TextBox 4. Image too here now:



    (u can see on picture there is TextBox3.Text, but i got it wrong, fixed it after the screenshot /)

    Now, put the bot working for all the boxes, to the same thing, but change the "TextBox4.Text" number ''4'' to the number of ur textbox. Now if all textboxes are done, then u can see, there is pretty much more to fill. Here comes other code, what "bot" always fills by himself. Lets take security answer, and we want to put the security answer ''suicide bombers'', so lets put it like this:

    WebBrowser1.Document.GetElementById("answer").SetA ttribute("value", "suicide bombers")
    "answer" is the same thing, its still ''name'', now "suicide bombers" is the thing what u want to bot would say always when u click the button. Easy, eh?

    8.Now we need that the bot will automatically ''Algree terms and License...''. We will now use the code, what makes the bot automatically click it. And the code looks like this:

    WebBrowser1.Document.GetElementById("agreement").I nvokeMember("click")
    "algreement" is still the "name", "click" means that bot needs to click the button.



    9.(halfway done ) now we need to put the random email generator button working, so choose file > add > New Project...



    Choose Windows Form Application, name it Email or whateva, then click ok



    10.Now we need to name it now Form2.vb, so click propeties and put the name of the file Form2.vb, like this:



    Put there WebBrowser, click webbrowser, add url of mail generator page, if u dont know any of these pages, heres the url:

    12minutemail.com


    Now go to the page, do the same like the part 6.





    Now we put it aigan click:



    WebBrowser1.Document.GetElementById("getemail").In vokeMember("click")
    11.Now lets move Form2 to form1 folder, like this:



    Now double - click email generator,



    And put this code to there:

    Form2.Show()


    Now, save everything, start debugging and u can get 1 error, ignore it, stop debug, and ur ready



    Now, it should be in ur folder: C:\Users\user\Documents\Visual Studio 2010\Projects\Account Maker\Account Maker\bin\Debug

    Its on debug so look it from there. Account Maker is project name!

    Gratzz! U made ur first AutoFiller

    Sources used:

    FORM1
    Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    WebBrowser1.Document.GetElementById("email").SetAt tribute("value", TextBox4.Text)
    WebBrowser1.Document.GetElementById("pwd1").SetAtt ribute("value", TextBox2.Text)
    WebBrowser1.Document.GetElementById("pwd2").SetAtt ribute("value", TextBox2.Text)
    WebBrowser1.Document.GetElementById("dob_month").S etAttribute("value", "1")
    WebBrowser1.Document.GetElementById("dob_day").Set Attribute("value", "1")
    WebBrowser1.Document.GetElementById("dob_year").Se tAttribute("value", "1990")
    WebBrowser1.Document.GetElementById("question").Se tAttribute("value", "1")
    WebBrowser1.Document.GetElementById("answer").SetA ttribute("value", "suicide bombers")
    WebBrowser1.Document.GetElementById("userId").SetA ttribute("value", TextBox1.Text)
    WebBrowser1.Document.GetElementById("nickname").Se tAttribute("value", TextBox3.Text)
    WebBrowser1.Document.GetElementById("agreement").I nvokeMember("click")
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    Form2.Show()
    End Sub
    End Class
    FORM2
    Public Class Form2

    Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEv entArgs) Handles WebBrowser1.DocumentCompleted
    WebBrowser1.Document.GetElementById("getemail").In vokeMember("click")
    End Sub
    End Class

    Duhh, 21 pictures, 1 hour of nosleep... Hope its worth it. Sorry, im from Estonia, so my english isnt the best... Peace!


  2. #2
    Minecraft's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    That's awesome thanks.

  3. #3
    confict's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    422
    Reputation
    3
    Thanks
    290
    My Mood
    Relaxed
    Is there a way to bypass the capcha ?

    ITS MEH BITCHESSS !!!

  4. #4
    Flash's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Slovenia
    Posts
    7,691
    Reputation
    561
    Thanks
    1,872
    My Mood
    Fine
    Nice guide, as i said before, but my post was deleted bcuz servers went down ...
    [IMG]https://i1171.photobucke*****m/albums/r543/Ferzato/separator.png[/IMG]

    Former Middleman
    07-07-2011 - 09-13-2011


    [IMG]https://i1171.photobucke*****m/albums/r543/Ferzato/separator.png[/IMG]


    Skype: mpgh.flash
    MSN: mpgh.flash@msn.com


    “I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.”
    - Eminem

  5. #5
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Nice TuT goodjob

  6. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    As previously said: Too many pictures for such an easy tutorial, but well done anyways.

    And no need to post it in C++(previous guy, post was deleted)



  7. #7
    ryski123's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    www.mpgh.net
    Posts
    1,772
    Reputation
    81
    Thanks
    634
    My Mood
    Stressed
    Quote Originally Posted by Blubb1337 View Post
    As previously said: Too many pictures for such an easy tutorial, but well done anyways.

    And no need to post it in C++(previous guy, post was deleted)
    :O There never too many pictures, Pictures Help..... Dont know where you got that idea from
    Ryski123 MySize Rhyme

    *AeroMan's Apprentice*
    My Projects :
    Stealth No Menu
    No Menu
    Ryski123 D3D Menu
    Spammer
    Injector


    100 Posts [x]
    500 Posts [x]
    1000 Posts [x]
    2000 Posts [ ]
    Respect List! :
    AeroMan <--- My Brother you Helped me alot
    [MPGH]reaper
    [MPGH]vital
    reap3r <-- Helped me alot
    1possible <---- Awsome!
    Rave - AWSOME coder
    swiftdude <-- AWSOME coder!!! ---> Helps when needed
    thecamels8
    ropsu678 /
    Quote Originally Posted by fogest View Post


    Just because your on a hacking site doesn't mean you have to hack or like hacking.
    LOL, Why the Fuck would you be on here then?


    Press Thanks If I Helped You

  8. #8
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Keep tuts in Tut Section.,

  9. #9
    Threadstarter
    ««»» ση тнє яιgнт ωαу
    MPGH Member
    TGH Zero.'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Behind you!
    Posts
    854
    Reputation
    35
    Thanks
    628
    My Mood
    Cool
    Quote Originally Posted by Lolland View Post
    Keep tuts in Tut Section.,
    sry, just i got told by friend, to put it on Visual basic section


  10. #10
    ericsmart's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    nice tutorial

Similar Threads

  1. [TUT]How to make a simple Auto Clicker!
    By Takari in forum Programming Tutorials
    Replies: 24
    Last Post: 09-20-2010, 07:28 PM
  2. [TUT]How to make a Simple Auto Clicker!
    By DeathHunter in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 04-15-2010, 12:30 PM
  3. [TUT] How to make an auto typer
    By SkyReborn in forum Visual Basic Programming
    Replies: 5
    Last Post: 09-06-2009, 11:26 PM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM