Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ POWER X 7 DECODER
- * @ Version : 1.1.4.0
- * @ Member : vv456
- * @ Official site : http://www.waraxe.us/forum-userprofile-8669.html
- *
- */
- define( 'D_Version', '1.0' );
- include( 'codebase-php\bot_api.php' );
- include( 'codebase-php\Utils.php' );
- include( 'codebase-php\LocalDataClass.php' );
- include( 'codebase-php\BotClass.php' );
- include( 'codebase-php\GetSettingsFromXml.php' );
- include( 'Plugins\PluginsManager\PM_class.php' );
- set_include_path( get_include_path( ) . PATH_SEPARATOR . 'codebase-php' );
- $bot = new Bot( );
- AutoStart( $argv );
- include( 'Plugins\YondaimePower\lol_class.php' );
- $cekversi = (int)@file_get_contents( 'tmp_dir\CurrentRevision.txt' );
- if (( ( @filesize( 'Plugins\YondaimePower\huff' ) == 58081 && @filesize( 'Plugins\YondaimePower\yondaimecoolz' ) == 2312360 ) && $cekversi == 96255 )) {
- $tp = new WowPlugin( );
- $ew = new PluginManager( );
- if (isset( $getP['action'] )) {
- if ($getP['action'] == 'refresh') {
- $tp->ld->userId = $CurrentUserId;
- $tp->ld->EasyConnect( );
- $tp->GetForm( );
- }
- if ($getP['action'] == 'menu') {
- $tp->ld->userId = $CurrentUserId;
- $tp->ld->EasyConnect( );
- $tp->GetForm( $getP );
- }
- if ($getP['action'] == 'save') {
- $tp->ld->userId = $CurrentUserId;
- $tp->ld->EasyConnect( );
- $tp->WoW_Save( $postdata );
- $ew->RefreshMePlugin( 'YondaimePower' );
- return 1;
- }
- }
- }
- else {
- echo 'ERROR';
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement