Added: 3 years ago
From: stupidgaylogincrap
Views: 12,445
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (61)

Sign In or Sign Up now to post a comment!
  • cool... i like ur videos... xD

  • great video

  • I'm using this to spam RuneScape fake forums logins :D HAHAHAHAHA!

  • awesome!!!

  • My password is: 65 ~ koko

    How do I write the symbol "~"? I've tried many ways but I can not get to do

  • @jaqculiau The tilde key, should be underneath the "esc" key, on the left hand side of the "1" key. Then press shift otherwise you'll end up with " ` " instead of " ~ ".

  • can you help to do this in ms excel using vba

  • thanks, but whats chr(9)?

    that made the type thing go to the password bar,

    and how do you know where to click buttons, type in boxes?

  • @UMadNiga - 1. chr(9) is a virtual keycode for "TAB" key. Well before I made the script I calculated how many times needed for TAB key to be pressed. Then I went and wrote the script tested it out for any problems and then filmed.

  • @stupidgaylogincrap

    o: kthx

    how do you use the element.Click() thing?

    and a waiting loop until the page loaded

  • I am new to VBScript, please excuse my green question, I wrote exactly the same code as you did using my own username and PW and saved it the same file name as you did, I saved it as vbs extention into the folder at my desktop. but how can I execute this code? thank you!

  • @TheFun369 - For executing the code, all you need to do is double click the '.vbs' file you saved.

  • @stupidgaylogincrap - I double clicked it and it simply just opened without being executed.

    here is the steps I did:

    1), opened notepad and wrote the code as you did.

    2). saved it to .vbs file.

    but could not execute. any detailed steps than this? really embarrassed.

  • @TheFun369 - It may be that your 'windows scripts' (runtime files for VBScripts & Javascript) is missing or corrupt. You might try to re-get those files from Microsoft's Download Center. Google: "Microsoft Windows Scripts [put O.S here]"

  • Comment removed

  • @stupidgaylogincrap - Hi, I am using Windows 7 OS, how should I get the 'windows scripts' working? thank you. 

  • @TheFun369 - Open up 'run' (press windows key + r) type 'regedit.exe' & enter. Select "HKEY_CURRENT_USER\Software\Mi­crosoft\Windows Script Host\Settings" from the folders on the left of the Registry Editor window. Double click on "Enabled" in the window pane to the right. Set the Value to 1. Return to the folders list in the Registry Editor. Select the folder "HKEY_LOCAL_MACHINE\Software\M­icrosoft\Windows Script Host\Settings." Again double click on "Enabled" set the value to 1.

    -ehow-

  • @stupidgaylogincrap - it is working. thank you very much for your prompt response!

  • good

  • you could also use sendkeys ("{tab}")

    google sendkeys and open the first link for the list

  • thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you

  • so say i wanted to use the same file to open like 3 different websites. what do i do in between the two things?

    ex.

    after:

    wscript.quit

    HERE!

    and i wanted to open ANOTHER website.

    do you understand what im trying to say? lol.

  • didnt work!!!!!!!! >=(

  • what recorder did you use for bluring your password?

  • @1847nick - Camtasia Studio 5

  • @stupidgaylogincrap and if i want to start a program like yahoomesenger instead a web link... what showld i do?

  • Super! thanks

  • Good job! The good news is that this works not only for Yahoo :) You have to change the first "a.sendkeys" to your user, third "a.sendkeys" to your password and the site for login ofcourse :) Anyway i like it :)

  • Great Work! The good news is that this is not only for Yahoo :)

  • good job men

  • DAMN, THIS IS AWESOME! I used this and made a spambot on blockland that makes a thread every 30 seconds. xD

    I wasn't going to spam blockland, but I'm IPed from roblox, I own blocknation, and blockcommunity has always been nice to me so blockland is the only block game left.

  • Comment removed

  • Its really a well defined tutorial.

    Can you please let me know also how to logoff/signout from Yahoo page once you logged in. 

  • awesome i did it with gmail!

  • can i ask you something where did you get all the code cus i want to make a custom one thanks anyway

  • @Deathray75 - I didn't get this code I experimented with simple Sendkeys function in order to create a simple login bot. It's called experimental scripting. Someone was said on one of my videos that they wanted to create a myspace login bot. Well they didn't know how and so I set forth to experiment with a yahoo login bot and showed them how to create a myspace login bot. All you need to do to make site logins is find how many times the tab key is needed. Simple sendkeys function Chr(9)

  • @stupidgaylogincrap  thanks

  • Thanks, it works. How long did it take you to learn VB scripting? I'm a beginner to all of this. I know some batch scripting but not a lot. I am hoping to learn this language then move on to some real programming languages.

  • @KDALove - Well there is still a lot of VBScript I don't know. As for how long it took, well i can't be sure cause I've been fiddling with VBScript off and on for a while now. Yeah VBS is just a scripting language. I have a problem of stopping any kind of computer scripting / programming and later just forgetting what I used to know so I have to refresh myself so I can get back to what I was. It goes like that a lot for me. Long Coding Breaks are bad lol

  • ITZ REALLY AWESOME COOOL

  • hey man i was hoping someone could help me make one that does one password... if that fails, another, and so on. what i want this for is to use it as an auto-sql injector... hopefully someone out there can hook me up. thanks =P

  • @BurnTheOpposing -If you code in visual basic you can make a listbox that you'd open your wordlist (pass word list) and use send keys to go through each and every one of the passwords in your list. depending on your word list it can take forever to bruteforce passwords. if you don't know how to do that. i can help you reply back for details / source.

  • @stupidgaylogincrap i dont have visual basic the program but i can use notepad for vbs if thats what you mean. and i may need some help with the if not command or whatever that is

  • @BurnTheOpposing - I've made a new video that should help you it's on my page hope it meets your needs.

  • People, please tell me you saved as a .vbs file, or you have nothing to do here, or, if that doesn't work, do this: add an " at the first, and a " at the end (yes, an "), like this:

    "myscript.vbs", save, then you get it.

  • thanks!

    works on many other pages too :]

  • thanks this was awsome

  • I have the same issue. Notepad is the defualt application for opening the vbs extention and Im not sure what to change it to. The Open with command line option in open with didnt work either.

  • ok try this.

    create a new document and it's file format will be batch so .bat then add the script down below to associate the file type to the wscript.exe & stuff

    @echo off

    assoc .vbs=VBSFile

  • hey when i try to run it it just opens up notepad anything special u have to do?

  • I'm a bit confused as to why it's loading up you're notepad :-? maybe try to add Dim a above the "set a =" code

  • did you save it as anything.vbs (the anything doesn't have to be there, you can name it whatever you want) if you didnt, then you're supposed to.

  • ...its really worked... g8

  • Your on a laptop aren't you, i can hear the sound that comes from typing on one.

  • Ty, it works on google too,,.,.,.,

  • make sure you have no spaces in the website when copying it from the description..

  • a is VBS a program?

  • same here

  • Ya it does!

  • It says Sorry Page not found!

  • its becuase the yahoo page has updated.. try going to the yahoo login page and copy the link there..

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more