Jump to content

Should This Topic Be Changed Into A Topic For The More Useless Scripts?


I am Bored

Recommended Posts

This is a topic for the more useless sample scripts, be sure to give credit to the original creator, as well as post a link to where the *useless* script was originally so the admins can delete that post, and admins, after deleting the post containing the *useless* script, please edit the post on this topic and remove the link.

Edited by I am Bored
Link to comment
Share on other sites

so that means that that's a yes from an admin, so topic transformation is beginning, i will make a list of where the posts are so you don't have to search for them to delete them, also could someone change the title of this, i can't get it to let me use the full editor :D i think it might just be my comp though so :D

First one:

[url="http://magicduel.invisionzone.com/topic/5533-helping-with-debugging/"]http://magicduel.inv...with-debugging/[/url]
http://magicduel.invisionzone.com/topic/5677-a-test-of-persistance-using-buttons-help-requested-to-integrate-keys-to-resume-where-you-stop/

Edited by I am Bored
Link to comment
Share on other sites

This would show all of the current variable values, except for storage.

content:
[code]<!-- content separator -->
The variables specific to each user: <br /> <br>

<!-- content separator -->
The variables current values in your script: <br /> <br>
[/code]

code:
[code]echo @content[1];
echo "player id: ".uv('id')." <br />";
echo "vitality: ".uv('ve')." <br />";
echo "vp: ".uv('vp')." <br />";
echo "exploring points: ".uv('xpl')." <br />";
echo "maximum vitality: ".uv('maxve')." <br />";
echo "maximum vp: ".uv('maxvp')." <br />";
echo "land id: ".uv('land')." <br />";
echo "alliance id: ".uv('alliance')." <br />";
echo "active days: ".uv('age')." <br />";
echo "loyalty points: ".uv('loyalty')." <br />";
echo "honor: ".uv('honor')." <br />";
echo "player name: ".uv('name')." <br />";
echo "mind power: ".uv('mp')." <br />";
echo "heads: ".uv('heads')." <br />";
echo "won fights: ".uv('won')." <br />";
echo "lost fights: ".uv('lost')." <br />";
echo "avatar level: ".uv('avatar_level')." <br />";
echo "avatar id: ".uv('avatar')." <br />";
echo "experience points: ".uv('xp')." <br />";
echo "kills during the torch competition: ".uv('kills')." <br />";
echo "illusion: ".uv('illusion')." <br />";
echo "and today is day ".date('z')." <br />";
echo @content[2];
echo "setting a: ".@va." <br />";
echo "setting b: ".@vb." <br />";
echo "setting c: ".@vc." <br />";
echo "setting d: ".@vd." <br />";
echo "setting e: ".@ve." <br />";
echo "setting f: ".@vf." <br />";
echo "setting g: ".@vg." <br />";
echo "setting h: ".@vh." <br />";
echo "setting i: ".@vi." <br />";
echo "setting j: ".@vj." <br />";
echo "setting k: ".@vk." <br />";
echo "setting l: ".@vl." <br />";
echo "setting m: ".@vm." <br />";
echo "setting n: ".@vn." <br />";
echo "setting o: ".@vo." <br />";
echo "setting p: ".@vp." <br />";
echo "setting q: ".@vq." <br />";
echo "setting r: ".@vr." <br />";
echo "setting s: ".@vs." <br />";
echo "setting t: ".@vt." <br />";
echo "setting u: ".@vu." <br />";
echo "setting v: ".@vv." <br />";
echo "setting w: ".@vw." <br />";
echo "setting x: ".@vx." <br />";
echo "setting y: ".@vy." <br />";
echo "setting z, usually credit to creator: ".@vz." <br />";
echo "template replacement setting: ".@tpl." <br />";
echo "log setting: ".@log." <br />";
echo "temporary setting: ".@temp." <br />";
echo "input setting: ".@input." <br />";
echo "content: ".@content." <br />";
echo "storage: ".@storage." <br />";
[/code]

Link to comment
Share on other sites

here is a code that will apear as a test of persistance:
Content:
[code]<!-- content separator -->
This is a test of persistence, meaning you must keep clicking till the end.
<form method="post" action="">


<input type="submit" name="1" value="Click here"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="2" value="Click here 2"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="3" value="Click here 3"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="4" value="Click here 4"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="5" value="Click here 5"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="6" value="Click here 6"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="7" value="Click here 7"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="8" value="Click here 8"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="9" value="Click here 9"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="10" value="Click here 10"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="11" value="Click here 11"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="12" value="Click here 12"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="13" value="Click here 13"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="14" value="Click here 14"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="15" value="Click here 15"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="16" value="Click here 16"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="17" value="Click here 17"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="18" value="Click here 18"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="19" value="Click here 19"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="20" value="Click here 20"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="21" value="Click here 21"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="22" value="Click here 22"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="23" value="Click here 23"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="24" value="Click here 24"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="25" value="Click here 25"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="26" value="Click here 26"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="27" value="Click here 27"/>
</form>
<!-- content separator -->
<form method="post" action="">


<input type="submit" name="28" value="Click here 28"/>
</form>
[/code]

Script:
[code]@vz = "i am bored";
if(isset(@input['1'])){
mds_give_rpcq_keys(@vz . "1");
echo @content[2];
}
else if(isset(@input['2'])){
mds_give_rpcq_keys(@vz . "2");
mds_take_rpcq_keys(@vz . "1");
echo @content[3];
}
else if(isset(@input['3'])){
mds_give_rpcq_keys(@vz . "3");
mds_take_rpcq_keys(@vz . "2");
echo @content[4];
}
else if(isset(@input['4'])){
mds_give_rpcq_keys(@vz . "4");
mds_take_rpcq_keys(@vz . "3");
echo @content[5];
}
else if(isset(@input['5'])){
mds_give_rpcq_keys(@vz . "5");
mds_take_rpcq_keys(@vz . "4");
echo @content[6];
}
else if(isset(@input['6'])){
mds_give_rpcq_keys(@vz . "6");
mds_take_rpcq_keys(@vz . "5");
echo @content[7];
}
else if(isset(@input['7'])){
mds_give_rpcq_keys(@vz . "7");
mds_take_rpcq_keys(@vz . "6");
echo @content[8];
}
else if(isset(@input['8'])){
mds_give_rpcq_keys(@vz . "8");
mds_take_rpcq_keys(@vz . "7");
echo @content[9];
}
else if(isset(@input['9'])){
mds_give_rpcq_keys(@vz . "9");
mds_take_rpcq_keys(@vz . "8");
echo @content[10];
}
else if(isset(@input['10'])){
mds_give_rpcq_keys(@vz . "10");
mds_take_rpcq_keys(@vz . "9");
echo @content[11];
}
else if(isset(@input['11'])){
mds_give_rpcq_keys(@vz . "11");
mds_take_rpcq_keys(@vz . "10");
echo @content[12];
}
else if(isset(@input['12'])){
mds_give_rpcq_keys(@vz . "12");
mds_take_rpcq_keys(@vz . "11");
echo @content[13];
}
else if(isset(@input['13'])){
mds_give_rpcq_keys(@vz . "13");
mds_take_rpcq_keys(@vz . "12");
echo @content[14];
}
else if(isset(@input['14'])){
mds_give_rpcq_keys(@vz . "14");
mds_take_rpcq_keys(@vz . "13");
echo @content[15];
}
else if(isset(@input['15'])){
mds_give_rpcq_keys(@vz . "15");
mds_take_rpcq_keys(@vz . "14");
echo @content[16];
}
else if(isset(@input['16'])){
mds_give_rpcq_keys(@vz . "16");
mds_take_rpcq_keys(@vz . "15");
echo @content[17];
}
else if(isset(@input['17'])){
mds_give_rpcq_keys(@vz . "17");
mds_take_rpcq_keys(@vz . "16");
echo @content[18];
}
else if(isset(@input['18'])){
mds_give_rpcq_keys(@vz . "18");
mds_take_rpcq_keys(@vz . "17");
echo @content[19];
}
else if(isset(@input['19'])){
mds_give_rpcq_keys(@vz . "19");
mds_take_rpcq_keys(@vz . "18");
echo @content[20];
}
else if(isset(@input['20'])){
mds_give_rpcq_keys(@vz . "20");
mds_take_rpcq_keys(@vz . "19");
echo @content[21];
}
else if(isset(@input['21'])){
mds_give_rpcq_keys(@vz . "21");
mds_take_rpcq_keys(@vz . "20");
echo @content[22];
}
else if(isset(@input['22'])){
mds_give_rpcq_keys(@vz . "22");
mds_take_rpcq_keys(@vz . "21");
echo @content[23];
}
else if(isset(@input['23'])){
mds_give_rpcq_keys(@vz . "23");
mds_take_rpcq_keys(@vz . "22");
echo @content[24];
}
else if(isset(@input['24'])){
mds_give_rpcq_keys(@vz . "24");
mds_take_rpcq_keys(@vz . "23");
echo @content[25];
}
else if(isset(@input['25'])){
mds_give_rpcq_keys(@vz . "25");
mds_take_rpcq_keys(@vz . "24");
echo @content[26];
}
else if(isset(@input['26'])){
mds_give_rpcq_keys(@vz . "26");
mds_take_rpcq_keys(@vz . "25");
echo @content[27];
}
else if(isset(@input['27'])){
mds_give_rpcq_keys(@vz . "27");
mds_take_rpcq_keys(@vz . "26");
echo @content[28];
}
else if(isset(@input['28'])){
mds_give_rpcq_keys(@vz . "28");
mds_take_rpcq_keys(@vz . "27");
echo @content[29];
}
else{
echo @content[1];
}[/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Forum Statistics

    17.5k
    Total Topics
    182.5k
    Total Posts
  • Recently Browsing

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
  • Recent Event Reviews

×
×
  • Create New...