You are viewing our Forum Archives. To view or take place in current topics click here.
Xbox Custom Gamerpics and Gamerscore
Posted:

Xbox Custom Gamerpics and GamerscorePosted:

Gary
  • Wizard
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Motto: Consume Tacobell. Play RuneScape.
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Xbox Custom Gamerpicture and Gamerscore Modding
Prerequisites:
Windows 10
Xbox App [ Register or Signin to view external links. ]
Avatars App [ Register or Signin to view external links. ]
Fiddler [ Register or Signin to view external links. ]

Tutorial Setup:
1) Install Fiddler and open Tools>Telerik Fiddler Options
2) Go to the HTTPS tab, click the "Actions" button, Trust Root Certificate and go through the Yes dialog windows until the cert is in your trusted root
3)Tick the "Decrypt HTTPS Traffic" box, then for the "Protocols" section, paste in:

ssl3;tls1.0;tls1.1;tls1.2


4) Click Ok, and restart Fiddler.
5) Click the "WinConfig" button, and look for "Xbox" & Xbox Avatars" Tick the boxes, save changes. Or, if you're lazy, click "Exempt All" then save changes. This allows you to record local loopback traffic, bypassing the security mechanism implemented by MS w/ Win8
6) Make sure you're recording (File>Capture Traffic) and we can begin


Gamerpic Tutorial Procedure:
1) Open the Xbox Avatars App, you should start to see some traffic in Fiddlers left hand panel
2) Click the camera icon on the left-hand side, then click the camera on the right-hand side (We're setting a gamerpic of our avatar to grab the link for gamerpics)
3)Click "Save as Gamerpic" [ Register or Signin to view external links. ]
4) In Fiddler, on the left-hand side, look for: [ Register or Signin to view external links. ]
5) Copy the entirety of that request, and bring it over to the "Composer" tab
6) Mimic yours to look like this: [ Register or Signin to view external links. ]
7) Set the value to 0, then click "Execute" This should return as "201 Created" (We do this to have our gamerpic show instead of our avatar)
8) Next, look for the gamerpic link itself: [ Register or Signin to view external links. ]
9) Same as before, copy that request and throw it in the composer tab
10) This is where Fiddler comes in handy: The upload file button - Have any image you'd like ready, .jpg or .png (Has to be 1080x1080), and pick your desired picture [ Register or Signin to view external links. ]
11) Should look like this: [ Register or Signin to view external links. ]
12) Click the "Execute" button and your custom gamerpic will be set!
13) Example of completion: [ Register or Signin to view external links. ]


Gamerscore Tutorial Procedure:
1) Start recording in Fiddler, and open the Xbox App
2) Change a simple setting, such as your profile bio
3) Grab that link and throw it in the composer
4) Change the Bio setting to Gamerscore, and enter any value you desire (Max is 999,999,999)
5) Your composer should look like this: [ Register or Signin to view external links. ]
6) Click "Execute" and you'll have your new gamerscore
7) Example of Completion: [ Register or Signin to view external links. ]



Edit: Rewriting right now.


Last edited by Gary ; edited 2 times in total

The following 26 users thanked Gary for this useful post:

Skates (04-14-2017), Ethan (04-03-2017), Goth (04-02-2017), hh (04-01-2017), IQ (04-01-2017), Toward (04-01-2017), Rodent (04-01-2017), LGW (04-01-2017), Yamborghini (04-01-2017), Daniel (04-01-2017), Ghost (04-01-2017), Devil (03-31-2017), Fibril (03-31-2017), Loke (03-31-2017), Chris (03-31-2017), Mr_Robot (03-31-2017), Nathan (03-31-2017), Elijah (03-31-2017), Sean (03-31-2017), SFX (03-31-2017), dj (03-31-2017), Saki (03-31-2017), Luke (03-31-2017), Tom (03-31-2017), Brigand (03-31-2017), Mortar (03-31-2017)
#2. Posted:
Mortar
  • Winter 2017
Status: Offline
Joined: Nov 10, 201112Year Member
Posts: 7,618
Reputation Power: 30596
Motto: DaleUK is just boneless Sean - Nagisa
Motto: DaleUK is just boneless Sean - Nagisa
Status: Offline
Joined: Nov 10, 201112Year Member
Posts: 7,618
Reputation Power: 30596
Motto: DaleUK is just boneless Sean - Nagisa
PRAISE FELIX!

How it works for me:



Tutorial Setup:
1) Install Fiddler and open Tools>Telerik Fiddler Options
2) Go to the HTTPS tab, click the "Actions" button, Trust Root Certificate and go through the Yes dialog windows until the cert is in your trusted root
3)Tick the "Decrypt HTTPS Traffic" box, then for the "Protocols" section, paste in:

ssl3;tls1.0;tls1.1;tls1.2


4) Click Ok, and restart Fiddler.
5) Click the "WinConfig" button, and look for "Xbox" & Xbox Avatars" Tick the boxes, save changes. Or, if you're lazy, click "Exempt All" then save changes. This allows you to record local loopback traffic, bypassing the security mechanism implemented by MS w/ Win8
6) Make sure you're recording (File>Capture Traffic) and we can begin


Gamerpic Tutorial Procedure:
1) Open Fiddler and the Xbox Avatars App
2) Click the camera icon on the left-hand side, then click the camera on the right-hand side
3)Click "Save as Gamerpic"
4) In Fiddler, on the left-hand side, look for the 201 result for profile.xboxlive
5) Copy the entirety of that request, and bring it over to the "Composer" tab
6) Mimic yours to look like this: [ Register or Signin to view external links. ]
7) Set the value to 0 of the string cut and pasted into the "Request Body", then click "Execute" This will create another 201 result
8) Next, look for the 200 result for gamerpics.xboxlive
9) Same as before, click on it, and view the raw in the "Inspector" tab and copy that request and throw it in the "Composer" tab (No need to copy the image code itself, just the top set as shown in the video)
10) Select "Upload File" to the right of the "Request Body" and select your desired picture
11) Click the "Execute" button, if done right it will create another result for gamerpics.xboxlive
12) Go back to the "Inspector" tab and copy the code again and paste it into the "Composer" tab (Don't include the top line which has the result host) and remove the Transfer-Encoding: chunked line
13) Select "Upload File" to the right of the "Request Body" and select your desired picture again
14) Click the "Execute" button, if done right it will create a 200 result for gamerpics.xboxlive
15) You're done. Enjoy.


NOTE: TRANSPARENCY WITHIN IMAGES ARE SUPPORTED, BUT ANIMATED IMAGES ARE NOT, THEY WILL BE CONVERTED INTO A STILL IMAGE. I ADVISE AGAINST SETTING INAPPROPRIATE IMAGES AS IF CAUGHT, THIS WILL GIVE THEM REASON TO TAKE HARSHER ACTIONS AGAINST YOUR ACCOUNT OPPOSED TO A SIMPLE GAMERPIC RESET.


Last edited by Mortar ; edited 3 times in total
#3. Posted:
Saki
  • Retired Staff
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 4,993
Reputation Power: 14214
Motto: Wow crazy USA hamburger yes
Motto: Wow crazy USA hamburger yes
Status: Offline
Joined: Apr 09, 201113Year Member
Posts: 4,993
Reputation Power: 14214
Motto: Wow crazy USA hamburger yes
I knew it was through the Xbox app, people are so ready to jump on the "Xbox is modded" bandwagon. Not sure how Microsoft is going to handle people exploiting like this though.
#4. Posted:
dj
  • Administrator
Status: Offline
Joined: Aug 06, 201112Year Member
Posts: 3,062
Reputation Power: 23660
Motto: space
Motto: space
Status: Offline
Joined: Aug 06, 201112Year Member
Posts: 3,062
Reputation Power: 23660
Motto: space
Good job gary you did well wizard.
#5. Posted:
Sean
  • Administrator
Status: Offline
Joined: May 14, 200815Year Member
Posts: 7,691
Reputation Power: 32236
Status: Offline
Joined: May 14, 200815Year Member
Posts: 7,691
Reputation Power: 32236
Really who did this? lol

[ Register or Signin to view external links. ]
#6. Posted:
Gary
  • Retired Staff
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Motto: Consume Tacobell. Play RuneScape.
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Sean wrote Really who did this? lol

[ Register or Signin to view external links. ]


TheMemeGame is my account. I reset the gamerscore back to 30 so it doesn't get banned.
#7. Posted:
Brigand
  • E3 2018
Status: Offline
Joined: Apr 07, 201311Year Member
Posts: 4,097
Reputation Power: 4228
Status: Offline
Joined: Apr 07, 201311Year Member
Posts: 4,097
Reputation Power: 4228
It work.
Much obliged Potion.
[ Register or Signin to view external links. ]


Last edited by Brigand ; edited 1 time in total
#8. Posted:
Nathan
  • Summer 2022
Status: Offline
Joined: Jun 05, 201310Year Member
Posts: 5,324
Reputation Power: 27345
Motto: Chat is... well you know...
Motto: Chat is... well you know...
Status: Offline
Joined: Jun 05, 201310Year Member
Posts: 5,324
Reputation Power: 27345
Motto: Chat is... well you know...
finally got this to work thank you!!!

rep and thanked!

ps my Gamerscore 999,999,999 lol
#9. Posted:
Loke
  • Senpai
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 6,130
Reputation Power: 26326
Motto: Luna my boyfriend :3 || oh I'm also probably brain damaged or something idk
Motto: Luna my boyfriend :3 || oh I'm also probably brain damaged or something idk
Status: Offline
Joined: Oct 12, 201112Year Member
Posts: 6,130
Reputation Power: 26326
Motto: Luna my boyfriend :3 || oh I'm also probably brain damaged or something idk
ayyy it worked


[ Register or Signin to view external links. ]

ty
#10. Posted:
SwizzlePick
  • V5 Launch
Status: Offline
Joined: Sep 05, 201211Year Member
Posts: 794
Reputation Power: 51
Status: Offline
Joined: Sep 05, 201211Year Member
Posts: 794
Reputation Power: 51
If someone could make a quick video on this, I am so lost D:
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.