'This tease is invite only' - "crack".
Posted: Tue Oct 29, 2013 6:27 pm
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.
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:
and find the link to page 3:
We can clearly see it here:
Which is button 2
And repeat (now for the 3rd):
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
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.
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"))Code: Select all
target0:start#,cap0:"1"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:
Code: Select all
target4:page2#,cap4:"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"))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")) Code: Select all
target1:page3#,cap1:"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"Code: Select all
target3:day44#,cap3:"4"THUS, THE CODE http://www.milovana.com/webteases/showf ... p?id=22978 IS 524

old method
- Spoiler: show
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.