can you upload the 1.30 html index?Save with start in DLC version 1.30
You must be registered to see the links
I used the programmer's magic and edited the local and online versions index.html to get it
can you upload the 1.30 html index?Save with start in DLC version 1.30
You must be registered to see the links
I used the programmer's magic and edited the local and online versions index.html to get it
xD Was hoping it was the new DLCSave with start in DLC version 1.30
You must be registered to see the links
I used the programmer's magic and edited the local and online versions index.html to get it
Start from new DLC.xD Was hoping it was the new DLC
Whats the access code?Save with start in DLC version 1.30
You must be registered to see the links
I used the programmer's magic and edited the local and online versions index.html to get it
I don't know the access code. I just broke the game to boot at the beginning of the DLC. Use my save filesWhats the access code?
As with most sugarcube games, the access code is : SugarCube.Engine.play("Intro")Whats the access code?
7 post above yoursDoes anyone have DLC link?
9 above yoursSeriously, no one can crack the game code?
all you need is to reverse this function, but afaik it is impossible. 233=231+2=170+63=189+34 etc. each sum has many possible inputs, but you need to know each of them.It is possible to some to get the codes for each version, but not everybody is that capable with a computer. I've tried it myself, i'm too stupid.
/* hashStr - Start */
window.hashStr = function(txt) {
var hash = 0, i, chr;
if (txt.length === 0) return hash;
for (i = 0; i < txt.length; i++) {
chr = txt.charCodeAt(i);
hash = ((hash << 5) - hash) + chr;
hash |= 0; // Convert to 32bit integer
}
return hash;
};
/* hashStr - End */