Raptiye Posted January 14, 2021 Posted January 14, 2021 #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.
Developers Jos Posted January 14, 2021 Developers Posted January 14, 2021 What exatly are you redeeming for multiple accounts? seadoggie01 1 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.
Raptiye Posted January 14, 2021 Author Posted January 14, 2021 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.
Developers Jos Posted January 14, 2021 Developers Posted January 14, 2021 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.
Raptiye Posted January 14, 2021 Author Posted January 14, 2021 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.
Developers Jos Posted January 14, 2021 Developers Posted January 14, 2021 Why?.... and did you read our forum rules in relation to game automation? 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.
Raptiye Posted January 14, 2021 Author Posted January 14, 2021 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.
Somerset Posted January 14, 2021 Posted January 14, 2021 Quote Launching, automation or script interaction with games or game servers, regardless of the game. Expand
Raptiye Posted January 14, 2021 Author Posted January 14, 2021 You can delete my content. I do not want to violate. i didn't know, i'm sorry.
Developers Jos Posted January 14, 2021 Developers Posted January 14, 2021 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.
Recommended Posts