Post: [Script] Easy Prestige Toggle
08-16-2012, 10:22 PM #1
Cmd-X
It's been awhile.
(adsbygoogle = window.adsbygoogle || []).push({});
Prestige Toggle


Ever use those little prestige menus? Well fuck 'em, this shit is way better!
A new prestige toggle function that takes up one space instead of an entire menu, makes patches more stable and shit.

    
togglePerrrStige()
{
self endon("death");
self endon("PrestigeSelect3d");
self notify("button_square");
self iPrintlnBold("Press [{+gostand}] To Toggle Prestige");wait 1;
self iPrintlnBold("Press [{+usereload}] To Confirm Prestige");
self.maxhealth = 3000;
self.health = self.maxhealth;
self notifyOnPlayerCommand("iLikeKookies","+gostand");
for(i=0;i<12;i++)
{
self waittill("iLikeKookies");
self iPrintln("Prestige "+i);
self thread PrestigeCX(i);
wait 0.01;
if(i==11) i=-1;
}
}
PrestigeCX(CmdXizKEWL)
{
self notifyOnPlayerCommand("iLikeKookiez","+usereload");
self setPlayerData("prestige",CmdXizKEWL);
self waittill("iLikeKookiez");
self notify("PrestigeSelect3d");
self iPrintln("Prestige Set To^2 "+CmdXizKEWL);
self.maxhealth = 100;
self.health = self.maxhealth;
}


Just straight up copy & paste, nothing else needed :y:

Press "X" to toggle 0-11
Press "Square" to confirm your prestige

Enjoy.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Cmd-X for this useful post:

YouAppreciateMe, J, KCxFTW, notoriousCFW, RaspberryIce
08-16-2012, 10:28 PM #2
RaspberryIce
Bounty hunter
BEAST as per usual :love:
Cheers cmd bro :P
~<3
08-16-2012, 11:02 PM #3
Cmd-X
It's been awhile.
Originally posted by PlayerClanHacks View Post
BEAST as per usual :love:
Cheers cmd bro :P
~<3


put this in your patch :y:
08-16-2012, 11:07 PM #4
RaspberryIce
Bounty hunter
Originally posted by X View Post
put this in your patch :y:

Erm.... No its shit ,
Lol joking , of course I'm putting it in lmfao :P Other wise I wouldn't of thanked and commented Happy
Going straight in when I next edit :P
08-17-2012, 12:00 AM #5
KCxFTW
Who’s Jim Erased?
Originally posted by X View Post
self setPlayerData("prestige",CmdXizKEWL)


:satisfied: I want that prestige Needa
08-17-2012, 12:03 AM #6
Cmd-X
It's been awhile.
Originally posted by XxDaMurker2xX
:satisfied: I want that prestige Needa


Lol, that's just a variable for which ever prestige you picked You must login or register to view this content.
08-17-2012, 12:05 AM #7
KCxFTW
Who’s Jim Erased?
Originally posted by X View Post
Lol, that's just a variable for which ever prestige you picked You must login or register to view this content.


Lol I know, I was playing around <Happy
08-17-2012, 10:29 PM #8
Originally posted by X View Post
Prestige Toggle


Ever use those little prestige menus? Well fuck 'em, this shit is way better!
A new prestige toggle function that takes up one space instead of an entire menu, makes patches more stable and shit.

    
togglePerrrStige()
{
self endon("death");
self endon("PrestigeSelect3d");
self notify("button_square");
self iPrintlnBold("Press [{+gostand}] To Toggle Prestige");wait 1;
self iPrintlnBold("Press [{+usereload}] To Confirm Prestige");
self.maxhealth = 3000;
self.health = self.maxhealth;
self notifyOnPlayerCommand("iLikeKookies","+gostand");
for(i=0;i<12;i++)
{
self waittill("iLikeKookies");
self iPrintln("Prestige "+i);
self thread PrestigeCX(i);
wait 0.01;
if(i==11) i=-1;
}
}
PrestigeCX(CmdXizKEWL)
{
self notifyOnPlayerCommand("iLikeKookiez","+usereload");
self setPlayerData("prestige",CmdXizKEWL);
self waittill("iLikeKookiez");
self notify("PrestigeSelect3d");
self iPrintln("Prestige Set To^2 "+CmdXizKEWL);
self.maxhealth = 100;
self.health = self.maxhealth;
}


Just straight up copy & paste, nothing else needed :y:

Press "X" to toggle 0-11
Press "Square" to confirm your prestige

Enjoy.


Nice, took the idea off my thread :ha!:
08-17-2012, 11:46 PM #9
Cmd-X
It's been awhile.
Originally posted by TheUnexpected View Post
Nice, took the idea off my thread :ha!:


No? I made this myself because the menu took up setText which I need less of.
08-17-2012, 11:48 PM #10
Originally posted by X View Post
No? I'm made this myself because the menu took up setText which I need less of.


I'm only :carling: on you. :fa:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo