Jump to content

Looking for some help in making a script


Recommended Posts

Hi,

I am trying to figure out how to write up a script but I have NO IDEA where to even start.

I want a script that can read a list of logins and passwords from a text file and can try each login/password that are on the same line as each other in a website login page and then returns the result back to me on whether or not it successfully logged in or not.

When you fail to log in you will get a pop-up on the login page saying the login details are wrong. If it does log in, it will then take you to the home page of the website.

So something similar to this,

logins.txt that contains the logins

bob|henry

samanther|garlic123

christopher|stevenboil

and so on....and what the program will do is read these logins and try every single line with a login on it and once it is done trying them all, It will then make some kind of window that has a list of the usernames and a tick or cross next to the username and the logins with the ticks are the logins that make it to the home page and the logins with the crosses are the logins that never left the login page after a certain amount of seconds.

So, a better run down of what I am after.

Bot reads text file

Bot inputs login details into website

Bot checks if web address (provided by me) has been loaded

Bot checks if web address (provided by me) still equals the log in page

Bot goes through every login and then creates a window with just the usernames and displays ✔ or × next to them and that tells me if a login worked or not.

Would this be easy to write up?

Link to comment
Share on other sites

  • Moderators

ZenMastah,

This does not sound at all like something we want to support. Checking a list of usernames and passwords to see which are valid - I can just imagine why you might want to do that. :naughty:

So the thread is closed - and as that makes a hat-trick of 3 out of 3 of your threads locked you also win a holiday from the forum. If and when you return stick to questions that do not require a Moderator to follow you about or you will be permanently removed. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...