Name: Anonymous 2007-05-02 22:31 ID:hrpiCwba
Hey, someone new to the internets here. So, let's say there's this local contest where you have to vote for sexy women. The voting page is an SWF file. I decompiled the file and found the button that votes for the person I like. The button activates this action script.
// Action script...
on (release)
{
var sender = new LoadVars();
sender.send("http://localcontest.com/cgi-bin/WebObjects/contest.woa/wa/addVote?contestant=37 ", "_level1", "post");
getURL("javascript:setCookie()");
_root.voter._y = 650;
_root.vote.gotoAndStop(2);
}
Can I theoretically point my browser to http://localcontest.com/cgi-bin/WebObjects/contest.woa/wa/addVote?contestant=27 and just refresh the page in order to vote, or is it dependent on other things in the script?
Thanks
// Action script...
on (release)
{
var sender = new LoadVars();
sender.send("http://localcontest.com/cgi-bin/WebObjects/contest.woa/wa/addVote?contestant=37 ", "_level1", "post");
getURL("javascript:setCookie()");
_root.voter._y = 650;
_root.vote.gotoAndStop(2);
}
Can I theoretically point my browser to http://localcontest.com/cgi-bin/WebObjects/contest.woa/wa/addVote?contestant=27 and just refresh the page in order to vote, or is it dependent on other things in the script?
Thanks