锐起CGO2043服务端出盘源码

曾经的锐起CGO2043是以IMG包的形式存放游戏的,但服务端又不能自动出盘进行更新,当时就写了这个工具,开机可以自动开IMG包,达到自动更新游戏的目的!
源码为delphi,如果需要的可以下载!

下载地址

链接: https://pan.baidu.com/s/1nuNi8hr 密码: r7g6

解压密码 bnwin.com

其中部份源码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
s3:^Integer;
begin
GSGW32_LoadDriver;
s1:=dname;
s2:=(dsize*1024)*1024;
s2:=s2*1024;
asm
lea eax,s2;
mov edx,s1;
mov al,[edx];
mov s3,eax;
end;
GSGW32_Mount(sn,s3,@s2,PChar(dimg));
end;

function TService1.diskgo(diskname:string):Boolean;
var
d2:string;
n,i:Integer;
begin
d2:=UpperCase(Trim(diskname));
for i:=1 to Length(d2) do
begin
n:=Ord(d2[i]);
GSGW32_Umount(n);
end;
GSGW32_UnloadDriver;
end;
-------------本文已结束赏个小钱吧-------------
×

感谢您的支持,我们会一直保持!

扫码支持
请土豪扫码随意打赏

打开微信扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

64.7K