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-18-2012, 01:35 AM #11
ChromeVisionz
Do a barrel roll!
Originally posted by X View Post
self waittill("iLikeKookies");


You spelt cookies wrong :FU:
08-18-2012, 11:33 PM #12
how do i install

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo