Jump to content

Reviving


Recommended Posts

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

help me i want to change mozilla firefox to internet explorer help me with this

Func GO()
If FileExists(@ProgramFilesDir & "\mozilla\firefox.exe") Then
Run(@ProgramFilesDir & "\mozilla\firefox.exe")

New Owner of this AU account

Link to comment
Share on other sites

help me i want to change mozilla firefox to internet explorer help me with this

Func GO()
If FileExists(@ProgramFilesDir & "\mozilla\firefox.exe") Then
Run(@ProgramFilesDir & "\mozilla\firefox.exe")
If FileExists(@ProgramFilesDir & "\Internet Explorer\iexplore.exe") Then

Run(@ProgramFilesDir & "\Internet Explorer\iexplore.exe)

Link to comment
Share on other sites

Anything wrong with this script post pls help me fix it always error help pls

#include <GuiConstants.au3>

If Not IsDeclared('WS_CLIPSIBLINGS') Then Global $WS_CLIPSIBLINGS = 0x04000000

GuiCreate("MyGUI", 392, 323,(@DesktopWidth-392)/2, (@DesktopHeight-323)/2 , $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)

$Label_1 = GuiCtrlCreateLabel("Username", 20, 90, 80, 20)
$Label_2 = GuiCtrlCreateLabel("Password", 20, 150, 80, 30)
$Input_3 = GuiCtrlCreateInput("", 180, 80, 130, 30)
$Input_4 = GuiCtrlCreateInput("", 180, 150, 140, 30)
$Submit = GuiCtrlCreateButton ("Go", 180, 200, 60,40)
GuiSetState()
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case $MSG = $Submit
        Go()
    Case Else
;;;
    EndSelect
WEnd
Exit
#endregion --- GuiBuilder generated code End ---

;sleep(2000)

Func GO()
If FileExists(@ProgramFilesDir & "\Internet Explorer\iexplore.exe") Then
Run(@ProgramFilesDir & "\Internet Explorer\iexplore.exe)
sleep(1000)
MouseClick("left", 0, 500, 2);;;;;;;;;;;;;;; change 0 , 500 to URL location
send("www.darkthrone.com")
MouseClick("left", 0, 500, 2);;;;;;;;;;;;;;;;;;;; change location of username
$Var = GuiCtrlRead($Input_3)
Send($Var)
sleep(200)
send("{tab}")
sleep(200)
Send(GuiCtrlRead($Input_4) & "{Enter}")
sleep(1000)

MouseClick("left", 0, 500, 0);;;;;;;;;;;;;;;;; change coordinates to community
sleep(200)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;; change coordinates to recruit
sleep(1000)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;;;;;;;;; change coordinates to wardogs
sleep(1000)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;;;;;; change coordinates to recruit button
sleep(800)
For $i = 1 to 349
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;; change to coordinates of recruit button
Sleep(800)
next
Else
    MsgBox (0,"Warning", "FireFox not found")
Endif
endfunc

i think it is not ignoring with the space thing always line error this needs a skillfull scripter

New Owner of this AU account

Link to comment
Share on other sites

  • Moderators

I think you've actually posted 2 real questions out of your 42 post, and the other 40 were just senseless spamming/bumps within a few minutes of each other.

Edit:

ChrisL has gone above and beyond any others I know would have for your situation.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

ok got it the " thing you forgot

smokes sorry cheating question's really important santee's cheating for 5yrs i think

but wait Smokes ChrisL thatsgreat2345

can exit the script easily

the x and y axis it always moves to bottom left

New Owner of this AU account

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...