Here is a little rainbow ap weaponnoz scriptioz
PHP Code:
// Scripted by Grk
findPlayer("Graal3621160").addWeapon("grk/apchange");
//Rainbow AP change script v1
//Bugs:
//1. Only Player who enacted the command can see
//2. lag produces a "flashing effect"

//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/rbw ap on") {
  
this.rosewald 100;
    
player.chat "Rainbow AP: on";
      while (
this.rosewald <= 100) {
        
this.rosewald--;
        
player.ap this.rosewald;
        
sleep(0.01);
        if (
this.rosewald == 1) {
          
this.rosewald 100;
        }
      }
    }
  }
if (
player.chat "/rbw ap off") {
  
player.ap 65;
  
this.rosewald 101;
  
player.chat "Rainbow AP: off";