-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About China Server #8
Comments
Yes, you can do the same method with Sakura. Rename it to hid.dll and put it to Game directory. |
R3nzSkin.dll已经更名成hid.dll,Sakura无法再更名成hid.dll。显而易见,这样会让名字重复。 R3nzSkin.dll has been renamed to hid.dll, Sakura cannot be renamed to hid.dll again. Obviously, this makes the name duplicate. |
You can't inject 2 dll files at the same time that way. (as far as I know) |
因为当我需要使用某一个dll的时候,我需要手动更改文件名,并将它复制到Game目录下。对我来说,这是比较繁琐的。 Because when I need to use a dll, I need to manually change the file name and copy it into the Game directory. For me, this is more tedious. |
如你所说,虽然这样不是很安全。但是,对于中国服务器来说,只能这样才能使用这两个插件。 Like you said, even though it's not very safe. However, for Chinese servers, this is the only way to use both plug-ins. |
`@echo off REM 修改为自己的英雄联盟的Game文件夹路径(Modify the path to your League of Legends Game folder) REM 修改为自己的R3nzSkin的dll文件路径(Modify the dll file path to your R3nzSkin) REM 修改为自己的Sakura的dll文件路径(Modify the dll file path to your Sakura) title R3nzSkin 或 Sakura 的注入器(R3nzSkin or Sakura Injector) color 0A goto query REM 询问函数(Query_Function) REM 选择函数(Select_Function) REM 注入R3nzSkin(Inject R3nzSkin) REM 注入Sakura(Inject Sakura) REM 反馈无效输入的函数(A function that feeds back invalid input) REM 退出函数(Exit_Function) |
https://github.com/R3nzTheCodeGOD/R3nzSkin/issues/544
修改R3nzSkin.dll为hid.dll,并将其复制到LOL的Game目录下,即可使用!
Sakura是否也可以?如果可以,修改成什么名字呢?
Change R3nzSkin.dll to hid.dll and copy it to LOL's Game directory and it's ready to use!
Can Sakura do the same? If so, what name should I change it to?
The text was updated successfully, but these errors were encountered: