Hey guys,
So listen. What you need to do is
THIS NEEDS TO BE DONE ON THE TEASE REQUIRING A PASSCODE.
1. Go to
http://www.milovana.com/webteases/getsc ... ={scriptid} The script ID is found at the end of the url of the tease. (
http://www.milovana.com/webteases/showf ... p?id=22978 is 22978 for example, so I'd go to
http://www.milovana.com/webteases/getsc ... p?id=22978)
2. Scroll to the top of the tease.
NOW YOU'RE READY TO FIND THE CODE
Find the first line that looks something like this. It will be a little different, but ultimately look the same.
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:page2#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
So, to explain this. The code above for button 1 is:
And this says:
target = start (first page of the tease)
button text = "1"
----
so we can safely assume button 1 isn't the right 1 because it leads back to the start. So, because you're currently on page 1 you will need to look for 1 with the target of page2. We can clearly see it here:
Which is button 5.
So now repeat the steps, but move along 1. So now we look in the 2nd line that looks like this:
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:page2#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
and find the link to page 3:
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:page3#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:start#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
We can clearly see it here:
Which is button 2
And repeat (now for the 3rd):
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:day44a#,cap2:"3",target3:day44#,cap3:"4",target4:start#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"
Which we can clearly see:
which is button 4
THUS, THE CODE
http://www.milovana.com/webteases/showf ... p?id=22978 IS 524
old method
- Spoiler: show
- 1. Open chrome, click the menu and then choose 'tools' -> 'developer tools'.
2. You'll get a screen like this, make sure you choose 'Network' from the top menu. (http://i.imgur.com/mr4Ul85.png)
3. Refresh the tease and you'll see this: (http://img823.imageshack.us/img823/3893/glgf.png)
4. Find the 'getscript.php' one in the left hand side. There will be 2. Click the one WITHOUT &metainfo=1 (http://i.imgur.com/guCYLEH.png)
5. Copy all of what you see into a text file. (http://i.imgur.com/XzWbTvr.png + http://img202.imageshack.us/img202/9163/s3s9.png)
6. Scroll to the top of the tease in your text file. It looks like this: (http://i.imgur.com/dXyHxS7.png) (THIS IS NOT THE TOP OF THE TEXT FILE - USUALLY ABOUT 1/4 DOWN)
NOW YOU'RE READY TO FIND THE CODE
Find the first line that looks something like this. It will be a little different, but ultimately look the same.
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:page2#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
So, to explain this. The code above for button 1 is:
And this says:
target = start (first page of the tease)
button text = "1"
----
so we can safely assume button 1 isn't the right 1 because it leads back to the start. So, because you're currently on page 1 you will need to look for 1 with the target of page2. We can clearly see it here:
Which is button 5.
So now repeat the steps, but move along 1. So now we look in the 2nd line that looks like this:
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:page2#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
and find the link to page 3:
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:page3#,cap1:"2",target2:start#,cap2:"3",target3:start#,cap3:"4",target4:start#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"))
We can clearly see it here:
Which is button 2
And repeat (now for the 3rd):
Code: Select all
action:buttons(target0:start#,cap0:"1",target1:start#,cap1:"2",target2:day44a#,cap2:"3",target3:day44#,cap3:"4",target4:start#,cap4:"5",target5:start#,cap5:"6",target6:start#,cap6:"7",target7:start#,cap7:"8",target8:start#,cap8:"9",target9:start#,cap9:"0"
Which we can clearly see:
which is button 4
THUS, THE CODE http://www.milovana.com/webteases/showf ... p?id=22978 IS 524

There are so many ways for people to make their codes more obfuscated but ultimately this method, providing you understand it, will get you there.
If anyone has a genuine reason for using a code, and wishes to know the best (secure) way or implementing it, I can help - but with that said, it is really easy to break still.