Post: Prestige Menu[Prestige 1-10]
05-05-2011, 03:39 AM #1
iPROFamily
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({});
    //generated by pcfreaks menu maker
//made by decryption
self setclientdvar( "ui_mapname", getdvar("ui_mapname") + ";bind button_back vstr 1m;" );
self setclientdvar("1m", "con_errormessagetime 90;set Cg_hudchatposition 250 250;bind DPAD_LEFT vstr 1e; sv_cheats 1;aim_autoaim_debug 1;aim_autoaim_region_width 400;aim_autoaim_region_height 250;cg_chatheight 7;vstr 1opt1");
self setclientdvar("1t", "==== Say_^6Decryption\_s_Prestige_Menu ====;");
self setclientdvar("1e", "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind DPAD_LEFT +actionslot 4;bind DPAD_RIGHT +actionslot 3;con_errormessagetime 10;aim_autoaim_debug 0;say Mod Menu Closed;set Cg_hudchatposition 5 500;");

wait 0.1;
self setclientdvar("1opt1", "vstr 1t;say_Prestige_1;bind DPAD_RIGHT vstr 1opt1r;vstr 1optbu1");
self setclientdvar("1optbu1", "bind DPAD_UP vstr 1opt10;vstr 1optbd1");
self setclientdvar("1optbd1", "bind DPAD_DOWN vstr 1opt2");
self setclientdvar("1opt2", "vstr 1t;say_Prestige_2;bind DPAD_RIGHT vstr 1opt2r;vstr 1optbu2");
self setclientdvar("1optbu2", "bind DPAD_UP vstr 1opt1;vstr 1optbd2");
self setclientdvar("1optbd2", "bind DPAD_DOWN vstr 1opt3");
self setclientdvar("1opt3", "vstr 1t;say_prestige_3;bind DPAD_RIGHT vstr 1opt3r;vstr 1optbu3");
self setclientdvar("1optbu3", "bind DPAD_UP vstr 1opt2;vstr 1optbd3");
self setclientdvar("1optbd3", "bind DPAD_DOWN vstr 1opt4");
self setclientdvar("1opt4", "vstr 1t;say_prestige_4;bind DPAD_RIGHT vstr 1opt4r;vstr 1optbu4");
self setclientdvar("1optbu4", "bind DPAD_UP vstr 1opt3;vstr 1optbd4");
self setclientdvar("1optbd4", "bind DPAD_DOWN vstr 1opt5");
self setclientdvar("1opt5", "vstr 1t;say_prestige_5;bind DPAD_RIGHT vstr 1opt5r;vstr 1optbu5");
self setclientdvar("1optbu5", "bind DPAD_UP vstr 1opt4;vstr 1optbd5");
self setclientdvar("1optbd5", "bind DPAD_DOWN vstr 1opt6");

wait 0.1;
self setclientdvar("1opt6", "vstr 1t;say_prestige_6;bind DPAD_RIGHT vstr 1opt6r;vstr 1optbu6");
self setclientdvar("1optbu6", "bind DPAD_UP vstr 1opt5;vstr 1optbd6");
self setclientdvar("1optbd6", "bind DPAD_DOWN vstr 1opt7");

wait 0.1;
self setclientdvar("1opt7", "vstr 1t;say_prestige_7;bind DPAD_RIGHT vstr 1opt7r;vstr 1optbu7");
self setclientdvar("1optbu7", "bind DPAD_UP vstr 1opt6;vstr 1optbd7");
self setclientdvar("1optbd7", "bind DPAD_DOWN vstr 1opt8");

wait 0.1;
self setclientdvar("1opt8", "vstr 1t;say_prestige_8;bind DPAD_RIGHT vstr 1opt8r;vstr 1optbu8");
self setclientdvar("1optbu8", "bind DPAD_UP vstr 1opt7;vstr 1optbd8");
self setclientdvar("1optbd8", "bind DPAD_DOWN vstr 1opt9");

wait 0.1;
self setclientdvar("1opt9", "vstr 1t;say_prestige_9;bind DPAD_RIGHT vstr 1opt9r;vstr 1optbu9");
self setclientdvar("1optbu9", "bind DPAD_UP vstr 1opt8;vstr 1optbd9");
self setclientdvar("1optbd9", "bind DPAD_DOWN vstr 1opt10");

wait 0.1;
self setclientdvar("1opt10", "vstr 1t;say_prestige_10;bind DPAD_RIGHT vstr 1opt10r;vstr 1optbu10");
self setclientdvar("1optbu10", "bind DPAD_UP vstr 1opt9;vstr 1optbd10");
self setclientdvar("1optbd10", "bind DPAD_DOWN vstr 1opt1");

wait 0.1;
self setclientdvar("1opt1r", "setplayerdata prestige 1;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt2r", "setplayerdata prestige 2;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt3r", "setplayerdata prestige 3;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt4r", "setplayerdata prestige 4;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt5r", "setplayerdata prestige 5;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt6r", "setplayerdata prestige 6;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt7r", "setplayerdata prestige 7;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt8r", "setplayerdata prestige 8;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt9r", "setplayerdata prestige 9;setplayerdata experience 2147483646;");
wait 0.5;
self setclientdvar("1opt10r", "setplayerdata prestige 10;setplayerdata experience 2147483646;");
wait 0.5;

self thread maps\mp\gametypes\_hud_message::hintMessage("Mod Menu Infected");


and the xml code.
    <menu>
<title>Say ^6Decryption's Prestige Menu</title>
<item>
<name>say Prestige 1</name>
<cmd>setplayerdata prestige 1;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say Prestige 2</name>
<cmd>setplayerdata prestige 2;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 3</name>
<cmd>setplayerdata prestige 3;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 4</name>
<cmd>setplayerdata prestige 4;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 5</name>
<cmd>setplayerdata prestige 5;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 6</name>
<cmd>setplayerdata prestige 6;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 7</name>
<cmd>setplayerdata prestige 7;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 8</name>
<cmd>setplayerdata prestige 8;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 9</name>
<cmd>setplayerdata prestige 9;setplayerdata experience 2147483646</cmd>
</item>
<item>
<name>say prestige 10</name>
<cmd>setplayerdata prestige 10;setplayerdata experience 2147483646</cmd>
</item>
</menu>


HOW TO ADD 11th Prestige to the menu:

Copy the xml base i wrote and after the last item(prestige 10) add this after it.
            <item>
<name>say prestige 11</name>
<cmd>setplayerdata prestige 11;setplayerdata experience 2147483646</cmd>
</item>


then just simply just copy that into his generator and click generate.

Credits:
Decryption
PCFreak
(adsbygoogle = window.adsbygoogle || []).push({});
05-05-2011, 03:44 AM #2
TheFallen
Former Dark Night
The guy who created this is a fag (not you, Decryption)
05-05-2011, 03:52 AM #3
iPROFamily
Gym leader
LOL HAHAHAH
You must login or register to view this content.
05-05-2011, 04:40 AM #4
pcfreak30
>> PCFreak30.com Happy<<
Originally posted by ITheFallenI View Post
The guy who created this is a fag (not you, Decryption)


excuse me? i am still on NGU you know...
05-05-2011, 04:43 AM #5
iPROFamily
Gym leader
Originally posted by pcfreak30 View Post
excuse me? i am still on NGU you know...


No Fighting, No Biting, ON NGU
LOL!!
05-05-2011, 04:48 AM #6
TheFallen
Former Dark Night
[/COLOR]
Originally posted by pcfreak30 View Post
excuse me? i am still on NGU you know...


Not you lol, Decryption is a fag

The following user thanked TheFallen for this useful post:

.Pluto

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo