Jump to content

Recommended Posts

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

Posted
  On 1/14/2021 at 5:16 PM, Jos said:

What exatly are you redeeming for multiple accounts?

Expand  
 

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.

Posted
  On 1/14/2021 at 6:02 PM, Jos said:

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

 

@Everybody, please stay out for the moment.

Expand  

I open a box in one game and I have to switch to the other account and open it in ten.

Posted
  On 1/14/2021 at 6:29 PM, Jos said:

Why?....   and did you read our forum rules in relation to game automation?

Expand  
 

i didn't read. Why is it forbidden? Could you please explain or link, ty.

  • Developers
Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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