Jump to content

Mycoke Help


Recommended Posts

hey guys I got to writting my script for mycokerewards. and i need a shove in the right direction. I think it has to do with arrays but I did a search and couldnt find any basic info, and looked in the massive tutorial you can download. Im going to check the good-ol help files in a sec but thought I would post first.

here is what I have

Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
WinWait("mycokerewards - Coke - home - Microsoft Internet Explorer","Inactive Control")
If Not WinActive("mycokerewards - Coke - home - Microsoft Internet Explorer","Inactive Control") Then WinActivate("mycokerewards - Coke - home - Microsoft Internet Explorer","Inactive Control")
WinWaitActive("mycokerewards - Coke - home - Microsoft Internet Explorer","Inactive Control")
MouseMove(1050,262)
MouseDown("left")
MouseUp("left")
Sleep(1000)

//////////////////////////////////////////////////////////////////////////
Send("{SHIFTDOWN}{SHIFTUP}armageddon85{SHIFTDOWN}2{SHIFTUP}gmail.com{TAB}
//////////////////////////////////////////////////////////////////////////


MouseMove(1153,326)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(619,210)
MouseDown("left")
MouseUp("left")
Sleep(1000)
WinWait("mycokerewards - Coke - enter codes - Microsoft Internet Explorer","Inactive Control")
If Not WinActive("mycokerewards - Coke - enter codes - Microsoft Internet Explorer","Inactive Control") Then WinActivate("mycokerewards - Coke - enter codes - Microsoft Internet Explorer","Inactive Control")
WinWaitActive("mycokerewards - Coke - enter codes - Microsoft Internet Explorer","Inactive Control")
MouseMove(595,668)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(564,720)
MouseDown("left")
MouseUp("left")
Sleep(1000)

///////////////////////////////////////////////////////
Send("fjg3433cjdc3{BACKSPACE}{BACKSPACE}34dcmnc")
///////////////////////////////////////////////////////

MouseMove(965,874)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(562,864)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Send("{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}{BACKSPACE}")
MouseMove(741,863)
MouseDown("left")
MouseClick("left",742,863,2)
Send("{BACKSPACE}")
MouseMove(650,861)
MouseClick("left",650,861,2)
Send("{BACKSPACE}")
MouseMove(547,843)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(547,853)
MouseDown("left")
MouseUp("left")
Sleep(1000)
Send("qwrvopnqqweponc")
MouseMove(949,998)
MouseDown("left")
MouseUp("left")
Sleep(1000)
MouseMove(1037,289)
MouseDown("left")
MouseUp("left")
Sleep(1000)

in the first massive //// section I need to read an array of emails and passwords to enter into the login section. and then I think I need a way to loop it so that it will go through all the emails and then be done.

in the second I need a random 15 digit number/uppercase sequence entered. and is there any way to make sure that it i havent already entered the same number twice?

Link to comment
Share on other sites

ok well i figured out what I need for sure now.

I have one file like this.

blahblah@email.com, password

blahblah@email.com, password

blahblah@email.com, password

blahblah@email.com, password

and a file like this

ajrito49fm03i54

cjfkrid905ldjk3

3hjc0ecj0ewcflj

wed0jc3omsodjos

I need to have the program repeat for each email address, then only enter 20 codes but delete them after they are used. So I guess i need some sort of loop to go through 20 passwords.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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