Jump to content

im having trouble


Recommended Posts

  • Moderators

qweasdzxc1234,

Welcome to the AutoIt forum. :huh:

With so little information we cannot even begin to help. What are the autoit.exe files you are running supposed to do? Can you post the source code? :D

Help us to help you. :)

M23

Edit: And we do not permit multiple accounts - why have you not used your original "sickqweasdzxc" account? And why have you created another 4 since I answered this post?

Please no-one else answer until I get an answer to this.

Edited by Melba23
Added info

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

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****

#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker

#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

WinWaitActive("Zebraffe(Strongest) washiwashi(423424)--version:1.0.3.3") ;The script waits for the window named "xxx" to become active.

WinSetOnTop("Zebraffe(Strongest) washiwashi(423424)--version:1.0.3.3", "", 0)

$win = "Zebraffe(Strongest) washiwashi(423424)--version:1.0.3.3"

WinMove($win, "", 0, 0)

$k = 1

Do

_monstersearch()

Until $k = 2 ;Loop Repeated non stop since $k is always 1. So you need to press End key to stop the script

Func _monstersearch()

$w = 1

Do

ControlSend($win, "", "", "{f4}") ;send key 1 for scroll

Sleep(150000) ;stop for 2 sec

ControlSend($win, "", "", "{f3}") ;send key 1 for scroll

Sleep(250000) ;stop for 2 sec

Until $w = 2

EndFunc ;==>_monstersearch here it is

Link to comment
Share on other sites

  • Moderators

qweasdzxc1234,

monstersearch

Well, well, well. What a surprise! :D

And I still want an answer to why you have opened so many new accounts. :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

i open just 2 accounts ma'am melba 1st account was error i think cause on yahoo its says not yet registered but i think i registered it before so i made another 1. so ma'am what do you think is my problem why does my autoit.exe sometimes blue screen?is it because i use like e autoexe on 1 client window?

Link to comment
Share on other sites

  • Moderators

i open just 2 accounts ma'am melba

Firstly, I am not a "ma'am" - and there is certainly no need to call me "sir" either. :huh:

Secondly, as I mentioned above multiple accounts are not permitted here. At the moment you have "sickqweasdzxc" and "qweasdzxc1234" - I have deleted the 3 others while they were validating. You can only keep one account - which is to be? :D

M23

Edited by Melba23
Typo

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

  • Moderators

qweasdzxc1234,

btw im just being respectful

I know - and that is why we have been discussing the matter in a civilised manner. :)

I will prevent the "sickqweasdzxc" account from being used again - but please do not open any more accounts. :D

; ------------------------

Now to your question - as it seems you are using a game-bot (what else can a script which includes a "monstersearch" be?) I suggest you read the Forum Rules before you post again. You are now very firmly on my radar and you do not want to attract any more attention. :D

Thread locked. :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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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