Hello, I was wondering if it’s possible to do a ‘quick map restart’ - Basically you will just be set to the Level Selection Menu and then it'll automatically 'Rejoin' the map again almost like a 'Bot'. Why? Because this is NOT a Texture, it needs(Possibly a Full App restart - Unsure) a Map Restart(Rejoin).
I need it for my ‘discoFog()’ Command(Command is coming soon...):
Map Restart:
mapRestart()
{
level notify( “map_restarting” );
self notify( “map_restarting” );
for( i = 2; i > 0; i-=0.10 )
{
wait 0.10;
clientMessage(“Map restarting in ” + i + ” seconds…”);
}
map_restart( true );
}
Please let me know if it's possible on MCPE! Remember, the more Replies this thread has, the more It'll tell me that you all want the Disco Fog Command.
The Disco Fog Command will contain all the colors of the Rainbow. It will be changing every .8 seconds to a new color. Yes, you can see through it
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.
To post a comment, please login or register a new account.
Hello, I was wondering if it’s possible to do a ‘quick map restart’ - Basically you will just be set to the Level Selection Menu and then it'll automatically 'Rejoin' the map again almost like a 'Bot'. Why? Because this is NOT a Texture, it needs(Possibly a Full App restart - Unsure) a Map Restart(Rejoin).
I need it for my ‘discoFog()’ Command(Command is coming soon...):
Map Restart:
mapRestart() { level notify( “map_restarting” ); self notify( “map_restarting” ); for( i = 2; i > 0; i-=0.10 ) { wait 0.10; clientMessage(“Map restarting in ” + i + ” seconds…”); } map_restart( true ); }Disco Fog(Command coming soon...):
discoFog() { level endon( "map_restarting" ); level endon( "discoFogEnded" ); if( level._cheatEnabled["discoFog"] == true ) level._cheatEnabled["discoFog"] = false; else if( level._cheatEnabled["discoFog"] == false ) level._cheatEnabled["discoFog"] = true; clientMessage("Disco fog: " + level._cheatEnabled["discoFog"] ); if( level._cheatEnabled["discoFog"] == true ) { self setClientDvar( "r_fog", 1 ); for(;;) { setExpFog( 256, 512, 89/255, 0/255, 22/255, 0.8 ); wait 0.8; setExpFog( 256, 512, 89/255, 0/255, 86/255, 0.8 ); wait 0.8; setExpFog( 256, 512, 4/255, 0/255, 89/255, 0.8 ); wait 0.8; setExpFog( 256, 512, 0/255, 89/255, 83/255, 0.8 ); wait 0.8; setExpFog( 256, 512, 89/255, 0/255, 22/255, 0.8 ); wait 0.8; setExpFog( 256, 512, 0/255, 89/255, 10/255, 0.8 ); wait 0.8; } } else if( level._cheatEnabled["discoFog"] == false ) { self setClientDvar( "r_fog", 0 ); level notify( "discoFogEnded" ); } }Please let me know if it's possible on MCPE! Remember, the more Replies this thread has, the more It'll tell me that you all want the Disco Fog Command.
The Disco Fog Command will contain all the colors of the Rainbow. It will be changing every .8 seconds to a new color. Yes, you can see through it
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.
Updated.
iOS 9.2.1 Kernel dump exploit success. nvRAM is an issue as overriding it is a big dilemma to many iOS jailbreak developers; Taig is having problems with the Crypto and Apple's signature of all things. I've been working on overriding Apple's signature for the past month with no luck. But, did bypass the Crypto. The kernel is now vulnerable to start exploiting.