Jump to content

Script Restart - (Locked)


Raptiye
 Share

Recommended Posts

#include <IE.au3>

Local $oIE = _IEcreate ("https://siteopen")

$test1 = "user"
$test2 = "pass"

Local $username = _IEGetObjByName ($oIE, "edit[id]")
local $password = _IEGetObjByName ($oIE, "edit[pass]")
local $button = _IEGetObjByName ($oIE, "account_login_submit")

sleep(1000)
$oBtn = _IEGetObjById($oIE, "account_login_submit")
_IEAction($oBtn, "click")

sleep(5000)
Local $oIE = _IEcreate ("https://sitepost")

sleep(2000)
local $button = _IEGetObjByName ($oIE, "btnOpen")
$oBtn = _IEGetObjById($oIE, "btnOpen")
_IEAction($oBtn, "click")

sleep(2000)
local $button = _IEGetObjByName ($oIE, "btnRedeem")
$oBtn = _IEGetObjById($oIE, "btnRedeem")
_IEAction($oBtn, "click")

sleep(2000)
Local $oIE = _IEcreate ("https://logout")

I want to login again with a different user. Script like wrap around. Can you help me, ty.

Link to comment
Share on other sites

11 minutes ago, Jos said:

What exatly are you redeeming for multiple accounts?

 

This was not what I wanted. I hope it is not for the blank message. Clicking the like button as an example. But I have to repeat them, only script.

No script problem. I just have to repeat.

Link to comment
Share on other sites

  • Developers

You did not answer my question, so try again to answer my original question!

 

@Everybody, please stay out for the moment.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Welcome to the AutoIt forum.

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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