ChrizDoe

Aurora Legend Reward Codes

Oct 26th, 2019
2,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## PUT YOUR CHARACTER ID HERE ###
  2. $charId = "abc"
  3.  
  4. $codes = @("LYFA89K", "YF6DDNQ", "YHGZZFV", "EJIBICR", "X854Z2G", "XW1U1Q8", "7Q1JFLK", "5DGOW9F", "AXYIRDO", "WHN33KA", "OMQTPXW", "L3YR8JO", "NLJTXVS", "AJI6UZA", "NRAFN4U", "H1I7C0O", "DNLZFJT")
  5.  
  6. foreach($code in $codes){
  7.     $url = "https://al.rastargames.com/api/giftExchange.php?roleId=$($charId)&cdKey=$($code)"
  8.     $reply = Invoke-WebRequest -Uri $url -Method POST
  9.     $json = $reply.Content | ConvertFrom-Json
  10.     Write-Host "$($code): $($json.msg)"
  11. }
Advertisement
Add Comment
Please, Sign In to add comment