Sorry... although I've been lurking all along... I'm still very much a newbie..
I know the rules... I already searched and still couldn't find what I wanted.. so that's why I opened this thread
Here's the situation... I'm an Internet café administrator.
I just installed Meteor, Butterfly, and a Blade ... because it needs a serial number... I made a registry import...
But... once connected to the network it says the serial numbers are the same...
Mm..
I tried writing a P
@echo off
regedit /s G:\Meteor\流星蝴蝶剑.reg
........
........
reg add "HKEY_LOCAL_MACHINE\Software\InterServ\Meteor" /v Serial /t reg_sz /d %random% /f
start G:\Meteor\Meteor.exe
=======================
流星蝴蝶剑.reg
REGEDIT4
"Path"="G:\\Meteor"
"Exe"="G:\\Meteor\\meteor.exe"
"Serial"="d32c1542240dc7"
"Uninstall"="RunDll32 C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\ENGINE\\6\\INTEL3~1\\Ctor.dll,LaunchSetup \"C:\\Program Files\\InstallShield Installation Information\\{4AB3FF26-7194-49B8-8E3F-C12890B3894C}\\SETUP.EXE\" -l0x804 "
======================
Then.. the problem is that %random% in the P refers to a file of mine called CDK.TXT
======================
CDK.TXT
d32c1542240dc7
f0a03ce05646f4
95d918e3d1ef61
19654494997df4
c3bd21990b3182
72d1e4a2c9c57b
e831d060c0b8a9
43e4a0bb1b4842
abca5be7b61c56
1c7fc8cbc22a2f
862cf5bd2fce26
=======================
My skill level is limited.. I really can't figure out random variables thoroughly...
Now I want %random% to replace a random line from CDK.TXT
to complete the P above
I'd appreciate it if you guys could patiently help me out with this
[ Last edited by 414893029 on 2008-4-10 at 10:48 AM ]
I know the rules... I already searched and still couldn't find what I wanted.. so that's why I opened this thread
Here's the situation... I'm an Internet café administrator.
I just installed Meteor, Butterfly, and a Blade ... because it needs a serial number... I made a registry import...
But... once connected to the network it says the serial numbers are the same...
Mm..
I tried writing a P
@echo off
regedit /s G:\Meteor\流星蝴蝶剑.reg
........
........
reg add "HKEY_LOCAL_MACHINE\Software\InterServ\Meteor" /v Serial /t reg_sz /d %random% /f
start G:\Meteor\Meteor.exe
=======================
流星蝴蝶剑.reg
REGEDIT4
"Path"="G:\\Meteor"
"Exe"="G:\\Meteor\\meteor.exe"
"Serial"="d32c1542240dc7"
"Uninstall"="RunDll32 C:\\PROGRA~1\\COMMON~1\\INSTAL~1\\ENGINE\\6\\INTEL3~1\\Ctor.dll,LaunchSetup \"C:\\Program Files\\InstallShield Installation Information\\{4AB3FF26-7194-49B8-8E3F-C12890B3894C}\\SETUP.EXE\" -l0x804 "
======================
Then.. the problem is that %random% in the P refers to a file of mine called CDK.TXT
======================
CDK.TXT
d32c1542240dc7
f0a03ce05646f4
95d918e3d1ef61
19654494997df4
c3bd21990b3182
72d1e4a2c9c57b
e831d060c0b8a9
43e4a0bb1b4842
abca5be7b61c56
1c7fc8cbc22a2f
862cf5bd2fce26
=======================
My skill level is limited.. I really can't figure out random variables thoroughly...
Now I want %random% to replace a random line from CDK.TXT
to complete the P above
I'd appreciate it if you guys could patiently help me out with this
[ Last edited by 414893029 on 2008-4-10 at 10:48 AM ]
