Raptiye Posted January 14, 2021 Share 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 14, 2021 Developers Share 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. Link to comment Share on other sites More sharing options...
Raptiye Posted January 14, 2021 Author Share Posted January 14, 2021 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 More sharing options...
Developers Jos Posted January 14, 2021 Developers Share 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. Link to comment Share on other sites More sharing options...
Raptiye Posted January 14, 2021 Author Share Posted January 14, 2021 22 minutes ago, Jos said: You did not answer my question, so try again to answer my original question! @Everybody, please stay out for the moment. I open a box in one game and I have to switch to the other account and open it in ten. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 14, 2021 Developers Share 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. Link to comment Share on other sites More sharing options...
Raptiye Posted January 14, 2021 Author Share Posted January 14, 2021 2 minutes ago, Jos said: Why?.... and did you read our forum rules in relation to game automation? i didn't read. Why is it forbidden? Could you please explain or link, ty. Link to comment Share on other sites More sharing options...
Somerset Posted January 14, 2021 Share Posted January 14, 2021 Quote Launching, automation or script interaction with games or game servers, regardless of the game. Link to comment Share on other sites More sharing options...
Raptiye Posted January 14, 2021 Author Share Posted January 14, 2021 You can delete my content. I do not want to violate. i didn't know, i'm sorry. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 14, 2021 Developers Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts