wadaw
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.14.2
Author: myName
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
;~ #NoTrayIconWinGetHandle("Program Manager")
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Install game", 368, 123, 192, 124, -1, -1, WinGetHandle("Program Manager"))
$Input1 = GUICtrlCreateInput("Choose path to install", 80, 40, 233, 21)
$Button1 = GUICtrlCreateButton("Install", 120, 72, 139, 25)
$Button2 = GUICtrlCreateButton("...", 320, 40, 20, 25)
$Label1 = GUICtrlCreateLabel("Path", 32, 40, 26, 17)
GUISetState(@SW_SHOW)
$sFilePath='C:\Program Files\check.ini'
Global $dem
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $Button2
FileDelete('C:\Program Files\check.txt')
$path = FileSelectFolder('select folder to install', "")
$path=$path&'\cfqqq'
GUICtrlSetData($Input1,$path)
FileWrite('C:\Program Files\check.txt',$path)
case $Button1
GUISetState(@SW_HIDE)
FileInstall('C:\Users\pc\Desktop\Check install.exe','C:\Program Files\Check install.exe',1)
ShellExecute('C:\Program Files\Check install.exe')
install($path)
Exit
EndSwitch
WEnd
func install($path)
DirCreate($path&"\components")
DirCreate($path&"\components\tclsqmfix")
DirCreate($path&"\components\tclsqmfix\QQPCCommonMgr")
DirCreate($path&"\components\tclsqmfix\QQPCCommonMgr\res")
DirCreate($path&"\Cross")
DirCreate($path&"\Cross\2278039432")
DirCreate($path&"\Cross\2278039432\GIF动画文件")
DirCreate($path&"\Cross\2278039432\截图文件")
DirCreate($path&"\Cross\3066508983")
DirCreate($path&"\Cross\3066508983\GIF动画文件")
DirCreate($path&"\Cross\3066508983\截图文件")
DirCreate($path&"\Cross\Apps")
DirCreate($path&"\Cross\Apps\accerator")
DirCreate($path&"\Cross\Apps\accerator\CFCrossPlugin")
DirCreate($path&"\Cross\Apps\CFDataReporter")
DirCreate($path&"\Cross\Apps\CQS")
DirCreate($path&"\Cross\Apps\CQS\QTalk")
DirCreate($path&"\Cross\Apps\CQS\QTalk\I18N")
DirCreate($path&"\Cross\Apps\CQS\QTalk\I18N\2052")
DirCreate($path&"\Cross\Apps\CQS\QTalk\Misc")
DirCreate($path&"\Cross\Apps\CQS\QTalk\Misc\TXSSO")
DirCreate($path&"\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO")
DirCreate($path&"\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N")
DirCreate($path&"\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052")
DirCreate($path&"\Cross\Apps\CQT")
DirCreate($path&"\Cross\Apps\CQT\QT")
DirCreate($path&"\Cross\Apps\CQT\QT\AuI18N")
DirCreate($path&"\Cross\Apps\CQT\QT\AuI18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QT\Bin")
DirCreate($path&"\Cross\Apps\CQT\QT\Bin\ffmpeg")
DirCreate($path&"\Cross\Apps\CQT\QT\Bin\Xunyou")
DirCreate($path&"\Cross\Apps\CQT\QT\GRRes")
DirCreate($path&"\Cross\Apps\CQT\QT\GRRes\CF")
DirCreate($path&"\Cross\Apps\CQT\QT\GRRes\LOL")
DirCreate($path&"\Cross\Apps\CQT\QT\GRRes\NBA")
DirCreate($path&"\Cross\Apps\CQT\QT\GRRes\VR")
DirCreate($path&"\Cross\Apps\CQT\QT\I18N")
DirCreate($path&"\Cross\Apps\CQT\QT\I18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\App")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\App\1024")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N")
DirCreate($path&"\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QT\Themes")
DirCreate($path&"\Cross\Apps\CQT\QTalk")
DirCreate($path&"\Cross\Apps\CQT\QTalk\AuI18N")
DirCreate($path&"\Cross\Apps\CQT\QTalk\AuI18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Bin")
DirCreate($path&"\Cross\Apps\CQT\QTalk\I18N")
DirCreate($path&"\Cross\Apps\CQT\QTalk\I18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\App")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\App\1024")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\TXSSO")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052")
DirCreate($path&"\Cross\Apps\CQT\QTalk\Themes")
DirCreate($path&"\Cross\Apps\GameRecorder")
DirCreate($path&"\Cross\Apps\GameRecorder\RichData")
DirCreate($path&"\Cross\Apps\GameRecorder\RichData\2278039432")
DirCreate($path&"\Cross\Apps\GameRecorder\RichData\3066508983")
DirCreate($path&"\Cross\Apps\Mission")
DirCreate($path&"\Cross\Apps\TP")
DirCreate($path&"\Cross\Apps\Trial")
DirCreate($path&"\Cross\Apps\Trial\Res")
DirCreate($path&"\Cross\Apps\Trial\Res\Images")
DirCreate($path&"\Cross\Apps\Trial\Res\Tpf")
DirCreate($path&"\Cross\Config")
DirCreate($path&"\Cross\FileCache")
DirCreate($path&"\Cross\FileCache\2278039432")
DirCreate($path&"\Cross\FileCache\2278039432\201e01")
DirCreate($path&"\Cross\FileCache\3066508983")
DirCreate($path&"\Cross\FileCache\3066508983\201e01")
DirCreate($path&"\Cross\FileCache\All Users")
DirCreate($path&"\Cross\FileCache\All Users\201e01")
DirCreate($path&"\Cross\FileCache\ExtCrashReporterList")
DirCreate($path&"\Cross\FileCache\ExtCrashReporterList\2278039432")
DirCreate($path&"\Cross\FileCache\ExtCrashReporterList\2278039432\201e01")
DirCreate($path&"\Cross\FileCache\ExtCrashReporterList\3066508983")
DirCreate($path&"\Cross\FileCache\ExtCrashReporterList\3066508983\201e01")
DirCreate($path&"\Cross\LiveUpdate")
DirCreate($path&"\Cross\LiveUpdate\config")
DirCreate($path&"\Cross\LiveUpdate\Tenio")
DirCreate($path&"\Cross\Logs")
DirCreate($path&"\Cross\Tenio")
DirCreate($path&"\D3D")
DirCreate($path&"\Log")
DirCreate($path&"\NTCLS")
DirCreate($path&"\NTCLS\Config")
DirCreate($path&"\NTCLS\Data")
DirCreate($path&"\NTCLS\Data\cfg_bin")
DirCreate($path&"\NTCLS\Data\tgp_ui")
DirCreate($path&"\NTCLS\Data\tgp_ui\cf_game_setting")
DirCreate($path&"\NTCLS\Data\tgp_ui\cf_game_setting\css")
DirCreate($path&"\NTCLS\Data\tgp_ui\cf_game_setting\images")
DirCreate($path&"\NTCLS\Data\tgp_ui\cf_game_setting\images_cf")
DirCreate($path&"\NTCLS\Data\tgp_ui\cf_game_setting\js")
DirCreate($path&"\NTCLS\Data\tgp_ui\css")
DirCreate($path&"\NTCLS\Data\tgp_ui\images")
DirCreate($path&"\NTCLS\Data\tgp_ui\js")
DirCreate($path&"\NTCLS\Data\tgp_ui\mdirui")
DirCreate($path&"\NTCLS\Data\tgp_ui\mdirui\css")
DirCreate($path&"\NTCLS\Data\tgp_ui\mdirui\images")
DirCreate($path&"\NTCLS\Data\tgp_ui\mdirui\images_cf")
DirCreate($path&"\NTCLS\Data\tgp_ui\mdirui\js")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage\css")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage\images")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage\images_cf")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage\js")
DirCreate($path&"\NTCLS\Data\tgp_ui\mlandingpage\js\game_conf")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_game_browser")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_game_browser\images")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_game_browser\js")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_load_failed")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_load_failed\css")
DirCreate($path&"\NTCLS\Data\tgp_ui\web_load_failed\images")
DirCreate($path&"\NTCLS\log")
DirCreate($path&"\NTCLS\netbar_game_missing_files")
DirCreate($path&"\NTCLS\netbar_game_missing_files\2")
DirCreate($path&"\NTCLS\ntcls_config")
DirCreate($path&"\NTCLS\patches")
DirCreate($path&"\NTCLS\plugins")
DirCreate($path&"\NTCLS\plugins\image")
DirCreate($path&"\NTCLS\QBBlink")
DirCreate($path&"\NTCLS\QBBlink\locales")
DirCreate($path&"\NTCLS\QBBlink\PepperFlash")
DirCreate($path&"\NTCLS\tcls")
DirCreate($path&"\NTCLS\tcls\config")
DirCreate($path&"\NTCLS\tcls\log")
DirCreate($path&"\NTCLS\tcls\Tenio")
DirCreate($path&"\NTCLS\tcls\Tenio\TenioDL")
DirCreate($path&"\NTCLS\tcls\TLog")
DirCreate($path&"\NTCLS\tcls\UIShellRes")
DirCreate($path&"\NTCLS\tcls\UIShellRes\DMLQ1")
DirCreate($path&"\NTCLS\tcls\UIShellRes\DMLQ1\TCLS")
DirCreate($path&"\NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQSPEED")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQSPEED\TCLS")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQXJ")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQXJ\TCLS")
DirCreate($path&"\NTCLS\tcls\UIShellRes\QQXJ\TCLS\config")
DirCreate($path&"\NTCLS\Tenio")
DirCreate($path&"\NTCLS\TenProtect")
DirCreate($path&"\NTCLS\tgp_config")
DirCreate($path&"\NTCLS\tpf_ui")
DirCreate($path&"\NTCLS\tpf_ui\res")
DirCreate($path&"\NTCLS\tpf_ui\res\about_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\about_dialog\background")
DirCreate($path&"\NTCLS\tpf_ui\res\add_game_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\button_close")
DirCreate($path&"\NTCLS\tpf_ui\res\button3")
DirCreate($path&"\NTCLS\tpf_ui\res\checkbox")
DirCreate($path&"\NTCLS\tpf_ui\res\common_icon")
DirCreate($path&"\NTCLS\tpf_ui\res\dl")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\images")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\images\cf")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\images\cf\act")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\images\cf\act\demo")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\test")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\tgp")
DirCreate($path&"\NTCLS\tpf_ui\res\dl\tgp\CF")
DirCreate($path&"\NTCLS\tpf_ui\res\extendboard")
DirCreate($path&"\NTCLS\tpf_ui\res\gif")
DirCreate($path&"\NTCLS\tpf_ui\res\head_line")
DirCreate($path&"\NTCLS\tpf_ui\res\landingpage")
DirCreate($path&"\NTCLS\tpf_ui\res\lanuchrepair")
DirCreate($path&"\NTCLS\tpf_ui\res\launch_game_animation")
DirCreate($path&"\NTCLS\tpf_ui\res\login")
DirCreate($path&"\NTCLS\tpf_ui\res\login\arrow")
DirCreate($path&"\NTCLS\tpf_ui\res\login\base")
DirCreate($path&"\NTCLS\tpf_ui\res\login\base\2")
DirCreate($path&"\NTCLS\tpf_ui\res\login\btn_login")
DirCreate($path&"\NTCLS\tpf_ui\res\login\button")
DirCreate($path&"\NTCLS\tpf_ui\res\login\checkbox")
DirCreate($path&"\NTCLS\tpf_ui\res\login\combobox")
DirCreate($path&"\NTCLS\tpf_ui\res\login\icon")
DirCreate($path&"\NTCLS\tpf_ui\res\login\inputbox")
DirCreate($path&"\NTCLS\tpf_ui\res\login\loading")
DirCreate($path&"\NTCLS\tpf_ui\res\login\scorwbar")
DirCreate($path&"\NTCLS\tpf_ui\res\login\tips")
DirCreate($path&"\NTCLS\tpf_ui\res\login\tips\1")
DirCreate($path&"\NTCLS\tpf_ui\res\login\tips\2")
DirCreate($path&"\NTCLS\tpf_ui\res\main")
DirCreate($path&"\NTCLS\tpf_ui\res\main\helper")
DirCreate($path&"\NTCLS\tpf_ui\res\main_menue")
DirCreate($path&"\NTCLS\tpf_ui\res\no_game_guide")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\about_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\about_dialog\background")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\add_game_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\button3")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\checkbox")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\common_icon")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\gif")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\Gift_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\landingpage")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main\combine")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main\combine\header_title")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main\helper")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main_menue")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main_menue\hover")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main_menue\normal")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\main_menue\press")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\no_game_guide")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\base")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\button")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\popup_wnd")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\setting_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\skin")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\skin\select_background")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\tips")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\tool_box")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\userGuide")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\userGuide\game")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\userGuide\helper")
DirCreate($path&"\NTCLS\tpf_ui\res\ntcls\version_info_panel")
DirCreate($path&"\NTCLS\tpf_ui\res\popup_wnd")
DirCreate($path&"\NTCLS\tpf_ui\res\ScrollBar")
DirCreate($path&"\NTCLS\tpf_ui\res\setting_dialog")
DirCreate($path&"\NTCLS\tpf_ui\res\skin")
DirCreate($path&"\NTCLS\tpf_ui\res\skin\select_background")
DirCreate($path&"\NTCLS\tpf_ui\res\sub_account")
DirCreate($path&"\NTCLS\tpf_ui\res\tips")
DirCreate($path&"\NTCLS\tpf_ui\res\tool_box")
DirCreate($path&"\NTCLS\tpf_ui\res\userGuide")
DirCreate($path&"\NTCLS\tpf_ui\res\userGuide\game")
DirCreate($path&"\NTCLS\tpf_ui\res\userGuide\helper")
DirCreate($path&"\NTCLS\TXSSO")
DirCreate($path&"\NTCLS\TXSSO\Bin")
DirCreate($path&"\NTCLS\TXSSO\I18N")
DirCreate($path&"\NTCLS\TXSSO\I18N\2052")
DirCreate($path&"\PCMLoader")
DirCreate($path&"\plugin")
DirCreate($path&"\QQBrowser")
DirCreate($path&"\Report")
DirCreate($path&"\rez")
DirCreate($path&"\rez\BGM")
DirCreate($path&"\rez\Butes")
DirCreate($path&"\rez\Camera")
DirCreate($path&"\rez\FONTS")
DirCreate($path&"\rez\NationMsz")
DirCreate($path&"\rez\rez")
DirCreate($path&"\rez\rez\UI")
DirCreate($path&"\rez\rez\UI\Scripts")
DirCreate($path&"\rez\Shader")
DirCreate($path&"\rez\Snd2")
DirCreate($path&"\rez\Snd2\AI")
DirCreate($path&"\rez\Snd2\AI\Chaos")
DirCreate($path&"\rez\Snd2\AI\Event")
DirCreate($path&"\rez\Snd2\AI\Heraklops")
DirCreate($path&"\rez\Snd2\AI_Hard")
DirCreate($path&"\rez\Snd2\AI_Hard\Crator")
DirCreate($path&"\rez\Snd2\AI_Hard\Crator\BGM")
DirCreate($path&"\rez\Snd2\AI_Mode")
DirCreate($path&"\rez\Snd2\AI_Mode\AI2")
DirCreate($path&"\rez\Snd2\AI_Mode\AI3")
DirCreate($path&"\rez\Snd2\AI2")
DirCreate($path&"\rez\Snd2\AI2\AIFOOTSTEPS")
DirCreate($path&"\rez\Snd2\AI2\Event")
DirCreate($path&"\rez\Snd2\AI2\Titan")
DirCreate($path&"\rez\Snd2\AI2_BrokenStaion_Hard")
DirCreate($path&"\rez\Snd2\AI3")
DirCreate($path&"\rez\Snd2\AI3\Destroyer")
DirCreate($path&"\rez\Snd2\AI3\Event")
DirCreate($path&"\rez\Snd2\AI3\Girl")
DirCreate($path&"\rez\Snd2\AI3\Jumpper")
DirCreate($path&"\rez\Snd2\AI3\Rappel")
DirCreate($path&"\rez\Snd2\AI4")
DirCreate($path&"\rez\Snd2\AI4\Event")
DirCreate($path&"\rez\Snd2\AI4\Event\ZeroGravity")
DirCreate($path&"\rez\Snd2\AI4\Event\ZumaRule")
DirCreate($path&"\rez\Snd2\AI4\FALCamo")
DirCreate($path&"\rez\Snd2\AI4\Hard")
DirCreate($path&"\rez\Snd2\AI4\Hard\Cubebow")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent\Grinder")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent\Head")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube")
DirCreate($path&"\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube")
DirCreate($path&"\rez\Snd2\AI4\Hard\Map")
DirCreate($path&"\rez\Snd2\AI4\Hard\Scene")
DirCreate($path&"\rez\Snd2\AI4\LightningStick")
DirCreate($path&"\rez\Snd2\AI4\MovingBoard")
DirCreate($path&"\rez\Snd2\AI4\Predator")
DirCreate($path&"\rez\Snd2\AI4\PropertyMob")
DirCreate($path&"\rez\Snd2\AI4\TopObject")
DirCreate($path&"\rez\Snd2\AI5")
DirCreate($path&"\rez\Snd2\AI5\BGM")
DirCreate($path&"\rez\Snd2\AI5\Monster")
DirCreate($path&"\rez\Snd2\AI5\Monster\Assembly")
DirCreate($path&"\rez\Snd2\AI5\Monster\Atlas")
DirCreate($path&"\rez\Snd2\AI5\Monster\BoomerwheelA")
DirCreate($path&"\rez\Snd2\AI5\Monster\BoomerwheelB")
DirCreate($path&"\rez\Snd2\AI5\Monster\CobraGirl")
DirCreate($path&"\rez\Snd2\AI5\Monster\Destroyer")
DirCreate($path&"\rez\Snd2\AI5\Monster\FlameMonarch")
DirCreate($path&"\rez\Snd2\AI5\Monster\Fragment")
DirCreate($path&"\rez\Snd2\AI5\Monster\Lutant")
DirCreate($path&"\rez\Snd2\AI5\Monster\MetalAssassin")
DirCreate($path&"\rez\Snd2\AI5\Monster\Mole")
DirCreate($path&"\rez\Snd2\AI5\Monster\Mysteryboy")
DirCreate($path&"\rez\Snd2\AI5\Monster\Speedilo")
DirCreate($path&"\rez\Snd2\AI5\Monster\SpeediloKing")
DirCreate($path&"\rez\Snd2\AI5\Monster\Transport")
DirCreate($path&"\rez\Snd2\AI5\Monster\Trooper")
DirCreate($path&"\rez\Snd2\AI5\Monster\WingTear")
DirCreate($path&"\rez\Snd2\AI5\System")
DirCreate($path&"\rez\Snd2\AIArena")
DirCreate($path&"\rez\Snd2\AIItemTicket")
DirCreate($path&"\rez\Snd2\ATNM")
DirCreate($path&"\rez\Snd2\BigBridge")
DirCreate($path&"\rez\Snd2\chinese")
DirCreate($path&"\rez\Snd2\chinese\MESSAGE")
DirCreate($path&"\rez\Snd2\chinese\RADIO")
DirCreate($path&"\rez\Snd2\chinese\RADIO\BL")
DirCreate($path&"\rez\Snd2\chinese\RADIO\GR")
DirCreate($path&"\rez\Snd2\chineseWoman")
DirCreate($path&"\rez\Snd2\chineseWoman\MESSAGE")
DirCreate($path&"\rez\Snd2\chineseWoman\RADIO")
DirCreate($path&"\rez\Snd2\chineseWoman\RADIO\BL")
DirCreate($path&"\rez\Snd2\chineseWoman\RADIO\GR")
DirCreate($path&"\rez\Snd2\chineseWoman2")
DirCreate($path&"\rez\Snd2\chineseWoman2\MESSAGE")
DirCreate($path&"\rez\Snd2\chineseWoman2\RADIO")
DirCreate($path&"\rez\Snd2\chineseWoman2\RADIO\BL")
DirCreate($path&"\rez\Snd2\chineseWoman2\RADIO\GR")
DirCreate($path&"\rez\Snd2\CommonCFTrigger")
DirCreate($path&"\rez\Snd2\DeathRing")
DirCreate($path&"\rez\Snd2\Dengziqi")
DirCreate($path&"\rez\Snd2\Dengziqi\MESSAGE")
DirCreate($path&"\rez\Snd2\Dengziqi\RADIO")
DirCreate($path&"\rez\Snd2\Dengziqi\RADIO\BL")
DirCreate($path&"\rez\Snd2\Dengziqi\RADIO\GR")
DirCreate($path&"\rez\Snd2\english")
DirCreate($path&"\rez\Snd2\english\Message")
DirCreate($path&"\rez\Snd2\english\Radio")
DirCreate($path&"\rez\Snd2\english\Radio\BL")
DirCreate($path&"\rez\Snd2\english\Radio\GR")
DirCreate($path&"\rez\Snd2\EnvSounds")
DirCreate($path&"\rez\Snd2\EnvSounds\EAGLEEYES")
DirCreate($path&"\rez\Snd2\EnvSounds\GhostLaboratory")
DirCreate($path&"\rez\Snd2\EnvSounds\Italy")
DirCreate($path&"\rez\Snd2\EnvSounds\Nuclear")
DirCreate($path&"\rez\Snd2\EnvSounds\Texas")
DirCreate($path&"\rez\Snd2\EnvSounds\Train")
DirCreate($path&"\rez\Snd2\EnvSounds\TRANSPORT")
DirCreate($path&"\rez\Snd2\EventSnd")
DirCreate($path&"\rez\Snd2\Ghost")
DirCreate($path&"\rez\Snd2\Ghost\Etc")
DirCreate($path&"\rez\Snd2\Ghost\Radio")
DirCreate($path&"\rez\Snd2\Ghost\Radio\Man")
DirCreate($path&"\rez\Snd2\Ghost\Radio\Woman")
DirCreate($path&"\rez\Snd2\GhostMatch2")
DirCreate($path&"\rez\Snd2\GhostMatch2\Item")
DirCreate($path&"\rez\Snd2\GhostMatch2\Object")
DirCreate($path&"\rez\Snd2\GhostMatch2\Object\Laser")
DirCreate($path&"\rez\Snd2\GhostMatch2\Object\Scanner")
DirCreate($path&"\rez\Snd2\GhostMatch2\Object\Sprinkler")
DirCreate($path&"\rez\Snd2\GhostMatch2\Radio")
DirCreate($path&"\rez\Snd2\GhostMatch2\Radio\Man")
DirCreate($path&"\rez\Snd2\GhostMatch2\Radio\Woman")
DirCreate($path&"\rez\Snd2\GrimReaper")
DirCreate($path&"\rez\Snd2\Item")
DirCreate($path&"\rez\Snd2\JNS_UnderCover")
DirCreate($path&"\rez\Snd2\JNS_UnderCover\MESSAGE")
DirCreate($path&"\rez\Snd2\JNS_UnderCover\RADIO")
DirCreate($path&"\rez\Snd2\JNS_UnderCover\RADIO\BL")
DirCreate($path&"\rez\Snd2\JNS_UnderCover\RADIO\GR")
DirCreate($path&"\rez\Snd2\Map")
DirCreate($path&"\rez\Snd2\Map\Ankara_ren")
DirCreate($path&"\rez\Snd2\Map\EM")
DirCreate($path&"\rez\Snd2\Map\EM\Chicago")
DirCreate($path&"\rez\Snd2\Map\HelmCanyon_SM")
DirCreate($path&"\rez\Snd2\Map\KM")
DirCreate($path&"\rez\Snd2\Map\KM\Gladiator")
DirCreate($path&"\rez\Snd2\Map\Kremlin_TD")
DirCreate($path&"\rez\Snd2\Map\Kremrin_TD")
DirCreate($path&"\rez\Snd2\Map\Nano")
DirCreate($path&"\rez\Snd2\Map\Nano\WarShip")
DirCreate($path&"\rez\Snd2\Map\TD")
DirCreate($path&"\rez\Snd2\Map\TD\Egypt")
DirCreate($path&"\rez\Snd2\Map\TD\Transport")
DirCreate($path&"\rez\Snd2\Map\TM")
DirCreate($path&"\rez\Snd2\Map\TM\BlackWidow")
DirCreate($path&"\rez\Snd2\Map\TM\Dust2")
DirCreate($path&"\rez\Snd2\Map\TM\Pelourinho")
DirCreate($path&"\rez\Snd2\Map\TM\Surround")
DirCreate($path&"\rez\Snd2\Mode")
DirCreate($path&"\rez\Snd2\Mode\BattleMode")
DirCreate($path&"\rez\Snd2\Mode\BigHeadMode")
DirCreate($path&"\rez\Snd2\Mode\BossBattle")
DirCreate($path&"\rez\Snd2\Mode\Captain")
DirCreate($path&"\rez\Snd2\Mode\CTC")
DirCreate($path&"\rez\Snd2\Mode\Grenade")
DirCreate($path&"\rez\Snd2\Mode\GuessMe")
DirCreate($path&"\rez\Snd2\Mode\KingMode")
DirCreate($path&"\rez\Snd2\Mode\Nano4")
DirCreate($path&"\rez\Snd2\Mode\Nano4\NanoRuin")
DirCreate($path&"\rez\Snd2\Mode\RunningJump")
DirCreate($path&"\rez\Snd2\Mode\Sheep")
DirCreate($path&"\rez\Snd2\Mode\SPY")
DirCreate($path&"\rez\Snd2\Mode\TeamEscapeMode")
DirCreate($path&"\rez\Snd2\Mode\TeamMatch2")
DirCreate($path&"\rez\Snd2\Mode\ThrowMode")
DirCreate($path&"\rez\Snd2\Mode\WeaponMaster")
DirCreate($path&"\rez\Snd2\MysticalIsle")
DirCreate($path&"\rez\Snd2\Nano3")
DirCreate($path&"\rez\Snd2\Nano3\event")
DirCreate($path&"\rez\Snd2\Nano4")
DirCreate($path&"\rez\Snd2\Nano4Ex")
DirCreate($path&"\rez\Snd2\Nano6")
DirCreate($path&"\rez\Snd2\Nano6\Voice")
DirCreate($path&"\rez\Snd2\Nano6\Voice\Mercenary")
DirCreate($path&"\rez\Snd2\Nano6\Voice\Nano")
DirCreate($path&"\rez\Snd2\NanoVSGhost")
DirCreate($path&"\rez\Snd2\Nymphs")
DirCreate($path&"\rez\Snd2\Nymphs\Daphne")
DirCreate($path&"\rez\Snd2\Nymphs\MESSAGE")
DirCreate($path&"\rez\Snd2\Nymphs\RADIO")
DirCreate($path&"\rez\Snd2\Nymphs\RADIO\BL")
DirCreate($path&"\rez\Snd2\Nymphs\RADIO\GR")
DirCreate($path&"\rez\Snd2\Nymphs\RADIO\SPECIAL")
DirCreate($path&"\rez\Snd2\Racing")
DirCreate($path&"\rez\Snd2\Racing\BGM")
DirCreate($path&"\rez\Snd2\Racing\Bike")
DirCreate($path&"\rez\Snd2\Racing\Monster")
DirCreate($path&"\rez\Snd2\Racing\Monster\ArmorLutant")
DirCreate($path&"\rez\Snd2\Racing\Monster\DesertAssaultTrooper")
DirCreate($path&"\rez\Snd2\Racing\Monster\Speedilo")
DirCreate($path&"\rez\Snd2\RankMatch")
DirCreate($path&"\rez\Snd2\soccer")
DirCreate($path&"\rez\Snd2\SubjectAlpha")
DirCreate($path&"\rez\Snd2\SubjectAlpha\MESSAGE")
DirCreate($path&"\rez\Snd2\SubjectAlpha\RADIO")
DirCreate($path&"\rez\Snd2\SubjectAlpha\RADIO\BL")
DirCreate($path&"\rez\Snd2\SubjectAlpha\RADIO\GR")
DirCreate($path&"\rez\Snd2\SubjectAlpha\RADIO\SPECIAL")
DirCreate($path&"\rez\Snd2\SubjectAlpha\SocialMotion")
DirCreate($path&"\rez\Snd2\SubjectAlpha\SocialMotion\BL")
DirCreate($path&"\rez\Snd2\SubjectAlpha\SocialMotion\GR")
DirCreate($path&"\rez\Snd2\Submarine")
DirCreate($path&"\rez\Snd2\SuperSoldier_TD")
DirCreate($path&"\rez\Snd2\SuperSoldier_TD\SuperSoldier_City")
DirCreate($path&"\rez\Snd2\TheFates")
DirCreate($path&"\rez\Snd2\TheFates\MESSAGE")
DirCreate($path&"\rez\Snd2\TheFates\RADIO")
DirCreate($path&"\rez\Snd2\TheFates\RADIO\BL")
DirCreate($path&"\rez\Snd2\TheFates\RADIO\GR")
DirCreate($path&"\rez\Snd2\TheFates\RADIO\SPECIAL")
DirCreate($path&"\rez\Snd2\TheSwitcher")
DirCreate($path&"\rez\Snd2\TheSwitcher\MESSAGE")
DirCreate($path&"\rez\Snd2\TheSwitcher\RADIO")
DirCreate($path&"\rez\Snd2\TheSwitcher\RADIO\BL")
DirCreate($path&"\rez\Snd2\TheSwitcher\RADIO\GR")
DirCreate($path&"\rez\Snd2\TheSwitcher\RADIO\SPECIAL")
DirCreate($path&"\rez\Snd2\ToyCatle")
DirCreate($path&"\rez\Snd2\Tutorial")
DirCreate($path&"\rez\Snd2\UnderBase")
DirCreate($path&"\rez\Snd2\vvip")
DirCreate($path&"\rez\Snd2\vvip\Critical")
DirCreate($path&"\rez\Snd2\vvip\Pertinacious")
DirCreate($path&"\rez\Snd2\Wave")
DirCreate($path&"\rez\Snd2\Wave\Soundtrack")
DirCreate($path&"\rez\Snd2\Wave\SuperSoldier")
DirCreate($path&"\rez\Snd2\WebUISnd")
DirCreate($path&"\rez\Snd2\Western")
DirCreate($path&"\rez\Snd2\woman")
DirCreate($path&"\rez\Snd2\woman\Message")
DirCreate($path&"\rez\Snd2\woman\Radio")
DirCreate($path&"\rez\Snd2\woman\Radio\BL")
DirCreate($path&"\rez\Snd2\woman\Radio\GR")
DirCreate($path&"\rez\TCUI")
DirCreate($path&"\rez\UI")
DirCreate($path&"\rez\UI\Scripts")
DirCreate($path&"\rez\UI\Scripts\Accessory")
DirCreate($path&"\rez\UI\Scripts\AI2CombinationItem")
DirCreate($path&"\rez\UI\Scripts\AI2PlanBook")
DirCreate($path&"\rez\UI\Scripts\AI2ReparationItemList")
DirCreate($path&"\rez\UI\Scripts\AI3")
DirCreate($path&"\rez\UI\Scripts\AIBOT")
DirCreate($path&"\rez\UI\Scripts\AIBOT\MatchMenuPopup")
DirCreate($path&"\rez\UI\Scripts\AIGrowSystem")
DirCreate($path&"\rez\UI\Scripts\AIItemGetInfo")
DirCreate($path&"\rez\UI\Scripts\AIItemList")
DirCreate($path&"\rez\UI\Scripts\AutoLeagueCreator")
DirCreate($path&"\rez\UI\Scripts\AutoTNM")
DirCreate($path&"\rez\UI\Scripts\AutoTNM\AddTab")
DirCreate($path&"\rez\UI\Scripts\AutoTNM\Flow")
DirCreate($path&"\rez\UI\Scripts\AutoTNM\Main")
DirCreate($path&"\rez\UI\Scripts\AutoTNM\PopUp")
DirCreate($path&"\rez\UI\Scripts\BeginnerGuide")
DirCreate($path&"\rez\UI\Scripts\BeginnerMission")
DirCreate($path&"\rez\UI\Scripts\BlackMarket")
DirCreate($path&"\rez\UI\Scripts\BossBattle")
DirCreate($path&"\rez\UI\Scripts\BoxOpen")
DirCreate($path&"\rez\UI\Scripts\Buddy_CF20")
DirCreate($path&"\rez\UI\Scripts\Buddy_CF20\BuddyRenewal")
DirCreate($path&"\rez\UI\Scripts\BuyListSet")
DirCreate($path&"\rez\UI\Scripts\CFPointWeb")
DirCreate($path&"\rez\UI\Scripts\CFWebEventPage")
DirCreate($path&"\rez\UI\Scripts\ChannelSelect")
DirCreate($path&"\rez\UI\Scripts\CharacterAIItem")
DirCreate($path&"\rez\UI\Scripts\CharacterItemInven")
DirCreate($path&"\rez\UI\Scripts\CharacterPresent")
DirCreate($path&"\rez\UI\Scripts\CharacterSetting")
DirCreate($path&"\rez\UI\Scripts\CharacterTrade")
DirCreate($path&"\rez\UI\Scripts\CharacterUniform")
DirCreate($path&"\rez\UI\Scripts\ChatOptMng")
DirCreate($path&"\rez\UI\Scripts\ClanAutoMatch")
DirCreate($path&"\rez\UI\Scripts\Coin")
DirCreate($path&"\rez\UI\Scripts\Combination")
DirCreate($path&"\rez\UI\Scripts\ComeBack")
DirCreate($path&"\rez\UI\Scripts\Common")
DirCreate($path&"\rez\UI\Scripts\ContentsOverview")
DirCreate($path&"\rez\UI\Scripts\CustomKillMark")
DirCreate($path&"\rez\UI\Scripts\EventPage")
DirCreate($path&"\rez\UI\Scripts\ExpirationItemPopup")
DirCreate($path&"\rez\UI\Scripts\FeverSystem")
DirCreate($path&"\rez\UI\Scripts\FPSystem")
DirCreate($path&"\rez\UI\Scripts\FPSystem\FPHelp")
DirCreate($path&"\rez\UI\Scripts\FPSystem\FPointMall")
DirCreate($path&"\rez\UI\Scripts\FPSystem\FPointMall\Viewer")
DirCreate($path&"\rez\UI\Scripts\FPSystem\GameResult")
DirCreate($path&"\rez\UI\Scripts\FPSystem\GameRoom")
DirCreate($path&"\rez\UI\Scripts\FPSystem\ReferFriend")
DirCreate($path&"\rez\UI\Scripts\FPSystem\ReferFriend\NotifyPopup")
DirCreate($path&"\rez\UI\Scripts\FPSystem\ReferState")
DirCreate($path&"\rez\UI\Scripts\FPSystem\Shop")
DirCreate($path&"\rez\UI\Scripts\FPSystem\TopMenu")
DirCreate($path&"\rez\UI\Scripts\FuncColor")
DirCreate($path&"\rez\UI\Scripts\GachaShop")
DirCreate($path&"\rez\UI\Scripts\GachaShop\GachaCouponList")
DirCreate($path&"\rez\UI\Scripts\GachaShop\GachaItemStrip")
DirCreate($path&"\rez\UI\Scripts\GachaShop\GachaRewardPreview")
DirCreate($path&"\rez\UI\Scripts\GachaShop\GachaWeaponPart")
DirCreate($path&"\rez\UI\Scripts\GachaShopRenewal")
DirCreate($path&"\rez\UI\Scripts\GachaShopRenewal\GachaHelp")
DirCreate($path&"\rez\UI\Scripts\GachaShopRenewal\GachaItemStrip")
DirCreate($path&"\rez\UI\Scripts\GachaShopRenewal\GachaWinnerList")
DirCreate($path&"\rez\UI\Scripts\GameEnd")
DirCreate($path&"\rez\UI\Scripts\GameEndNew")
DirCreate($path&"\rez\UI\Scripts\GameGuide")
DirCreate($path&"\rez\UI\Scripts\GhostMatch")
DirCreate($path&"\rez\UI\Scripts\HelpMsg")
DirCreate($path&"\rez\UI\Scripts\IDCard")
DirCreate($path&"\rez\UI\Scripts\InGameClan")
DirCreate($path&"\rez\UI\Scripts\InGameClan\ClanBattle")
DirCreate($path&"\rez\UI\Scripts\InGameClan\Home")
DirCreate($path&"\rez\UI\Scripts\InGameClan\Home\Clan")
DirCreate($path&"\rez\UI\Scripts\InGameClan\Home\PassWord")
DirCreate($path&"\rez\UI\Scripts\InGameClan\Home\Unit")
DirCreate($path&"\rez\UI\Scripts\InGameRanking")
DirCreate($path&"\rez\UI\Scripts\InstallMent")
DirCreate($path&"\rez\UI\Scripts\Invite")
DirCreate($path&"\rez\UI\Scripts\InviteClan")
DirCreate($path&"\rez\UI\Scripts\LeadBuyingEvent")
DirCreate($path&"\rez\UI\Scripts\LoadingScreen")
DirCreate($path&"\rez\UI\Scripts\Lobby")
DirCreate($path&"\rez\UI\Scripts\LobbyBillBoard")
DirCreate($path&"\rez\UI\Scripts\MakeRoom")
DirCreate($path&"\rez\UI\Scripts\MakeRoomClan")
DirCreate($path&"\rez\UI\Scripts\MatchMenuPopup")
DirCreate($path&"\rez\UI\Scripts\MediaSystem")
DirCreate($path&"\rez\UI\Scripts\MissionCard")
DirCreate($path&"\rez\UI\Scripts\MissionPopup")
DirCreate($path&"\rez\UI\Scripts\MissionPopup\Achieve")
DirCreate($path&"\rez\UI\Scripts\MissionResult")
DirCreate($path&"\rez\UI\Scripts\NaNoSoulStone")
DirCreate($path&"\rez\UI\Scripts\Notice")
DirCreate($path&"\rez\UI\Scripts\Option")
DirCreate($path&"\rez\UI\Scripts\PointMAll")
DirCreate($path&"\rez\UI\Scripts\PointMAll\Viewer")
DirCreate($path&"\rez\UI\Scripts\PromotionMsg")
DirCreate($path&"\rez\UI\Scripts\PvEAutoPlay")
DirCreate($path&"\rez\UI\Scripts\PVEEventPopUp")
DirCreate($path&"\rez\UI\Scripts\RecommendObserver")
DirCreate($path&"\rez\UI\Scripts\Result")
DirCreate($path&"\rez\UI\Scripts\RewardEvent")
DirCreate($path&"\rez\UI\Scripts\Room")
DirCreate($path&"\rez\UI\Scripts\Room\ItemTab")
DirCreate($path&"\rez\UI\Scripts\RoomOption")
DirCreate($path&"\rez\UI\Scripts\RoomOptionClan")
DirCreate($path&"\rez\UI\Scripts\Shop2")
DirCreate($path&"\rez\UI\Scripts\SoSo")
DirCreate($path&"\rez\UI\Scripts\StateMentWnd")
DirCreate($path&"\rez\UI\Scripts\SUPERSOLDIER")
DirCreate($path&"\rez\UI\Scripts\SUPERSOLDIER\Result")
DirCreate($path&"\rez\UI\Scripts\Trade")
DirCreate($path&"\rez\UI\Scripts\UccSpray")
DirCreate($path&"\rez\UI\Scripts\UnfitUse")
DirCreate($path&"\rez\UI\Scripts\UserInfo")
DirCreate($path&"\rez\UI\Scripts\UserKeepingSystem")
DirCreate($path&"\rez\UI\Scripts\VVIPSkin")
DirCreate($path&"\rez\UI\Scripts\VVIPWeaponCC")
DirCreate($path&"\rez\UI\Scripts\WAVE")
DirCreate($path&"\rez\UI\Scripts\WAVE\PopupGuide")
DirCreate($path&"\rez\UI\Scripts\WAVE\Result")
DirCreate($path&"\rez\UI\Scripts\WeaponAttachItem")
DirCreate($path&"\rez\UI\Scripts\WebBanner")
DirCreate($path&"\rez\UI\Scripts\WebShop")
DirCreate($path&"\rez\UI\Scripts\WelfareCenter")
DirCreate($path&"\rez\UI\Scripts\WindowGroups")
DirCreate($path&"\rez\UI\Scripts\WishList")
DirCreate($path&"\rez2")
DirCreate($path&"\TCLS")
DirCreate($path&"\TCLS\Acceleration")
DirCreate($path&"\TCLS\config")
DirCreate($path&"\TCLS\music")
DirCreate($path&"\TCLS\plugins")
DirCreate($path&"\TCLS\plugins\TPLocalDataDir")
DirCreate($path&"\TCLS\plugins\TPLocalDataDir\DOWN")
DirCreate($path&"\TCLS\Tenio")
DirCreate($path&"\TCLS\Tenio\TenioDL")
DirCreate($path&"\TCLS\TenProtect")
DirCreate($path&"\TCLS\TenProtect\config")
DirCreate($path&"\TCLS\TenProtect\patchs")
DirCreate($path&"\TCLS\TenProtect\Tenio")
DirCreate($path&"\TCLS\TenProtect\TP")
DirCreate($path&"\TCLS\TenProtect\TP\TPHelper")
DirCreate($path&"\TCLS\TenProtect\TP\TPHelper\config")
DirCreate($path&"\TCLS\TenProtect\TP\TPHelper\locales")
DirCreate($path&"\TCLS\TenProtect\TP\TPHelper\Tenio")
DirCreate($path&"\TCLS\TenProtect\TP\TPHelper\TenProtect")
DirCreate($path&"\TCLS\tlog")
DirCreate($path&"\TCLS\ui")
DirCreate($path&"\TCLS\ui\Layout")
DirCreate($path&"\TCLS\ui\Res")
DirCreate($path&"\TCLS\ui\Res\CF")
DirCreate($path&"\TCLS\ui\Res\CF\smzc")
DirCreate($path&"\TCLS\ui\Res\fsj")
DirCreate($path&"\TCLS\ui\Res\Game")
DirCreate($path&"\TCLS\ui\Res\Game\Dialog")
DirCreate($path&"\TCLS\ui\Res\Game\Dialog\Scrollbar")
DirCreate($path&"\TCLS\ui\Res\Game\Dir")
DirCreate($path&"\TCLS\ui\Res\Game\Dir\AddItem")
DirCreate($path&"\TCLS\ui\Res\Game\Global")
DirCreate($path&"\TCLS\ui\Res\Game\Global\Scrollbar")
DirCreate($path&"\TCLS\ui\Res\Game\Login")
DirCreate($path&"\TCLS\ui\Res\Game\Mbk")
DirCreate($path&"\TCLS\ui\Res\Game\Update")
DirCreate($path&"\TCLS\ui\Res\Game\Update00")
DirCreate($path&"\TCLS\ui\Res\role")
DirCreate($path&"\TCLS\ui\Res\smzc")
DirCreate($path&"\TCLS\ui\Res\tck")
DirCreate($path&"\TCLS\ui\Res\tck_adlg")
DirCreate($path&"\TCLS\ui\style")
DirCreate($path&"\TenioCS")
DirCreate($path&"\tgppatches")
DirCreate($path&"\tgppatches\b3dd85bc7346794872956530790b1e6b")
DirCreate($path&"\TQM")
DirCreate($path&"\TQM\dump")
DirCreate($path&"\TQM\profile")
DirCreate($path&"\UpdateCenter")
IniWrite($sFilePath, "General", "namepath","atl71.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\atl71.dll',$path&'\atl71.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","atl80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\atl80.dll',$path&'\atl80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","auto.lst")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\auto.lst',$path&'\auto.lst',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","avcodec-53.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\avcodec-53.dll',$path&'\avcodec-53.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","avformat-53.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\avformat-53.dll',$path&'\avformat-53.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","avutil-51.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\avutil-51.dll',$path&'\avutil-51.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","awesomium.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\awesomium.dll',$path&'\awesomium.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","awesomium.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\awesomium.log',$path&'\awesomium.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","awesomium_process.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\awesomium_process.exe',$path&'\awesomium_process.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","BugTrace.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\BugTrace.dll',$path&'\BugTrace.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","BugTrace.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\BugTrace.ini',$path&'\BugTrace.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","BugTrap.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\BugTrap.dll',$path&'\BugTrap.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","cache.cf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\cache.cf',$path&'\cache.cf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","cfrf.cfd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\cfrf.cfd',$path&'\cfrf.cfd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","CNWrapperLib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\CNWrapperLib.dll',$path&'\CNWrapperLib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","CNWrapperLib.dll.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\CNWrapperLib.dll.manifest',$path&'\CNWrapperLib.dll.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","crossfire.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\crossfire.exe',$path&'\crossfire.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","CrossFire.ico")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\CrossFire.ico',$path&'\CrossFire.ico',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","crossfirebase.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\crossfirebase.dll',$path&'\crossfirebase.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","CShell.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\CShell.dll',$path&'\CShell.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","CShell.dll.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\CShell.dll.manifest',$path&'\CShell.dll.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","d3dx9_29.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\d3dx9_29.dll',$path&'\d3dx9_29.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","D3DX9_42.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\D3DX9_42.dll',$path&'\D3DX9_42.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","D3DX9_43.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\D3DX9_43.dll',$path&'\D3DX9_43.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","datafiles.zip")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\datafiles.zip',$path&'\datafiles.zip',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","dlcore.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\dlcore.dll',$path&'\dlcore.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","engine.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\engine.rez',$path&'\engine.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Extract.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Extract.dll',$path&'\Extract.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","fmod_event.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\fmod_event.dll',$path&'\fmod_event.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","fmodex.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\fmodex.dll',$path&'\fmodex.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","FWatcher.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\FWatcher.dll',$path&'\FWatcher.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Game.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Game.dat',$path&'\Game.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GameBabyConfig.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GameBabyConfig.dat',$path&'\GameBabyConfig.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GameDataPlatformServer.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GameDataPlatformServer.dll',$path&'\GameDataPlatformServer.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GameLoader.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GameLoader.exe',$path&'\GameLoader.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","gameloader.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\gameloader.log',$path&'\gameloader.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GameRpcs.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GameRpcs.dll',$path&'\GameRpcs.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GbSpy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GbSpy.dll',$path&'\GbSpy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GdiPlus.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GdiPlus.dll',$path&'\GdiPlus.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GDPCrossfire.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GDPCrossfire.dll',$path&'\GDPCrossfire.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GDPImpl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GDPImpl.dll',$path&'\GDPImpl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GDPLoader.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GDPLoader.dll',$path&'\GDPLoader.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GDPOpenProtocol.tdr',$path&'\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","GDPSSdk.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\GDPSSdk.dll',$path&'\GDPSSdk.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","icudt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\icudt.dll',$path&'\icudt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","iigwQQLoginAPI_dllLib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\iigwQQLoginAPI_dllLib.dll',$path&'\iigwQQLoginAPI_dllLib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","KeyCrypt.sys")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\KeyCrypt.sys',$path&'\KeyCrypt.sys',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","KEYCRYPT.VXD")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\KEYCRYPT.VXD',$path&'\KEYCRYPT.VXD',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","launchcrossfire.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\launchcrossfire.exe',$path&'\launchcrossfire.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","libEGL.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\libEGL.dll',$path&'\libEGL.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","libGLESv2.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\libGLESv2.dll',$path&'\libGLESv2.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","LTMsg.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\LTMsg.dll',$path&'\LTMsg.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","MFC71.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\MFC71.dll',$path&'\MFC71.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","mfc80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\mfc80.dll',$path&'\mfc80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","mfc80u.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\mfc80u.dll',$path&'\mfc80u.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","mfcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\mfcm80.dll',$path&'\mfcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","mfcm80u.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\mfcm80u.dll',$path&'\mfcm80u.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Microsoft.VC80.ATL.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Microsoft.VC80.ATL.manifest',$path&'\Microsoft.VC80.ATL.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Microsoft.VC80.CRT.manifest',$path&'\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Microsoft.VC80.MFC.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Microsoft.VC80.MFC.manifest',$path&'\Microsoft.VC80.MFC.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Microsoft.VC90.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Microsoft.VC90.CRT.manifest',$path&'\Microsoft.VC90.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","MiniObject.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\MiniObject.dll',$path&'\MiniObject.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcm80.dll',$path&'\msvcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcp100.dll',$path&'\msvcp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","MSVCP60.DLL")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\MSVCP60.DLL',$path&'\MSVCP60.DLL',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcp71.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcp71.dll',$path&'\msvcp71.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcp80.dll',$path&'\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcp90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcp90.dll',$path&'\msvcp90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcr100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcr100.dll',$path&'\msvcr100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcr71.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcr71.dll',$path&'\msvcr71.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcr80.dll',$path&'\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","msvcr90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\msvcr90.dll',$path&'\msvcr90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Object.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Object.dll',$path&'\Object.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","pack_cf.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\pack_cf.dll',$path&'\pack_cf.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","patch.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\patch.dat',$path&'\patch.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","PatchExpLib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\PatchExpLib.dll',$path&'\PatchExpLib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","QQDL.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\QQDL.exe',$path&'\QQDL.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","QQDLProxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\QQDLProxy.dll',$path&'\QQDLProxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","qqdownload.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\qqdownload.dll',$path&'\qqdownload.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","QQLogin.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\QQLogin.exe',$path&'\QQLogin.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","QRLauncher.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\QRLauncher.exe',$path&'\QRLauncher.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","QRU.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\QRU.dll',$path&'\QRU.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","RS.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\RS.dll',$path&'\RS.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","selfupdate.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\selfupdate.exe',$path&'\selfupdate.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","selfupdate_cf.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\selfupdate_cf.exe',$path&'\selfupdate_cf.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","ServiceInstaller.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\ServiceInstaller.exe',$path&'\ServiceInstaller.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","SndDrv.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\SndDrv.dll',$path&'\SndDrv.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TC0001.DAT")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TC0001.DAT',$path&'\TC0001.DAT',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TCJ.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TCJ.dll',$path&'\TCJ.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TCJHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TCJHelper.dll',$path&'\TCJHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","tcls.lst")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\tcls.lst',$path&'\tcls.lst',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenCaptcha.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenCaptcha.dll',$path&'\TenCaptcha.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Tencentdl.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Tencentdl.exe',$path&'\Tencentdl.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenioCs.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenioCs.ini',$path&'\TenioCs.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenioPath.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenioPath.ini',$path&'\TenioPath.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","tenox.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\tenox.dat',$path&'\tenox.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Tenparty.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Tenparty.dat',$path&'\Tenparty.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenProxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenProxy.dll',$path&'\TenProxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenRpcs.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenRpcs.dll',$path&'\TenRpcs.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSafe.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSafe.exe',$path&'\TenSafe.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSLU.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSLU.dll',$path&'\TenSLU.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSLX.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSLX.dat',$path&'\TenSLX.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSLX.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSLX.dll',$path&'\TenSLX.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSlx2.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSlx2.dat',$path&'\TenSlx2.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSM.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSM.dll',$path&'\TenSM.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSP.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSP.dat',$path&'\TenSP.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSP.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSP.dll',$path&'\TenSP.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenSRL.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenSRL.dat',$path&'\TenSRL.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TenTC.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TenTC.dll',$path&'\TenTC.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TerSafe.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TerSafe.dll',$path&'\TerSafe.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","tnproxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\tnproxy.dll',$path&'\tnproxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TP0004.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TP0004.dll',$path&'\TP0004.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TP0005.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TP0005.dll',$path&'\TP0005.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","tp3helper.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\tp3helper.dat',$path&'\tp3helper.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TP3Helper.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TP3Helper.exe',$path&'\TP3Helper.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TPDownLoad.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TPDownLoad.dll',$path&'\TPDownLoad.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","tpver.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\tpver.dat',$path&'\tpver.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","TStats.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\TStats.dll',$path&'\TStats.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","unins000.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\unins000.dat',$path&'\unins000.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","unins000.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\unins000.exe',$path&'\unins000.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Uninstall.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Uninstall.exe',$path&'\Uninstall.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","vqqsdl_cf.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\vqqsdl_cf.dll',$path&'\vqqsdl_cf.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","xinput9_1_0.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\xinput9_1_0.dll',$path&'\xinput9_1_0.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","穿越火线.lnk")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\穿越火线.lnk',$path&'\穿越火线.lnk',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","穿越火线卸载.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\穿越火线卸载.exe',$path&'\穿越火线卸载.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","访问官网.url")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\访问官网.url',$path&'\访问官网.url',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\PCMgr.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\PCMgr.dat',$path&'\components\PCMgr.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\arkGraphic.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\arkGraphic.dll',$path&'\components\tclsqmfix\arkGraphic.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\ATL80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\ATL80.dll',$path&'\components\tclsqmfix\ATL80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\Common.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\Common.dll',$path&'\components\tclsqmfix\Common.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\dr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\dr.dll',$path&'\components\tclsqmfix\dr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\ExtractQmPacketFiles.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\ExtractQmPacketFiles.dll',$path&'\components\tclsqmfix\ExtractQmPacketFiles.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\FlashPluginCfg.etf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\FlashPluginCfg.etf',$path&'\components\tclsqmfix\FlashPluginCfg.etf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\GF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\GF.dll',$path&'\components\tclsqmfix\GF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\jgImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\jgImage.dll',$path&'\components\tclsqmfix\jgImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\jgIOStub.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\jgIOStub.dll',$path&'\components\tclsqmfix\jgIOStub.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\libexpatw.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\libexpatw.dll',$path&'\components\tclsqmfix\libexpatw.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\libjpegturbo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\libjpegturbo.dll',$path&'\components\tclsqmfix\libjpegturbo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\libpng.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\libpng.dll',$path&'\components\tclsqmfix\libpng.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\Microsoft.VC80.ATL.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\Microsoft.VC80.ATL.manifest',$path&'\components\tclsqmfix\Microsoft.VC80.ATL.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\Microsoft.VC80.CRT.manifest',$path&'\components\tclsqmfix\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\msvcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\msvcm80.dll',$path&'\components\tclsqmfix\msvcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\msvcp80.dll',$path&'\components\tclsqmfix\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\msvcr80.dll',$path&'\components\tclsqmfix\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QMCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QMCommon.dll',$path&'\components\tclsqmfix\QMCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QMGreenPacket.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QMGreenPacket.dll',$path&'\components\tclsqmfix\QMGreenPacket.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QMIpc.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QMIpc.dll',$path&'\components\tclsqmfix\QMIpc.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QMNetworkMgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QMNetworkMgr.dll',$path&'\components\tclsqmfix\QMNetworkMgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QMNetworkMgr.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QMNetworkMgr.ini',$path&'\components\tclsqmfix\QMNetworkMgr.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QQPCDetector.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QQPCDetector.dll',$path&'\components\tclsqmfix\QQPCDetector.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QQPCExternal.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QQPCExternal.exe',$path&'\components\tclsqmfix\QQPCExternal.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\QQPCfix.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\QQPCfix.dll',$path&'\components\tclsqmfix\QQPCfix.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\TclsQmFix.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\TclsQmFix.dat',$path&'\components\tclsqmfix\TclsQmFix.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\TclsQmFix.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\TclsQmFix.exe',$path&'\components\tclsqmfix\TclsQmFix.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\TclsQmFix.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\TclsQmFix.rdb',$path&'\components\tclsqmfix\TclsQmFix.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\TclsQmFixCfg.etf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\TclsQmFixCfg.etf',$path&'\components\tclsqmfix\TclsQmFixCfg.etf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\tinyxml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\tinyxml.dll',$path&'\components\tclsqmfix\tinyxml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\TSSysKitProxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\TSSysKitProxy.dll',$path&'\components\tclsqmfix\TSSysKitProxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\xGraphic32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\xGraphic32.dll',$path&'\components\tclsqmfix\xGraphic32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","components\tclsqmfix\zlib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\components\tclsqmfix\zlib.dll',$path&'\components\tclsqmfix\zlib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513253316_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513253316_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513253316_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513253367_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513253367_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513253367_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513253427_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513253427_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513253427_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513253513_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513253513_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513253513_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513253628_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513253628_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513253628_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513304182_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513304182_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513304182_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513304225_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513304225_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513304225_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513304229_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513304229_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513304229_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513304231_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513304231_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513304231_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513304233_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513304233_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513304233_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306125_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306125_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306125_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306196_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306196_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306196_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306235_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306235_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306235_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306267_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306267_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306267_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306315_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306315_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306315_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1513306337_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1513306337_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1513306337_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1514175729_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1514175729_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1514175729_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1514175731_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1514175731_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1514175731_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1514175732_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1514175732_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1514175732_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\2278039432\截图文件\1514175733_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\2278039432\截图文件\1514175733_kill_0.jpg',$path&'\Cross\2278039432\截图文件\1514175733_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\3066508983\截图文件\1513304800_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\3066508983\截图文件\1513304800_kill_0.jpg',$path&'\Cross\3066508983\截图文件\1513304800_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\3066508983\截图文件\1514343533_kill_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\3066508983\截图文件\1514343533_kill_0.jpg',$path&'\Cross\3066508983\截图文件\1514343533_kill_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\Accerator.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\Accerator.dll',$path&'\Cross\Apps\accerator\Accerator.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\AppInfo.cfg',$path&'\Cross\Apps\accerator\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin.tprj")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin.tprj',$path&'\Cross\Apps\accerator\CFCrossPlugin.tprj',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\end_acc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\end_acc.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\end_acc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_1.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_2.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_0.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_0.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_0.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_1.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_2.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_3.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_4.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_5.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_3_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_3_6.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_3_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_1.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_10.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_11.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_11.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_11.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_12.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_2.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_3.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_4.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_5.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_6.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_7.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_8.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_4_9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_4_9.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_4_9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_5.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\layer_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\layer_6.png',$path&'\Cross\Apps\accerator\CFCrossPlugin\layer_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.lua")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.lua',$path&'\Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.lua',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.tpf',$path&'\Cross\Apps\accerator\CFCrossPlugin\PopupWndSample.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\accerator\res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\accerator\res.vfs',$path&'\Cross\Apps\accerator\res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\AppList.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\AppList.cfg',$path&'\Cross\Apps\AppList.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\AppList.cfg.bak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\AppList.cfg.bak',$path&'\Cross\Apps\AppList.cfg.bak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\AppInfo.cfg',$path&'\Cross\Apps\CFDataReporter\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\AppList.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\AppList.cfg',$path&'\Cross\Apps\CFDataReporter\AppList.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\cfc_cs.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\cfc_cs.tdr',$path&'\Cross\Apps\CFDataReporter\cfc_cs.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\CFDataReporter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\CFDataReporter.dll',$path&'\Cross\Apps\CFDataReporter\CFDataReporter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\DataReporter.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\DataReporter.ini',$path&'\Cross\Apps\CFDataReporter\DataReporter.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\GameDataPlatformClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\GameDataPlatformClient.dll',$path&'\Cross\Apps\CFDataReporter\GameDataPlatformClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\GDPOpenProtocol.tdr',$path&'\Cross\Apps\CFDataReporter\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CFDataReporter\gic_cs.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CFDataReporter\gic_cs.tdr',$path&'\Cross\Apps\CFDataReporter\gic_cs.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\BaseStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\BaseStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\BaseStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\CommonString.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\CommonString.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\CommonString.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\CustomFaceShortcut.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\CustomFaceShortcut.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\CustomFaceShortcut.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\GFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\GFStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\GFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\KernelStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\KernelStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\KernelStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\KernelUrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\KernelUrlBundle.xml.enc',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\KernelUrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\LocList.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\LocList.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\LocList.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\StringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\StringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\StringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\TipsMapBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\TipsMapBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\TipsMapBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\TipsStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\TipsStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\TipsStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\2052\UrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\2052\UrlBundle.xml.enc',$path&'\Cross\Apps\CQS\QTalk\I18N\2052\UrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\I18N\config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\I18N\config.xml',$path&'\Cross\Apps\CQS\QTalk\I18N\config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',$path&'\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',$path&'\Cross\Apps\CQS\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\AppInfo.cfg',$path&'\Cross\Apps\CQT\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\CQT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\CQT.dll',$path&'\Cross\Apps\CQT\CQT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\d3d9.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\d3d9.dll',$path&'\Cross\Apps\CQT\d3d9.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\DataReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\DataReport.dll',$path&'\Cross\Apps\CQT\DataReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\DllAutomate.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\DllAutomate.dll',$path&'\Cross\Apps\CQT\DllAutomate.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\GameDataPlatformClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\GameDataPlatformClient.dll',$path&'\Cross\Apps\CQT\GameDataPlatformClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\GDPOpenProtocol.tdr',$path&'\Cross\Apps\CQT\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\LogConfig.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\LogConfig.ini',$path&'\Cross\Apps\CQT\LogConfig.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\mmog_data.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\mmog_data.xml',$path&'\Cross\Apps\CQT\mmog_data.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\app.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\app.xml.txd',$path&'\Cross\Apps\CQT\QT\app.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\AppInfo.cfg',$path&'\Cross\Apps\CQT\QT\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Assemblage.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Assemblage.rdb',$path&'\Cross\Apps\CQT\QT\Assemblage.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\AudioEngineConfigDefault.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\AudioEngineConfigDefault.xml',$path&'\Cross\Apps\CQT\QT\AudioEngineConfigDefault.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\AuI18N\2052\StringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\AuI18N\2052\StringBundle.xml',$path&'\Cross\Apps\CQT\QT\AuI18N\2052\StringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\AuI18N\config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\AuI18N\config.xml',$path&'\Cross\Apps\CQT\QT\AuI18N\config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\base_proto.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\base_proto.tdr',$path&'\Cross\Apps\CQT\QT\base_proto.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AndroidAssistHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AndroidAssistHelper.dll',$path&'\Cross\Apps\CQT\QT\Bin\AndroidAssistHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AppComponent.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AppComponent.dll',$path&'\Cross\Apps\CQT\QT\Bin\AppComponent.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AppLaunch.prf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AppLaunch.prf',$path&'\Cross\Apps\CQT\QT\Bin\AppLaunch.prf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AppUtil.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AppUtil.dll',$path&'\Cross\Apps\CQT\QT\Bin\AppUtil.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AppView.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AppView.dll',$path&'\Cross\Apps\CQT\QT\Bin\AppView.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\arkFS.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\arkFS.dll',$path&'\Cross\Apps\CQT\QT\Bin\arkFS.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\arkGraphic.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\arkGraphic.dll',$path&'\Cross\Apps\CQT\QT\Bin\arkGraphic.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\arkImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\arkImage.dll',$path&'\Cross\Apps\CQT\QT\Bin\arkImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\arkIOStub.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\arkIOStub.dll',$path&'\Cross\Apps\CQT\QT\Bin\arkIOStub.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\arkIPC.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\arkIPC.dll',$path&'\Cross\Apps\CQT\QT\Bin\arkIPC.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AsyncTask.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AsyncTask.dll',$path&'\Cross\Apps\CQT\QT\Bin\AsyncTask.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\atl100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\atl100.dll',$path&'\Cross\Apps\CQT\QT\Bin\atl100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ATL80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ATL80.dll',$path&'\Cross\Apps\CQT\QT\Bin\ATL80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AuCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AuCommon.dll',$path&'\Cross\Apps\CQT\QT\Bin\AuCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AudioDsp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AudioDsp.dll',$path&'\Cross\Apps\CQT\QT\Bin\AudioDsp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AudioEngine.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AudioEngine.dll',$path&'\Cross\Apps\CQT\QT\Bin\AudioEngine.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\AudioHook.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\AudioHook.dll',$path&'\Cross\Apps\CQT\QT\Bin\AudioHook.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\bugreport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\bugreport.exe',$path&'\Cross\Apps\CQT\QT\Bin\bugreport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\BugRpt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\BugRpt.dll',$path&'\Cross\Apps\CQT\QT\Bin\BugRpt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CamCapture.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CamCapture.dll',$path&'\Cross\Apps\CQT\QT\Bin\CamCapture.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Camera.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Camera.dll',$path&'\Cross\Apps\CQT\QT\Bin\Camera.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Campus.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Campus.dll',$path&'\Cross\Apps\CQT\QT\Bin\Campus.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CefSubProcess.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CefSubProcess.dll',$path&'\Cross\Apps\CQT\QT\Bin\CefSubProcess.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CFCircle.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CFCircle.dll',$path&'\Cross\Apps\CQT\QT\Bin\CFCircle.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\cfrezformat.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\cfrezformat.dll',$path&'\Cross\Apps\CQT\QT\Bin\cfrezformat.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CFRezReplace.vbs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CFRezReplace.vbs',$path&'\Cross\Apps\CQT\QT\Bin\CFRezReplace.vbs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ChatFrame.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ChatFrame.dll',$path&'\Cross\Apps\CQT\QT\Bin\ChatFrame.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\COD.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\COD.dll',$path&'\Cross\Apps\CQT\QT\Bin\COD.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Common.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Common.dll',$path&'\Cross\Apps\CQT\QT\Bin\Common.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CompVer.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CompVer.ini',$path&'\Cross\Apps\CQT\QT\Bin\CompVer.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Control.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Control.dll',$path&'\Cross\Apps\CQT\QT\Bin\Control.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CrossSSOHolder.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CrossSSOHolder.exe',$path&'\Cross\Apps\CQT\QT\Bin\CrossSSOHolder.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\CustomFace.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\CustomFace.dll',$path&'\Cross\Apps\CQT\QT\Bin\CustomFace.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\DataChnl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\DataChnl.dll',$path&'\Cross\Apps\CQT\QT\Bin\DataChnl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\DataReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\DataReport.dll',$path&'\Cross\Apps\CQT\QT\Bin\DataReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\DragonLive.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\DragonLive.dll',$path&'\Cross\Apps\CQT\QT\Bin\DragonLive.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\EmbedUpdate.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\EmbedUpdate.exe',$path&'\Cross\Apps\CQT\QT\Bin\EmbedUpdate.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\FastStart.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\FastStart.exe',$path&'\Cross\Apps\CQT\QT\Bin\FastStart.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpeg\avcodec-55.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpeg\avcodec-55.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpeg\avcodec-55.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpeg\avformat-55.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpeg\avformat-55.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpeg\avformat-55.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpeg\avutil-52.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpeg\avutil-52.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpeg\avutil-52.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpeg\swresample-0.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpeg\swresample-0.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpeg\swresample-0.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpeg\swscale-2.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpeg\swscale-2.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpeg\swscale-2.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ffmpegsumo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ffmpegsumo.dll',$path&'\Cross\Apps\CQT\QT\Bin\ffmpegsumo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\FID.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\FID.bin',$path&'\Cross\Apps\CQT\QT\Bin\FID.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\fixRez.bat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\fixRez.bat',$path&'\Cross\Apps\CQT\QT\Bin\fixRez.bat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\FlashControl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\FlashControl.dll',$path&'\Cross\Apps\CQT\QT\Bin\FlashControl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\FlashControlService.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\FlashControlService.dll',$path&'\Cross\Apps\CQT\QT\Bin\FlashControlService.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\fraps.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\fraps.dll',$path&'\Cross\Apps\CQT\QT\Bin\fraps.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\fraps32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\fraps32.dll',$path&'\Cross\Apps\CQT\QT\Bin\fraps32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\FuncInject.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\FuncInject.dll',$path&'\Cross\Apps\CQT\QT\Bin\FuncInject.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\GameLiveConfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\GameLiveConfig.cfg',$path&'\Cross\Apps\CQT\QT\Bin\GameLiveConfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\GameRecorder.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\GameRecorder.dll',$path&'\Cross\Apps\CQT\QT\Bin\GameRecorder.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\GameUI.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\GameUI.dll',$path&'\Cross\Apps\CQT\QT\Bin\GameUI.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\GF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\GF.dll',$path&'\Cross\Apps\CQT\QT\Bin\GF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Hall.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Hall.dll',$path&'\Cross\Apps\CQT\QT\Bin\Hall.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\icudt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\icudt.dll',$path&'\Cross\Apps\CQT\QT\Bin\icudt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\IGMAgent.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\IGMAgent.dll',$path&'\Cross\Apps\CQT\QT\Bin\IGMAgent.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\IGMTest.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\IGMTest.exe',$path&'\Cross\Apps\CQT\QT\Bin\IGMTest.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\IMDllBuild.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\IMDllBuild.dll',$path&'\Cross\Apps\CQT\QT\Bin\IMDllBuild.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\InGameMode.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\InGameMode.dll',$path&'\Cross\Apps\CQT\QT\Bin\InGameMode.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\IPC.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\IPC.dll',$path&'\Cross\Apps\CQT\QT\Bin\IPC.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\jgImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\jgImage.dll',$path&'\Cross\Apps\CQT\QT\Bin\jgImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\jgIOStub.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\jgIOStub.dll',$path&'\Cross\Apps\CQT\QT\Bin\jgIOStub.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LEQ.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LEQ.dll',$path&'\Cross\Apps\CQT\QT\Bin\LEQ.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libcef3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libcef3.dll',$path&'\Cross\Apps\CQT\QT\Bin\libcef3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libeay32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libeay32.dll',$path&'\Cross\Apps\CQT\QT\Bin\libeay32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libexpat.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libexpat.dll',$path&'\Cross\Apps\CQT\QT\Bin\libexpat.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libexpatw.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libexpatw.dll',$path&'\Cross\Apps\CQT\QT\Bin\libexpatw.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libimagequant.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libimagequant.dll',$path&'\Cross\Apps\CQT\QT\Bin\libimagequant.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libjpeg6.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libjpeg6.dll',$path&'\Cross\Apps\CQT\QT\Bin\libjpeg6.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libjpegturbo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libjpegturbo.dll',$path&'\Cross\Apps\CQT\QT\Bin\libjpegturbo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libpng.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libpng.dll',$path&'\Cross\Apps\CQT\QT\Bin\libpng.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\libtcmalloc.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\libtcmalloc.dll',$path&'\Cross\Apps\CQT\QT\Bin\libtcmalloc.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LiveCore.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LiveCore.dll',$path&'\Cross\Apps\CQT\QT\Bin\LiveCore.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LiveDataChnl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LiveDataChnl.dll',$path&'\Cross\Apps\CQT\QT\Bin\LiveDataChnl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\log.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\log.dll',$path&'\Cross\Apps\CQT\QT\Bin\log.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LOLCircle.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LOLCircle.dll',$path&'\Cross\Apps\CQT\QT\Bin\LOLCircle.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LotteryFlash.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LotteryFlash.exe',$path&'\Cross\Apps\CQT\QT\Bin\LotteryFlash.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LPL.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LPL.dll',$path&'\Cross\Apps\CQT\QT\Bin\LPL.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LPT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LPT.dll',$path&'\Cross\Apps\CQT\QT\Bin\LPT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\LTV.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\LTV.dll',$path&'\Cross\Apps\CQT\QT\Bin\LTV.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\lua.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\lua.dll',$path&'\Cross\Apps\CQT\QT\Bin\lua.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MainFrame.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MainFrame.dll',$path&'\Cross\Apps\CQT\QT\Bin\MainFrame.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MediaEngine.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MediaEngine.dll',$path&'\Cross\Apps\CQT\QT\Bin\MediaEngine.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MediaKernel.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MediaKernel.dll',$path&'\Cross\Apps\CQT\QT\Bin\MediaKernel.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Microsoft.VC80.ATL.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Microsoft.VC80.ATL.manifest',$path&'\Cross\Apps\CQT\QT\Bin\Microsoft.VC80.ATL.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Microsoft.VC80.CRT.manifest',$path&'\Cross\Apps\CQT\QT\Bin\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Microsoft.VC90.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Microsoft.VC90.CRT.manifest',$path&'\Cross\Apps\CQT\QT\Bin\Microsoft.VC90.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MiscHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MiscHelper.dll',$path&'\Cross\Apps\CQT\QT\Bin\MiscHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcm80.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcm90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcm90.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcm90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcp100.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcp80.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcp90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcp90.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcp90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcr100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcr100.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcr100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcr80.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\msvcr90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\msvcr90.dll',$path&'\Cross\Apps\CQT\QT\Bin\msvcr90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MuxFilter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MuxFilter.dll',$path&'\Cross\Apps\CQT\QT\Bin\MuxFilter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\MVCKernel.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\MVCKernel.dll',$path&'\Cross\Apps\CQT\QT\Bin\MVCKernel.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\OPIEModule.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\OPIEModule.dll',$path&'\Cross\Apps\CQT\QT\Bin\OPIEModule.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\OPWebKitClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\OPWebKitClient.dll',$path&'\Cross\Apps\CQT\QT\Bin\OPWebKitClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\OPWebKitClientProxyPS.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\OPWebKitClientProxyPS.dll',$path&'\Cross\Apps\CQT\QT\Bin\OPWebKitClientProxyPS.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\OPWebKitCtrl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\OPWebKitCtrl.dll',$path&'\Cross\Apps\CQT\QT\Bin\OPWebKitCtrl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\player.swf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\player.swf',$path&'\Cross\Apps\CQT\QT\Bin\player.swf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\PlayerCtrl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\PlayerCtrl.dll',$path&'\Cross\Apps\CQT\QT\Bin\PlayerCtrl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\PlayerDxDll.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\PlayerDxDll.dll',$path&'\Cross\Apps\CQT\QT\Bin\PlayerDxDll.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\PLive.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\PLive.dll',$path&'\Cross\Apps\CQT\QT\Bin\PLive.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\PPTModule.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\PPTModule.dll',$path&'\Cross\Apps\CQT\QT\Bin\PPTModule.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ProcessSession.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ProcessSession.dll',$path&'\Cross\Apps\CQT\QT\Bin\ProcessSession.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ProtocalHandler.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ProtocalHandler.dll',$path&'\Cross\Apps\CQT\QT\Bin\ProtocalHandler.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\pthreadGC2.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\pthreadGC2.dll',$path&'\Cross\Apps\CQT\QT\Bin\pthreadGC2.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QMLDPatch.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QMLDPatch.dll',$path&'\Cross\Apps\CQT\QT\Bin\QMLDPatch.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QQExternal.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QQExternal.exe',$path&'\Cross\Apps\CQT\QT\Bin\QQExternal.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\qrcode.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\qrcode.exe',$path&'\Cross\Apps\CQT\QT\Bin\qrcode.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QSpeak.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QSpeak.dll',$path&'\Cross\Apps\CQT\QT\Bin\QSpeak.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QT.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QT.exe',$path&'\Cross\Apps\CQT\QT\Bin\QT.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTalk.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTalk.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTalk.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTalkPerfmon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTalkPerfmon.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTalkPerfmon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTCommon.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTConnectress.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTConnectress.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTConnectress.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTFlash.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTFlash.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTFlash.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTGameLiveSvr.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTGameLiveSvr.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTGameLiveSvr.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTGreenInstall.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTGreenInstall.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTGreenInstall.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTHttpDownload.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTHttpDownload.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTHttpDownload.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTIM.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTIM.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTIM.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTImage.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTRezHelper.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTRezHelper.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTRezHelper.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTSDK.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTSDK.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTSDK.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTService.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTService.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTService.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTShell.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTShell.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTShell.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTSvcWorker.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTSvcWorker.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTSvcWorker.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\qtupd.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\qtupd.exe',$path&'\Cross\Apps\CQT\QT\Bin\qtupd.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTWeb.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTWeb.dll',$path&'\Cross\Apps\CQT\QT\Bin\QTWeb.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\QTWeb.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\QTWeb.exe',$path&'\Cross\Apps\CQT\QT\Bin\QTWeb.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\RecorderShell.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\RecorderShell.exe',$path&'\Cross\Apps\CQT\QT\Bin\RecorderShell.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\RecordHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\RecordHelper.dll',$path&'\Cross\Apps\CQT\QT\Bin\RecordHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\RenderService.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\RenderService.dll',$path&'\Cross\Apps\CQT\QT\Bin\RenderService.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\RICHED20.DLL")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\RICHED20.DLL',$path&'\Cross\Apps\CQT\QT\Bin\RICHED20.DLL',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\SCCore.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\SCCore.dll',$path&'\Cross\Apps\CQT\QT\Bin\SCCore.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ScreenVideo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ScreenVideo.dll',$path&'\Cross\Apps\CQT\QT\Bin\ScreenVideo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\ShellGUI.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\ShellGUI.dll',$path&'\Cross\Apps\CQT\QT\Bin\ShellGUI.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\SocialCircle.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\SocialCircle.dll',$path&'\Cross\Apps\CQT\QT\Bin\SocialCircle.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\SourceFilter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\SourceFilter.dll',$path&'\Cross\Apps\CQT\QT\Bin\SourceFilter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\SpeedCircle.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\SpeedCircle.dll',$path&'\Cross\Apps\CQT\QT\Bin\SpeedCircle.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\SpeedLive.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\SpeedLive.dll',$path&'\Cross\Apps\CQT\QT\Bin\SpeedLive.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\sqlite.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\sqlite.dll',$path&'\Cross\Apps\CQT\QT\Bin\sqlite.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\sqlite3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\sqlite3.dll',$path&'\Cross\Apps\CQT\QT\Bin\sqlite3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\TempRoom.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\TempRoom.dll',$path&'\Cross\Apps\CQT\QT\Bin\TempRoom.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\tinyxml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\tinyxml.dll',$path&'\Cross\Apps\CQT\QT\Bin\tinyxml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\TRAE_QT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\TRAE_QT.dll',$path&'\Cross\Apps\CQT\QT\Bin\TRAE_QT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\tssafeedit.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\tssafeedit.dat',$path&'\Cross\Apps\CQT\QT\Bin\tssafeedit.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Tutor.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Tutor.dll',$path&'\Cross\Apps\CQT\QT\Bin\Tutor.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\UACHelper.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\UACHelper.exe',$path&'\Cross\Apps\CQT\QT\Bin\UACHelper.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\UnRez.bat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\UnRez.bat',$path&'\Cross\Apps\CQT\QT\Bin\UnRez.bat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\UpdateEx.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\UpdateEx.dll',$path&'\Cross\Apps\CQT\QT\Bin\UpdateEx.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\util.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\util.dll',$path&'\Cross\Apps\CQT\QT\Bin\util.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\UtilGif.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\UtilGif.dll',$path&'\Cross\Apps\CQT\QT\Bin\UtilGif.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\vcomp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\vcomp100.dll',$path&'\Cross\Apps\CQT\QT\Bin\vcomp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\vi.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\vi.dat',$path&'\Cross\Apps\CQT\QT\Bin\vi.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\VideoEditor.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\VideoEditor.exe',$path&'\Cross\Apps\CQT\QT\Bin\VideoEditor.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\VideoEngine.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\VideoEngine.dll',$path&'\Cross\Apps\CQT\QT\Bin\VideoEngine.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\VideoRecorder.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\VideoRecorder.exe',$path&'\Cross\Apps\CQT\QT\Bin\VideoRecorder.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\WebApi.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\WebApi.dll',$path&'\Cross\Apps\CQT\QT\Bin\WebApi.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\WebCtrl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\WebCtrl.dll',$path&'\Cross\Apps\CQT\QT\Bin\WebCtrl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\WebkitRes.7z")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\WebkitRes.7z',$path&'\Cross\Apps\CQT\QT\Bin\WebkitRes.7z',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\xGraphic32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\xGraphic32.dll',$path&'\Cross\Apps\CQT\QT\Bin\xGraphic32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\xImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\xImage.dll',$path&'\Cross\Apps\CQT\QT\Bin\xImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\Xunyou\yxqnethelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\Xunyou\yxqnethelper.dll',$path&'\Cross\Apps\CQT\QT\Bin\Xunyou\yxqnethelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\yxqxunyou.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\yxqxunyou.dll',$path&'\Cross\Apps\CQT\QT\Bin\yxqxunyou.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Bin\zlib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Bin\zlib.dll',$path&'\Cross\Apps\CQT\QT\Bin\zlib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\common.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\common.xml.txd',$path&'\Cross\Apps\CQT\QT\common.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\CRes.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\CRes.rdb',$path&'\Cross\Apps\CQT\QT\CRes.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Data.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Data.rdb',$path&'\Cross\Apps\CQT\QT\Data.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\gf-config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\gf-config.xml',$path&'\Cross\Apps\CQT\QT\gf-config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\CF\watermark_big.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\CF\watermark_big.png',$path&'\Cross\Apps\CQT\QT\GRRes\CF\watermark_big.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\CF\watermark_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\CF\watermark_small.png',$path&'\Cross\Apps\CQT\QT\GRRes\CF\watermark_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\LOL\watermark_big.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\LOL\watermark_big.png',$path&'\Cross\Apps\CQT\QT\GRRes\LOL\watermark_big.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\LOL\watermark_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\LOL\watermark_small.png',$path&'\Cross\Apps\CQT\QT\GRRes\LOL\watermark_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\NBA\watermark_big.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\NBA\watermark_big.png',$path&'\Cross\Apps\CQT\QT\GRRes\NBA\watermark_big.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\NBA\watermark_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\NBA\watermark_small.png',$path&'\Cross\Apps\CQT\QT\GRRes\NBA\watermark_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\RecordConfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\RecordConfig.cfg',$path&'\Cross\Apps\CQT\QT\GRRes\RecordConfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\VR\watermark_big.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\VR\watermark_big.png',$path&'\Cross\Apps\CQT\QT\GRRes\VR\watermark_big.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\GRRes\VR\watermark_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\GRRes\VR\watermark_small.png',$path&'\Cross\Apps\CQT\QT\GRRes\VR\watermark_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\BaseStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\BaseStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\BaseStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\CFColorBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\CFColorBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\CFColorBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\ColorBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\ColorBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\ColorBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\CommonString.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\CommonString.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\CommonString.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\CustomFaceShortcut.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\CustomFaceShortcut.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\CustomFaceShortcut.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\DragonLiveStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\DragonLiveStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\DragonLiveStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\GFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\GFStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\GFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\KernelStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\KernelStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\KernelStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\KernelUrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\KernelUrlBundle.xml.enc',$path&'\Cross\Apps\CQT\QT\I18N\2052\KernelUrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\LocList.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\LocList.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\LocList.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\LOLColorBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\LOLColorBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\LOLColorBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\LOLHallStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\LOLHallStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\LOLHallStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\LPTStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\LPTStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\LPTStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\LTVStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\LTVStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\LTVStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\PLiveStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\PLiveStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\PLiveStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\SpeedColorBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\SpeedColorBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\SpeedColorBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\SpeedLiveStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\SpeedLiveStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\SpeedLiveStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\StringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\StringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\StringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\TipsMapBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\TipsMapBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\TipsMapBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\TipsStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\TipsStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\TipsStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\TutorStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\TutorStringBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\TutorStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\UrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\UrlBundle.xml.enc',$path&'\Cross\Apps\CQT\QT\I18N\2052\UrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\2052\YLColorBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\2052\YLColorBundle.xml',$path&'\Cross\Apps\CQT\QT\I18N\2052\YLColorBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\I18N\config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\I18N\config.xml',$path&'\Cross\Apps\CQT\QT\I18N\config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\kernel.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\kernel.xml.txd',$path&'\Cross\Apps\CQT\QT\kernel.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\App\1024\msimg32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\App\1024\msimg32.dll',$path&'\Cross\Apps\CQT\QT\Misc\App\1024\msimg32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\InstTXSSO.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\InstTXSSO.exe',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\InstTXSSO.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOCommon.dll',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',$path&'\Cross\Apps\CQT\QT\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\plat_proto.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\plat_proto.tdr',$path&'\Cross\Apps\CQT\QT\plat_proto.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\platform.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\platform.tpc',$path&'\Cross\Apps\CQT\QT\platform.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\platform_CFSC.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\platform_CFSC.tpc',$path&'\Cross\Apps\CQT\QT\platform_CFSC.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\platform_DragonLive.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\platform_DragonLive.tpc',$path&'\Cross\Apps\CQT\QT\platform_DragonLive.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\platform_LOLSC.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\platform_LOLSC.tpc',$path&'\Cross\Apps\CQT\QT\platform_LOLSC.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\platform_SpeedSC.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\platform_SpeedSC.tpc',$path&'\Cross\Apps\CQT\QT\platform_SpeedSC.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\QTalkUninst.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\QTalkUninst.exe',$path&'\Cross\Apps\CQT\QT\QTalkUninst.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\QTLicense.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\QTLicense.txt',$path&'\Cross\Apps\CQT\QT\QTLicense.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\QTWhatsnew.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\QTWhatsnew.txt',$path&'\Cross\Apps\CQT\QT\QTWhatsnew.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Res.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Res.rdb',$path&'\Cross\Apps\CQT\QT\Res.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Themes\Default.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Themes\Default.rdb',$path&'\Cross\Apps\CQT\QT\Themes\Default.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\VERes.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\VERes.rdb',$path&'\Cross\Apps\CQT\QT\VERes.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\VideoEditor.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\VideoEditor.tpc',$path&'\Cross\Apps\CQT\QT\VideoEditor.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\VideoEditorConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\VideoEditorConfig.xml',$path&'\Cross\Apps\CQT\QT\VideoEditorConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\WMSysPr9.prx")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\WMSysPr9.prx',$path&'\Cross\Apps\CQT\QT\WMSysPr9.prx',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QT\Xtml.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QT\Xtml.rdb',$path&'\Cross\Apps\CQT\QT\Xtml.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\app.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\app.xml.txd',$path&'\Cross\Apps\CQT\QTalk\app.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\AudioEngineConfigDefault.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\AudioEngineConfigDefault.xml',$path&'\Cross\Apps\CQT\QTalk\AudioEngineConfigDefault.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\AuI18N\2052\StringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\AuI18N\2052\StringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\AuI18N\2052\StringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\AuI18N\config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\AuI18N\config.xml',$path&'\Cross\Apps\CQT\QTalk\AuI18N\config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AppUtil.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AppUtil.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AppUtil.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AppView.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AppView.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AppView.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\arkGraphic.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\arkGraphic.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\arkGraphic.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\ATL80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\ATL80.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\ATL80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AuCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AuCommon.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AuCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AudioDsp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AudioDsp.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AudioDsp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AudioEngine.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AudioEngine.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AudioEngine.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\AudioHook.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\AudioHook.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\AudioHook.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\bugreport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\bugreport.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\bugreport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\BugRpt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\BugRpt.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\BugRpt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\Camera.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\Camera.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\Camera.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\ChatFrame.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\ChatFrame.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\ChatFrame.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\Common.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\Common.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\Common.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\CompVer.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\CompVer.ini',$path&'\Cross\Apps\CQT\QTalk\Bin\CompVer.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\Control.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\Control.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\Control.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\CustomFace.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\CustomFace.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\CustomFace.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\DataReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\DataReport.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\DataReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\DXVideo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\DXVideo.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\DXVideo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\EmbedUpdate.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\EmbedUpdate.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\EmbedUpdate.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\ExceptionReport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\ExceptionReport.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\ExceptionReport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\FID.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\FID.bin',$path&'\Cross\Apps\CQT\QTalk\Bin\FID.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\fraps32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\fraps32.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\fraps32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\GF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\GF.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\GF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\IGMAgent.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\IGMAgent.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\IGMAgent.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\IMDllBuild.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\IMDllBuild.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\IMDllBuild.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\InGameMode.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\InGameMode.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\InGameMode.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\IPC.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\IPC.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\IPC.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\jgImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\jgImage.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\jgImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\jgIOStub.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\jgIOStub.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\jgIOStub.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\libexpat.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\libexpat.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\libexpat.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\libexpatw.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\libexpatw.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\libexpatw.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\libjpeg6.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\libjpeg6.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\libjpeg6.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\libjpegturbo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\libjpegturbo.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\libjpegturbo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\libpng.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\libpng.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\libpng.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\LotteryFlash.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\LotteryFlash.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\LotteryFlash.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\lua.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\lua.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\lua.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\MainFrame.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\MainFrame.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\MainFrame.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.ATL.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.ATL.manifest',$path&'\Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.ATL.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.CRT.manifest',$path&'\Cross\Apps\CQT\QTalk\Bin\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\miniQTalk.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\miniQTalk.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\miniQTalk.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\msvcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\msvcm80.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\msvcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\msvcp80.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\msvcr80.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\MVCKernel.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\MVCKernel.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\MVCKernel.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\OPIEModule.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\OPIEModule.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\OPIEModule.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\OPWebKitClientProxyPS.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\OPWebKitClientProxyPS.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\OPWebKitClientProxyPS.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\OPWebKitCtrl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\OPWebKitCtrl.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\OPWebKitCtrl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\PPTModule.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\PPTModule.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\PPTModule.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\ProcessSession.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\ProcessSession.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\ProcessSession.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QMLDPatch.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QMLDPatch.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QMLDPatch.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QT.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QT.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QT.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTalk.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTalk.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTalk.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTCapture.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTCapture.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTCapture.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTCommon.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTConnectress.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTConnectress.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTConnectress.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTDataReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTDataReport.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTDataReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTFlash.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTFlash.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTFlash.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTGameLiveSvr.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTGameLiveSvr.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTGameLiveSvr.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTGreenInstall.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTGreenInstall.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTGreenInstall.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTImage.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTSDK.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTSDK.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTSDK.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTService.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTService.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTService.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTSvcWorker.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTSvcWorker.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTSvcWorker.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\qtupd.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\qtupd.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\qtupd.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTWeb.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTWeb.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\QTWeb.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\QTWeb.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\QTWeb.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\QTWeb.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\RICHED20.DLL")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\RICHED20.DLL',$path&'\Cross\Apps\CQT\QTalk\Bin\RICHED20.DLL',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\SCCore.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\SCCore.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\SCCore.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\ScreenVideo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\ScreenVideo.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\ScreenVideo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\sqlite3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\sqlite3.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\sqlite3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\TempRoom.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\TempRoom.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\TempRoom.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\tinyxml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\tinyxml.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\tinyxml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\TRAE_QT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\TRAE_QT.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\TRAE_QT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\tssafeedit.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\tssafeedit.dat',$path&'\Cross\Apps\CQT\QTalk\Bin\tssafeedit.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\UACHelper.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\UACHelper.exe',$path&'\Cross\Apps\CQT\QTalk\Bin\UACHelper.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\UpdateEx.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\UpdateEx.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\UpdateEx.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\util.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\util.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\util.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\UtilGif.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\UtilGif.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\UtilGif.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\vi.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\vi.dat',$path&'\Cross\Apps\CQT\QTalk\Bin\vi.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\VideoEngine.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\VideoEngine.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\VideoEngine.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\WebApi.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\WebApi.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\WebApi.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\xGraphic32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\xGraphic32.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\xGraphic32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\xGui.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\xGui.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\xGui.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\xImage.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\xImage.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\xImage.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Bin\zlib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Bin\zlib.dll',$path&'\Cross\Apps\CQT\QTalk\Bin\zlib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\common.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\common.xml.txd',$path&'\Cross\Apps\CQT\QTalk\common.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\config.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\config.ini',$path&'\Cross\Apps\CQT\QTalk\config.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Data.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Data.rdb',$path&'\Cross\Apps\CQT\QTalk\Data.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\gf-config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\gf-config.xml',$path&'\Cross\Apps\CQT\QTalk\gf-config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\BaseStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\BaseStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\BaseStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\CommonString.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\CommonString.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\CommonString.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\CustomFaceShortcut.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\CustomFaceShortcut.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\CustomFaceShortcut.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\GFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\GFStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\GFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\KernelStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\KernelStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\KernelStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\KernelUrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\KernelUrlBundle.xml.enc',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\KernelUrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\LocList.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\LocList.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\LocList.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\LOLHallStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\LOLHallStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\LOLHallStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\StringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\StringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\StringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\TipsMapBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\TipsMapBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\TipsMapBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\TipsStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\TipsStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\TipsStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\2052\UrlBundle.xml.enc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\2052\UrlBundle.xml.enc',$path&'\Cross\Apps\CQT\QTalk\I18N\2052\UrlBundle.xml.enc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\I18N\config.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\I18N\config.xml',$path&'\Cross\Apps\CQT\QTalk\I18N\config.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\kernel.xml.txd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\kernel.xml.txd',$path&'\Cross\Apps\CQT\QTalk\kernel.xml.txd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\App\1024\msimg32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\App\1024\msimg32.dll',$path&'\Cross\Apps\CQT\QTalk\Misc\App\1024\msimg32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\InstTXSSO.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\InstTXSSO.exe',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\InstTXSSO.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\npSSOAxCtrlForPTLogin.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOCommon.dll',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOLUIControl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\bin\SSOPlatform.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\PGFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\2052\SSOStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',$path&'\Cross\Apps\CQT\QTalk\Misc\TXSSO\TXSSO\I18N\SSOConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\platform.tpc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\platform.tpc',$path&'\Cross\Apps\CQT\QTalk\platform.tpc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\QTalkUninst.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\QTalkUninst.exe',$path&'\Cross\Apps\CQT\QTalk\QTalkUninst.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\QTLicense.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\QTLicense.txt',$path&'\Cross\Apps\CQT\QTalk\QTLicense.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\QTWhatsnew.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\QTWhatsnew.txt',$path&'\Cross\Apps\CQT\QTalk\QTWhatsnew.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Res.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Res.rdb',$path&'\Cross\Apps\CQT\QTalk\Res.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Themes\Default.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Themes\Default.rdb',$path&'\Cross\Apps\CQT\QTalk\Themes\Default.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\WMSysPr9.prx")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\WMSysPr9.prx',$path&'\Cross\Apps\CQT\QTalk\WMSysPr9.prx',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\xgui.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\xgui.xml',$path&'\Cross\Apps\CQT\QTalk\xgui.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTalk\Xtml.rdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTalk\Xtml.rdb',$path&'\Cross\Apps\CQT\QTalk\Xtml.rdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\QTConnectress.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\QTConnectress.dll',$path&'\Cross\Apps\CQT\QTConnectress.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\CQT\res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\CQT\res.vfs',$path&'\Cross\Apps\CQT\res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\AppInfo.cfg',$path&'\Cross\Apps\GameRecorder\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\AudioDsp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\AudioDsp.dll',$path&'\Cross\Apps\GameRecorder\AudioDsp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\AudioHook.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\AudioHook.dll',$path&'\Cross\Apps\GameRecorder\AudioHook.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\DataReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\DataReport.dll',$path&'\Cross\Apps\GameRecorder\DataReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\fraps.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\fraps.dll',$path&'\Cross\Apps\GameRecorder\fraps.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\GameRecorder.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\GameRecorder.dll',$path&'\Cross\Apps\GameRecorder\GameRecorder.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\LQTLoLHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\LQTLoLHelper.dll',$path&'\Cross\Apps\GameRecorder\LQTLoLHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\msvcp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\msvcp100.dll',$path&'\Cross\Apps\GameRecorder\msvcp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\msvcr100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\msvcr100.dll',$path&'\Cross\Apps\GameRecorder\msvcr100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\RecordConfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\RecordConfig.cfg',$path&'\Cross\Apps\GameRecorder\RecordConfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\RecordHelper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\RecordHelper.dll',$path&'\Cross\Apps\GameRecorder\RecordHelper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\res.vfs',$path&'\Cross\Apps\GameRecorder\res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\RichData\2278039432\Recorder.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\RichData\2278039432\Recorder.ini',$path&'\Cross\Apps\GameRecorder\RichData\2278039432\Recorder.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\RichData\3066508983\Recorder.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\RichData\3066508983\Recorder.ini',$path&'\Cross\Apps\GameRecorder\RichData\3066508983\Recorder.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\GameRecorder\TRAE_QT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\GameRecorder\TRAE_QT.dll',$path&'\Cross\Apps\GameRecorder\TRAE_QT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Mission\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Mission\AppInfo.cfg',$path&'\Cross\Apps\Mission\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Mission\CFMission.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Mission\CFMission.dll',$path&'\Cross\Apps\Mission\CFMission.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Mission\GameDataPlatformClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Mission\GameDataPlatformClient.dll',$path&'\Cross\Apps\Mission\GameDataPlatformClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Mission\GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Mission\GDPOpenProtocol.tdr',$path&'\Cross\Apps\Mission\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\AppInfo.cfg',$path&'\Cross\Apps\TP\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\GameDataPlatformClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\GameDataPlatformClient.dll',$path&'\Cross\Apps\TP\GameDataPlatformClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\GDPOpenProtocol.tdr',$path&'\Cross\Apps\TP\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\Res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\Res.vfs',$path&'\Cross\Apps\TP\Res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\TPApp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\TPApp.dll',$path&'\Cross\Apps\TP\TPApp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\TP\TPHelper.Installer.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\TP\TPHelper.Installer.exe',$path&'\Cross\Apps\TP\TPHelper.Installer.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\AppInfo.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\AppInfo.cfg',$path&'\Cross\Apps\Trial\AppInfo.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\CFApp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\CFApp.dll',$path&'\Cross\Apps\Trial\CFApp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\GameDataPlatformClient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\GameDataPlatformClient.dll',$path&'\Cross\Apps\Trial\GameDataPlatformClient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\GDPOpenProtocol.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\GDPOpenProtocol.tdr',$path&'\Cross\Apps\Trial\GDPOpenProtocol.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\res.vfs',$path&'\Cross\Apps\Trial\res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\arrowdownimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\arrowdownimage.png',$path&'\Cross\Apps\Trial\Res\Images\arrowdownimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\backdropa.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\backdropa.png',$path&'\Cross\Apps\Trial\Res\Images\backdropa.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\cancelimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\cancelimage.png',$path&'\Cross\Apps\Trial\Res\Images\cancelimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\closeimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\closeimage.png',$path&'\Cross\Apps\Trial\Res\Images\closeimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\dropboximage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\dropboximage.png',$path&'\Cross\Apps\Trial\Res\Images\dropboximage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\FlashRedBox.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\FlashRedBox.png',$path&'\Cross\Apps\Trial\Res\Images\FlashRedBox.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\FlashRedBoxa.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\FlashRedBoxa.png',$path&'\Cross\Apps\Trial\Res\Images\FlashRedBoxa.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\InputBoxImage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\InputBoxImage.png',$path&'\Cross\Apps\Trial\Res\Images\InputBoxImage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\okimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\okimage.png',$path&'\Cross\Apps\Trial\Res\Images\okimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\ProgressBarBackgroundImage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\ProgressBarBackgroundImage.png',$path&'\Cross\Apps\Trial\Res\Images\ProgressBarBackgroundImage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\ProgressBarImage1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\ProgressBarImage1.png',$path&'\Cross\Apps\Trial\Res\Images\ProgressBarImage1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\ProgressBarImage2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\ProgressBarImage2.png',$path&'\Cross\Apps\Trial\Res\Images\ProgressBarImage2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\ProgressBarImage3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\ProgressBarImage3.png',$path&'\Cross\Apps\Trial\Res\Images\ProgressBarImage3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\rerecordimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\rerecordimage.png',$path&'\Cross\Apps\Trial\Res\Images\rerecordimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\shuoming.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\shuoming.png',$path&'\Cross\Apps\Trial\Res\Images\shuoming.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\startrecordimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\startrecordimage.png',$path&'\Cross\Apps\Trial\Res\Images\startrecordimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\TpIcon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\TpIcon.png',$path&'\Cross\Apps\Trial\Res\Images\TpIcon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\TrialResult.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\TrialResult.png',$path&'\Cross\Apps\Trial\Res\Images\TrialResult.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\uploadimage.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\uploadimage.png',$path&'\Cross\Apps\Trial\Res\Images\uploadimage.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Images\下拉1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Images\下拉1.png',$path&'\Cross\Apps\Trial\Res\Images\下拉1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\EntryIcon.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\EntryIcon.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\EntryIcon.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\NotSupportVideoTips.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\NotSupportVideoTips.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\NotSupportVideoTips.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\SupportVideoTips.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\SupportVideoTips.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\SupportVideoTips.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\SupportVideoTipsExt.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\SupportVideoTipsExt.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\SupportVideoTipsExt.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TransparentWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TransparentWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TransparentWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TransparentWindowExt.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TransparentWindowExt.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TransparentWindowExt.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TrialNoRightTipsWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TrialNoRightTipsWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TrialNoRightTipsWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TrialSystemIconWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TrialSystemIconWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TrialSystemIconWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TrialSystemProgressBarWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TrialSystemProgressBarWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TrialSystemProgressBarWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TrialSystemTrialResult.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TrialSystemTrialResult.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TrialSystemTrialResult.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\TrialTipsWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\TrialTipsWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\TrialTipsWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\UploadConfigWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\UploadConfigWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\UploadConfigWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\UploadProcessWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\UploadProcessWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\UploadProcessWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\UploadVideoData.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\UploadVideoData.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\UploadVideoData.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\VideoRecordWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\VideoRecordWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\VideoRecordWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Apps\Trial\Res\Tpf\VideoTransformWindow.tpf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Apps\Trial\Res\Tpf\VideoTransformWindow.tpf',$path&'\Cross\Apps\Trial\Res\Tpf\VideoTransformWindow.tpf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\avcodec-56.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\avcodec-56.dll',$path&'\Cross\avcodec-56.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\avdevice-56.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\avdevice-56.dll',$path&'\Cross\avdevice-56.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\avfilter-5.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\avfilter-5.dll',$path&'\Cross\avfilter-5.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\avformat-56.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\avformat-56.dll',$path&'\Cross\avformat-56.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\avutil-54.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\avutil-54.dll',$path&'\Cross\avutil-54.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\BugRpt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\BugRpt.dll',$path&'\Cross\BugRpt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\commonconfig.cfg',$path&'\Cross\Config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\Config.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\Config.cfg',$path&'\Cross\Config\Config.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\cursor.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\cursor.xml',$path&'\Cross\Config\cursor.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\GameConfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\GameConfig.cfg',$path&'\Cross\Config\GameConfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\name2id.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\name2id.xml',$path&'\Cross\Config\name2id.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\uiconfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\uiconfig.xml',$path&'\Cross\Config\uiconfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\updateconfig.cfg',$path&'\Cross\Config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Config\VersionServerConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Config\VersionServerConfig.xml',$path&'\Cross\Config\VersionServerConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\CrossProxy.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\CrossProxy.exe',$path&'\Cross\CrossProxy.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\CrossProxy.exe.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\CrossProxy.exe.manifest',$path&'\Cross\CrossProxy.exe.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\ExceptionReport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\ExceptionReport.exe',$path&'\Cross\ExceptionReport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\ExceptionReport.exe.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\ExceptionReport.exe.manifest',$path&'\Cross\ExceptionReport.exe.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\ffmpeg.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\ffmpeg.exe',$path&'\Cross\ffmpeg.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\FileCache\2278039432\201e01\registry.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\FileCache\2278039432\201e01\registry.cfg',$path&'\Cross\FileCache\2278039432\201e01\registry.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\FileCache\3066508983\201e01\registry.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\FileCache\3066508983\201e01\registry.cfg',$path&'\Cross\FileCache\3066508983\201e01\registry.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\FileCache\All Users\201e01\registry.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\FileCache\All Users\201e01\registry.cfg',$path&'\Cross\FileCache\All Users\201e01\registry.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\config\commonconfig.cfg',$path&'\Cross\LiveUpdate\config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\config\updateconfig.cfg',$path&'\Cross\LiveUpdate\config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\CrossLiveUpdate.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\CrossLiveUpdate.exe',$path&'\Cross\LiveUpdate\CrossLiveUpdate.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\liveupdateinfo.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\liveupdateinfo.ini',$path&'\Cross\LiveUpdate\liveupdateinfo.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Lua51.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Lua51.dll',$path&'\Cross\LiveUpdate\Lua51.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio.ini',$path&'\Cross\LiveUpdate\Tenio.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio\Log.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio\Log.dll',$path&'\Cross\LiveUpdate\Tenio\Log.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio\qqdownload.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio\qqdownload.dll',$path&'\Cross\LiveUpdate\Tenio\qqdownload.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio\TenBase.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio\TenBase.dll',$path&'\Cross\LiveUpdate\Tenio\TenBase.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio\TenFact.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio\TenFact.dll',$path&'\Cross\LiveUpdate\Tenio\TenFact.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\LiveUpdate\Tenio\TinyXml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\LiveUpdate\Tenio\TinyXml.dll',$path&'\Cross\LiveUpdate\Tenio\TinyXml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\liveupdateinfo.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\liveupdateinfo.ini',$path&'\Cross\liveupdateinfo.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Logs\CrossPlat.tlg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Logs\CrossPlat.tlg',$path&'\Cross\Logs\CrossPlat.tlg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Logs\crossproxy.tlg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Logs\crossproxy.tlg',$path&'\Cross\Logs\crossproxy.tlg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Logs\crossproxy.tlg.1")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Logs\crossproxy.tlg.1',$path&'\Cross\Logs\crossproxy.tlg.1',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Logs\crossproxy.tlg.2")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Logs\crossproxy.tlg.2',$path&'\Cross\Logs\crossproxy.tlg.2',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Lua51.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Lua51.dll',$path&'\Cross\Lua51.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Microsoft.VC80.CRT.manifest',$path&'\Cross\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\mmog_data.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\mmog_data.tdr',$path&'\Cross\mmog_data.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\mmog_data.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\mmog_data.xml',$path&'\Cross\mmog_data.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\msvcp80.dll',$path&'\Cross\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\msvcr80.dll',$path&'\Cross\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\NAVIBar4CF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\NAVIBar4CF.dll',$path&'\Cross\NAVIBar4CF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\postproc-53.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\postproc-53.dll',$path&'\Cross\postproc-53.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\ProtocalHandler.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\ProtocalHandler.dll',$path&'\Cross\ProtocalHandler.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\pthreadGC2.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\pthreadGC2.dll',$path&'\Cross\pthreadGC2.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Res.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Res.vfs',$path&'\Cross\Res.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\SSOCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\SSOCommon.dll',$path&'\Cross\SSOCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\SSOPlatform.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\SSOPlatform.dll',$path&'\Cross\SSOPlatform.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\swresample-1.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\swresample-1.dll',$path&'\Cross\swresample-1.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\swscale-3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\swscale-3.dll',$path&'\Cross\swscale-3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\taskinfo.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\taskinfo.ini',$path&'\Cross\taskinfo.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio.ini',$path&'\Cross\Tenio.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\June.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\June.dll',$path&'\Cross\Tenio\June.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\ScriptManager.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\ScriptManager.dll',$path&'\Cross\Tenio\ScriptManager.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\TenBase.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\TenBase.dll',$path&'\Cross\Tenio\TenBase.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\TenFact.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\TenFact.dll',$path&'\Cross\Tenio\TenFact.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\TenTPF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\TenTPF.dll',$path&'\Cross\Tenio\TenTPF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\VFS.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\VFS.dll',$path&'\Cross\Tenio\VFS.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\Tenio\VVer.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\Tenio\VVer.dll',$path&'\Cross\Tenio\VVer.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\ver_23.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\ver_23.dll',$path&'\Cross\ver_23.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\WebEngine3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\WebEngine3.dll',$path&'\Cross\WebEngine3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","Cross\zlib1.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\Cross\zlib1.dll',$path&'\Cross\zlib1.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","D3D\d3d9win7sp0.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\D3D\d3d9win7sp0.dll',$path&'\D3D\d3d9win7sp0.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","D3D\d3d9win7sp1.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\D3D\d3d9win7sp1.dll',$path&'\D3D\d3d9win7sp1.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","D3D\d3d9xpsp3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\D3D\d3d9xpsp3.dll',$path&'\D3D\d3d9xpsp3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\acceleration.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\acceleration.dll',$path&'\NTCLS\acceleration.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\adapt_for_imports.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\adapt_for_imports.dll',$path&'\NTCLS\adapt_for_imports.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\antiphishing_tgp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\antiphishing_tgp.dll',$path&'\NTCLS\antiphishing_tgp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Assistant.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Assistant.exe',$path&'\NTCLS\Assistant.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\bin_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\bin_mgr.dll',$path&'\NTCLS\bin_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\bug_rpt.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\bug_rpt.exe',$path&'\NTCLS\bug_rpt.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\bugreport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\bugreport.exe',$path&'\NTCLS\bugreport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\BugRpt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\BugRpt.dll',$path&'\NTCLS\BugRpt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\BugRpt.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\BugRpt.ini',$path&'\NTCLS\BugRpt.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\cf_helper.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\cf_helper.dll',$path&'\NTCLS\cf_helper.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\cf_repair.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\cf_repair.dll',$path&'\NTCLS\cf_repair.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\cjson.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\cjson.dll',$path&'\NTCLS\cjson.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\common.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\common.dll',$path&'\NTCLS\common.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\area.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\area.info',$path&'\NTCLS\Config\area.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\bin_ver.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\bin_ver.info',$path&'\NTCLS\Config\bin_ver.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\cdn_test.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\cdn_test.info',$path&'\NTCLS\Config\cdn_test.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\cf_skin.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\cf_skin.info',$path&'\NTCLS\Config\cf_skin.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\cf_ui_image.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\cf_ui_image.info',$path&'\NTCLS\Config\cf_ui_image.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\cf_zones.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\cf_zones.info',$path&'\NTCLS\Config\cf_zones.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\cfg_root.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\cfg_root.info',$path&'\NTCLS\Config\cfg_root.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\Cursor.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\Cursor.xml',$path&'\NTCLS\Config\Cursor.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\CustomEvent.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\CustomEvent.xml',$path&'\NTCLS\Config\CustomEvent.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\dnf_res.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\dnf_res.info',$path&'\NTCLS\Config\dnf_res.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\dnf_skin.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\dnf_skin.info',$path&'\NTCLS\Config\dnf_skin.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\errorinfolog.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\errorinfolog.info',$path&'\NTCLS\Config\errorinfolog.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\game_gdp.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\game_gdp.info',$path&'\NTCLS\Config\game_gdp.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\game_library.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\game_library.info',$path&'\NTCLS\Config\game_library.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\game_setting.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\game_setting.info',$path&'\NTCLS\Config\game_setting.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\gift.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\gift.info',$path&'\NTCLS\Config\gift.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\gloabl_tips_setting.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\gloabl_tips_setting.info',$path&'\NTCLS\Config\gloabl_tips_setting.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\initial - ntcls.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\initial - ntcls.info',$path&'\NTCLS\Config\initial - ntcls.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\initial.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\initial.info',$path&'\NTCLS\Config\initial.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\log.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\log.info',$path&'\NTCLS\Config\log.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\login.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\login.info',$path&'\NTCLS\Config\login.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\name2id.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\name2id.xml',$path&'\NTCLS\Config\name2id.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\netbar.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\netbar.info',$path&'\NTCLS\Config\netbar.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\netbar_game_missing_files.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\netbar_game_missing_files.info',$path&'\NTCLS\Config\netbar_game_missing_files.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\ntcls_plugin_config.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\ntcls_plugin_config.info',$path&'\NTCLS\Config\ntcls_plugin_config.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\plugin.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\plugin.info',$path&'\NTCLS\Config\plugin.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\qos.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\qos.info',$path&'\NTCLS\Config\qos.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\security.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\security.info',$path&'\NTCLS\Config\security.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\setup.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\setup.info',$path&'\NTCLS\Config\setup.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\snap_shot.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\snap_shot.info',$path&'\NTCLS\Config\snap_shot.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\speed_config.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\speed_config.info',$path&'\NTCLS\Config\speed_config.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\speed_rules.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\speed_rules.info',$path&'\NTCLS\Config\speed_rules.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\task.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\task.info',$path&'\NTCLS\Config\task.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\te_strategy.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\te_strategy.info',$path&'\NTCLS\Config\te_strategy.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\tfs_config.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\tfs_config.info',$path&'\NTCLS\Config\tfs_config.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\tgp_plugin_config.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\tgp_plugin_config.info',$path&'\NTCLS\Config\tgp_plugin_config.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\tips.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\tips.info',$path&'\NTCLS\Config\tips.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\tips_setting.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\tips_setting.info',$path&'\NTCLS\Config\tips_setting.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\tips_types.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\tips_types.info',$path&'\NTCLS\Config\tips_types.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\uiconfig.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\uiconfig.info',$path&'\NTCLS\Config\uiconfig.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\uiconfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\uiconfig.xml',$path&'\NTCLS\Config\uiconfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\updateconfig.cfg',$path&'\NTCLS\Config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\user_data.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\user_data.info',$path&'\NTCLS\Config\user_data.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\user_setting.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\user_setting.info',$path&'\NTCLS\Config\user_setting.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\user_setting_default.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\user_setting_default.info',$path&'\NTCLS\Config\user_setting_default.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\window.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\window.info',$path&'\NTCLS\Config\window.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Config\zone_info.info")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Config\zone_info.info',$path&'\NTCLS\Config\zone_info.info',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\config_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\config_mgr.dll',$path&'\NTCLS\config_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\curl_adapter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\curl_adapter.dll',$path&'\NTCLS\curl_adapter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\data.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\data.ini',$path&'\NTCLS\data.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\AccGameIDCInfo_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\AccGameIDCInfo_a6.bin',$path&'\NTCLS\Data\cfg_bin\AccGameIDCInfo_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\AccGameIPList_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\AccGameIPList_a6.bin',$path&'\NTCLS\Data\cfg_bin\AccGameIPList_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\AccIDCGameArea_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\AccIDCGameArea_a6.bin',$path&'\NTCLS\Data\cfg_bin\AccIDCGameArea_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\Feature.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\Feature.bin',$path&'\NTCLS\Data\cfg_bin\Feature.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameAward_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameAward_a6.bin',$path&'\NTCLS\Data\cfg_bin\GameAward_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameCfg.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameCfg.bin',$path&'\NTCLS\Data\cfg_bin\GameCfg.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameDeveloper_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameDeveloper_a6.bin',$path&'\NTCLS\Data\cfg_bin\GameDeveloper_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameInfo_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameInfo_a6.bin',$path&'\NTCLS\Data\cfg_bin\GameInfo_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameInfo_a6_r10.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameInfo_a6_r10.bin',$path&'\NTCLS\Data\cfg_bin\GameInfo_a6_r10.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameInfo_a6_r11.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameInfo_a6_r11.bin',$path&'\NTCLS\Data\cfg_bin\GameInfo_a6_r11.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameInfo_a6_r12.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameInfo_a6_r12.bin',$path&'\NTCLS\Data\cfg_bin\GameInfo_a6_r12.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameInfo_a6_r8.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameInfo_a6_r8.bin',$path&'\NTCLS\Data\cfg_bin\GameInfo_a6_r8.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameLaunchCfg.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameLaunchCfg.bin',$path&'\NTCLS\Data\cfg_bin\GameLaunchCfg.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameLaunchException.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameLaunchException.bin',$path&'\NTCLS\Data\cfg_bin\GameLaunchException.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameMiniCfg.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameMiniCfg.bin',$path&'\NTCLS\Data\cfg_bin\GameMiniCfg.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameRepairConfig.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameRepairConfig.bin',$path&'\NTCLS\Data\cfg_bin\GameRepairConfig.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameResource_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameResource_a6.bin',$path&'\NTCLS\Data\cfg_bin\GameResource_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameSignature_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameSignature_a6.bin',$path&'\NTCLS\Data\cfg_bin\GameSignature_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameSignature_a6_r4.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameSignature_a6_r4.bin',$path&'\NTCLS\Data\cfg_bin\GameSignature_a6_r4.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\GameTip.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\GameTip.bin',$path&'\NTCLS\Data\cfg_bin\GameTip.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\msgtiprule.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\msgtiprule.bin',$path&'\NTCLS\Data\cfg_bin\msgtiprule.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\PluginInfo_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\PluginInfo_a6.bin',$path&'\NTCLS\Data\cfg_bin\PluginInfo_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin',$path&'\NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin.tmp")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin.tmp',$path&'\NTCLS\Data\cfg_bin\TGP4DBGamePrivilegeAddon.bin.tmp',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGP4DBLevelExp_a6.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGP4DBLevelExp_a6.bin',$path&'\NTCLS\Data\cfg_bin\TGP4DBLevelExp_a6.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGPGamePrivilege.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGPGamePrivilege.bin',$path&'\NTCLS\Data\cfg_bin\TGPGamePrivilege.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGPPlatformPrivilege.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGPPlatformPrivilege.bin',$path&'\NTCLS\Data\cfg_bin\TGPPlatformPrivilege.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGPPrivilegeAndlLevelDetail.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGPPrivilegeAndlLevelDetail.bin',$path&'\NTCLS\Data\cfg_bin\TGPPrivilegeAndlLevelDetail.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGPPrivilegeGameHelper.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGPPrivilegeGameHelper.bin',$path&'\NTCLS\Data\cfg_bin\TGPPrivilegeGameHelper.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TGPPrivilegeGameTips.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TGPPrivilegeGameTips.bin',$path&'\NTCLS\Data\cfg_bin\TGPPrivilegeGameTips.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\cfg_bin\TrackRules.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\cfg_bin\TrackRules.bin',$path&'\NTCLS\Data\cfg_bin\TrackRules.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\cf_game_setting.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\cf_game_setting.html',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\cf_game_setting.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\advertising.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\advertising.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\advertising.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\arms.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\arms.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\arms.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\cf_game_setting.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\cf_game_setting.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\cf_game_setting.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\common.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\common.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\common.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\filter.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\filter.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\filter.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\list.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\list.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\list.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\match.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\match.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\match.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\match_new.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\match_new.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\match_new.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\match_rule.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\match_rule.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\match_rule.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\profile2.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\profile2.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\profile2.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\profile2_new.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\profile2_new.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\profile2_new.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\public.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\public.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\public.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\recommend2.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\recommend2.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\recommend2.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\repair.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\repair.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\repair.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\score.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\score.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\score.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\set_tips.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\set_tips.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\set_tips.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\share.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\share.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\share.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\shop.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\shop.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\shop.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\skin.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\skin.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\skin.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\css\video_centre.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\css\video_centre.css',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\css\video_centre.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\game_set_popup.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\game_set_popup.html',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\game_set_popup.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\121.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\121.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\121.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\122.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\122.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\122.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\active.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\ad.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\ad.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\ad.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\ad001.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\ad001.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\ad001.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\arena-cont.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\arrow1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\award-list-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\award-list-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\award-list-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\award-popup-bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\background.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\background.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\background.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\banner.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\banner.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\banner.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\bottom-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\bottom-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\bottom-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\ca.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\ca.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\ca.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1s.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1s.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_bg1s.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_game_setting.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_game_setting.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_game_setting.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img4.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img4.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_img4.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_play.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_play.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_play.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf_snape_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf2.0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf2.0.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf2.0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cf-logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cf-logo.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cf-logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\close_btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\cont_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\cont_bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\cont_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\content-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\content-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\content-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\current_dot.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\current_dot.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\current_dot.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\default_img2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\default_img2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\detail_record_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\detail_record_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\detail_record_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\evaluate-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\evaluate-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\evaluate-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\gift_tips_img3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\gift1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\gift1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\gift1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\gift2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\gift2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\gift2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\grade_img1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg3.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\graph_bg3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\guide_img1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\head-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\head-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\head-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_default.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_none.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_none.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_none.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic10.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic10.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic10.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic11.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic11.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic11.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic12.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic12.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic12.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic4.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic4.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic4.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic5.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic5.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic5.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic6.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic6.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic6.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic7.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic7.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic7.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic8.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic8.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic8.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic9.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic9.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\honor_pic9.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\icon-compete.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-compete.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-compete.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-get.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\icon-start-business.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-start-business.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\icon-start-business.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\kill-icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\kill-icon.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\kill-icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\left_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\left_bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\left_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\letter.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\letter.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\letter.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\list_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\list_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\list_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\listbott.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\listbott.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\listbott.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\loading.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\loading.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\loading.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\logo.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\Lottery.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\Lottery.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\Lottery.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\main_nav_sprite.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\main_nav_sprite.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\main_nav_sprite.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\map.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\map.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\map.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\map2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\map2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\map2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\map3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\map3.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\map3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_cont_bg3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_bg3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_new_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_rule_no.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_rule_no.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_rule_no.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match_time.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match_time.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match_time.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match-nav.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match-nav.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match-nav.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-bg.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match-rule-sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\match-select-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\match-select-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\match-select-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_icon1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\medal_img.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_img.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\medal_img.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\mvp.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\mvp.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\mvp.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\my_record.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\my_record.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\my_record.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\nav-ul-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\nav-ul-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\nav-ul-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\new.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\nick_logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\nick_logo.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\nick_logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\no_data1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\no_data1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\no_data1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\no-role.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\no-role.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\no-role.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\no-weapon.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\no-weapon.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\no-weapon.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\num.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\num.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\num.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic01.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic01.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic01.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic02.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic02.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic02.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic03.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic03.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic03.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic04.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic04.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic04.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic05.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic05.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic05.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic06.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic06.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic06.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic07.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic07.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic07.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic08.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic08.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic08.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic09.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic09.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic09.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic10.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic10.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic10.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\pic11.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\pic11.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\pic11.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\player.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\player.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\player.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\player.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\player.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\player.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize4.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize4.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize4.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize5.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize5.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize5.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize6.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize6.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize6.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\prize7.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\prize7.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\prize7.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_letter.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_letter.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_letter.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\profile2_sprites2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress_text.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress1_2.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1_2.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress1_2.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\progress2_2.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2_2.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\progress2_2.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\promote-cont-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\promote-cont-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\promote-cont-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\public_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\public_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\public_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\question_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\recommend2_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\recommend2_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\recommend2_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\red-dot.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\red-dot.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\red-dot.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\registration.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\registration.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\registration.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\registration.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\registration.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\registration.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\repair_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\repair_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\repair_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\replace_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\replace_icon.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\replace_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\rule_tips_bg3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_img.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_img.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_img.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_tips_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_tips_bg1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\screenshot_tips_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\select_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\select-area-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\select-area-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\select-area-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img4.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img4.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img4.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img5.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img5.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img5.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img6.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img6.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img6.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_img7.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img7.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_img7.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set_tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set_tips.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set_tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\set-sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\set-sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\set-sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share_bg3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share_sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share_sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share_sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\share-sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\share-sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\share-sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img_none.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img_none.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img_none.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\shop-no-weapon.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\shop-no-weapon.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\shop-no-weapon.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_bg_new.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_bg_new.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_bg_new.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_new.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sidebar_new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg2.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_tips_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sign_up.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_up.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sign_up.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sign-up.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sign-up.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sign-up.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\snap_entrace_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\snap_entrace_default.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\snap_entrace_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\snipe-mouse-pic1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\snipe-mouse-pic1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\snipe-mouse-pic1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\soldier.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\soldier.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\soldier.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\soldier2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\soldier2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\soldier2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\special-effects-pic1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\special-effects-pic1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\special-effects-pic1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\spoils1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\spoils2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\spoils3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\spoils3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\sprites.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\TencentVideo.swf")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\TencentVideo.swf',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\TencentVideo.swf',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\test.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\test.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\test.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\tips_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\tips_bg1.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\tips_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\tips_title_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\tips_title_bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\tips_title_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\title_light_bg1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\title_light_bg1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\title_light_bg1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-area-bor.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-area-bor.gif',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-area-bor.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-get01.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-get01.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-get01.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-popup-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-popup-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-popup-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-sprite.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-sprite.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\trophy-sprite.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\user_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\user_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\user_img3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\user_img3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\v_onbg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\v_onbg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\v_onbg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video_bg.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video_img1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img1.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video_img2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img2.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video_img3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img3.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video_img3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video_news.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video_news.png',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video_news.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images\video-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images\video-bg.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images\video-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\images_cf\background.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\images_cf\background.jpg',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\images_cf\background.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\js\cf_game_setting.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\js\cf_game_setting.js',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\js\cf_game_setting.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\js\jquery-1.8.3.min.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\js\jquery-1.8.3.min.js',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\js\jquery-1.8.3.min.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\cf_game_setting\js\utils.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\cf_game_setting\js\utils.js',$path&'\NTCLS\Data\tgp_ui\cf_game_setting\js\utils.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\css\common.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\css\common.css',$path&'\NTCLS\Data\tgp_ui\css\common.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\images\bg_mask.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\images\bg_mask.png',$path&'\NTCLS\Data\tgp_ui\images\bg_mask.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\js\jquery-1.8.3.min.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\js\jquery-1.8.3.min.js',$path&'\NTCLS\Data\tgp_ui\js\jquery-1.8.3.min.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\js\milo-min.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\js\milo-min.js',$path&'\NTCLS\Data\tgp_ui\js\milo-min.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\js\pngie6.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\js\pngie6.js',$path&'\NTCLS\Data\tgp_ui\js\pngie6.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\js\skin.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\js\skin.js',$path&'\NTCLS\Data\tgp_ui\js\skin.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\js\utils.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\js\utils.js',$path&'\NTCLS\Data\tgp_ui\js\utils.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\css\dirui.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\css\dirui.css',$path&'\NTCLS\Data\tgp_ui\mdirui\css\dirui.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\css\dirui_new.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\css\dirui_new.css',$path&'\NTCLS\Data\tgp_ui\mdirui\css\dirui_new.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\css\filter.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\css\filter.css',$path&'\NTCLS\Data\tgp_ui\mdirui\css\filter.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_1.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_10002.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_10002.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_10002.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_1000222.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_1000222.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_1000222.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_16.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_16.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_16.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_17.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_17.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_17.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_2.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_2_1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_2_1.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_2_1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_26.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_26.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_26.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_3.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_3.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_3.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_30.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_30.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_30.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_31.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_31.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_31.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_48.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_48.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_48.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_lol.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_lol.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_lol.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\bg_update_failed_guide.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\bg_update_failed_guide.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\bg_update_failed_guide.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\CF_loadpage1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\CF_loadpage1.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images\CF_loadpage1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\down_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\down_bg.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images\down_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\icon_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\icon_bg.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images\icon_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\loading1.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\loading1.gif',$path&'\NTCLS\Data\tgp_ui\mdirui\images\loading1.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\sel_tips_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\sel_tips_bg.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images\sel_tips_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\select_set.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\select_set.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images\select_set.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images\warns.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images\warns.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images\warns.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images_cf\bg_10002.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images_cf\bg_10002.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images_cf\bg_10002.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images_cf\bg_1000222.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images_cf\bg_1000222.jpg',$path&'\NTCLS\Data\tgp_ui\mdirui\images_cf\bg_1000222.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images_cf\cf_res.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images_cf\cf_res.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images_cf\cf_res.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_bg2.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_tab.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_tab.png',$path&'\NTCLS\Data\tgp_ui\mdirui\images_cf\Dir_tab.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\js\dirui.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\js\dirui.js',$path&'\NTCLS\Data\tgp_ui\mdirui\js\dirui.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\js\pngFix.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\js\pngFix.js',$path&'\NTCLS\Data\tgp_ui\mdirui\js\pngFix.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\select_set.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\select_set.html',$path&'\NTCLS\Data\tgp_ui\mdirui\select_set.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\select_set_new.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\select_set_new.html',$path&'\NTCLS\Data\tgp_ui\mdirui\select_set_new.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mdirui\select_set_other.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mdirui\select_set_other.html',$path&'\NTCLS\Data\tgp_ui\mdirui\select_set_other.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\background.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\background.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\background.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\BNS.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\BNS.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\BNS.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\css\common.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\css\common.css',$path&'\NTCLS\Data\tgp_ui\mlandingpage\css\common.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\css\dnfAssistant.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\css\dnfAssistant.css',$path&'\NTCLS\Data\tgp_ui\mlandingpage\css\dnfAssistant.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\dnf.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\dnf.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\dnf.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\dzs.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\dzs.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\dzs.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\bg.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\bg_0.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\bg_0.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\bg_0.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\bg_arrow.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\bg_arrow.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\bg_arrow.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\boss_1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\boss_1.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\boss_1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\caozuoArea.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\caozuoArea.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\caozuoArea.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\dnf.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\dnf.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\dnf.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\dnf_un_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\dnf_un_bg.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\dnf_un_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\dnf-assistant-logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\dnf-assistant-logo.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\dnf-assistant-logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\dps_1.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\dps_1.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\dps_1.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\dzs.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\dzs.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\dzs.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\icons.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\icons.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\icons.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\interface.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\interface.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\interface.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\interface-8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\interface-8.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\interface-8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\jianling.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\jianling.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\jianling.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\jj.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\jj.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\jj.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\landing_page_loading.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\landing_page_loading.gif',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\landing_page_loading.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\landingpage_loading.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\landingpage_loading.gif',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\landingpage_loading.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\little_img.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\little_img.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\little_img.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\middleBg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\middleBg.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\middleBg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\NBA.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\NBA.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\NBA.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\need_update.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\need_update.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\need_update.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\nizhan_b_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\nizhan_b_bg.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\nizhan_b_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\nz.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\nz.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\nz.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg1.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg2.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\operate_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\pop_bg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\pop_bg1.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\pop_bg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\qqfc_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\qqfc_bg.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\qqfc_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\qqfeiche.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\qqfeiche.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\qqfeiche.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\select_set.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\select_set.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\select_set.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\sideBar.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\sideBar.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\sideBar.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\sp1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\sp1.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\sp1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\sw_off1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\sw_off1.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\sw_off1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\sw_on1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\sw_on1.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\sw_on1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\update_failed.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\update_failed.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\update_failed.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\update_failed_guide.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\update_failed_guide.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\update_failed_guide.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\updating.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\updating.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\updating.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\xy.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\xy.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\xy.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\yl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\yl.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\yl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images\yulong_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images\yulong_bg.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images\yulong_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images_cf\background.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images_cf\background.jpg',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images_cf\background.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images_cf\cf_res.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images_cf\cf_res.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images_cf\cf_res.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\images_cf\right_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\images_cf\right_bg.png',$path&'\NTCLS\Data\tgp_ui\mlandingpage\images_cf\right_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\index.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\index.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\index.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\index_other.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\index_other.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\index_other.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\BNS.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\BNS.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\BNS.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\common.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\common.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\common.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\dnf.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\dnf.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\dnf.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\dzs.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\dzs.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\dzs.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\1.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\1.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\1.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\48.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\48.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\game_conf\48.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\index.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\index.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\index.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\jquery-1.8.3.min.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\jquery-1.8.3.min.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\jquery-1.8.3.min.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\NBA.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\NBA.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\NBA.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\nz.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\nz.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\nz.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\qqfeiche.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\qqfeiche.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\qqfeiche.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\utils.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\utils.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\utils.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\xy.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\xy.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\xy.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\js\yl.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\js\yl.js',$path&'\NTCLS\Data\tgp_ui\mlandingpage\js\yl.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\NBA2K.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\NBA2K.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\NBA2K.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\nz.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\nz.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\nz.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\QQSpeed.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\QQSpeed.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\QQSpeed.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\xy.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\xy.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\xy.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\mlandingpage\yl.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\mlandingpage\yl.html',$path&'\NTCLS\Data\tgp_ui\mlandingpage\yl.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\sprites.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\sprites.png',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\sprites.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\top-bd-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\top-bd-bg.jpg',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\top-bd-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\top-bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\top-bg.jpg',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\top-bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-left.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-left.png',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-left.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-main.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-main.jpg',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-main.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-right.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-right.png',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-active-right.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-left.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-left.png',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-left.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-main.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-main.jpg',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-main.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\images\window-open-right.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-right.png',$path&'\NTCLS\Data\tgp_ui\web_game_browser\images\window-open-right.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\index.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\index.html',$path&'\NTCLS\Data\tgp_ui\web_game_browser\index.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\js\DD_belatedPNG.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\js\DD_belatedPNG.js',$path&'\NTCLS\Data\tgp_ui\web_game_browser\js\DD_belatedPNG.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_game_browser\js\index.js")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_game_browser\js\index.js',$path&'\NTCLS\Data\tgp_ui\web_game_browser\js\index.js',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\css\common.css")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\css\common.css',$path&'\NTCLS\Data\tgp_ui\web_load_failed\css\common.css',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\images\bj_05.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\images\bj_05.jpg',$path&'\NTCLS\Data\tgp_ui\web_load_failed\images\bj_05.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_bg.png',$path&'\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg.png',$path&'\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg1.png',$path&'\NTCLS\Data\tgp_ui\web_load_failed\images\load_failed_hdbg1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\images\video_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\images\video_bg.png',$path&'\NTCLS\Data\tgp_ui\web_load_failed\images\video_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\loadFailed.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\loadFailed.html',$path&'\NTCLS\Data\tgp_ui\web_load_failed\loadFailed.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Data\tgp_ui\web_load_failed\loadFailed2.html")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Data\tgp_ui\web_load_failed\loadFailed2.html',$path&'\NTCLS\Data\tgp_ui\web_load_failed\loadFailed2.html',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\desktoptips.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\desktoptips.exe',$path&'\NTCLS\desktoptips.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\detoured.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\detoured.dll',$path&'\NTCLS\detoured.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\device_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\device_mgr.dll',$path&'\NTCLS\device_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ErrorMgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ErrorMgr.dll',$path&'\NTCLS\ErrorMgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\feature_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\feature_mgr.dll',$path&'\NTCLS\feature_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\game_library.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\game_library.dll',$path&'\NTCLS\game_library.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\game_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\game_mgr.dll',$path&'\NTCLS\game_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\GameMasterLogic.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\GameMasterLogic.dll',$path&'\NTCLS\GameMasterLogic.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\iigw_client_api.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\iigw_client_api.dll',$path&'\NTCLS\iigw_client_api.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\inst_tgplsp.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\inst_tgplsp.exe',$path&'\NTCLS\inst_tgplsp.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\localfile.lst")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\localfile.lst',$path&'\NTCLS\localfile.lst',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\log.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\log.cfg',$path&'\NTCLS\log.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\log\daemon_x.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\log\daemon_x.log',$path&'\NTCLS\log\daemon_x.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\log\net_daemon.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\log\net_daemon.log',$path&'\NTCLS\log\net_daemon.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\log\ntcls_daemon_m.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\log\ntcls_daemon_m.log',$path&'\NTCLS\log\ntcls_daemon_m.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\login_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\login_mgr.dll',$path&'\NTCLS\login_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\login_mgr.pdb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\login_mgr.pdb',$path&'\NTCLS\login_mgr.pdb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Lua51.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Lua51.dll',$path&'\NTCLS\Lua51.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Microsoft.VC80.CRT.manifest',$path&'\NTCLS\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Microsoft.VC90.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Microsoft.VC90.CRT.manifest',$path&'\NTCLS\Microsoft.VC90.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\mmog_data.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\mmog_data.xml',$path&'\NTCLS\mmog_data.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\msvcp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\msvcp100.dll',$path&'\NTCLS\msvcp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\msvcp90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\msvcp90.dll',$path&'\NTCLS\msvcp90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\msvcr100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\msvcr100.dll',$path&'\NTCLS\msvcr100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\msvcr80.dll',$path&'\NTCLS\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\msvcr90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\msvcr90.dll',$path&'\NTCLS\msvcr90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\muti_account_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\muti_account_mgr.dll',$path&'\NTCLS\muti_account_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\net_bar.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\net_bar.dll',$path&'\NTCLS\net_bar.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\net_daemon.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\net_daemon.exe',$path&'\NTCLS\net_daemon.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\net_probe.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\net_probe.exe',$path&'\NTCLS\net_probe.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\netbar_game_missing_files\2\PatchExpLib.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\netbar_game_missing_files\2\PatchExpLib.dll',$path&'\NTCLS\netbar_game_missing_files\2\PatchExpLib.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\NetFlowLogic.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\NetFlowLogic.dll',$path&'\NTCLS\NetFlowLogic.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\NetSwitchCache805.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\NetSwitchCache805.dat',$path&'\NTCLS\NetSwitchCache805.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\NetSwitchCache8400.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\NetSwitchCache8400.dat',$path&'\NTCLS\NetSwitchCache8400.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ntcls_config\mmog_data.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ntcls_config\mmog_data.xml',$path&'\NTCLS\ntcls_config\mmog_data.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ntcls_daemon.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ntcls_daemon.exe',$path&'\NTCLS\ntcls_daemon.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ntcls_daemon.exe.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ntcls_daemon.exe.txt',$path&'\NTCLS\ntcls_daemon.exe.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ntcls_launcher.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ntcls_launcher.exe',$path&'\NTCLS\ntcls_launcher.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ntcls_reporter.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ntcls_reporter.exe',$path&'\NTCLS\ntcls_reporter.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\OE27Zh8XdU.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\OE27Zh8XdU.dat',$path&'\NTCLS\OE27Zh8XdU.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugin_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugin_mgr.dll',$path&'\NTCLS\plugin_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\ATL80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\ATL80.dll',$path&'\NTCLS\plugins\ATL80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\dr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\dr.dll',$path&'\NTCLS\plugins\dr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\frame.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\frame.ini',$path&'\NTCLS\plugins\frame.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\bg2.png',$path&'\NTCLS\plugins\image\bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\canupgrade_btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\canupgrade_btn.png',$path&'\NTCLS\plugins\image\canupgrade_btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\checkbox.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\checkbox.png',$path&'\NTCLS\plugins\image\checkbox.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\checkboxcf.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\checkboxcf.png',$path&'\NTCLS\plugins\image\checkboxcf.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\gift1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\gift1.png',$path&'\NTCLS\plugins\image\gift1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\gift2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\gift2.png',$path&'\NTCLS\plugins\image\gift2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\guideBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\guideBtn.png',$path&'\NTCLS\plugins\image\guideBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\guideBtn2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\guideBtn2.png',$path&'\NTCLS\plugins\image\guideBtn2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\icon.png',$path&'\NTCLS\plugins\image\icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\lbg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\lbg.png',$path&'\NTCLS\plugins\image\lbg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\newcheckbox.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\newcheckbox.png',$path&'\NTCLS\plugins\image\newcheckbox.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\operBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\operBtn.png',$path&'\NTCLS\plugins\image\operBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\testbtn1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\testbtn1.png',$path&'\NTCLS\plugins\image\testbtn1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\testbtn2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\testbtn2.png',$path&'\NTCLS\plugins\image\testbtn2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\trybtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\trybtn.png',$path&'\NTCLS\plugins\image\trybtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\upgrade_funcoffbkg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\upgrade_funcoffbkg.png',$path&'\NTCLS\plugins\image\upgrade_funcoffbkg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\upgrade_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\upgrade_hover.png',$path&'\NTCLS\plugins\image\upgrade_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\image\upgradedone_btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\image\upgradedone_btn.png',$path&'\NTCLS\plugins\image\upgradedone_btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\Microsoft.VC80.ATL.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\Microsoft.VC80.ATL.manifest',$path&'\NTCLS\plugins\Microsoft.VC80.ATL.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\Microsoft.VC80.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\Microsoft.VC80.CRT.manifest',$path&'\NTCLS\plugins\Microsoft.VC80.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\msvcm80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\msvcm80.dll',$path&'\NTCLS\plugins\msvcm80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\msvcp80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\msvcp80.dll',$path&'\NTCLS\plugins\msvcp80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\msvcr80.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\msvcr80.dll',$path&'\NTCLS\plugins\msvcr80.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QMCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QMCommon.dll',$path&'\NTCLS\plugins\QMCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QMIpc.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QMIpc.dll',$path&'\NTCLS\plugins\QMIpc.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QMNetworkMgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QMNetworkMgr.dll',$path&'\NTCLS\plugins\QMNetworkMgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QMNetworkMgr.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QMNetworkMgr.ini',$path&'\NTCLS\plugins\QMNetworkMgr.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QMSpeedUIPlugin.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QMSpeedUIPlugin.dll',$path&'\NTCLS\plugins\QMSpeedUIPlugin.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QmTCLSPatch.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QmTCLSPatch.dll',$path&'\NTCLS\plugins\QmTCLSPatch.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QmTCLSPlugin.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QmTCLSPlugin.dll',$path&'\NTCLS\plugins\QmTCLSPlugin.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QQPCDetector.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QQPCDetector.dll',$path&'\NTCLS\plugins\QQPCDetector.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\QQPCfix.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\QQPCfix.dll',$path&'\NTCLS\plugins\QQPCfix.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\TGameAssistPlugin.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\TGameAssistPlugin.ini',$path&'\NTCLS\plugins\TGameAssistPlugin.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\plugins\TGameAssistPlugin.zip")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\plugins\TGameAssistPlugin.zip',$path&'\NTCLS\plugins\TGameAssistPlugin.zip',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\preload_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\preload_mgr.dll',$path&'\NTCLS\preload_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\ProtocalHandler.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\ProtocalHandler.dll',$path&'\NTCLS\ProtocalHandler.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\BugReport.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\BugReport.exe',$path&'\NTCLS\QBBlink\BugReport.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\d3dcompiler_43.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\d3dcompiler_43.dll',$path&'\NTCLS\QBBlink\d3dcompiler_43.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\d3dcompiler_47.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\d3dcompiler_47.dll',$path&'\NTCLS\QBBlink\d3dcompiler_47.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\ffmpegsumo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\ffmpegsumo.dll',$path&'\NTCLS\QBBlink\ffmpegsumo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\icudtl.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\icudtl.dat',$path&'\NTCLS\QBBlink\icudtl.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\libEGL.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\libEGL.dll',$path&'\NTCLS\QBBlink\libEGL.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\libGLESv2.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\libGLESv2.dll',$path&'\NTCLS\QBBlink\libGLESv2.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\locales\en-US.pak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\locales\en-US.pak',$path&'\NTCLS\QBBlink\locales\en-US.pak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\locales\zh-CN.pak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\locales\zh-CN.pak',$path&'\NTCLS\QBBlink\locales\zh-CN.pak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\natives_blob.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\natives_blob.bin',$path&'\NTCLS\QBBlink\natives_blob.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\PepperFlash\manifest.json")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\PepperFlash\manifest.json',$path&'\NTCLS\QBBlink\PepperFlash\manifest.json',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\PepperFlash\pepflashplayer.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\PepperFlash\pepflashplayer.dll',$path&'\NTCLS\QBBlink\PepperFlash\pepflashplayer.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qb.pak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qb.pak',$path&'\NTCLS\QBBlink\qb.pak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qb_100_percent.pak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qb_100_percent.pak',$path&'\NTCLS\QBBlink\qb_100_percent.pak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qb_200_percent.pak")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qb_200_percent.pak',$path&'\NTCLS\QBBlink\qb_200_percent.pak',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qbclient.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qbclient.dll',$path&'\NTCLS\QBBlink\qbclient.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qbclient.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qbclient.exe',$path&'\NTCLS\QBBlink\qbclient.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\qbcore.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\qbcore.dll',$path&'\NTCLS\QBBlink\qbcore.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\redirecturl.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\redirecturl.dll',$path&'\NTCLS\QBBlink\redirecturl.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\redirecturl.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\redirecturl.ini',$path&'\NTCLS\QBBlink\redirecturl.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBBlink\snapshot_blob.bin")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBBlink\snapshot_blob.bin',$path&'\NTCLS\QBBlink\snapshot_blob.bin',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QBTrident3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QBTrident3.dll',$path&'\NTCLS\QBTrident3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\qlauncher.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\qlauncher.dll',$path&'\NTCLS\qlauncher.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QMTclsDriver.sys")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QMTclsDriver.sys',$path&'\NTCLS\QMTclsDriver.sys',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\QMTclsDriver64.sys")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\QMTclsDriver64.sys',$path&'\NTCLS\QMTclsDriver64.sys',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\qos_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\qos_mgr.dll',$path&'\NTCLS\qos_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\res_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\res_mgr.dll',$path&'\NTCLS\res_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\resurface_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\resurface_mgr.dll',$path&'\NTCLS\resurface_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\script_adapter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\script_adapter.dll',$path&'\NTCLS\script_adapter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\security.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\security.dll',$path&'\NTCLS\security.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\server_dir.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\server_dir.dll',$path&'\NTCLS\server_dir.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\server_proxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\server_proxy.dll',$path&'\NTCLS\server_proxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\sqlite3.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\sqlite3.dll',$path&'\NTCLS\sqlite3.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tasantiinjection.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tasantiinjection.dll',$path&'\NTCLS\tasantiinjection.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tascc.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tascc.dll',$path&'\NTCLS\tascc.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tasscan.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tasscan.dll',$path&'\NTCLS\tasscan.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tassd.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tassd.dll',$path&'\NTCLS\tassd.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\adapt_for_imports.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\adapt_for_imports.dll',$path&'\NTCLS\tcls\adapt_for_imports.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\bug_rpt.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\bug_rpt.exe',$path&'\NTCLS\tcls\bug_rpt.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\BugRpt.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\BugRpt.dll',$path&'\NTCLS\tcls\BugRpt.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\common.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\common.dll',$path&'\NTCLS\tcls\common.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\CacheConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\CacheConfig.xml',$path&'\NTCLS\tcls\config\CacheConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\commonconfig.cfg',$path&'\NTCLS\tcls\config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\Cross.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\Cross.dat',$path&'\NTCLS\tcls\config\Cross.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\LoginQ.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\LoginQ.dat',$path&'\NTCLS\tcls\config\LoginQ.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\updateconfig.cfg',$path&'\NTCLS\tcls\config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\version.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\version.cfg',$path&'\NTCLS\tcls\config\version.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\VersionServerConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\VersionServerConfig.xml',$path&'\NTCLS\tcls\config\VersionServerConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\config\versionserverconfigdynamic.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\config\versionserverconfigdynamic.ini',$path&'\NTCLS\tcls\config\versionserverconfigdynamic.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\EyGameRepair.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\EyGameRepair.dll',$path&'\NTCLS\tcls\EyGameRepair.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Eytgp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Eytgp.dll',$path&'\NTCLS\tcls\Eytgp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\msvcp100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\msvcp100.dll',$path&'\NTCLS\tcls\msvcp100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\msvcr100.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\msvcr100.dll',$path&'\NTCLS\tcls\msvcr100.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\ntcls_core.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\ntcls_core.exe',$path&'\NTCLS\tcls\ntcls_core.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\ntcls_proxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\ntcls_proxy.dll',$path&'\NTCLS\tcls\ntcls_proxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\ProtocolCenter.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\ProtocolCenter.dll',$path&'\NTCLS\tcls\ProtocolCenter.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\QQSpeedUpdate.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\QQSpeedUpdate.dll',$path&'\NTCLS\tcls\QQSpeedUpdate.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\tcls_core.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\tcls_core.exe',$path&'\NTCLS\tcls\tcls_core.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\TCLSCoreConfig.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\TCLSCoreConfig.ini',$path&'\NTCLS\tcls\TCLSCoreConfig.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\tdir_def_dmlq.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\tdir_def_dmlq.tdr',$path&'\NTCLS\tcls\tdir_def_dmlq.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio.ini',$path&'\NTCLS\tcls\Tenio.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\June.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\June.dll',$path&'\NTCLS\tcls\Tenio\June.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\log.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\log.dll',$path&'\NTCLS\tcls\Tenio\log.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\MemoryAlloctor.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\MemoryAlloctor.dll',$path&'\NTCLS\tcls\Tenio\MemoryAlloctor.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\tcls.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\tcls.dll',$path&'\NTCLS\tcls\Tenio\tcls.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\tenbase.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\tenbase.dll',$path&'\NTCLS\tcls\Tenio\tenbase.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenFact.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenFact.dll',$path&'\NTCLS\tcls\Tenio\TenFact.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenioDL\p2papp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenioDL\p2papp.dll',$path&'\NTCLS\tcls\Tenio\TenioDL\p2papp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenioDL\TenioDL.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenioDL\TenioDL.dll',$path&'\NTCLS\tcls\Tenio\TenioDL\TenioDL.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenioDL\TenioDL.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenioDL\TenioDL.exe',$path&'\NTCLS\tcls\Tenio\TenioDL\TenioDL.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenioDL\TenioDL_core.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenioDL\TenioDL_core.dll',$path&'\NTCLS\tcls\Tenio\TenioDL\TenioDL_core.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenioDL\XFDownload.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenioDL\XFDownload.dll',$path&'\NTCLS\tcls\Tenio\TenioDL\XFDownload.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TenTPF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TenTPF.dll',$path&'\NTCLS\tcls\Tenio\TenTPF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\Tenio\TinyXml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\Tenio\TinyXml.dll',$path&'\NTCLS\tcls\Tenio\TinyXml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\tgp_proxy.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\tgp_proxy.dll',$path&'\NTCLS\tcls\tgp_proxy.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\tgp_proxy.log")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\tgp_proxy.log',$path&'\NTCLS\tcls\tgp_proxy.log',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\TSG.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\TSG.dll',$path&'\NTCLS\tcls\TSG.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\uishell.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\uishell.exe',$path&'\NTCLS\tcls\uishell.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\commonconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\updateconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\DMLQ1\TCLS\config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\commonconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\updateconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\QQSPEED\TCLS\config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\commonconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\commonconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\commonconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\updateconfig.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\updateconfig.cfg',$path&'\NTCLS\tcls\UIShellRes\QQXJ\TCLS\config\updateconfig.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tcls\VFSConfig.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tcls\VFSConfig.ini',$path&'\NTCLS\tcls\VFSConfig.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\te_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\te_mgr.dll',$path&'\NTCLS\te_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Tenio.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Tenio.ini',$path&'\NTCLS\Tenio.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Tenio\June.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Tenio\June.dll',$path&'\NTCLS\Tenio\June.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Tenio\ScriptManager.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Tenio\ScriptManager.dll',$path&'\NTCLS\Tenio\ScriptManager.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Tenio\TenTPF.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Tenio\TenTPF.dll',$path&'\NTCLS\Tenio\TenTPF.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\Tenio\TPFCustom.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\Tenio\TPFCustom.dll',$path&'\NTCLS\Tenio\TPFCustom.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\BugReport.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\BugReport.dll',$path&'\NTCLS\TenProtect\BugReport.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\BugTrace.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\BugTrace.dll',$path&'\NTCLS\TenProtect\BugTrace.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\BugTrace.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\BugTrace.ini',$path&'\NTCLS\TenProtect\BugTrace.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\BugTrack.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\BugTrack.dll',$path&'\NTCLS\TenProtect\BugTrack.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\dbghelp.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\dbghelp.dll',$path&'\NTCLS\TenProtect\dbghelp.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\EncodeSig.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\EncodeSig.ini',$path&'\NTCLS\TenProtect\EncodeSig.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\fszwd.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\fszwd.dat',$path&'\NTCLS\TenProtect\fszwd.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\Microsoft.VC90.CRT.manifest")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\Microsoft.VC90.CRT.manifest',$path&'\NTCLS\TenProtect\Microsoft.VC90.CRT.manifest',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\msvcp90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\msvcp90.dll',$path&'\NTCLS\TenProtect\msvcp90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\msvcr90.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\msvcr90.dll',$path&'\NTCLS\TenProtect\msvcr90.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\SecureCheck.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\SecureCheck.dll',$path&'\NTCLS\TenProtect\SecureCheck.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\symsrv.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\symsrv.dll',$path&'\NTCLS\TenProtect\symsrv.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\TasBridge.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\TasBridge.dll',$path&'\NTCLS\TenProtect\TasBridge.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\TASJIT.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\TASJIT.dll',$path&'\NTCLS\TenProtect\TASJIT.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\TASLogin.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\TASLogin.exe',$path&'\NTCLS\TenProtect\TASLogin.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\TASLoginBase.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\TASLoginBase.dll',$path&'\NTCLS\TenProtect\TASLoginBase.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TenProtect\Tenio.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TenProtect\Tenio.ini',$path&'\NTCLS\TenProtect\Tenio.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgc2_cs.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgc2_cs.tdr',$path&'\NTCLS\tgc2_cs.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_cf_match_protocol_cs.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_cf_match_protocol_cs.tdr',$path&'\NTCLS\tgp_cf_match_protocol_cs.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_config\mmog_data.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_config\mmog_data.xml',$path&'\NTCLS\tgp_config\mmog_data.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_daemon.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_daemon.exe',$path&'\NTCLS\tgp_daemon.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_encode.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_encode.exe',$path&'\NTCLS\tgp_encode.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_launcher.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_launcher.exe',$path&'\NTCLS\tgp_launcher.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_protocol_cs.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_protocol_cs.tdr',$path&'\NTCLS\tgp_protocol_cs.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_protocol_js.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_protocol_js.tdr',$path&'\NTCLS\tgp_protocol_js.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_render.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_render.exe',$path&'\NTCLS\tgp_render.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tgp_reporter.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tgp_reporter.exe',$path&'\NTCLS\tgp_reporter.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tinyxml.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tinyxml.dll',$path&'\NTCLS\tinyxml.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tips_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tips_mgr.dll',$path&'\NTCLS\tips_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tlb_svc.tdr")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tlb_svc.tdr',$path&'\NTCLS\tlb_svc.tdr',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui.dll',$path&'\NTCLS\tpf_ui.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui.vfs")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui.vfs',$path&'\NTCLS\tpf_ui.vfs',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\center_bottom.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\center_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\center_middle.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\center_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\center_top.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\left_bottom.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\left_middle.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\left_top.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\right_bottom.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\right_middle.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\background\right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\background\right_top.png',$path&'\NTCLS\tpf_ui\res\about_dialog\background\right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\icon_tick.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\icon_tick.png',$path&'\NTCLS\tpf_ui\res\about_dialog\icon_tick.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\icon_upgrade.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\icon_upgrade.png',$path&'\NTCLS\tpf_ui\res\about_dialog\icon_upgrade.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\about_dialog\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\about_dialog\logo.png',$path&'\NTCLS\tpf_ui\res\about_dialog\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\add_game_dialog\add_game.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\add_game_dialog\add_game.cfg',$path&'\NTCLS\tpf_ui\res\add_game_dialog\add_game.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\add_game_dialog\add_game.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\add_game_dialog\add_game.png',$path&'\NTCLS\tpf_ui\res\add_game_dialog\add_game.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\app_icon.ico")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\app_icon.ico',$path&'\NTCLS\tpf_ui\res\app_icon.ico',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button_close\close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button_close\close_hover.png',$path&'\NTCLS\tpf_ui\res\button_close\close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button_close\close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button_close\close_normal.png',$path&'\NTCLS\tpf_ui\res\button_close\close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button_close\close_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button_close\close_press.png',$path&'\NTCLS\tpf_ui\res\button_close\close_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_center_disable.png',$path&'\NTCLS\tpf_ui\res\button3\button1_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_center_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button1_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_center_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button1_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_center_press.png',$path&'\NTCLS\tpf_ui\res\button3\button1_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_left_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button1_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_left_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button1_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_left_press.png',$path&'\NTCLS\tpf_ui\res\button3\button1_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_left+disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_left+disable.png',$path&'\NTCLS\tpf_ui\res\button3\button1_left+disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_right_disable.png',$path&'\NTCLS\tpf_ui\res\button3\button1_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_right_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button1_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_right_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button1_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button1_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button1_right_press.png',$path&'\NTCLS\tpf_ui\res\button3\button1_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_center_disable.png',$path&'\NTCLS\tpf_ui\res\button3\button2_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_center_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button2_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_center_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button2_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_center_press.png',$path&'\NTCLS\tpf_ui\res\button3\button2_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_left_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_left_disable.png',$path&'\NTCLS\tpf_ui\res\button3\button2_left_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_left_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button2_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_left_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button2_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_left_press.png',$path&'\NTCLS\tpf_ui\res\button3\button2_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_right_disable.png',$path&'\NTCLS\tpf_ui\res\button3\button2_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_right_hover.png',$path&'\NTCLS\tpf_ui\res\button3\button2_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_right_normal.png',$path&'\NTCLS\tpf_ui\res\button3\button2_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\button3\button2_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\button3\button2_right_press.png',$path&'\NTCLS\tpf_ui\res\button3\button2_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\multi_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\multi_disable.png',$path&'\NTCLS\tpf_ui\res\checkbox\multi_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\multi_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\multi_hover.png',$path&'\NTCLS\tpf_ui\res\checkbox\multi_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\multi_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\multi_normal.png',$path&'\NTCLS\tpf_ui\res\checkbox\multi_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\multi_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\multi_selected.png',$path&'\NTCLS\tpf_ui\res\checkbox\multi_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\radio_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\radio_disable.png',$path&'\NTCLS\tpf_ui\res\checkbox\radio_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\radio_disable.png.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\radio_disable.png.png',$path&'\NTCLS\tpf_ui\res\checkbox\radio_disable.png.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\radio_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\radio_hover.png',$path&'\NTCLS\tpf_ui\res\checkbox\radio_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\radio_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\radio_normal.png',$path&'\NTCLS\tpf_ui\res\checkbox\radio_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\radio_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\radio_selected.png',$path&'\NTCLS\tpf_ui\res\checkbox\radio_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\checkbox\Thumbs.db")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\checkbox\Thumbs.db',$path&'\NTCLS\tpf_ui\res\checkbox\Thumbs.db',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\common_icon\error.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\common_icon\error.png',$path&'\NTCLS\tpf_ui\res\common_icon\error.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\common_icon\finish.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\common_icon\finish.png',$path&'\NTCLS\tpf_ui\res\common_icon\finish.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\common_icon\remove.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\common_icon\remove.png',$path&'\NTCLS\tpf_ui\res\common_icon\remove.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\images\cf\act\demo\warming.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\images\cf\act\demo\warming.jpg',$path&'\NTCLS\tpf_ui\res\dl\images\cf\act\demo\warming.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\test\a100.jpg.ttd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\test\a100.jpg.ttd',$path&'\NTCLS\tpf_ui\res\dl\test\a100.jpg.ttd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\tgp\CF\CF_banner_r7_09.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\tgp\CF\CF_banner_r7_09.png',$path&'\NTCLS\tpf_ui\res\dl\tgp\CF\CF_banner_r7_09.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\tgp\CF\CF_bannericon_r7_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\tgp\CF\CF_bannericon_r7_02.png',$path&'\NTCLS\tpf_ui\res\dl\tgp\CF\CF_bannericon_r7_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\tgp\CF\CF_miniicon_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\tgp\CF\CF_miniicon_02.png',$path&'\NTCLS\tpf_ui\res\dl\tgp\CF\CF_miniicon_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\dl\tgp\CF\CF_Tiele.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\dl\tgp\CF\CF_Tiele.jpg',$path&'\NTCLS\tpf_ui\res\dl\tgp\CF\CF_Tiele.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\extendboard\close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\extendboard\close_hover.png',$path&'\NTCLS\tpf_ui\res\extendboard\close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\extendboard\close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\extendboard\close_normal.png',$path&'\NTCLS\tpf_ui\res\extendboard\close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\extendboard\extendboard.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\extendboard\extendboard.cfg',$path&'\NTCLS\tpf_ui\res\extendboard\extendboard.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\extendboard\extendboard.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\extendboard\extendboard.png',$path&'\NTCLS\tpf_ui\res\extendboard\extendboard.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\gif\scaning.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\gif\scaning.gif',$path&'\NTCLS\tpf_ui\res\gif\scaning.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\head_line\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\head_line\logo.png',$path&'\NTCLS\tpf_ui\res\head_line\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\CF_logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\CF_logo.png',$path&'\NTCLS\tpf_ui\res\landingpage\CF_logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\close_hover.png',$path&'\NTCLS\tpf_ui\res\landingpage\close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\close_normal.png',$path&'\NTCLS\tpf_ui\res\landingpage\close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\helper_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\helper_default.jpg',$path&'\NTCLS\tpf_ui\res\landingpage\helper_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\logo.jpg',$path&'\NTCLS\tpf_ui\res\landingpage\logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\lol_banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\lol_banner.png',$path&'\NTCLS\tpf_ui\res\landingpage\lol_banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\landingpage\title.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\landingpage\title.png',$path&'\NTCLS\tpf_ui\res\landingpage\title.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.cfg',$path&'\NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.png',$path&'\NTCLS\tpf_ui\res\lanuchrepair\loadingbtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\lanuchrepair\repairpanle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\lanuchrepair\repairpanle.png',$path&'\NTCLS\tpf_ui\res\lanuchrepair\repairpanle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\animation.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\animation.tfc',$path&'\NTCLS\tpf_ui\res\launch_game_animation\animation.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\showtxt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\showtxt.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\showtxt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP001.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP002.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP003.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP003.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP003.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP004.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP004.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP004.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP005.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP005.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP005.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP006.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP006.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP006.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP007.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP007.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP007.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP008.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP008.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP008.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP009.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP009.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP009.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP010.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP010.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP010.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP011.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP011.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP011.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP012.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP012.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP012.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP013.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP013.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP013.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP014.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP014.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP014.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP015.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP015.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP015.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP016.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP016.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP016.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP017.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP017.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP017.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP018.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP018.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP018.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP019.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP019.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP019.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP020.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP020.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP020.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP021.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP021.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP021.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP022.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP022.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP022.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\launch_game_animation\TGP023.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\launch_game_animation\TGP023.png',$path&'\NTCLS\tpf_ui\res\launch_game_animation\TGP023.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_0_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_0_hover.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_0_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_0_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_0_normal.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_0_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_0_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_0_press.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_0_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_1_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_1_hover.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_1_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_1_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_1_normal.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_1_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\arrow\arrow_1_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\arrow\arrow_1_press.png',$path&'\NTCLS\tpf_ui\res\login\arrow\arrow_1_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\bg2.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\bg2.cfg',$path&'\NTCLS\tpf_ui\res\login\base\2\bg2.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\bg2.png',$path&'\NTCLS\tpf_ui\res\login\base\2\bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_center_bottom.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_center_top.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_left_bottom.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_left_middle.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_left_top.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_right_bottom.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_right_middle.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\line_right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\line_right_top.png',$path&'\NTCLS\tpf_ui\res\login\base\2\line_right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\login_bg.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\login_bg.jpg',$path&'\NTCLS\tpf_ui\res\login\base\2\login_bg.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\base\2\login_bg2.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\base\2\login_bg2.jpg',$path&'\NTCLS\tpf_ui\res\login\base\2\login_bg2.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\btn.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\btn.cfg',$path&'\NTCLS\tpf_ui\res\login\btn_login\btn.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\btn.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\center_disable.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\center_hover.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\center_normal.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\center_press.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\left_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\left_disable.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\left_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\left_hover.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\left_normal.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\left_press.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\right_disable.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\right_hover.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\right_normal.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\btn_login\right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\btn_login\right_press.png',$path&'\NTCLS\tpf_ui\res\login\btn_login\right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_center_disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_center_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_center_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_center_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_left_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_left_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_left_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_left+disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_left+disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_left+disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_right_disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_right_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_right_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button1_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button1_right_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button1_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_center_disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_center_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_center_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_center_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_left_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_left_disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_left_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_left_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_left_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_left_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_right_disable.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_right_hover.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_right_normal.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\button\button2_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\button\button2_right_press.png',$path&'\NTCLS\tpf_ui\res\login\button\button2_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\multi_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\multi_disable.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\multi_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\multi_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\multi_hover.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\multi_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\multi_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\multi_normal.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\multi_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\multi_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\multi_selected.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\multi_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\radio_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\radio_disable.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\radio_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\radio_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\radio_hover.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\radio_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\radio_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\radio_normal.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\radio_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\checkbox\radio_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\checkbox\radio_selected.png',$path&'\NTCLS\tpf_ui\res\login\checkbox\radio_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_hover.png',$path&'\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_normal.png',$path&'\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_press.png',$path&'\NTCLS\tpf_ui\res\login\combobox\combobox_btn_delete_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_protect_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_protect_hover.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_protect_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_protect_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_protect_normal.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_protect_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_protect_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_protect_press.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_protect_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_QQ.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_QQ.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_QQ.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_tips_green.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_tips_green.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_tips_green.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\icon_tips_orange.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\icon_tips_orange.png',$path&'\NTCLS\tpf_ui\res\login\icon\icon_tips_orange.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\logo.png',$path&'\NTCLS\tpf_ui\res\login\icon\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\icon\logo2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\icon\logo2.png',$path&'\NTCLS\tpf_ui\res\login\icon\logo2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_01.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_02.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_03.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_04.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_04.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_04.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_05.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_05.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_05.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_06.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_07.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_07.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_07.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_08.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_08.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_08.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_09.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_09.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_hover_09.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_01.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_02.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_03.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_04.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_04.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_04.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_05.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_05.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_05.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_06.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_07.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_07.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_07.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_08.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_08.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_08.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_09.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_09.png',$path&'\NTCLS\tpf_ui\res\login\inputbox\inputbox_normal_09.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\level.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\level.tfc',$path&'\NTCLS\tpf_ui\res\login\level.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\level_1_31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\level_1_31.png',$path&'\NTCLS\tpf_ui\res\login\level_1_31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading.tfc',$path&'\NTCLS\tpf_ui\res\login\loading\loading.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_1_1.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_1_1.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_1_1.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_10_10.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_10_10.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_10_10.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_11_11.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_11_11.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_11_11.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_12_12.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_12_12.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_12_12.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_13_13.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_13_13.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_13_13.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_14_14.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_14_14.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_14_14.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_15_15.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_15_15.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_15_15.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_16_16.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_16_16.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_16_16.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_17_17.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_17_17.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_17_17.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_18_18.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_18_18.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_18_18.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_19_19.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_19_19.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_19_19.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_2_2.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_2_2.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_2_2.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_20_20.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_20_20.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_20_20.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_21_21.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_21_21.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_21_21.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_22_22.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_22_22.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_22_22.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_23_23.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_23_23.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_23_23.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_24_24.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_24_24.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_24_24.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_25_25.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_25_25.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_25_25.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_26_26.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_26_26.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_26_26.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_27_27.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_27_27.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_27_27.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_28_28.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_28_28.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_28_28.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_29_29.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_29_29.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_29_29.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_3_3.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_3_3.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_3_3.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_30_30.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_30_30.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_30_30.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_31_31.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_31_31.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_31_31.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_32_32.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_32_32.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_32_32.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_4_4.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_4_4.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_4_4.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_5_5.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_5_5.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_5_5.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_6_6.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_6_6.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_6_6.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_7_7.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_7_7.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_7_7.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_8_8.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_8_8.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_8_8.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading_9_9.dds")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading_9_9.dds',$path&'\NTCLS\tpf_ui\res\login\loading\loading_9_9.dds',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\loading\loading2.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\loading\loading2.tfc',$path&'\NTCLS\tpf_ui\res\login\loading\loading2.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\scaning.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\scaning.tfc',$path&'\NTCLS\tpf_ui\res\login\scaning.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\scaning_1_12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\scaning_1_12.png',$path&'\NTCLS\tpf_ui\res\login\scaning_1_12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\scorwbar\scrowbar.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\scorwbar\scrowbar.cfg',$path&'\NTCLS\tpf_ui\res\login\scorwbar\scrowbar.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\scorwbar\scrowbar.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\scorwbar\scrowbar.png',$path&'\NTCLS\tpf_ui\res\login\scorwbar\scrowbar.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\scorwbar\VScrollBar.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\scorwbar\VScrollBar.xml',$path&'\NTCLS\tpf_ui\res\login\scorwbar\VScrollBar.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\1\tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\1\tips.png',$path&'\NTCLS\tpf_ui\res\login\tips\1\tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\1\tips.psd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\1\tips.psd',$path&'\NTCLS\tpf_ui\res\login\tips\1\tips.psd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\center_bottom.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\center_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\center_middle.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\center_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\center_top.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\left_bottom.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\left_middle.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\left_top.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\right_bottom.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\right_middle.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\tips\2\right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\tips\2\right_top.png',$path&'\NTCLS\tpf_ui\res\login\tips\2\right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\update_warning.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\update_warning.png',$path&'\NTCLS\tpf_ui\res\login\update_warning.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\updating.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\updating.tfc',$path&'\NTCLS\tpf_ui\res\login\updating.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\login\updating_1_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\login\updating_1_15.png',$path&'\NTCLS\tpf_ui\res\login\updating_1_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\banner.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\banner.cfg',$path&'\NTCLS\tpf_ui\res\main\banner.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\banner.png',$path&'\NTCLS\tpf_ui\res\main\banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\combobox_background.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\combobox_background.png',$path&'\NTCLS\tpf_ui\res\main\combobox_background.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\default_banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\default_banner.png',$path&'\NTCLS\tpf_ui\res\main\default_banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\default_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\default_icon.png',$path&'\NTCLS\tpf_ui\res\main\default_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\default_pic.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\default_pic.png',$path&'\NTCLS\tpf_ui\res\main\default_pic.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\1.png',$path&'\NTCLS\tpf_ui\res\main\helper\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10.png',$path&'\NTCLS\tpf_ui\res\main\helper\10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10001.png',$path&'\NTCLS\tpf_ui\res\main\helper\10001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10002.png',$path&'\NTCLS\tpf_ui\res\main\helper\10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\1000222.png',$path&'\NTCLS\tpf_ui\res\main\helper\1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\1000223.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\1000223.png',$path&'\NTCLS\tpf_ui\res\main\helper\1000223.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\100029.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\100029.png',$path&'\NTCLS\tpf_ui\res\main\helper\100029.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10026.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10026.png',$path&'\NTCLS\tpf_ui\res\main\helper\10026.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10029.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10029.png',$path&'\NTCLS\tpf_ui\res\main\helper\10029.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\10048.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\10048.png',$path&'\NTCLS\tpf_ui\res\main\helper\10048.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\2.png',$path&'\NTCLS\tpf_ui\res\main\helper\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\26.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\26.png',$path&'\NTCLS\tpf_ui\res\main\helper\26.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\29.png',$path&'\NTCLS\tpf_ui\res\main\helper\29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\48.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\48.png',$path&'\NTCLS\tpf_ui\res\main\helper\48.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\57.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\57.png',$path&'\NTCLS\tpf_ui\res\main\helper\57.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\helper\default.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\helper\default.png',$path&'\NTCLS\tpf_ui\res\main\helper\default.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\iconMyGame.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\iconMyGame.png',$path&'\NTCLS\tpf_ui\res\main\iconMyGame.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\logo.png',$path&'\NTCLS\tpf_ui\res\main\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\main_acc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\main_acc.png',$path&'\NTCLS\tpf_ui\res\main\main_acc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\main_menu.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\main_menu.cfg',$path&'\NTCLS\tpf_ui\res\main\main_menu.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\main_menu.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\main_menu.png',$path&'\NTCLS\tpf_ui\res\main\main_menu.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\Netbar_tab.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\Netbar_tab.cfg',$path&'\NTCLS\tpf_ui\res\main\Netbar_tab.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\Netbar_tab.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\Netbar_tab.png',$path&'\NTCLS\tpf_ui\res\main\Netbar_tab.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\newbie_guide.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\newbie_guide.cfg',$path&'\NTCLS\tpf_ui\res\main\newbie_guide.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\newbie_guide.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\newbie_guide.png',$path&'\NTCLS\tpf_ui\res\main\newbie_guide.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\tips_close.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\tips_close.png',$path&'\NTCLS\tpf_ui\res\main\tips_close.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\windows_tips.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\windows_tips.cfg',$path&'\NTCLS\tpf_ui\res\main\windows_tips.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main\windows_tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main\windows_tips.png',$path&'\NTCLS\tpf_ui\res\main\windows_tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\main_menue_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\main_menue_bg.png',$path&'\NTCLS\tpf_ui\res\main_menue\main_menue_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\main_menue_netbar_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\main_menue_netbar_bg.png',$path&'\NTCLS\tpf_ui\res\main_menue\main_menue_netbar_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\meue_item_bk.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\meue_item_bk.png',$path&'\NTCLS\tpf_ui\res\main_menue\meue_item_bk.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\meue_item_none.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\meue_item_none.png',$path&'\NTCLS\tpf_ui\res\main_menue\meue_item_none.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\new.png',$path&'\NTCLS\tpf_ui\res\main_menue\new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\main_menue\recommend_update_tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\main_menue\recommend_update_tips.png',$path&'\NTCLS\tpf_ui\res\main_menue\recommend_update_tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\no_game_guide\guide_pic.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\no_game_guide\guide_pic.cfg',$path&'\NTCLS\tpf_ui\res\no_game_guide\guide_pic.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\no_game_guide\guide_pic.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\no_game_guide\guide_pic.png',$path&'\NTCLS\tpf_ui\res\no_game_guide\guide_pic.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\background\right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\icon_tick.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\icon_tick.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\icon_tick.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\icon_upgrade.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\icon_upgrade.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\icon_upgrade.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\about_dialog\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\about_dialog\logo.png',$path&'\NTCLS\tpf_ui\res\ntcls\about_dialog\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.png',$path&'\NTCLS\tpf_ui\res\ntcls\add_game_dialog\add_game.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\app_icon.ico")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\app_icon.ico',$path&'\NTCLS\tpf_ui\res\ntcls\app_icon.ico',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_center_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_center_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_center_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_center_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_left_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_left_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_left_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_left+disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_left+disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_left+disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_right_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_right_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_right_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button1_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button1_right_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button1_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_center_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_center_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_center_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_center_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_left_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_left_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_left_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_left_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_left_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_left_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_right_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_right_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_right_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\button3\button2_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\button3\button2_right_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\button3\button2_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\multi_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\multi_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\multi_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\multi_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\multi_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\multi_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\multi_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\multi_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\multi_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\multi_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\multi_selected.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\multi_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\radio_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\radio_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\radio_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\radio_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\radio_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\radio_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\radio_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\radio_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\radio_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\radio_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\radio_selected.png',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\radio_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\checkbox\Thumbs.db")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\checkbox\Thumbs.db',$path&'\NTCLS\tpf_ui\res\ntcls\checkbox\Thumbs.db',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\common_icon\error.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\common_icon\error.png',$path&'\NTCLS\tpf_ui\res\ntcls\common_icon\error.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\common_icon\finish.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\common_icon\finish.png',$path&'\NTCLS\tpf_ui\res\ntcls\common_icon\finish.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\common_icon\remove.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\common_icon\remove.png',$path&'\NTCLS\tpf_ui\res\ntcls\common_icon\remove.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\gif\scaning.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\gif\scaning.gif',$path&'\NTCLS\tpf_ui\res\ntcls\gif\scaning.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\btn _qd_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner1.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner2.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner3.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\corner3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover1.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover2.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover3.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerhover3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress1.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress2.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress3.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\cornerPress3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\Gift_dialog\hl_tck_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\Gift_dialog\hl_tck_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\Gift_dialog\hl_tck_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\active_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\active_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\active_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\active_hove.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\active_hove.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\active_hove.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\active_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\active_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\active_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\background.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\background.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\background.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\CF_logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\CF_logo.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\CF_logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active - bk.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active - bk.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active - bk.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\cftv_hove.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_hove.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_hove.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal - bk.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal - bk.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal - bk.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\cftv_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\close_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\close_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\close_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\close_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\close_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\continueBtn_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\action_bar_bkg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\action_bar_bkg.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\action_bar_bkg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\DirBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\DirBtn.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\DirBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Dis.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Dis.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Dis.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Green.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Green.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Green.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Orange.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Orange.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Orange.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Red.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Red.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Red.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\Repair_game_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\select_set.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\select_set.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\select_set.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\settingBtn_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\UpdateBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\UpdateBtn.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\UpdateBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\updatefront.gif")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\updatefront.gif',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_action_bar\updatefront.gif',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_hove.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_hove.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_hove.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\game_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\game_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\game_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\group_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\group_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\group_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\group_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\group_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\group_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\group_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\group_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\group_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\helper_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\helper_default.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\helper_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\instal_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\instal_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\instal_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\instal_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\instal_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\instal_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\instal_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\instal_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\instal_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\logo.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\logo.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\logo.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\lol_banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\lol_banner.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\lol_banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_count_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_count_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_count_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mailbox_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mini_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mini_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mini_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mini_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mini_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mini_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\mini_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\mini_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\mini_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\moreDir_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\pauseBtn_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\setting_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\setting_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\setting_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\setting_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\setting_icon.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\setting_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\setting_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\setting_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\setting_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\setting_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\setting_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\setting_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\settingBtn_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\shop_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\shop_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\shop_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\shop_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\shop_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\shop_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\shop_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\shop_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\shop_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\landingpage\title.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\landingpage\title.png',$path&'\NTCLS\tpf_ui\res\ntcls\landingpage\title.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\126.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\126.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\126.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\127.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\127.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\127.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\128.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\128.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\128.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\129.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\129.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\129.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\130.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\130.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\130.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\131.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\131.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\131.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\banner.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\banner.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\main\banner.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\banner.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_qzgb_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_qzgb_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_qzgb_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_qzgb_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_xlxx_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_xlxx_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\button_xlxx_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\button_xlxx_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\cf_newbie_guide.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\cf_newbie_guide.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\cf_newbie_guide.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\change accountbtn_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\change accountbtn_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\change accountbtn_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\change accountbtn_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg_temp.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg_temp.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\combine_bkg_temp.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\active_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\cftv_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\game_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\group_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_1.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_3.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\KFC_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_active.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_active.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_active.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combine\header_title\shop_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\combobox_background.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\combobox_background.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\combobox_background.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_banner.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_banner.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_banner.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon.png.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon.png.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon.png.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon10002.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon1000222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon2000000.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon2000000.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon2000000.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon2000001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon2000001.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon2000001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_icon2222222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_icon2222222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_icon2222222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\default_pic.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\default_pic.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\default_pic.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon10002.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon1000222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000000.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000000.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000000.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000001.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2000001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Disable_icon2222222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2222222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Disable_icon2222222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\1.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10001.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10002.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\1000222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\1000223.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\1000223.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\1000223.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\100029.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\100029.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\100029.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10026.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10026.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10026.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10029.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10029.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10029.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\10048.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\10048.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\10048.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\26.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\26.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\26.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\29.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\48.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\48.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\48.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\57.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\57.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\57.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\helper\default.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\helper\default.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\helper\default.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon10002.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon1000222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000000.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000000.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000000.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000001.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2000001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Hover_icon2222222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2222222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Hover_icon2222222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\ico_Download00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\ico_Download00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\ico_Download00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\ico_error.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\ico_error.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\ico_error.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\ico_Update00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\ico_Update00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\ico_Update00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\icon_border - bjk.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\icon_border - bjk.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\icon_border - bjk.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\icon_border.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\icon_border.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\icon_border.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\iconMyGame.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\iconMyGame.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\iconMyGame.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\logo.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\main_acc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\main_acc.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\main_acc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\main_menu.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\main_menu.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\main\main_menu.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\main_menu.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\main_menu.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\main_menu.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\main_menu2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\main_menu2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\main_menu2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Netbar_tab.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\newbie_guide.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\newbie_guide.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\main\newbie_guide.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\newbie_guide.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\newbie_guide.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\newbie_guide.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon10002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon10002.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon10002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon1000222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon1000222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon1000222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000000.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000000.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000000.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000001.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2000001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\popwin_icon2222222.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2222222.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\popwin_icon2222222.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\progress bar_Download_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\progress bar_Download_small.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\progress bar_Download_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\progress bar_small_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\progress bar_small_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\progress bar_small_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\progress bar_Update_small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\progress bar_Update_small.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\progress bar_Update_small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Selected_BG_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Selected_BG_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Selected_BG_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\Selected_BG_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\Selected_BG_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\Selected_BG_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\TempBkg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\TempBkg.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\TempBkg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\tips_close.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\tips_close.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\tips_close.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\windows_tips.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\windows_tips.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\main\windows_tips.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main\windows_tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main\windows_tips.png',$path&'\NTCLS\tpf_ui\res\ntcls\main\windows_tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\1.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\1_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\1_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\1_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\1_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\1_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\1_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\2.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\2_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\2_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\2_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\3.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\3_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\3_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\3_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\4.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\4_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\4_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\4_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\5.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\5_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\5_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\5_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_01_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_01_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_01_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_02_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_02_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_02_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_03_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_03_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_03_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_ht.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_ht.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_04_ht.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_ht.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_ht.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_05_ht.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_ht.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_ht.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_06_ht.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_07_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_07_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_07_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_08_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_08_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_08_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_09_h.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_09_h.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\hover\icon-_09_h.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\icon-_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\icon-_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\icon-_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_netbar_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_netbar_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\main_menue_netbar_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_bk.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_bk.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_bk.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_none.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_none.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\meue_item_none.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\new.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_01_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_01_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_01_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_02_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_02_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_02_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_03_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_03_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_03_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_nt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_nt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_04_nt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_nt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_nt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_05_nt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_nt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_nt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_06_nt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_07_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_07_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_07_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_08_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_08_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_08_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_09_n.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_09_n.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\normal\icon-_09_n.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\ntcls_title_menue.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\ntcls_title_menue.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\ntcls_title_menue.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\pot.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\pot.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\pot.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_01_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_01_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_01_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_02_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_02_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_02_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_03_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_03_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_03_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_pt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_pt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_04_pt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_pt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_pt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_05_pt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_pt.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_pt.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_06_pt.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_07_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_07_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_07_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_08_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_08_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_08_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_09_p.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_09_p.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\press\icon-_09_p.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\main_menue\recommend_update_tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\main_menue\recommend_update_tips.png',$path&'\NTCLS\tpf_ui\res\ntcls\main_menue\recommend_update_tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.png',$path&'\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic_cf.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic_cf.png',$path&'\NTCLS\tpf_ui\res\ntcls\no_game_guide\guide_pic_cf.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01.7z")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01.7z',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01.7z',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level_background.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level_background.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\level_background.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\levl_1_31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\levl_1_31.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\1\01\levl_1_31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\ad_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\ad_default.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\ad_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_over.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_over.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_over.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_up.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_up.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\close_up.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_protect_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_QQ.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_QQ.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_QQ.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_CF.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_CF.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_CF.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_green.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_green.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_green.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_orange.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_orange.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\icon_tips_orange.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2--.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2--.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\icon\logo2--.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_31.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_33.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_33.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_1_33.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\level_background2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_03.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_06.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_10.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_13.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_15.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_17.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_22.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_22.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_22.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_23.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_23.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_23.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_24.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_24.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_24.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_28.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_28.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_28.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_29.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_30.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_30.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\popup_wnd_30.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bc.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bl.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_bl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_br.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_br.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_br.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cc.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cl.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_close_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cr.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_cr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tc.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tl.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tr.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_launching_tcls\tips_tr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_hover--.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_hover--.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_hover--.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_normal--.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_normal--.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_normal--.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_press--.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_press--.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_0_press--.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\arrow_1_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\arrow\combobox_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\Caution_BG.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\Caution_BG.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\Caution_BG.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\charactor_tieqi.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\charactor_tieqi.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\charactor_tieqi.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\line_right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg---.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg---.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg---.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2--.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2--.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2--.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\base\2\login_bg2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_close_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_login_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\button_min_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\close_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_pressed.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_pressed.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\mini_pressed.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\setting_btn_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\title_tip.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\title_tip.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\btn_login\title_tip.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left+disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left+disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_left+disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button1_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_center_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_left_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\button\button2_right_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_selected.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\multi_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_disable.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_disable.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_disable.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_selected.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_selected.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\checkbox\radio_selected.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\button_close_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_hover----.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_hover----.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_hover----.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_normal---.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_normal---.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_normal---.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_press----.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_press----.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\combobox\combobox_btn_delete_press----.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_protect_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_QQ.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_QQ.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_QQ.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_CF.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_CF.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_CF.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_green.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_green.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_green.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_orange.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_orange.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\icon_tips_orange.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2--.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2--.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\icon\logo2--.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_03.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_04.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_04.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_04.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_05.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_05.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_05.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_06.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_07.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_07.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_07.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_08.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_08.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_08.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_09.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_09.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_hover_09.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_03.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_04.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_04.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_04.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_05.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_05.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_05.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_06.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_07.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_07.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_07.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_08.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_08.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_08.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_09.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_09.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\inputbox_normal_09.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\ksdl_backgrung.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\ksdl_backgrung.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\inputbox\ksdl_backgrung.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\level.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\level.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\level.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\level_1_31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\level_1_31.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\level_1_31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_1.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_10.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_11.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_11.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_11.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_12.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_13.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_14.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_14.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_14.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_15.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_16.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_16.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_16.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_17.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_18.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_18.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_18.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_19.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_19.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_19.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_2.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_20.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_20.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_20.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_21.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_21.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_21.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_3.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_4.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_5.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_6.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_7.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_8.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_9.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading_1_9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading2.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading2.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\loading\loading2.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\button_qtzhdl_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\combobox9_select.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\combobox9_select.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\combobox9_select.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\ksdl_backgrung.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\ksdl_backgrung.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\quicklogin\ksdl_backgrung.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning_1_12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning_1_12.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\scaning_1_12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_BG.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_BG.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_BG.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_Head.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_Head.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\process_Safety Testing_Head.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico_Small.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico_Small.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\Scanning\Safety Testing_ico_Small.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\scrowbar.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\VScrollBar.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\VScrollBar.xml',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\scorwbar\VScrollBar.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.psd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.psd',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\1\tips.psd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\center_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\left_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_bottom.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_bottom.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_bottom.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_middle.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_middle.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_middle.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\2\right_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\Tips.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\Tips.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\tips\Tips.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\update_warning.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\update_warning.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\update_warning.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\updating.tfc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\updating.tfc',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\updating.tfc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\ntcls_login\updating_1_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\ntcls_login\updating_1_15.png',$path&'\NTCLS\tpf_ui\res\ntcls\ntcls_login\updating_1_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.png',$path&'\NTCLS\tpf_ui\res\ntcls\popup_wnd\popup_wnd.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_dialog.7z")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_dialog.7z',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_dialog.7z',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\setting_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_1.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_2.png',$path&'\NTCLS\tpf_ui\res\ntcls\setting_dialog\tab_select_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\masking.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\masking.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\masking.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure1.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure2.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure3.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure4.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure5.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\pure6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\pure6.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\pure6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_1.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_2.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_3.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_4.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_6.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_7.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_8.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_9.png',$path&'\NTCLS\tpf_ui\res\ntcls\skin\select_background\skin_selected_9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\ad_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\ad_default.jpg',$path&'\NTCLS\tpf_ui\res\ntcls\tips\ad_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\close_over.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\close_over.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\close_over.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\close_up.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\close_up.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\close_up.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_03.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_06.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_10.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_13.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_15.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_17.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_22.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_22.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_22.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_23.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_23.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_23.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_24.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_24.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_24.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_28.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_28.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_28.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_29.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_30.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_30.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\popup_wnd_30.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_bc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_bc.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_bc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_bl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_bl.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_bl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_br.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_br.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_br.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_cc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_cc.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_cc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_cl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_cl.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_cl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_close_hover.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_close_normal.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_close_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_close_press.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_close_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_cr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_cr.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_cr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_tc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_tc.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_tc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_tl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_tl.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_tl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tips\tips_tr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tips\tips_tr.png',$path&'\NTCLS\tpf_ui\res\ntcls\tips\tips_tr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\tool_box\toolbox_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\tool_box\toolbox_top.png',$path&'\NTCLS\tpf_ui\res\ntcls\tool_box\toolbox_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\btn.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\btn.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\btn.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\btn.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_00.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_00.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_00.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\button_msty_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\default.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\default.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\default.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\1.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\10.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\12.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\13.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\15.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\16.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\16.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\16.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\17.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\18.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\18.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\18.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\19.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\19.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\19.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\2.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\20.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\20.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\20.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\21.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\21.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\21.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\22.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\22.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\22.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\23.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\23.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\23.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\25.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\25.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\25.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\26.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\26.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\26.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\28.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\28.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\28.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\29.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\3.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\30.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\30.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\30.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\31.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\32.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\32.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\32.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\33.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\33.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\33.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\34.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\34.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\34.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\35.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\35.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\35.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\36.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\36.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\36.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\37.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\37.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\37.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\41.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\41.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\41.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\42.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\42.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\42.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\43.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\43.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\43.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\44.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\44.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\44.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\45.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\45.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\45.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\46.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\46.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\46.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\47.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\47.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\47.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\48.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\48.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\48.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\49.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\49.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\49.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\5.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\50.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\50.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\50.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\51.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\51.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\51.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\54.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\54.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\54.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\7.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\8.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\game\9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\game\9.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\game\9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\auto_update.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\auto_update.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\auto_update.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\cf_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\cf_helper.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\cf_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\cod_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\cod_helper.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\cod_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\dnf_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\dnf_helper.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\dnf_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\hon_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\hon_helper.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\hon_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\intelligentSpeedup.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\intelligentSpeedup.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\intelligentSpeedup.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\lol_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\lol_helper.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\lol_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\preload.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\preload.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\preload.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\helper\preloadSpeedup.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\helper\preloadSpeedup.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\helper\preloadSpeedup.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\ntcls_user_guide_new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\ntcls_user_guide_new.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\ntcls_user_guide_new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.cfg',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.png',$path&'\NTCLS\tpf_ui\res\ntcls\userGuide\user_guide_new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\bag.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\bag.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\bag.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_001.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_001.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_001.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_002.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_002.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_002.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_003.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_003.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_003.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_01.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_01.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_01.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_02.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_02.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_02.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_03.png',$path&'\NTCLS\tpf_ui\res\ntcls\version_info_panel\btu_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\popup_wnd\popup_wnd.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\popup_wnd\popup_wnd.cfg',$path&'\NTCLS\tpf_ui\res\popup_wnd\popup_wnd.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\popup_wnd\popup_wnd.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\popup_wnd\popup_wnd.png',$path&'\NTCLS\tpf_ui\res\popup_wnd\popup_wnd.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ScrollBar\VScrollBar.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ScrollBar\VScrollBar.png',$path&'\NTCLS\tpf_ui\res\ScrollBar\VScrollBar.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\ScrollBar\VScrollBar.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\ScrollBar\VScrollBar.xml',$path&'\NTCLS\tpf_ui\res\ScrollBar\VScrollBar.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\setting_dialog\tab_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\setting_dialog\tab_hover.png',$path&'\NTCLS\tpf_ui\res\setting_dialog\tab_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\setting_dialog\tab_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\setting_dialog\tab_normal.png',$path&'\NTCLS\tpf_ui\res\setting_dialog\tab_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\setting_dialog\tab_select.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\setting_dialog\tab_select.png',$path&'\NTCLS\tpf_ui\res\setting_dialog\tab_select.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\setting_dialog\tab_select_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\setting_dialog\tab_select_1.png',$path&'\NTCLS\tpf_ui\res\setting_dialog\tab_select_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\setting_dialog\tab_select_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\setting_dialog\tab_select_2.png',$path&'\NTCLS\tpf_ui\res\setting_dialog\tab_select_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\masking.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\masking.png',$path&'\NTCLS\tpf_ui\res\skin\masking.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure1.png',$path&'\NTCLS\tpf_ui\res\skin\pure1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure2.png',$path&'\NTCLS\tpf_ui\res\skin\pure2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure3.png',$path&'\NTCLS\tpf_ui\res\skin\pure3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure4.png',$path&'\NTCLS\tpf_ui\res\skin\pure4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure5.png',$path&'\NTCLS\tpf_ui\res\skin\pure5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\pure6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\pure6.png',$path&'\NTCLS\tpf_ui\res\skin\pure6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_1.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_2.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_3.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_4.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_6.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_7.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_8.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\skin\select_background\skin_selected_9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\skin\select_background\skin_selected_9.png',$path&'\NTCLS\tpf_ui\res\skin\select_background\skin_selected_9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\1.png',$path&'\NTCLS\tpf_ui\res\sub_account\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\1_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\1_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\1_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\2.png',$path&'\NTCLS\tpf_ui\res\sub_account\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\2_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\2_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\2_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\3.png',$path&'\NTCLS\tpf_ui\res\sub_account\3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\3_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\3_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\3_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\4.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\4.png',$path&'\NTCLS\tpf_ui\res\sub_account\4.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\4_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\4_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\4_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\5.png',$path&'\NTCLS\tpf_ui\res\sub_account\5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\6.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\6.png',$path&'\NTCLS\tpf_ui\res\sub_account\6.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\6_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\6_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\6_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\7.png',$path&'\NTCLS\tpf_ui\res\sub_account\7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\8.png',$path&'\NTCLS\tpf_ui\res\sub_account\8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\8_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\8_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\8_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\9.png',$path&'\NTCLS\tpf_ui\res\sub_account\9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\9_spec.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\9_spec.png',$path&'\NTCLS\tpf_ui\res\sub_account\9_spec.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\main.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\main.cfg',$path&'\NTCLS\tpf_ui\res\sub_account\main.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\sub_account\main.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\sub_account\main.png',$path&'\NTCLS\tpf_ui\res\sub_account\main.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\ad_default.jpg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\ad_default.jpg',$path&'\NTCLS\tpf_ui\res\tips\ad_default.jpg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\close_over.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\close_over.png',$path&'\NTCLS\tpf_ui\res\tips\close_over.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\close_up.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\close_up.png',$path&'\NTCLS\tpf_ui\res\tips\close_up.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_03.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_03.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_03.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_06.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_06.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_06.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_10.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_13.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_15.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_17.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_22.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_22.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_22.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_23.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_23.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_23.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_24.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_24.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_24.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_28.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_28.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_28.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_29.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\popup_wnd_30.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\popup_wnd_30.png',$path&'\NTCLS\tpf_ui\res\tips\popup_wnd_30.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_bc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_bc.png',$path&'\NTCLS\tpf_ui\res\tips\tips_bc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_bl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_bl.png',$path&'\NTCLS\tpf_ui\res\tips\tips_bl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_br.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_br.png',$path&'\NTCLS\tpf_ui\res\tips\tips_br.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_cc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_cc.png',$path&'\NTCLS\tpf_ui\res\tips\tips_cc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_cl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_cl.png',$path&'\NTCLS\tpf_ui\res\tips\tips_cl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_close_hover.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_close_hover.png',$path&'\NTCLS\tpf_ui\res\tips\tips_close_hover.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_close_normal.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_close_normal.png',$path&'\NTCLS\tpf_ui\res\tips\tips_close_normal.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_close_press.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_close_press.png',$path&'\NTCLS\tpf_ui\res\tips\tips_close_press.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_cr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_cr.png',$path&'\NTCLS\tpf_ui\res\tips\tips_cr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_tc.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_tc.png',$path&'\NTCLS\tpf_ui\res\tips\tips_tc.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_tl.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_tl.png',$path&'\NTCLS\tpf_ui\res\tips\tips_tl.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tips\tips_tr.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tips\tips_tr.png',$path&'\NTCLS\tpf_ui\res\tips\tips_tr.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\tool_box\toolbox_top.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\tool_box\toolbox_top.png',$path&'\NTCLS\tpf_ui\res\tool_box\toolbox_top.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\btn.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\btn.cfg',$path&'\NTCLS\tpf_ui\res\userGuide\btn.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\btn.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\btn.png',$path&'\NTCLS\tpf_ui\res\userGuide\btn.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\default.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\default.png',$path&'\NTCLS\tpf_ui\res\userGuide\default.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\1.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\1.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\1.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\10.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\10.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\10.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\12.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\12.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\12.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\13.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\13.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\13.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\15.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\15.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\15.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\16.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\16.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\16.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\17.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\17.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\17.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\18.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\18.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\18.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\19.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\19.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\19.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\2.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\2.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\2.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\20.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\20.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\20.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\21.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\21.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\21.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\22.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\22.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\22.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\23.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\23.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\23.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\25.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\25.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\25.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\26.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\26.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\26.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\28.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\28.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\28.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\29.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\29.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\29.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\3.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\3.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\3.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\30.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\30.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\30.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\31.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\31.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\31.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\32.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\32.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\32.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\33.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\33.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\33.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\34.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\34.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\34.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\35.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\35.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\35.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\36.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\36.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\36.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\37.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\37.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\37.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\41.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\41.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\41.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\42.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\42.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\42.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\43.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\43.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\43.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\44.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\44.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\44.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\45.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\45.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\45.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\46.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\46.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\46.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\47.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\47.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\47.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\48.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\48.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\48.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\49.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\49.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\49.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\5.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\5.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\5.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\50.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\50.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\50.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\51.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\51.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\51.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\54.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\54.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\54.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\7.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\7.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\7.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\8.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\8.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\8.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\game\9.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\game\9.png',$path&'\NTCLS\tpf_ui\res\userGuide\game\9.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\auto_update.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\auto_update.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\auto_update.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\cf_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\cf_helper.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\cf_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\cod_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\cod_helper.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\cod_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\dnf_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\dnf_helper.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\dnf_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\hon_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\hon_helper.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\hon_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\intelligentSpeedup.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\intelligentSpeedup.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\intelligentSpeedup.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\lol_helper.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\lol_helper.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\lol_helper.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\preload.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\preload.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\preload.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\helper\preloadSpeedup.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\helper\preloadSpeedup.png',$path&'\NTCLS\tpf_ui\res\userGuide\helper\preloadSpeedup.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\user_guide_new.cfg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\user_guide_new.cfg',$path&'\NTCLS\tpf_ui\res\userGuide\user_guide_new.cfg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tpf_ui\res\userGuide\user_guide_new.png")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tpf_ui\res\userGuide\user_guide_new.png',$path&'\NTCLS\tpf_ui\res\userGuide\user_guide_new.png',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tq18X17.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tq18X17.txt',$path&'\NTCLS\tq18X17.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\track_mgr.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\track_mgr.dll',$path&'\NTCLS\track_mgr.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\tray_ui.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\tray_ui.dll',$path&'\NTCLS\tray_ui.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TXSSO\Bin\SSOCommon.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TXSSO\Bin\SSOCommon.dll',$path&'\NTCLS\TXSSO\Bin\SSOCommon.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TXSSO\Bin\SSOPlatform.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TXSSO\Bin\SSOPlatform.dll',$path&'\NTCLS\TXSSO\Bin\SSOPlatform.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TXSSO\I18N\2052\PGFStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TXSSO\I18N\2052\PGFStringBundle.xml',$path&'\NTCLS\TXSSO\I18N\2052\PGFStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TXSSO\I18N\2052\SSOStringBundle.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TXSSO\I18N\2052\SSOStringBundle.xml',$path&'\NTCLS\TXSSO\I18N\2052\SSOStringBundle.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\TXSSO\I18N\SSOConfig.xml")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\TXSSO\I18N\SSOConfig.xml',$path&'\NTCLS\TXSSO\I18N\SSOConfig.xml',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\upd_loader.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\upd_loader.dll',$path&'\NTCLS\upd_loader.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\update.tmp")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\update.tmp',$path&'\NTCLS\update.tmp',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\updatefile.lst.ttd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\updatefile.lst.ttd',$path&'\NTCLS\updatefile.lst.ttd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\user_gameinfo.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\user_gameinfo.dll',$path&'\NTCLS\user_gameinfo.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\version.ini")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\version.ini',$path&'\NTCLS\version.ini',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","NTCLS\voice_repair.bat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\NTCLS\voice_repair.bat',$path&'\NTCLS\voice_repair.bat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","PCMLoader\QQPCDetector.exe")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\PCMLoader\QQPCDetector.exe',$path&'\PCMLoader\QQPCDetector.exe',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","plugin\NPSWF32.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\plugin\NPSWF32.dll',$path&'\plugin\NPSWF32.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\audiere.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\audiere.dll',$path&'\rez\audiere.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\bf000.lta")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\bf000.lta',$path&'\rez\bf000.lta',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track1_loop.mp3")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track1_loop.mp3',$path&'\rez\BGM\bgm_track1_loop.mp3',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track1_loop_New.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track1_loop_New.ogg',$path&'\rez\BGM\bgm_track1_loop_New.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track2_loop.mp3")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track2_loop.mp3',$path&'\rez\BGM\bgm_track2_loop.mp3',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track2_loop_New.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track2_loop_New.ogg',$path&'\rez\BGM\bgm_track2_loop_New.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track3_loop.mp3")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track3_loop.mp3',$path&'\rez\BGM\bgm_track3_loop.mp3',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track4_loop.mp3")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track4_loop.mp3',$path&'\rez\BGM\bgm_track4_loop.mp3',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track5_loop.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track5_loop.ogg',$path&'\rez\BGM\bgm_track5_loop.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track6_loop.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track6_loop.ogg',$path&'\rez\BGM\bgm_track6_loop.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track7_loop.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track7_loop.ogg',$path&'\rez\BGM\bgm_track7_loop.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\bgm_track8_loop.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\bgm_track8_loop.ogg',$path&'\rez\BGM\bgm_track8_loop.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\BGM\Crossfire_Final2017_CN.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\BGM\Crossfire_Final2017_CN.ogg',$path&'\rez\BGM\Crossfire_Final2017_CN.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Alaska_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Alaska_DZ.ltc',$path&'\rez\Butes\Alaska_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Banlieue13_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Banlieue13_DZ.ltc',$path&'\rez\Butes\Banlieue13_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf001.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf001.ltc',$path&'\rez\Butes\bf001.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf002.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf002.ltc',$path&'\rez\Butes\bf002.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf003.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf003.ltc',$path&'\rez\Butes\bf003.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf004.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf004.ltc',$path&'\rez\Butes\bf004.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf005.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf005.ltc',$path&'\rez\Butes\bf005.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf006.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf006.ltc',$path&'\rez\Butes\bf006.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf007.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf007.ltc',$path&'\rez\Butes\bf007.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf008.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf008.ltc',$path&'\rez\Butes\bf008.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf009.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf009.ltc',$path&'\rez\Butes\bf009.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf010.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf010.ltc',$path&'\rez\Butes\bf010.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf011.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf011.ltc',$path&'\rez\Butes\bf011.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf012.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf012.ltc',$path&'\rez\Butes\bf012.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf013.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf013.ltc',$path&'\rez\Butes\bf013.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf014.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf014.ltc',$path&'\rez\Butes\bf014.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf015.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf015.ltc',$path&'\rez\Butes\bf015.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf016.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf016.ltc',$path&'\rez\Butes\bf016.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf017.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf017.ltc',$path&'\rez\Butes\bf017.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf018.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf018.ltc',$path&'\rez\Butes\bf018.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf019.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf019.ltc',$path&'\rez\Butes\bf019.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf020.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf020.ltc',$path&'\rez\Butes\bf020.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf021.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf021.ltc',$path&'\rez\Butes\bf021.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf022.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf022.ltc',$path&'\rez\Butes\bf022.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf023.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf023.ltc',$path&'\rez\Butes\bf023.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf024.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf024.ltc',$path&'\rez\Butes\bf024.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf025.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf025.ltc',$path&'\rez\Butes\bf025.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf026.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf026.ltc',$path&'\rez\Butes\bf026.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf027.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf027.ltc',$path&'\rez\Butes\bf027.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf028.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf028.ltc',$path&'\rez\Butes\bf028.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf029.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf029.ltc',$path&'\rez\Butes\bf029.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf030.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf030.ltc',$path&'\rez\Butes\bf030.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf031.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf031.ltc',$path&'\rez\Butes\bf031.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf034.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf034.ltc',$path&'\rez\Butes\bf034.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf035.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf035.ltc',$path&'\rez\Butes\bf035.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf036.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf036.ltc',$path&'\rez\Butes\bf036.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\bf037.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\bf037.ltc',$path&'\rez\Butes\bf037.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BlackWidow_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BlackWidow_DZ.ltc',$path&'\rez\Butes\BlackWidow_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Blackwidow_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Blackwidow_zoneman.dat',$path&'\rez\Butes\Blackwidow_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_Banlieue13.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_Banlieue13.ltc',$path&'\rez\Butes\BoxStartPoint_Banlieue13.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_estate.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_estate.ltc',$path&'\rez\Butes\BoxStartPoint_estate.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_LostCities.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_LostCities.ltc',$path&'\rez\Butes\BoxStartPoint_LostCities.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_NANODUST.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_NANODUST.ltc',$path&'\rez\Butes\BoxStartPoint_NANODUST.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_NanoRoofGhost.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_NanoRoofGhost.ltc',$path&'\rez\Butes\BoxStartPoint_NanoRoofGhost.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\BoxStartPoint_NCeyhanNM.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\BoxStartPoint_NCeyhanNM.ltc',$path&'\rez\Butes\BoxStartPoint_NCeyhanNM.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Ceyhan_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Ceyhan_envsound.dat',$path&'\rez\Butes\Ceyhan_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Ceyhan_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Ceyhan_zoneman.dat',$path&'\rez\Butes\Ceyhan_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DesertStormTM_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DesertStormTM_DZ.ltc',$path&'\rez\Butes\DesertStormTM_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Dryworld_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Dryworld_DZ.ltc',$path&'\rez\Butes\Dryworld_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_Banlieue13.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_Banlieue13.ltc',$path&'\rez\Butes\DStartPoint_Banlieue13.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_BlackWidow.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_BlackWidow.ltc',$path&'\rez\Butes\DStartPoint_BlackWidow.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_Dust2.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_Dust2.ltc',$path&'\rez\Butes\DStartPoint_Dust2.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_estate.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_estate.ltc',$path&'\rez\Butes\DStartPoint_estate.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_LostCities.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_LostCities.ltc',$path&'\rez\Butes\DStartPoint_LostCities.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_NANODUST.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_NANODUST.ltc',$path&'\rez\Butes\DStartPoint_NANODUST.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_NanoRoofGhost.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_NanoRoofGhost.ltc',$path&'\rez\Butes\DStartPoint_NanoRoofGhost.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_NCeyhan2.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_NCeyhan2.ltc',$path&'\rez\Butes\DStartPoint_NCeyhan2.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\DStartPoint_NCeyhanNM.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\DStartPoint_NCeyhanNM.ltc',$path&'\rez\Butes\DStartPoint_NCeyhanNM.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Dust2_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Dust2_DZ.ltc',$path&'\rez\Butes\Dust2_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Dust2_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Dust2_zoneman.dat',$path&'\rez\Butes\Dust2_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\EAGLEEYES_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\EAGLEEYES_DZ.ltc',$path&'\rez\Butes\EAGLEEYES_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Eagleeyes_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Eagleeyes_envsound.dat',$path&'\rez\Butes\Eagleeyes_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Eagleeyes_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Eagleeyes_zoneman.dat',$path&'\rez\Butes\Eagleeyes_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\estate_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\estate_DZ.ltc',$path&'\rez\Butes\estate_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Factory_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Factory_DZ.ltc',$path&'\rez\Butes\Factory_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Fortress_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Fortress_DZ.ltc',$path&'\rez\Butes\Fortress_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\ghost_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\ghost_envsound.dat',$path&'\rez\Butes\ghost_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Italy_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Italy_envsound.dat',$path&'\rez\Butes\Italy_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Kairouan_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Kairouan_DZ.ltc',$path&'\rez\Butes\Kairouan_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Lab_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Lab_DZ.ltc',$path&'\rez\Butes\Lab_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Lab_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Lab_envsound.dat',$path&'\rez\Butes\Lab_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Lab_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Lab_zoneman.dat',$path&'\rez\Butes\Lab_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\leapfrogTM_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\leapfrogTM_DZ.ltc',$path&'\rez\Butes\leapfrogTM_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\LostCities_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\LostCities_DZ.ltc',$path&'\rez\Butes\LostCities_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\MetroGM_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\MetroGM_DZ.ltc',$path&'\rez\Butes\MetroGM_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Mexico_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Mexico_envsound.dat',$path&'\rez\Butes\Mexico_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Mexico_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Mexico_zoneman.dat',$path&'\rez\Butes\Mexico_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\MexicoDeath_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\MexicoDeath_DZ.ltc',$path&'\rez\Butes\MexicoDeath_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\MexicoDeath_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\MexicoDeath_envsound.dat',$path&'\rez\Butes\MexicoDeath_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\MexicoDeath_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\MexicoDeath_zoneman.dat',$path&'\rez\Butes\MexicoDeath_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\NANODUST_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\NANODUST_DZ.ltc',$path&'\rez\Butes\NANODUST_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\NanoRoofGhost_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\NanoRoofGhost_DZ.ltc',$path&'\rez\Butes\NanoRoofGhost_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\NCeyhan2_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\NCeyhan2_DZ.ltc',$path&'\rez\Butes\NCeyhan2_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\NCeyhanNM_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\NCeyhanNM_DZ.ltc',$path&'\rez\Butes\NCeyhanNM_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\nuclear_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\nuclear_envsound.dat',$path&'\rez\Butes\nuclear_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\nuclear_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\nuclear_zoneman.dat',$path&'\rez\Butes\nuclear_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\soundfilters.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\soundfilters.dat',$path&'\rez\Butes\soundfilters.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\TrainDeath_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\TrainDeath_DZ.ltc',$path&'\rez\Butes\TrainDeath_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\TrainDeath_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\TrainDeath_envsound.dat',$path&'\rez\Butes\TrainDeath_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\TrainDeath_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\TrainDeath_zoneman.dat',$path&'\rez\Butes\TrainDeath_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Transportship_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Transportship_DZ.ltc',$path&'\rez\Butes\Transportship_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\transportship_envsound.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\transportship_envsound.dat',$path&'\rez\Butes\transportship_envsound.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\transportship_zoneman.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\transportship_zoneman.dat',$path&'\rez\Butes\transportship_zoneman.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Butes\Tutorial_DZ.ltc")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Butes\Tutorial_DZ.ltc',$path&'\rez\Butes\Tutorial_DZ.ltc',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_ArmoredEngineer_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_ArmoredEngineer_CAM.dat',$path&'\rez\Camera\Opening_ArmoredEngineer_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_BigBear_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_BigBear_CAM.dat',$path&'\rez\Camera\Opening_BigBear_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_InvisibleAssassin_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_InvisibleAssassin_CAM.dat',$path&'\rez\Camera\Opening_InvisibleAssassin_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_MechanicalDevice_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_MechanicalDevice_CAM.dat',$path&'\rez\Camera\Opening_MechanicalDevice_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_MechanicalPhoenix_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_MechanicalPhoenix_CAM.dat',$path&'\rez\Camera\Opening_MechanicalPhoenix_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Camera\Opening_PoisonScorpion_CAM.dat")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Camera\Opening_PoisonScorpion_CAM.dat',$path&'\rez\Camera\Opening_PoisonScorpion_CAM.dat',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\ClientFx.fxd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\ClientFx.fxd',$path&'\rez\ClientFx.fxd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\ClientFx_d.fxd")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\ClientFx_d.fxd',$path&'\rez\ClientFx_d.fxd',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\CRes.dll")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\CRes.dll',$path&'\rez\CRes.dll',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\FONTS\default.TTF")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\FONTS\default.TTF',$path&'\rez\FONTS\default.TTF',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\GOOLIM12.fnt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\GOOLIM12.fnt',$path&'\rez\GOOLIM12.fnt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\NationMsz\CHINA_MSG_DEFIND.msz")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\NationMsz\CHINA_MSG_DEFIND.msz',$path&'\rez\NationMsz\CHINA_MSG_DEFIND.msz',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\NationMsz\CHINA_MSG_DEFINE.msz")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\NationMsz\CHINA_MSG_DEFINE.msz',$path&'\rez\NationMsz\CHINA_MSG_DEFINE.msz',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\NationMsz\MSG_DEFINE_GSM_Log.msz")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\NationMsz\MSG_DEFINE_GSM_Log.msz',$path&'\rez\NationMsz\MSG_DEFINE_GSM_Log.msz',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\NationMsz\MSG_DEFINE_ServerApp_Log.msz")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\NationMsz\MSG_DEFINE_ServerApp_Log.msz',$path&'\rez\NationMsz\MSG_DEFINE_ServerApp_Log.msz',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Object.lto")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Object.lto',$path&'\rez\Object.lto',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RB001.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RB001.REZ',$path&'\rez\RB001.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rez\UI\Scripts\GameIn.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rez\UI\Scripts\GameIn.txt',$path&'\rez\rez\UI\Scripts\GameIn.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rez\UI\Scripts\GameIn_Ex.txt")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rez\UI\Scripts\GameIn_Ex.txt',$path&'\rez\rez\UI\Scripts\GameIn_Ex.txt',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf001.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf001.rez',$path&'\rez\rf001.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf002.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf002.rez',$path&'\rez\rf002.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf003.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf003.rez',$path&'\rez\rf003.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF004.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF004.REZ',$path&'\rez\RF004.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF005.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF005.REZ',$path&'\rez\RF005.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf005_1.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf005_1.rez',$path&'\rez\rf005_1.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf005_2.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf005_2.rez',$path&'\rez\rf005_2.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf006.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf006.rez',$path&'\rez\rf006.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf007.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf007.rez',$path&'\rez\rf007.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf008.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf008.rez',$path&'\rez\rf008.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf009.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf009.rez',$path&'\rez\rf009.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf010.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf010.rez',$path&'\rez\rf010.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf011.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf011.rez',$path&'\rez\rf011.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf012.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf012.rez',$path&'\rez\rf012.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf013.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf013.rez',$path&'\rez\rf013.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf014.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf014.rez',$path&'\rez\rf014.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf015.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf015.rez',$path&'\rez\rf015.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF016.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF016.REZ',$path&'\rez\RF016.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017.rez',$path&'\rez\rf017.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_1.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_1.rez',$path&'\rez\rf017_1.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF017_10.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF017_10.REZ',$path&'\rez\RF017_10.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF017_11.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF017_11.REZ',$path&'\rez\RF017_11.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF017_12.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF017_12.REZ',$path&'\rez\RF017_12.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF017_13.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF017_13.REZ',$path&'\rez\RF017_13.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_2.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_2.rez',$path&'\rez\rf017_2.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_3.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_3.rez',$path&'\rez\rf017_3.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_4.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_4.rez',$path&'\rez\rf017_4.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_5.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_5.rez',$path&'\rez\rf017_5.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_6.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_6.rez',$path&'\rez\rf017_6.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_7.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_7.rez',$path&'\rez\rf017_7.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_8.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_8.rez',$path&'\rez\rf017_8.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf017_9.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf017_9.rez',$path&'\rez\rf017_9.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf018.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf018.rez',$path&'\rez\rf018.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf019.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf019.rez',$path&'\rez\rf019.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf020.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf020.rez',$path&'\rez\rf020.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf021.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf021.rez',$path&'\rez\rf021.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf022.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf022.rez',$path&'\rez\rf022.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf023.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf023.rez',$path&'\rez\rf023.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf024.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf024.rez',$path&'\rez\rf024.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf025.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf025.rez',$path&'\rez\rf025.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf026.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf026.rez',$path&'\rez\rf026.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf027.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf027.rez',$path&'\rez\rf027.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf028.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf028.rez',$path&'\rez\rf028.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf029.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf029.rez',$path&'\rez\rf029.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf030.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf030.rez',$path&'\rez\rf030.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf031.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf031.rez',$path&'\rez\rf031.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf032.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf032.rez',$path&'\rez\rf032.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf033.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf033.rez',$path&'\rez\rf033.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF034.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF034.REZ',$path&'\rez\RF034.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF035.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF035.REZ',$path&'\rez\RF035.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF036.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF036.REZ',$path&'\rez\RF036.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf037.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf037.rez',$path&'\rez\rf037.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF038.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF038.REZ',$path&'\rez\RF038.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf039.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf039.rez',$path&'\rez\rf039.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf040.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf040.rez',$path&'\rez\rf040.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf041.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf041.rez',$path&'\rez\rf041.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf042.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf042.rez',$path&'\rez\rf042.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf043.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf043.rez',$path&'\rez\rf043.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf044.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf044.rez',$path&'\rez\rf044.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf045.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf045.rez',$path&'\rez\rf045.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf046.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf046.rez',$path&'\rez\rf046.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf047.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf047.rez',$path&'\rez\rf047.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf048.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf048.rez',$path&'\rez\rf048.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF049.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF049.REZ',$path&'\rez\RF049.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf050.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf050.rez',$path&'\rez\rf050.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf051.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf051.rez',$path&'\rez\rf051.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf052.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf052.rez',$path&'\rez\rf052.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf053.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf053.rez',$path&'\rez\rf053.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf054.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf054.rez',$path&'\rez\rf054.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf055.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf055.rez',$path&'\rez\rf055.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf056.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf056.rez',$path&'\rez\rf056.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF057.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF057.REZ',$path&'\rez\RF057.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf058.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf058.rez',$path&'\rez\rf058.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF059.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF059.REZ',$path&'\rez\RF059.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf060.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf060.rez',$path&'\rez\rf060.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf061.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf061.rez',$path&'\rez\rf061.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf062.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf062.rez',$path&'\rez\rf062.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf063.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf063.rez',$path&'\rez\rf063.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf064.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf064.rez',$path&'\rez\rf064.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf065.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf065.rez',$path&'\rez\rf065.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf066.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf066.rez',$path&'\rez\rf066.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf067.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf067.rez',$path&'\rez\rf067.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf068.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf068.rez',$path&'\rez\rf068.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf069.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf069.rez',$path&'\rez\rf069.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf070.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf070.rez',$path&'\rez\rf070.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf071.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf071.rez',$path&'\rez\rf071.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF072.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF072.REZ',$path&'\rez\RF072.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF073.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF073.REZ',$path&'\rez\RF073.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF074.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF074.REZ',$path&'\rez\RF074.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF075.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF075.REZ',$path&'\rez\RF075.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF076.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF076.REZ',$path&'\rez\RF076.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF077.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF077.REZ',$path&'\rez\RF077.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF078.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF078.REZ',$path&'\rez\RF078.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF079.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF079.REZ',$path&'\rez\RF079.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF080.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF080.REZ',$path&'\rez\RF080.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF081.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF081.REZ',$path&'\rez\RF081.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF082.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF082.REZ',$path&'\rez\RF082.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF083.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF083.REZ',$path&'\rez\RF083.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF084.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF084.REZ',$path&'\rez\RF084.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF085.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF085.REZ',$path&'\rez\RF085.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF086.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF086.REZ',$path&'\rez\RF086.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF087.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF087.REZ',$path&'\rez\RF087.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF088.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF088.REZ',$path&'\rez\RF088.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF089.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF089.REZ',$path&'\rez\RF089.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF090.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF090.REZ',$path&'\rez\RF090.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF091.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF091.REZ',$path&'\rez\RF091.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF092.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF092.REZ',$path&'\rez\RF092.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF093.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF093.REZ',$path&'\rez\RF093.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF094.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF094.REZ',$path&'\rez\RF094.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF095.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF095.REZ',$path&'\rez\RF095.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF096.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF096.REZ',$path&'\rez\RF096.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF097.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF097.REZ',$path&'\rez\RF097.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF098.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF098.REZ',$path&'\rez\RF098.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF099.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF099.REZ',$path&'\rez\RF099.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF100.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF100.REZ',$path&'\rez\RF100.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf101.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf101.rez',$path&'\rez\rf101.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf102.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf102.rez',$path&'\rez\rf102.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf103.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf103.rez',$path&'\rez\rf103.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf104.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf104.rez',$path&'\rez\rf104.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF105.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF105.REZ',$path&'\rez\RF105.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf106.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf106.rez',$path&'\rez\rf106.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf107.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf107.rez',$path&'\rez\rf107.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf108.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf108.rez',$path&'\rez\rf108.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf109.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf109.rez',$path&'\rez\rf109.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf110.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf110.rez',$path&'\rez\rf110.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf111.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf111.rez',$path&'\rez\rf111.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf112.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf112.rez',$path&'\rez\rf112.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf113.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf113.rez',$path&'\rez\rf113.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf114.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf114.rez',$path&'\rez\rf114.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf115.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf115.rez',$path&'\rez\rf115.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf116.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf116.rez',$path&'\rez\rf116.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF117.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF117.REZ',$path&'\rez\RF117.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF118.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF118.REZ',$path&'\rez\RF118.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF119.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF119.REZ',$path&'\rez\RF119.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF120.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF120.REZ',$path&'\rez\RF120.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF121.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF121.REZ',$path&'\rez\RF121.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF122.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF122.REZ',$path&'\rez\RF122.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF123.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF123.REZ',$path&'\rez\RF123.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF124.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF124.REZ',$path&'\rez\RF124.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF125.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF125.REZ',$path&'\rez\RF125.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF126.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF126.REZ',$path&'\rez\RF126.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF127.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF127.REZ',$path&'\rez\RF127.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF128.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF128.REZ',$path&'\rez\RF128.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF129.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF129.REZ',$path&'\rez\RF129.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF130.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF130.REZ',$path&'\rez\RF130.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF131.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF131.REZ',$path&'\rez\RF131.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF132.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF132.REZ',$path&'\rez\RF132.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF133.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF133.REZ',$path&'\rez\RF133.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF134.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF134.REZ',$path&'\rez\RF134.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF135.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF135.REZ',$path&'\rez\RF135.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF136.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF136.REZ',$path&'\rez\RF136.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF137.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF137.REZ',$path&'\rez\RF137.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF138.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF138.REZ',$path&'\rez\RF138.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF139.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF139.REZ',$path&'\rez\RF139.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF140.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF140.REZ',$path&'\rez\RF140.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF141.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF141.REZ',$path&'\rez\RF141.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF142.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF142.REZ',$path&'\rez\RF142.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF143.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF143.REZ',$path&'\rez\RF143.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF144.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF144.REZ',$path&'\rez\RF144.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF145.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF145.REZ',$path&'\rez\RF145.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF146.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF146.REZ',$path&'\rez\RF146.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF147.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF147.REZ',$path&'\rez\RF147.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF148.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF148.REZ',$path&'\rez\RF148.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF150.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF150.REZ',$path&'\rez\RF150.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF151.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF151.REZ',$path&'\rez\RF151.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF152.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF152.REZ',$path&'\rez\RF152.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF153.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF153.REZ',$path&'\rez\RF153.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF154.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF154.REZ',$path&'\rez\RF154.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF155.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF155.REZ',$path&'\rez\RF155.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF156.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF156.REZ',$path&'\rez\RF156.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF157.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF157.REZ',$path&'\rez\RF157.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF158.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF158.REZ',$path&'\rez\RF158.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF159.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF159.REZ',$path&'\rez\RF159.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF160.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF160.REZ',$path&'\rez\RF160.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF161.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF161.REZ',$path&'\rez\RF161.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF162.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF162.REZ',$path&'\rez\RF162.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF163.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF163.REZ',$path&'\rez\RF163.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF164.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF164.REZ',$path&'\rez\RF164.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF165.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF165.REZ',$path&'\rez\RF165.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF166.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF166.REZ',$path&'\rez\RF166.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF167.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF167.REZ',$path&'\rez\RF167.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF168.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF168.REZ',$path&'\rez\RF168.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF169.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF169.REZ',$path&'\rez\RF169.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF170.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF170.REZ',$path&'\rez\RF170.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF171.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF171.REZ',$path&'\rez\RF171.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF172.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF172.REZ',$path&'\rez\RF172.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF173.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF173.REZ',$path&'\rez\RF173.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF174.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF174.REZ',$path&'\rez\RF174.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF175.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF175.REZ',$path&'\rez\RF175.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF176.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF176.REZ',$path&'\rez\RF176.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF177.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF177.REZ',$path&'\rez\RF177.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF178.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF178.REZ',$path&'\rez\RF178.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF179.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF179.REZ',$path&'\rez\RF179.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF180.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF180.REZ',$path&'\rez\RF180.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF181.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF181.REZ',$path&'\rez\RF181.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF182.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF182.REZ',$path&'\rez\RF182.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF183.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF183.REZ',$path&'\rez\RF183.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF184.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF184.REZ',$path&'\rez\RF184.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF185.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF185.REZ',$path&'\rez\RF185.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf186.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf186.rez',$path&'\rez\rf186.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf187.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf187.rez',$path&'\rez\rf187.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf188.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf188.rez',$path&'\rez\rf188.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf189.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf189.rez',$path&'\rez\rf189.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf190.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf190.rez',$path&'\rez\rf190.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf191.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf191.rez',$path&'\rez\rf191.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf192.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf192.rez',$path&'\rez\rf192.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf193.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf193.rez',$path&'\rez\rf193.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf194.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf194.rez',$path&'\rez\rf194.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf195.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf195.rez',$path&'\rez\rf195.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf196.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf196.rez',$path&'\rez\rf196.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf197.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf197.rez',$path&'\rez\rf197.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf198.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf198.rez',$path&'\rez\rf198.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf199.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf199.rez',$path&'\rez\rf199.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf200.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf200.rez',$path&'\rez\rf200.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf201.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf201.rez',$path&'\rez\rf201.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\rf202.rez")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\rf202.rez',$path&'\rez\rf202.rez',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF204.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF204.REZ',$path&'\rez\RF204.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF205.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF205.REZ',$path&'\rez\RF205.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF206.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF206.REZ',$path&'\rez\RF206.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF207.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF207.REZ',$path&'\rez\RF207.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF208.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF208.REZ',$path&'\rez\RF208.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF209.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF209.REZ',$path&'\rez\RF209.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF210.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF210.REZ',$path&'\rez\RF210.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF211.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF211.REZ',$path&'\rez\RF211.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF212.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF212.REZ',$path&'\rez\RF212.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF213.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF213.REZ',$path&'\rez\RF213.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF214.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF214.REZ',$path&'\rez\RF214.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF215.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF215.REZ',$path&'\rez\RF215.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF216.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF216.REZ',$path&'\rez\RF216.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF217.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF217.REZ',$path&'\rez\RF217.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF218.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF218.REZ',$path&'\rez\RF218.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF219.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF219.REZ',$path&'\rez\RF219.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF220.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF220.REZ',$path&'\rez\RF220.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF221.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF221.REZ',$path&'\rez\RF221.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF222.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF222.REZ',$path&'\rez\RF222.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF223.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF223.REZ',$path&'\rez\RF223.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF224.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF224.REZ',$path&'\rez\RF224.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF225.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF225.REZ',$path&'\rez\RF225.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF226.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF226.REZ',$path&'\rez\RF226.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF227.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF227.REZ',$path&'\rez\RF227.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF228.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF228.REZ',$path&'\rez\RF228.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF229.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF229.REZ',$path&'\rez\RF229.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF230.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF230.REZ',$path&'\rez\RF230.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF231.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF231.REZ',$path&'\rez\RF231.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF232.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF232.REZ',$path&'\rez\RF232.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF233.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF233.REZ',$path&'\rez\RF233.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF234.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF234.REZ',$path&'\rez\RF234.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF235.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF235.REZ',$path&'\rez\RF235.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF236.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF236.REZ',$path&'\rez\RF236.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF237.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF237.REZ',$path&'\rez\RF237.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF238.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF238.REZ',$path&'\rez\RF238.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF239.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF239.REZ',$path&'\rez\RF239.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF240.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF240.REZ',$path&'\rez\RF240.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF241.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF241.REZ',$path&'\rez\RF241.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF242.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF242.REZ',$path&'\rez\RF242.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF243.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF243.REZ',$path&'\rez\RF243.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF244.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF244.REZ',$path&'\rez\RF244.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF245.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF245.REZ',$path&'\rez\RF245.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\RF246.REZ")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\RF246.REZ',$path&'\rez\RF246.REZ',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Shader\CustomColor.fx")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Shader\CustomColor.fx',$path&'\rez\Shader\CustomColor.fx',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Shader\legacyshader.fxo")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Shader\legacyshader.fxo',$path&'\rez\Shader\legacyshader.fxo',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Shader\playermesh.fxo")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Shader\playermesh.fxo',$path&'\rez\Shader\playermesh.fxo',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Shader\playerviewmesh.fxo")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Shader\playerviewmesh.fxo',$path&'\rez\Shader\playerviewmesh.fxo',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Shader\shader.fx")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Shader\shader.fx',$path&'\rez\Shader\shader.fx',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\1NanoDeath.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\1NanoDeath.wav',$path&'\rez\Snd2\AI\1NanoDeath.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\2NanoDeath.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\2NanoDeath.wav',$path&'\rez\Snd2\AI\2NanoDeath.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\3NanoDeath.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\3NanoDeath.wav',$path&'\rez\Snd2\AI\3NanoDeath.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\AIGhost_Breath_Female.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\AIGhost_Breath_Female.wav',$path&'\rez\Snd2\AI\AIGhost_Breath_Female.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\AIGhost_Breath_Male.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\AIGhost_Breath_Male.wav',$path&'\rez\Snd2\AI\AIGhost_Breath_Male.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Combo.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Combo.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Combo.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Down.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Down.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Down.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Idle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Idle.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Idle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Skill#1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Skill#1.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Skill#1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Skill#2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Skill#2.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Skill#2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Skill#2_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Skill#2_2.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Skill#2_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Skill#2_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Skill#2_3.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Skill#2_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Chaos\Chaos_Walk.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Chaos\Chaos_Walk.wav',$path&'\rez\Snd2\AI\Chaos\Chaos_Walk.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\AI_BGM_Boss.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\AI_BGM_Boss.wav',$path&'\rez\Snd2\AI\Event\AI_BGM_Boss.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\AI_BGM_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\AI_BGM_Start.wav',$path&'\rez\Snd2\AI\Event\AI_BGM_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\AI_Command_Message.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\AI_Command_Message.wav',$path&'\rez\Snd2\AI\Event\AI_Command_Message.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\AI_Stage_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\AI_Stage_End.wav',$path&'\rez\Snd2\AI\Event\AI_Stage_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\AI_Stage_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\AI_Stage_Start.wav',$path&'\rez\Snd2\AI\Event\AI_Stage_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\BigDoor_Close.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\BigDoor_Close.wav',$path&'\rez\Snd2\AI\Event\BigDoor_Close.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\BigDoor_Open.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\BigDoor_Open.wav',$path&'\rez\Snd2\AI\Event\BigDoor_Open.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\MiddleDoor_Close.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\MiddleDoor_Close.wav',$path&'\rez\Snd2\AI\Event\MiddleDoor_Close.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\MiddleDoor_Open.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\MiddleDoor_Open.wav',$path&'\rez\Snd2\AI\Event\MiddleDoor_Open.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\SmallDoor_Close.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\SmallDoor_Close.wav',$path&'\rez\Snd2\AI\Event\SmallDoor_Close.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\SmallDoor_Open.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\SmallDoor_Open.wav',$path&'\rez\Snd2\AI\Event\SmallDoor_Open.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Event\WarningBell.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Event\WarningBell.wav',$path&'\rez\Snd2\AI\Event\WarningBell.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\HEAVYNANO_WallBreak_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\HEAVYNANO_WallBreak_1.wav',$path&'\rez\Snd2\AI\HEAVYNANO_WallBreak_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\HEAVYNANO_WallBreak_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\HEAVYNANO_WallBreak_2.wav',$path&'\rez\Snd2\AI\HEAVYNANO_WallBreak_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\HEAVYNANO_WallBreak_3.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\HEAVYNANO_WallBreak_3.WAV',$path&'\rez\Snd2\AI\HEAVYNANO_WallBreak_3.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Heraklops\Heraklops_Combo.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Heraklops\Heraklops_Combo.wav',$path&'\rez\Snd2\AI\Heraklops\Heraklops_Combo.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Heraklops\Heraklops_Down.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Heraklops\Heraklops_Down.wav',$path&'\rez\Snd2\AI\Heraklops\Heraklops_Down.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Heraklops\Heraklops_Idle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Heraklops\Heraklops_Idle.wav',$path&'\rez\Snd2\AI\Heraklops\Heraklops_Idle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Heraklops\Heraklops_Skill#1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Heraklops\Heraklops_Skill#1.wav',$path&'\rez\Snd2\AI\Heraklops\Heraklops_Skill#1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Heraklops\Heraklops_Skill#2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Heraklops\Heraklops_Skill#2.wav',$path&'\rez\Snd2\AI\Heraklops\Heraklops_Skill#2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\LandMark8.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\LandMark8.wav',$path&'\rez\Snd2\AI\LandMark8.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\NPC_Down1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\NPC_Down1.wav',$path&'\rez\Snd2\AI\NPC_Down1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\NPC_Down2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\NPC_Down2.wav',$path&'\rez\Snd2\AI\NPC_Down2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Suicidal Explosion Nano_Alarm.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Suicidal Explosion Nano_Alarm.wav',$path&'\rez\Snd2\AI\Suicidal Explosion Nano_Alarm.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI\Suicidal Explosion Nano_Boom.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI\Suicidal Explosion Nano_Boom.wav',$path&'\rez\Snd2\AI\Suicidal Explosion Nano_Boom.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Hard\Crator\BGM\SpecialRound_EntrySound.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Hard\Crator\BGM\SpecialRound_EntrySound.wav',$path&'\rez\Snd2\AI_Hard\Crator\BGM\SpecialRound_EntrySound.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI2\AI2.fev")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI2\AI2.fev',$path&'\rez\Snd2\AI_Mode\AI2\AI2.fev',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI2\AI2.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI2\AI2.fsb',$path&'\rez\Snd2\AI_Mode\AI2\AI2.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI2\AI2_BattleShip.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI2\AI2_BattleShip.fsb',$path&'\rez\Snd2\AI_Mode\AI2\AI2_BattleShip.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI2\AI2_BrokenStation_Hard.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI2\AI2_BrokenStation_Hard.fsb',$path&'\rez\Snd2\AI_Mode\AI2\AI2_BrokenStation_Hard.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI2\AI2_Shipyard.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI2\AI2_Shipyard.fsb',$path&'\rez\Snd2\AI_Mode\AI2\AI2_Shipyard.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI3\AI3.fev")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI3\AI3.fev',$path&'\rez\Snd2\AI_Mode\AI3\AI3.fev',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff.fsb',$path&'\rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff_Loading_BGM.ogg")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff_Loading_BGM.ogg',$path&'\rez\Snd2\AI_Mode\AI3\AI3_DeadlyCliff_Loading_BGM.ogg',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI_Mode\AI3\AI3_FatalCanyon.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI_Mode\AI3\AI3_FatalCanyon.fsb',$path&'\rez\Snd2\AI_Mode\AI3\AI3_FatalCanyon.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_DROP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_DROP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_DROP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_JUMP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_JUMP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_JUMP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_LEFT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\BIGGORILLA_RUN_RIGHT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_DROP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_DROP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_DROP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_JUMP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_JUMP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_JUMP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_LEFT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\DARKLOUSER_RUN_RIGHT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_DROP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_DROP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_DROP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_JUMP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_JUMP.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_JUMP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_LEFT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_1.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_2.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_3.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_4.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_5.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_6.wav',$path&'\rez\Snd2\AI2\AIFOOTSTEPS\HEAVYNANO_RUN_RIGHT_6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\BONUSMISSION_BG.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\BONUSMISSION_BG.wav',$path&'\rez\Snd2\AI2\BONUSMISSION_BG.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\BONUSMISSION_FAILURE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\BONUSMISSION_FAILURE.wav',$path&'\rez\Snd2\AI2\BONUSMISSION_FAILURE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\BONUSMISSION_SUCCESS.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\BONUSMISSION_SUCCESS.wav',$path&'\rez\Snd2\AI2\BONUSMISSION_SUCCESS.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\BONUSMISSION_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\BONUSMISSION_UI.wav',$path&'\rez\Snd2\AI2\BONUSMISSION_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\COBRAGIRL_POPUP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\COBRAGIRL_POPUP.wav',$path&'\rez\Snd2\AI2\Event\COBRAGIRL_POPUP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\Free_Gravity_Jump_Horizontality_FAN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\Free_Gravity_Jump_Horizontality_FAN.wav',$path&'\rez\Snd2\AI2\Event\Free_Gravity_Jump_Horizontality_FAN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\HEAVYNANO_CHARGE_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\HEAVYNANO_CHARGE_UI.wav',$path&'\rez\Snd2\AI2\Event\HEAVYNANO_CHARGE_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\HEAVYNANO_LOCKON_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\HEAVYNANO_LOCKON_UI.wav',$path&'\rez\Snd2\AI2\Event\HEAVYNANO_LOCKON_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\WALL_BREAKING_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\WALL_BREAKING_1.wav',$path&'\rez\Snd2\AI2\Event\WALL_BREAKING_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\WALL_BREAKING_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\WALL_BREAKING_2.wav',$path&'\rez\Snd2\AI2\Event\WALL_BREAKING_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Event\WALL_BREAKING_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Event\WALL_BREAKING_3.wav',$path&'\rez\Snd2\AI2\Event\WALL_BREAKING_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_AIM_FAIL.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_AIM_FAIL.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_AIM_FAIL.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_AIM_SUCCESS.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_AIM_SUCCESS.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_AIM_SUCCESS.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_ATTACK.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_ATTACK.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_ATTACK.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_READY.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_RUNNING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_RUNNING.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_CHARGE_RUNNING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_1.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_2.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_COMBO_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_DOWN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_DOWN.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_DOWN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_IDLE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_IDLE.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_IDLE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_BOOM.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_BOOM.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_BOOM.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_FINISH.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_FINISH.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_FINISH.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_MISSILE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_MISSILE.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_MISSILE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_READY.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_TARGETING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_TARGETING.wav',$path&'\rez\Snd2\AI2\Titan\HEAVYNANO_LOCKON_TARGETING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI2_BrokenStaion_Hard\AI2_BrokenStation_Hard.fsb")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI2_BrokenStaion_Hard\AI2_BrokenStation_Hard.fsb',$path&'\rez\Snd2\AI2_BrokenStaion_Hard\AI2_BrokenStation_Hard.fsb',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_COMBO.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_COMBO.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_COMBO.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_DOWN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_DOWN.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_DOWN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_IDLE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_IDLE.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_IDLE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_LASER_FINISH.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_FINISH.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_FINISH.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_LASER_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_READY.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_LASER_SHOOT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_SHOOT.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_SHOOT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_LASER_TARGETING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_TARGETING.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_TARGETING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_LASER_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_UI.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_LASER_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_SWING_ATTACK.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_ATTACK.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_ATTACK.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_SWING_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_READY.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\DESTROYER_SWING_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_UI.wav',$path&'\rez\Snd2\AI3\Destroyer\DESTROYER_SWING_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\HEAVYNANO_CHARGE_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\HEAVYNANO_CHARGE_READY.wav',$path&'\rez\Snd2\AI3\Destroyer\HEAVYNANO_CHARGE_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_BOOM.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_BOOM.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_BOOM.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_GUIDE_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_GUIDE_UI.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_GUIDE_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE1.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE2.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE3.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_MOTION_PHASE3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_READY.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_RETURN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_RETURN.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_RETURN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Destroyer\WEAKNESS_START_UI.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Destroyer\WEAKNESS_START_UI.wav',$path&'\rez\Snd2\AI3\Destroyer\WEAKNESS_START_UI.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\ATTACKER_RESPAWN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\ATTACKER_RESPAWN.wav',$path&'\rez\Snd2\AI3\Event\ATTACKER_RESPAWN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\BGM_G_ARIA.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\BGM_G_ARIA.wav',$path&'\rez\Snd2\AI3\Event\BGM_G_ARIA.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\BGM_G_ARIA_ONLY_PIANO.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\BGM_G_ARIA_ONLY_PIANO.wav',$path&'\rez\Snd2\AI3\Event\BGM_G_ARIA_ONLY_PIANO.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\BOSS_INTRODUCE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\BOSS_INTRODUCE.wav',$path&'\rez\Snd2\AI3\Event\BOSS_INTRODUCE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\BULLET_TIME_ON.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\BULLET_TIME_ON.wav',$path&'\rez\Snd2\AI3\Event\BULLET_TIME_ON.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\CURTAIN_DISAPPEAR.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\CURTAIN_DISAPPEAR.wav',$path&'\rez\Snd2\AI3\Event\CURTAIN_DISAPPEAR.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\DARKLOUSER_RESPAWN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\DARKLOUSER_RESPAWN.wav',$path&'\rez\Snd2\AI3\Event\DARKLOUSER_RESPAWN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\GIRL_LAUGH.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\GIRL_LAUGH.wav',$path&'\rez\Snd2\AI3\Event\GIRL_LAUGH.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\GLASS_BREAKING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\GLASS_BREAKING.wav',$path&'\rez\Snd2\AI3\Event\GLASS_BREAKING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\JUMPPER_APPEAR.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\JUMPPER_APPEAR.wav',$path&'\rez\Snd2\AI3\Event\JUMPPER_APPEAR.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\ONE_DOOR_BRAKE.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\ONE_DOOR_BRAKE.WAV',$path&'\rez\Snd2\AI3\Event\ONE_DOOR_BRAKE.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\RAPPEL_ON.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\RAPPEL_ON.wav',$path&'\rez\Snd2\AI3\Event\RAPPEL_ON.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\RAPPEL_USE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\RAPPEL_USE.wav',$path&'\rez\Snd2\AI3\Event\RAPPEL_USE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\SFX_BGM_CUTTING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\SFX_BGM_CUTTING.wav',$path&'\rez\Snd2\AI3\Event\SFX_BGM_CUTTING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\SFX_BGM_STARTING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\SFX_BGM_STARTING.wav',$path&'\rez\Snd2\AI3\Event\SFX_BGM_STARTING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\TWO_DOOR_BRAKE.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\TWO_DOOR_BRAKE.WAV',$path&'\rez\Snd2\AI3\Event\TWO_DOOR_BRAKE.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Event\WOODWALL_BRAKE.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Event\WOODWALL_BRAKE.WAV',$path&'\rez\Snd2\AI3\Event\WOODWALL_BRAKE.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Girl\GIRL_APPAER.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Girl\GIRL_APPAER.wav',$path&'\rez\Snd2\AI3\Girl\GIRL_APPAER.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Girl\GIRL_AppaerWhisper.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Girl\GIRL_AppaerWhisper.wav',$path&'\rez\Snd2\AI3\Girl\GIRL_AppaerWhisper.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Girl\GIRL_JUMP_TUMBLING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Girl\GIRL_JUMP_TUMBLING.wav',$path&'\rez\Snd2\AI3\Girl\GIRL_JUMP_TUMBLING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Girl\GIRL_TUMBLING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Girl\GIRL_TUMBLING.wav',$path&'\rez\Snd2\AI3\Girl\GIRL_TUMBLING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Girl\GIRL_WHISPER.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Girl\GIRL_WHISPER.wav',$path&'\rez\Snd2\AI3\Girl\GIRL_WHISPER.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING1.wav',$path&'\rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING2.wav',$path&'\rez\Snd2\AI3\Jumpper\JUMPPER_JUMPING2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Rappel\RAPPEL_ON.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Rappel\RAPPEL_ON.wav',$path&'\rez\Snd2\AI3\Rappel\RAPPEL_ON.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI3\Rappel\RAPPEL_USE.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI3\Rappel\RAPPEL_USE.wav',$path&'\rez\Snd2\AI3\Rappel\RAPPEL_USE.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\BGM_BRAHMS_NO1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\BGM_BRAHMS_NO1.wav',$path&'\rez\Snd2\AI4\Event\BGM_BRAHMS_NO1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\PropertyMob_Death.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\PropertyMob_Death.wav',$path&'\rez\Snd2\AI4\Event\PropertyMob_Death.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\Zero_Gravity_Center0.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\Zero_Gravity_Center0.wav',$path&'\rez\Snd2\AI4\Event\Zero_Gravity_Center0.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\Zero_Gravity_Center1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\Zero_Gravity_Center1.wav',$path&'\rez\Snd2\AI4\Event\Zero_Gravity_Center1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\Zero_Gravity_Center2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\Zero_Gravity_Center2.wav',$path&'\rez\Snd2\AI4\Event\Zero_Gravity_Center2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\Zero_Gravity_Center3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\Zero_Gravity_Center3.wav',$path&'\rez\Snd2\AI4\Event\Zero_Gravity_Center3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Finish.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Finish.wav',$path&'\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Finish.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Finish.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Finish.wav',$path&'\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Finish.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Operation.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Operation.wav',$path&'\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Object_Operation.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Operaion.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Operaion.wav',$path&'\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Operaion.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Ready.wav',$path&'\rez\Snd2\AI4\Event\ZeroGravity\ZeroGravity_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Join.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Join.wav',$path&'\rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Join.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Move.wav',$path&'\rez\Snd2\AI4\Event\ZumaRule\ZumaRule_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\FALCamo\FALCamo_Stray_Boom.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\FALCamo\FALCamo_Stray_Boom.WAV',$path&'\rez\Snd2\AI4\FALCamo\FALCamo_Stray_Boom.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Cubebow\Cubebow_Fail.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Cubebow\Cubebow_Fail.wav',$path&'\rez\Snd2\AI4\Hard\Cubebow\Cubebow_Fail.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Die.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Move.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Respawn.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Respawn.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\BasicCube_Respawn.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_1.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_2.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_3.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_CriticalHit_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_1.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_2.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_3.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\BasicCube\Cube_Hit_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Extinction.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Extinction.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Extinction.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Respawn.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Respawn.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Grinder\Skill1_Grinder_Respawn.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Armed_Destroy.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Armed_Destroy.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Armed_Destroy.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Die.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_1.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_1.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_1.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_2.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_2.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_2.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_3.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_3.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Hit_3.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Move.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Head_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_1.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_1.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_1.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_2.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_2.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_2.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_3.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_3.WAV',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\HeadArmed_Hit_3.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassAlram.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassAlram.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassAlram.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFinish.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFinish.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFinish.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFire.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFire.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\Head\Skill4_BrassFire.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Die.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Move.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\LaserCube_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserAlram.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserAlram.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserAlram.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreAim.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreAim.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreAim.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreCubeOut.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreCubeOut.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreCubeOut.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreFire.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreFire.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\LaserCube\Skill2_LaserCoreFire.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Die.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Move.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\PosionCube_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionAlram.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionAlram.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionAlram.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionDie.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionDie.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionDie.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionMove.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionMove.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionMove.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionOut.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionOut.wav',$path&'\rez\Snd2\AI4\Hard\GearedSerpent\PosionCube\Skill3_PosionOut.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Map\Pillar_Destroy_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Map\Pillar_Destroy_1.wav',$path&'\rez\Snd2\AI4\Hard\Map\Pillar_Destroy_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Map\Pillar_Destroy_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Map\Pillar_Destroy_2.wav',$path&'\rez\Snd2\AI4\Hard\Map\Pillar_Destroy_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Map\Wall_Destroy.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Map\Wall_Destroy.wav',$path&'\rez\Snd2\AI4\Hard\Map\Wall_Destroy.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Scene\31RoundHP40_Scene.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Scene\31RoundHP40_Scene.wav',$path&'\rez\Snd2\AI4\Hard\Scene\31RoundHP40_Scene.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Scene\31RoundHP80_Scene.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Scene\31RoundHP80_Scene.wav',$path&'\rez\Snd2\AI4\Hard\Scene\31RoundHP80_Scene.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Hard\Scene\31RoundOpening_Scene.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Hard\Scene\31RoundOpening_Scene.wav',$path&'\rez\Snd2\AI4\Hard\Scene\31RoundOpening_Scene.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LightningStick\LightningStick_Attack.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LightningStick\LightningStick_Attack.wav',$path&'\rez\Snd2\AI4\LightningStick\LightningStick_Attack.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LightningStick\LightningStick_Blue.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LightningStick\LightningStick_Blue.wav',$path&'\rez\Snd2\AI4\LightningStick\LightningStick_Blue.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LightningStick\LightningStick_Popup.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LightningStick\LightningStick_Popup.wav',$path&'\rez\Snd2\AI4\LightningStick\LightningStick_Popup.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LightningStick\LightningStick_Red.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LightningStick\LightningStick_Red.wav',$path&'\rez\Snd2\AI4\LightningStick\LightningStick_Red.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LightningStick\LightningStick_Return.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LightningStick\LightningStick_Return.wav',$path&'\rez\Snd2\AI4\LightningStick\LightningStick_Return.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\LowGravity_Ambeint.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\LowGravity_Ambeint.wav',$path&'\rez\Snd2\AI4\LowGravity_Ambeint.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\MovingBoard\DivingBoard_Diving.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\MovingBoard\DivingBoard_Diving.wav',$path&'\rez\Snd2\AI4\MovingBoard\DivingBoard_Diving.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\MovingBoard\JumpingBoard_Jumping.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\MovingBoard\JumpingBoard_Jumping.wav',$path&'\rez\Snd2\AI4\MovingBoard\JumpingBoard_Jumping.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Hit1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Hit1.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Hit1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Hit2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Hit2.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Hit2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Hit3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Hit3.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Hit3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Hit4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Hit4.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Hit4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Hit5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Hit5.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Hit5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Scream1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Scream1.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Scream1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Scream2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Scream2.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Scream2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator_Scream3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator_Scream3.wav',$path&'\rez\Snd2\AI4\Predator\Predator_Scream3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Ready.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Shoot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Shoot.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_Shoot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Charge_Laser_UIMark.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_UIMark.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Charge_Laser_UIMark.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Crash.WAV")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Crash.WAV',$path&'\rez\Snd2\AI4\Predator\Predator1_Crash.WAV',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Cutscene.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Cutscene.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Cutscene.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Destroy.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Destroy.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Destroy.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Down.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Down.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Down.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Drop.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Drop.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Drop.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Ready.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Shoot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Shoot.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_Shoot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Fury_Laser_UIMark.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_UIMark.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Fury_Laser_UIMark.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Knockback1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Knockback1.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Knockback1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Knockback2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Knockback2.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Knockback2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Knockback3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Knockback3.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Knockback3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Knockback4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Knockback4.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Knockback4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Step1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Step1.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Step1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Step2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Step2.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Step2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Step3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Step3.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Step3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Step4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Step4.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Step4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Ready.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Shoot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Shoot.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_Shoot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Straight_Laser_UIMark.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_UIMark.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Straight_Laser_UIMark.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Walk1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Walk1.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Walk1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Walk2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Walk2.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Walk2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Walk3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Walk3.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Walk3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Walk4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Walk4.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Walk4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Weakness_Boom1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom1.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Weakness_Boom2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom2.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Weakness_Boom3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom3.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator1_Weakness_Boom4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom4.wav',$path&'\rez\Snd2\AI4\Predator\Predator1_Weakness_Boom4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Appear.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Appear.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Appear.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Down.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Down.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Down.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Ready.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Shoot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Shoot.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_Shoot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Fury_Laser_UIMark.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_UIMark.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Fury_Laser_UIMark.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Knockback1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Knockback1.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Knockback1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Knockback2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Knockback2.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Knockback2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Knockback3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Knockback3.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Knockback3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Knockback4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Knockback4.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Knockback4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Move.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Ready.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Shoot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Shoot.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_Shoot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Shield_Laser_UIMark.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_UIMark.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Shield_Laser_UIMark.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Predator2_Shield_On.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Predator2_Shield_On.wav',$path&'\rez\Snd2\AI4\Predator\Predator2_Shield_On.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Route_Destory1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Route_Destory1.wav',$path&'\rez\Snd2\AI4\Predator\Route_Destory1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Route_Destory2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Route_Destory2.wav',$path&'\rez\Snd2\AI4\Predator\Route_Destory2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Route_Destory3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Route_Destory3.wav',$path&'\rez\Snd2\AI4\Predator\Route_Destory3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\Predator\Route_Destory4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\Predator\Route_Destory4.wav',$path&'\rez\Snd2\AI4\Predator\Route_Destory4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Backstepper_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Backstepper_Start.wav',$path&'\rez\Snd2\AI4\PropertyMob\Backstepper_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Blocker_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Blocker_Move.wav',$path&'\rez\Snd2\AI4\PropertyMob\Blocker_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Blocker_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Blocker_Start.wav',$path&'\rez\Snd2\AI4\PropertyMob\Blocker_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Destructor_Boom.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Destructor_Boom.wav',$path&'\rez\Snd2\AI4\PropertyMob\Destructor_Boom.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Destructor_Move_LEFT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Destructor_Move_LEFT.wav',$path&'\rez\Snd2\AI4\PropertyMob\Destructor_Move_LEFT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Destructor_Move_RIGHT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Destructor_Move_RIGHT.wav',$path&'\rez\Snd2\AI4\PropertyMob\Destructor_Move_RIGHT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\Destructor_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\Destructor_Ready.wav',$path&'\rez\Snd2\AI4\PropertyMob\Destructor_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\MegaBoomer_Boom.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\MegaBoomer_Boom.wav',$path&'\rez\Snd2\AI4\PropertyMob\MegaBoomer_Boom.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\MegaBoomer_Ready.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\MegaBoomer_Ready.wav',$path&'\rez\Snd2\AI4\PropertyMob\MegaBoomer_Ready.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\NoPropertyMob_Boom.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\NoPropertyMob_Boom.wav',$path&'\rez\Snd2\AI4\PropertyMob\NoPropertyMob_Boom.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\PropertyMob_Down.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\PropertyMob_Down.wav',$path&'\rez\Snd2\AI4\PropertyMob\PropertyMob_Down.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\PropertyMob\PropertyMob_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\PropertyMob\PropertyMob_Move.wav',$path&'\rez\Snd2\AI4\PropertyMob\PropertyMob_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Crash1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Crash1.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Crash1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Crash2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Crash2.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Crash2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Destory_Phase1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase1.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Destory_Phase2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase2.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Destory_Phase3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase3.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Destory_Phase3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI4\TopObject\TopObject_Drop.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI4\TopObject\TopObject_Drop.wav',$path&'\rez\Snd2\AI4\TopObject\TopObject_Drop.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\BGM\BOSS_BGM.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\BGM\BOSS_BGM.wav',$path&'\rez\Snd2\AI5\BGM\BOSS_BGM.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\BGM\FlameMonarchAppear_BGM.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\BGM\FlameMonarchAppear_BGM.wav',$path&'\rez\Snd2\AI5\BGM\FlameMonarchAppear_BGM.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Assembly\Assembly_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Assembly\Assembly_Die.wav',$path&'\rez\Snd2\AI5\Monster\Assembly\Assembly_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Assembly\Assembly_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Assembly\Assembly_Move.wav',$path&'\rez\Snd2\AI5\Monster\Assembly\Assembly_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Assembly\Assembly_Move1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Assembly\Assembly_Move1.wav',$path&'\rez\Snd2\AI5\Monster\Assembly\Assembly_Move1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Assembly\Assembly_Move2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Assembly\Assembly_Move2.wav',$path&'\rez\Snd2\AI5\Monster\Assembly\Assembly_Move2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Assembly\Assembly_Rezen.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Assembly\Assembly_Rezen.wav',$path&'\rez\Snd2\AI5\Monster\Assembly\Assembly_Rezen.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Dot.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Dot.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Dot.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_DotEnd.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_DotEnd.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_DotEnd.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_End.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_fire.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_fire.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_fire.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Hit.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Hit.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Hit.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Start.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Breath_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Die.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Division.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Division.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Division.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Eject.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_End.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Middle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Middle.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Middle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Start.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Eject_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_End.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_fire.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_fire.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_fire.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Hit.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Hit.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Hit.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Start.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Laser_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move1.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move2.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move3.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move4.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move5.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Move6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Move6.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Move6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_End.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_Start.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Quake_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen_Start.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Rezen_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Roundstart.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Roundstart.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Roundstart.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Atlas\Atlas_Skill_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Atlas\Atlas_Skill_End.wav',$path&'\rez\Snd2\AI5\Monster\Atlas\Atlas_Skill_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Die.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Eject.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Eject.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Eject.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerWheelA_Eject_Loop.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerWheelA_Eject_Loop.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerWheelA_Eject_Loop.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move1.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move2.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move3.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move4.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move5.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move6.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelA\BoomerwheelA_Move6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Die.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move1.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move2.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move3.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move4.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move5.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move5.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move5.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move6.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move6.wav',$path&'\rez\Snd2\AI5\Monster\BoomerwheelB\BoomerwheelB_Move6.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\CobraGirl\CobraGirl_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\CobraGirl\CobraGirl_Die.wav',$path&'\rez\Snd2\AI5\Monster\CobraGirl\CobraGirl_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_COMBO.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_COMBO.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_COMBO.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DOWN.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DOWN.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DOWN.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DROP.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DROP.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_DROP.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_FINISH.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_FINISH.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_FINISH.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_READY.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_SHOOT.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_SHOOT.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_SHOOT.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_TARGETING.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_TARGETING.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_LASER_TARGETING.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_ATTACK.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_ATTACK.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_ATTACK.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_READY.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_READY.wav',$path&'\rez\Snd2\AI5\Monster\Destroyer\DESTROYER_SWING_READY.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_BrokenWing.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_BrokenWing.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_BrokenWing.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_1.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_2.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_3.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_CriticalHit_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Die.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_1.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_2.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_3.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Hit_3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Move.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Move.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Move.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Laser.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Laser.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Laser.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Middle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Middle.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Middle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Start.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_OneLaser_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_End.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_End.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_End.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle2.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Quake_Middle2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Rezen.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Rezen.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Rezen.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Quake.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Quake.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Quake.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Start.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Vertical.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Vertical.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_Seize_Vertical.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserLeft.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserLeft.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserLeft.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserRight.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserRight.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_LaserRight.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Middle.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Middle.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Middle.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Start.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Start.wav',$path&'\rez\Snd2\AI5\Monster\FlameMonarch\FlameMonarch_TwoLaser_Start.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Fragment\Fragment_Explode1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Fragment\Fragment_Explode1.wav',$path&'\rez\Snd2\AI5\Monster\Fragment\Fragment_Explode1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Fragment\Fragment_Explode2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Fragment\Fragment_Explode2.wav',$path&'\rez\Snd2\AI5\Monster\Fragment\Fragment_Explode2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Attack1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Attack1.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Attack1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Attack2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Attack2.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Attack2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Breath.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Breath.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Breath.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Die.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Die.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Die.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Knockback.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Knockback.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Knockback.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Move1.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Move1.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Move1.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Move2.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Move2.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Move2.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Move3.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Move3.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Move3.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster\Lutant\Lutant_Move4.wav")
Fileinstall('C:\Users\pc\Desktop\cfchina\FULL\FULLLLLLL\rez\Snd2\AI5\Monster\Lutant\Lutant_Move4.wav',$path&'\rez\Snd2\AI5\Monster\Lutant\Lutant_Move4.wav',1)
$dem=$dem+1
IniWrite($sFilePath, "General", "cout",$dem)
IniWrite($sFilePath, "General", "namepath","rez\Snd2\AI5\Monster
Public Last updated: 2018-01-14 08:38:58 AM
