3.50 star(s) 125 Votes

ltech

Newbie
Apr 25, 2018
32
26
would u give any information abou how u did it or i should just forget about it?
First download VNE2.js(find link by viewing page source)
Second, search for DRM, it should be something like this
Code:
DRM: "_5y",
DRM2: "_6y",
DRM3: "_7y",
refererDRM: "_8y",
refererDRMHappened: "_9y",
ch7DRM: "_ay",
newPatreonDRM: "_by",
minPledge: "_cy",
So we now need to search for _5y and change a few booleans to turn DRM off, this value will different on each chapter.
Code:
global._5y = 0;
global._6y = 0;
global._7y = 0;
global._8y = 0;
global._9y = undefined;
global._ay = (global._8y > 0.5 ? undefined : 1);
global._by = 0;
global._cy = 0;
global._dy = 0;
global._ey = 0;
Use a browser plugin to redirect the URL to VNE2.js to your modified one, note that if you are using https your modified one will also need to be secured or you could just use http instead and have the modified one stored locally on your machine.
 

Ignatz

What's the airspeed velocity of an unladen swallow
Donor
Feb 17, 2018
3,578
10,104
Plus, free versions are, you know, "legal"
 

TORNADOINSANE1

New Member
Mar 19, 2018
3
0
you guys can test and see if it works. idk nothing about coding 'n shit, so if somethings broken, well shit.

You don't have permission to view the spoiler content. Log in or register now.
Is there some way i could get this without it downloading as a .7z file because with the link it only gives me a .7z compressed file which i cannot open.
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,669
23,789
Can you come to my place to install it?
nope, but i would gladly help you to choose which version to use: win/linux
you know, there are differences...
 
3.50 star(s) 125 Votes