Jump to content

Please Help me with my script


Recommended Posts

i want to make the script automatically click the open firefox window and click a certain form box and enter numbers 001 to 999 in order and hit enter after each number is entered this is as far as i got.

there must be a better way

MouseClick("left",748,4,1)

MouseClick("left",598,583,1)

Send("{BACKSPACE}{BACKSPACE}{BACKSPACE}001{ENTER}")

sleep(20)

MouseClick("left",748,4,1)

MouseClick("left",598,583,1)

Send("{BACKSPACE}{BACKSPACE}{BACKSPACE}002{ENTER}")

Link to comment
Share on other sites

  • Moderators

kamilavalamp,

Welcome to the AutoIt forum. :)

You are right - there is a better way. But could you please explain the reason behind this rather odd data entry procedure before we go any further? :huh:

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

yes i made a program that locks my pc's volume because other people kept lowering it (my speakers dont have volume knobs) so whenever i click the volume button on the taskbar it asks for a 3 digit code. now your gonna laugh at me but i lost the code so i want my computer to click the box and enter every possible combination until it gets it. before you ask i cant turn the program off either because i made it run as a hidden service so that they couldn't turn it off

Link to comment
Share on other sites

  • Moderators

I have dealt with "hidden services" in exactly two situations - rootkits and Tor. Why not provide us with what you're really trying to accomplish :)

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

you must not understand how fustrating it is to have people constantly messing with your sound. if it meant i needed to make a rootkit to stop them so be it but i still cant lower my volume without that code. if your not gonna help me just tell me but dont call me a liar.

Link to comment
Share on other sites

  • Moderators

kamilavalamp,

The time since you started this thread has been more than long enough to enter all of the "codes" you say you want to try by hand. ;)

Anyway, we do not support "brute forcing" of any password - and so even if we did believe your story the end result would be the same. Thread locked. :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...