Changes

[Cookie Section] How it works
Line 31: Line 31:     
==Option 3: Editing DMM Cookie's Region Flag==
 
==Option 3: Editing DMM Cookie's Region Flag==
<span id="cke_bm_50S" style="display: none;"> </span>This method works for any OS or browser.
      +
===Usage===
 
# Log into DMM.com
 
# Log into DMM.com
 
# Switch the language of the site from English to Japanese (日本語) at the top of the site.
 
# Switch the language of the site from English to Japanese (日本語) at the top of the site.
 
# Open the Developer Bar (F12), put these lines into the Console and execute.
 
# Open the Developer Bar (F12), put these lines into the Console and execute.
   
<pre>
 
<pre>
 
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=osapi.dmm.com;path=/";
 
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=osapi.dmm.com;path=/";
Line 42: Line 41:  
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=www.dmm.com;path=/netgame/";
 
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=www.dmm.com;path=/netgame/";
 
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=log-netgame.dmm.com;path=/";
 
document.cookie = "ckcy=1;expires=Sun, 09 Feb 2019 09:00:09 GMT;domain=log-netgame.dmm.com;path=/";
 +
</pre>
   −
</pre>
+
===Advantages===
 +
* Works for any OS or browser
 +
* You do not need to download or install any third-party software
 +
* You will have access until you specifically clear your browser cookies
 +
* It is fast, since you'll be using your direct internet connection
   −
This method works by changing the region flag of your DMM cookie from "[insert country that is not Japan]" to "Japan". The game isn't actively checking your IP address, it only checks the cookie's region flag. Since it's now set to "Japan", you can access the game directly without any VPN. This also allows you to play the game directly on their website.
+
===How it works===
 +
[[File:Region_cookies_101.jpg|thumb]]
 +
* You use the browser's dev tools console to write cookies on your computer. Nothing has been transmitted to the server at this point.
 +
* Once you refresh DMM, it will now check for the cookies. Your browser includes these cookies as a part of the HTTP header on your refresh.
 +
* DMM will now see the new region flag on the cookies, (''which they do not know you faked it since it was given by your browser'') and grant you access.
 +
* Choose your netgame and play
 +
{{clr}}
    
==Play without VPN/Proxy==
 
==Play without VPN/Proxy==
15

edits