What's new

Web iMacros Help

Nixist

Nixist

Lone Wolf
Messages
73
Reaction score
57
Points
95
Sin$
0
Hey everyone, I don't know how many of you know about the iMacro extension for Mozilla Firefox but I am having trouble with it. As some of you may know, Xbox is recycling tags today and I have procrastinated coding this until now. Basically can't get this script to get past the "Claim It!" page, for whatever reason it just gets stuck there and stops.

Code:
VERSION BUILD=8970419 RECORDER=FX
TAB T=1
URL GOTO=https://live.xbox.com/en-US/ChangeGamertag
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:NewGamertag CONTENT="Example"
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=20

For anyone willing to help, I have recorded and edited the script up to this point. Where "Example" is you would put your gamertag you are searching for without the quotations. Also I have tested the "WAIT" script and if you set it any lower or refresh the page too often the site will block your account momentarily. Xbox accounts can be created without paying(Silver) and you are allowed one free name change (if you wish to help test this and don't have an account already.)
 
Marvelous

Marvelous

(∩`-´)⊃━☆゚.*・。゚
Grammar Nazi Stickied Bright Idea
Messages
2,507
Reaction score
1,696
Points
835
Sin$
0
Code:
Refresh
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:NewGamertag CONTENT="Example"
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=5
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=20
That should work. You should remove the 20 seconds. I have mine set for .5 seconds...
Nixist Nixist
 
Nixist

Nixist

Lone Wolf
Messages
73
Reaction score
57
Points
95
Sin$
0
Code:
Refresh
TAG POS=1 TYPE=INPUT:TEXT ATTR=NAME:NewGamertag CONTENT="Example"
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=5
TAG POS=2 TYPE=INPUT:SUBMIT ATTR=*
WAIT SECONDS=20
That should work. You should remove the 20 seconds. I have mine set for .5 seconds...
Nixist Nixist
Will it loop continuously and still claim it?
 
Top Bottom
Login
Register