只要是编译出来后,这个16进制的注册表就写不进去,但是,在AU3运行里面可以写入,编译出来就不能写入,帮我看下什么原因
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160","Language","REG_SZ","FRENCH")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\FileSystem","DataPath","REG_SZ","H:\HDGAME\EARTH2~1/>")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\FileSystem","OutputDir","REG_SZ","H:\\HDGAME\\EARTH2~1")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\FileSystem","Version","REG_SZ","1.3")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\FileSystem","MyDocumentsFolder","REG_SZ","Earth 2160")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\Network","EarthNet_ServersAddresses","REG_SZ",'\"EarthNet\"\"netserver.earth2160.com\"')
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\Network","EarthNet_NATResolverAddress","REG_SZ","netserver.earth2160.com:17172")
RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Reality Pump\Earth2160\SerialKey","ActivationServer","REG_SZ","https://secure.zuxxez.com/2160/ActivationFrontendGame.php")
RegWrite("HKEY_LOCAL_MACHINE\Software\Reality Pump\Earth2160\SerialKey","SerialKey","REG_BINARY",'0x4e3fbe33cdad3edcbefb74b85168ea345b2bc96900000000')
run("d:\game\Earth2160.exe","d:\game")
[ 本帖最后由 lufo1989 于 2008-12-18 02:03 编辑 ] |