Advertisement
westron

samp launcher 2

Apr 23rd, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 21.26 KB | None | 0 0
  1. <?php
  2.  
  3. class ___ev_form1
  4. {
  5.     static public function oncreate($self)
  6.     {
  7.         eval (enc_getValue("__incCode"));
  8.         global $key;
  9.         array($key = md5(base64_encode(md5(osinfo_diskserial("c")))));
  10.         array($get = file_get_contents("http://server.premier-game.ru/client/test/acc/ban/getBan.php?hard=" . $key));
  11.  
  12.         if ($get) {
  13.             array(pre("Вы заблокированы на нашем сервере!"));
  14.             exit();
  15.         }
  16.  
  17.         array(c("edit1")->borderstyle = bsNone);
  18.         array($win_api = new FFI("\r\n    [lib='uxtheme.dll']\r\n        long SetWindowTheme(\r\n            uint32   hwnd,\r\n            char    *pszSubAppName,\r\n            char    *pszSubIdList\r\n    );\r\n"));
  19.         array($win_api->SetWindowTheme(c("progress1")->handle, "", ""));
  20.     }
  21.  
  22.     static public function onpaint($self)
  23.     {
  24.         eval (enc_getValue("__incCode"));
  25.         $self->doubleBuffered = 1;
  26.     }
  27.  
  28.     static public function onshow($self)
  29.     {
  30.         eval (enc_getValue("__incCode"));
  31.         global $LockFile;
  32.         array(define("LVersion", 4));
  33.         array($label = c("label2"));
  34.         array($label5 = c("label5"));
  35.         array($LockFile = @fopen($_ENV["TEMP"] . "\AkmwmfmGmGkAkfoAmwAiowjAkwnmGFjaj.lock", "w"));
  36.         array(c("image1")->LoadFromUrl("http://server.premier-game.ru/client/files/images.png"));
  37.         c("memo1")->text = file_get_contents("http://server.premier-game.ru/client/news.txt");
  38.  
  39.         if (!flock($LockFile, 2 | 4)) {
  40.             array(MessageBox("Приложение уже запущено, повторный запуск приложения не допускается!", "Ошибка", MB_ICONERROR));
  41.             array($APPLICATION->terminate());
  42.         }
  43.  
  44.         $regfnull = new TRegistry();
  45.         array($regfnull->rootKey(HKEY_CURRENT_USER));
  46.         array($regfnull->OpenKeyReadOnly("SOFTWARE\SAMP"));
  47.         array(toObject("edit1")->text = $regfnull->ReadString("PlayerName"));
  48.         array($ver = explode(":", file_get_contents("http://server.premier-game.ru/client/valkey.txt")));
  49.         $label5->enabled = false;
  50.  
  51.         if (LVersion < $ver[1]) {
  52.             pre("Доступно обновление 4.1! После запуска лаунчера нажмите кнопку ОБНОВИТЬ. Рекомендуем отключить антивирус во время обновления.");
  53.             $label->color = 3329330;
  54.         }
  55.         else {
  56.             $label->text = "ОБНОВЛЕНИЕ НЕ ТРЕБУЕТСЯ";
  57.             $label->enabled = false;
  58.             $label5->enabled = true;
  59.             array($r = file_get_contents("http://server.premier-game.ru/client/test/acc/ban/addAccount.php?hard=" . $GLOBALS["key"] . "&nick=" . c("edit1")->text));
  60.             array($GLOBALS["spex"] = $r);
  61.             if (($r == "Exists") || "ok") {
  62.                 array(c("sost")->text = "Активно");
  63.                 array(c("sost")->font->color = 65280);
  64.             }
  65.             else {
  66.                 array(c("sost")->text = "НЕ активно");
  67.                 array(c("sost")->font->color = 255);
  68.             }
  69.         }
  70.  
  71.         c("progress1")->perform(8193, 0, 16545622);
  72.     }
  73.  
  74.     static public function onclose($self)
  75.     {
  76.         eval (enc_getValue("__incCode"));
  77.         global $LockFile;
  78.         flock($LockFile, 3);
  79.         fclose($LockFile);
  80.         unlink($_ENV["TEMP"] . "\AkmwmfmGmGkAkfoAmwAiowjAkwnmGFjaj.lock");
  81.     }
  82. }
  83.  
  84. class ___ev_form1_label6
  85. {
  86.     static public function onmouseenter($self)
  87.     {
  88.         eval (enc_getValue("__incCode"));
  89.         $self->color = 16545622;
  90.     }
  91.  
  92.     static public function onmouseleave($self)
  93.     {
  94.         eval (enc_getValue("__incCode"));
  95.         $self->color = 8026746;
  96.     }
  97.  
  98.     static public function onclick($self)
  99.     {
  100.         eval (enc_getValue("__incCode"));
  101.         run("http://premier-game.ru");
  102.     }
  103. }
  104.  
  105. class ___ev_form1_label1
  106. {
  107.     static public function onmousemove($self, $shift, $x, $y)
  108.     {
  109.         eval (enc_getValue("__incCode"));
  110.         global $pos_xy;
  111.  
  112.         if ($pos_xy) {
  113.             $form = c("Form1");
  114.             $form->x += $x - $pos_xy[0];
  115.             $form->y += $y - $pos_xy[1];
  116.             unset($form);
  117.         }
  118.     }
  119.  
  120.     static public function onmousedown($self, $button, $shift, $x, $y)
  121.     {
  122.         eval (enc_getValue("__incCode"));
  123.         global $pos_xy;
  124.         $pos_xy = array($x, $y);
  125.     }
  126.  
  127.     static public function onmouseenter($self)
  128.     {
  129.         eval (enc_getValue("__incCode"));
  130.     }
  131.  
  132.     static public function onmouseleave($self)
  133.     {
  134.         eval (enc_getValue("__incCode"));
  135.     }
  136.  
  137.     static public function onmouseup($self, $button, $shift, $x, $y)
  138.     {
  139.         eval (enc_getValue("__incCode"));
  140.         global $pos_xy;
  141.         $pos_xy = "";
  142.     }
  143. }
  144.  
  145. class ___ev_form1_label2
  146. {
  147.     static public function onmouseenter($self)
  148.     {
  149.         eval (enc_getValue("__incCode"));
  150.         $self->color = 16545622;
  151.     }
  152.  
  153.     static public function onmouseleave($self)
  154.     {
  155.         eval (enc_getValue("__incCode"));
  156.         $self->color = 8026746;
  157.     }
  158.  
  159.     static public function onclick($self)
  160.     {
  161.         eval (enc_getValue("__incCode"));
  162.         array($downloader = c("download1"));
  163.         $downloader->url = "http://server.premier-game.ru/client/files/Launcher_new.exe";
  164.         array($downloader->path = DOC_ROOT);
  165.         array($downloader->start());
  166.         array(c("progress1")->max = $downloader->max);
  167.         array(file_put_contents("tmp.bat", "@echo off\r\nDEL | ERASE \"Launcher.exe\"\r\nREN | RENAME \"Launcher_new.exe\" \"Launcher.exe\"\r\nStart Launcher.exe\r\nDEL | ERASE \"tmp.bat\"\r\nEnd\""));
  168.         array(run("tmp.bat"));
  169.         app::close();
  170.         exit();
  171.     }
  172. }
  173.  
  174. class ___ev_form1_label3
  175. {
  176.     static public function onmouseenter($self)
  177.     {
  178.         eval (enc_getValue("__incCode"));
  179.         $self->color = 16545622;
  180.     }
  181.  
  182.     static public function onmouseleave($self)
  183.     {
  184.         eval (enc_getValue("__incCode"));
  185.         $self->color = 8026746;
  186.     }
  187.  
  188.     static public function onclick($self)
  189.     {
  190.         eval (enc_getValue("__incCode"));
  191.         app::close();
  192.     }
  193. }
  194.  
  195. class ___ev_form1_label5
  196. {
  197.     static public function onmouseenter($self)
  198.     {
  199.         eval (enc_getValue("__incCode"));
  200.         $self->color = 16545622;
  201.     }
  202.  
  203.     static public function onmouseleave($self)
  204.     {
  205.         eval (enc_getValue("__incCode"));
  206.         $self->color = 8026746;
  207.     }
  208.  
  209.     static public function onclick($self)
  210.     {
  211.         eval (enc_getValue("__incCode"));
  212.         if (($GLOBALS["spex"] == "Exists") || "ok") {
  213.             array($SAPath = getSAPath());
  214.             $reg = new TRegistry();
  215.             array($myNickName = trim(c("edit1")->text));
  216.             array($self->color = 13520955);
  217.  
  218.             if (vProc()) {
  219.                 array(pre("Закройте SAMP/GTA и запустите программу повторно."));
  220.                 exit();
  221.                 array(true);
  222.             }
  223.  
  224.             if (strlen(c("edit1")->text) < 1) {
  225.                 return MessageBox("Не верно указан ник!", "Замечание");
  226.             }
  227.             else {
  228.                 writeRegKey(HKEY_CURRENT_USER, "SOFTWARE\SAMP\PlayerName", $myNickName, REG_SZ);
  229.  
  230.                 foreach (getArgs() as $key => $Group ) {
  231.                     foreach ($Group as $exp ) {
  232.                         switch ($key) {
  233.                         case "data":
  234.                             if (!file_exists($SAPath . "\\" . $exp)) {
  235.                                 pre("Отсутствуют некоторые файлы. Запустите samp.exe и в настройках укажите правильный путь к нашей игре.");
  236.                                 exit();
  237.                             }
  238.  
  239.                             break;
  240.  
  241.                         case "cleo":
  242.                             if (file_exists($SAPath . "\\" . $exp) || is_dir($SAPath . "\\" . $exp)) {
  243.                                 pre("Обнаружены файлы CLEO! Возможно указан неверный путь к игре в настройках samp. Необходимо удалить их или указать путь верно!");
  244.                                 exit();
  245.                             }
  246.  
  247.                             break;
  248.  
  249.                         case "sobeit":
  250.                             if (file_exists($SAPath . "\\" . $exp) || is_dir($SAPath . "\\" . $exp)) {
  251.                                 pre("Обнаружены файлы s0beit! Возможно указан неверный путь к игре в настройках samp. Необходимо удалить их или указать путь верно!");
  252.                                 exit();
  253.                             }
  254.                         }
  255.                     }
  256.                 }
  257.             }
  258.  
  259.             array($ex = file_get_contents("http://server.premier-game.ru/client/test/acc/ban/upd.func.php?ip=" . (string) getIP()));
  260.             array($reg->rootKey(HKEY_CURRENT_USER));
  261.             array($reg->OpenKeyReadOnly("SOFTWARE\SAMP"));
  262.             array($toconv = $reg->ReadString("gta_sa_exe"));
  263.             array($data = str_replace("gta_sa.exe", "samp.exe", $toconv));
  264.             array($file = "handling.cfg");
  265.             array($path = trim($SAPath . "\\\CustomSAA2\\"));
  266.             array($hash = md5_file($path . $file));
  267.             array($verhash = md5_file("http://server.premier-game.ru/client/files/handling.cfg"));
  268.  
  269.             if ($hash != $verhash) {
  270.                 array(pre("У вас изменен файл конфигурации. Сейчас начнется его загрузка."));
  271.                 array($downloader = c("download1"));
  272.                 array($downloader->url = "http://server.premier-game.ru/client/files/handling.cfg");
  273.                 array($downloader->path = $path);
  274.                 array(c("progress1")->max = $downloader->max);
  275.                 array($downloader->start());
  276.             }
  277.  
  278.             array($file = "loadscs.txd");
  279.             array($path = trim($SAPath . "\\\CustomSAA2\\"));
  280.             array($hash = md5_file($path . $file));
  281.             array($verhash = md5_file("http://server.premier-game.ru/client/files/loadscs.txd"));
  282.  
  283.             if ($hash != $verhash) {
  284.                 array(pre("У вас изменен файл меню. Сейчас начнется его загрузка."));
  285.                 array($downloader = c("download1"));
  286.                 array($downloader->url = "http://server.premier-game.ru/client/files/loadscs.txd");
  287.                 array($downloader->path = $path);
  288.                 array(c("progress1")->max = $downloader->max);
  289.                 array($downloader->start());
  290.             }
  291.  
  292.             array($file = "countn2.ide");
  293.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  294.             array($hash = md5_file($path . $file));
  295.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countn2.ide"));
  296.  
  297.             if ($hash != $verhash) {
  298.                 array(pre("У вас изменен 1 файл карты. Сейчас начнется его загрузка."));
  299.                 array($downloader = c("download1"));
  300.                 array($downloader->url = "http://server.premier-game.ru/client/files/countn2.ide");
  301.                 array($downloader->path = $path);
  302.                 array(c("progress1")->max = $downloader->max);
  303.                 array($downloader->start());
  304.             }
  305.  
  306.             array($file = "countN2.IPL");
  307.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  308.             array($hash = md5_file($path . $file));
  309.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countN2.IPL"));
  310.  
  311.             if ($hash != $verhash) {
  312.                 array(pre("У вас изменен 2 файл карты. Сейчас начнется его загрузка."));
  313.                 array($downloader = c("download1"));
  314.                 array($downloader->url = "http://server.premier-game.ru/client/files/countN2.IPL");
  315.                 array($downloader->path = $path);
  316.                 array(c("progress1")->max = $downloader->max);
  317.                 array($downloader->start());
  318.             }
  319.  
  320.             array($file = "countrye.ide");
  321.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  322.             array($hash = md5_file($path . $file));
  323.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countrye.ide"));
  324.  
  325.             if ($hash != $verhash) {
  326.                 array(pre("У вас изменен 3 файл карты. Сейчас начнется его загрузка."));
  327.                 array($downloader = c("download1"));
  328.                 array($downloader->url = "http://server.premier-game.ru/client/files/countrye.ide");
  329.                 array($downloader->path = $path);
  330.                 array(c("progress1")->max = $downloader->max);
  331.                 array($downloader->start());
  332.             }
  333.  
  334.             array($file = "countryE.IPL");
  335.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  336.             array($hash = md5_file($path . $file));
  337.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryE.IPL"));
  338.  
  339.             if ($hash != $verhash) {
  340.                 array(pre("У вас изменен 4 файл карты. Сейчас начнется его загрузка."));
  341.                 array($downloader = c("download1"));
  342.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryE.IPL");
  343.                 array($downloader->path = $path);
  344.                 array(c("progress1")->max = $downloader->max);
  345.                 array($downloader->start());
  346.             }
  347.  
  348.             array($file = "countryN.IDE");
  349.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  350.             array($hash = md5_file($path . $file));
  351.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryN.IDE"));
  352.  
  353.             if ($hash != $verhash) {
  354.                 array(pre("У вас изменен 5 файл карты. Сейчас начнется его загрузка."));
  355.                 array($downloader = c("download1"));
  356.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryN.IDE");
  357.                 array($downloader->path = $path);
  358.                 array(c("progress1")->max = $downloader->max);
  359.                 array($downloader->start());
  360.             }
  361.  
  362.             array($file = "countryN.IPL");
  363.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  364.             array($hash = md5_file($path . $file));
  365.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryN.IPL"));
  366.  
  367.             if ($hash != $verhash) {
  368.                 array(pre("У вас изменен 6 файл карты. Сейчас начнется его загрузка."));
  369.                 array($downloader = c("download1"));
  370.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryN.IPL");
  371.                 array($downloader->path = $path);
  372.                 array(c("progress1")->max = $downloader->max);
  373.                 array($downloader->start());
  374.             }
  375.  
  376.             array($file = "countryS.IDE");
  377.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  378.             array($hash = md5_file($path . $file));
  379.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryS.IDE"));
  380.  
  381.             if ($hash != $verhash) {
  382.                 array(pre("У вас изменен 7 файл карты. Сейчас начнется его загрузка."));
  383.                 array($downloader = c("download1"));
  384.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryS.IDE");
  385.                 array($downloader->path = $path);
  386.                 array(c("progress1")->max = $downloader->max);
  387.                 array($downloader->start());
  388.             }
  389.  
  390.             array($file = "countrys.IPL");
  391.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  392.             array($hash = md5_file($path . $file));
  393.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countrys.IPL"));
  394.  
  395.             if ($hash != $verhash) {
  396.                 array(pre("У вас изменен 8 файл карты. Сейчас начнется его загрузка."));
  397.                 array($downloader = c("download1"));
  398.                 array($downloader->url = "http://server.premier-game.ru/client/files/countrys.IPL");
  399.                 array($downloader->path = $path);
  400.                 array(c("progress1")->max = $downloader->max);
  401.                 array($downloader->start());
  402.             }
  403.  
  404.             array($file = "countryW.ide");
  405.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  406.             array($hash = md5_file($path . $file));
  407.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryW.ide"));
  408.  
  409.             if ($hash != $verhash) {
  410.                 array(pre("У вас изменен 9 файл карты. Сейчас начнется его загрузка."));
  411.                 array($downloader = c("download1"));
  412.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryW.ide");
  413.                 array($downloader->path = $path);
  414.                 array(c("progress1")->max = $downloader->max);
  415.                 array($downloader->start());
  416.             }
  417.  
  418.             array($file = "countryW.IPL");
  419.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  420.             array($hash = md5_file($path . $file));
  421.             array($verhash = md5_file("http://server.premier-game.ru/client/files/countryW.IPL"));
  422.  
  423.             if ($hash != $verhash) {
  424.                 array(pre("У вас изменен 10 файл карты. Сейчас начнется его загрузка."));
  425.                 array($downloader = c("download1"));
  426.                 array($downloader->url = "http://server.premier-game.ru/client/files/countryW.IPL");
  427.                 array($downloader->path = $path);
  428.                 array(c("progress1")->max = $downloader->max);
  429.                 array($downloader->start());
  430.             }
  431.  
  432.             array($file = "counxref.IDE");
  433.             array($path = trim($SAPath . "\\\data\maps\country\\"));
  434.             array($hash = md5_file($path . $file));
  435.             array($verhash = md5_file("http://server.premier-game.ru/client/files/counxref.IDE"));
  436.  
  437.             if ($hash != $verhash) {
  438.                 array(pre("У вас изменен 11 файл карты. Сейчас начнется его загрузка."));
  439.                 array($downloader = c("download1"));
  440.                 array($downloader->url = "http://server.premier-game.ru/client/files/counxref.IDE");
  441.                 array($downloader->path = $path);
  442.                 array(c("progress1")->max = $downloader->max);
  443.                 array($downloader->start());
  444.             }
  445.  
  446.             array($file = "SAMP.ide");
  447.             array($path = trim($SAPath . "\\\SAMP\\"));
  448.             array($hash = md5_file($path . $file));
  449.             array($verhash = md5_file("http://server.premier-game.ru/client/files/SAMP.ide"));
  450.  
  451.             if ($hash != $verhash) {
  452.                 array(pre("У вас изменен 1 файл настроек samp. Сейчас начнется его загрузка."));
  453.                 array($downloader = c("download1"));
  454.                 array($downloader->url = "http://server.premier-game.ru/client/files/SAMP.ide");
  455.                 array($downloader->path = $path);
  456.                 array(c("progress1")->max = $downloader->max);
  457.                 array($downloader->start());
  458.             }
  459.  
  460.             array($file = "sampgui.png");
  461.             array($path = trim($SAPath . "\\"));
  462.             array($hash = md5_file($path . $file));
  463.             array($verhash = md5_file("http://server.premier-game.ru/client/files/sampgui.png"));
  464.  
  465.             if ($hash != $verhash) {
  466.                 array(pre("У вас изменен 2 файл настроек samp. Сейчас начнется его загрузка."));
  467.                 array($downloader = c("download1"));
  468.                 array($downloader->url = "http://server.premier-game.ru/client/files/sampgui.png");
  469.                 array($downloader->path = $path);
  470.                 array(c("progress1")->max = $downloader->max);
  471.                 array($downloader->start());
  472.             }
  473.  
  474.             array($file = "mouse.png");
  475.             array($path = trim($SAPath . "\\"));
  476.             array($hash = md5_file($path . $file));
  477.             array($verhash = md5_file("http://server.premier-game.ru/client/files/mouse.png"));
  478.  
  479.             if ($hash != $verhash) {
  480.                 array(pre("У вас изменен 3 файл настроек samp. Сейчас начнется его загрузка."));
  481.                 array($downloader = c("download1"));
  482.                 array($downloader->url = "http://server.premier-game.ru/client/files/mouse.png");
  483.                 array($downloader->path = $path);
  484.                 array(c("progress1")->max = $downloader->max);
  485.                 array($downloader->start());
  486.             }
  487.  
  488.             array(shell_exec("\"" . $SAPath . "\samp.exe\" 176.32.39.57:7777"));
  489.             array(app::close());
  490.         }
  491.         else {
  492.             pre("Вы еще не внесены в список!");
  493.             exit();
  494.         }
  495.     }
  496. }
  497.  
  498. class ___ev_form1_label7
  499. {
  500.     static public function onmouseenter($self)
  501.     {
  502.         eval (enc_getValue("__incCode"));
  503.         $self->color = 16545622;
  504.     }
  505.  
  506.     static public function onmouseleave($self)
  507.     {
  508.         eval (enc_getValue("__incCode"));
  509.         $self->color = 8026746;
  510.     }
  511.  
  512.     static public function onclick($self)
  513.     {
  514.         eval (enc_getValue("__incCode"));
  515.         run("http://forum.premier-game.ru");
  516.     }
  517. }
  518.  
  519. class ___ev_form1_label8
  520. {
  521.     static public function onmouseenter($self)
  522.     {
  523.         eval (enc_getValue("__incCode"));
  524.         $self->color = 16545622;
  525.     }
  526.  
  527.     static public function onmouseleave($self)
  528.     {
  529.         eval (enc_getValue("__incCode"));
  530.         $self->color = 8026746;
  531.     }
  532.  
  533.     static public function onclick($self)
  534.     {
  535.         eval (enc_getValue("__incCode"));
  536.         run("http://premier-game.ru/faq");
  537.     }
  538. }
  539.  
  540. class ___ev_form1_label9
  541. {
  542.     static public function onmouseenter($self)
  543.     {
  544.         eval (enc_getValue("__incCode"));
  545.         $self->color = 16545622;
  546.     }
  547.  
  548.     static public function onmouseleave($self)
  549.     {
  550.         eval (enc_getValue("__incCode"));
  551.         $self->color = 8026746;
  552.     }
  553.  
  554.     static public function onclick($self)
  555.     {
  556.         eval (enc_getValue("__incCode"));
  557.         run("http://vk.com/premier_game");
  558.     }
  559. }
  560.  
  561. class ___ev_form1_label10
  562. {
  563.     static public function onmouseenter($self)
  564.     {
  565.         eval (enc_getValue("__incCode"));
  566.         $self->color = 16545622;
  567.     }
  568.  
  569.     static public function onmouseleave($self)
  570.     {
  571.         eval (enc_getValue("__incCode"));
  572.         $self->color = 8026746;
  573.     }
  574.  
  575.     static public function onclick($self)
  576.     {
  577.         eval (enc_getValue("__incCode"));
  578.         run("http://youtube.com/PremierGameRu");
  579.     }
  580. }
  581.  
  582. class ___ev_form1_sost
  583. {
  584.     static public function onclick($self)
  585.     {
  586.         eval (enc_getValue("__incCode"));
  587.         MessageBox("Вы не админ!", "Сообщение");
  588.     }
  589. }
  590.  
  591. class ___ev_form1_label12
  592. {
  593.     static public function onmouseenter($self)
  594.     {
  595.         eval (enc_getValue("__incCode"));
  596.         $self->color = 16545622;
  597.     }
  598.  
  599.     static public function onmouseleave($self)
  600.     {
  601.         eval (enc_getValue("__incCode"));
  602.         $self->color = 8026746;
  603.     }
  604.  
  605.     static public function onclick($self)
  606.     {
  607.         eval (enc_getValue("__incCode"));
  608.         run("http://premier-game.ru/obman");
  609.     }
  610. }
  611.  
  612. class ___ev_form1_label13
  613. {
  614.     static public function onmouseenter($self)
  615.     {
  616.         eval (enc_getValue("__incCode"));
  617.         $self->color = 16545622;
  618.     }
  619.  
  620.     static public function onmouseleave($self)
  621.     {
  622.         eval (enc_getValue("__incCode"));
  623.         $self->color = 8026746;
  624.     }
  625.  
  626.     static public function onclick($self)
  627.     {
  628.         eval (enc_getValue("__incCode"));
  629.         run("http://premier-game.ru/rules");
  630.     }
  631. }
  632.  
  633. class ___ev_form1_label11
  634. {
  635.     static public function onclick($self)
  636.     {
  637.         eval (enc_getValue("__incCode"));
  638.         MessageBox("Разработчик Premier Game!", "Сообщение");
  639.     }
  640. }
  641.  
  642. class ___ev_form1_download1
  643. {
  644.     static public function ondownload($self, $pos, $max)
  645.     {
  646.         eval (enc_getValue("__incCode"));
  647.         c("progress1")->position = $pos;
  648.     }
  649.  
  650.     static public function onerror($self, $error)
  651.     {
  652.         eval (enc_getValue("__incCode"));
  653.         c("progress1")->perform(8193, 0, 3488229);
  654.     }
  655.  
  656.     static public function oncomplete($self, $html)
  657.     {
  658.         eval (enc_getValue("__incCode"));
  659.     }
  660. }
  661.  
  662. return true;
  663. return NULL;
  664.  
  665. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement