GithubHelp home page GithubHelp logo

About China Server about sakura HOT 6 CLOSED

GB756980 avatar GB756980 commented on May 28, 2024
About China Server

from sakura.

Comments (6)

GB756980 avatar GB756980 commented on May 28, 2024 3

`@echo off

REM 修改为自己的英雄联盟的Game文件夹路径(Modify the path to your League of Legends Game folder)
set LOL_game_path=D:\Game\WeGame\WeGameApps\英雄联盟\Game

REM 修改为自己的R3nzSkin的dll文件路径(Modify the dll file path to your R3nzSkin)
set R3nzSkin_dll_path=D:\Game\Game Tools\LOL\R3nzSkin\R3nzSkin.dll

REM 修改为自己的Sakura的dll文件路径(Modify the dll file path to your Sakura)
set Sakura_dll_path=D:\Game\Game Tools\LOL\Sakura\Sakura.dll

title R3nzSkin 或 Sakura 的注入器(R3nzSkin or Sakura Injector)

color 0A
MODE con: COLS=65 LINES=30
echo ===============================
echo R3nzSkin 或 Sakura 的注入器
echo R3nzSkin or Sakura Injector
echo ===============================
echo.
echo 1、注入R3nzSkin(Inject R3nzSkin)
echo 2、注入Sakura(Inject Sakura)
echo.

goto query

REM 询问函数(Query_Function)
:query
echo.
set var=""
set /p var="请选择您需要注入的dll?(Select the dll you want to inject?)"
goto select

REM 选择函数(Select_Function)
:select
if %var%=="" (
goto exit
) else (
echo.%var%| findstr /R "^[0-9]*$" >nul
)
if %errorlevel% equ 0 (
if "%var%"=="1" (
goto Inject_R3nzSkin
) else if "%var%"=="2" (
goto Inject_Sakura
) else (
goto Invalid_Input
)
) else (
goto Invalid_Input
)
goto :eof

REM 注入R3nzSkin(Inject R3nzSkin)
:Inject_R3nzSkin
REM 删除 hid.dll 文件(Delete the hid.dll file)
del "%LOL_game_path%\hid.dll" /f /q
REM 复制文件并重命名为 hid.dll(Copy the file and rename it hid.dll)
copy "%R3nzSkin_dll_path%" "%LOL_game_path%\hid.dll"
echo 已注入R3nzSkin!(R3nzSkin has been injected!)
echo.
pause
goto query

REM 注入Sakura(Inject Sakura)
:Inject_Sakura
REM 删除 hid.dll 文件(Delete the hid.dll file)
del "%LOL_game_path%\hid.dll" /f /q
REM 复制文件并重命名为 hid.dll(Copy the file and rename it hid.dll)
copy "%Sakura_dll_path%" "%LOL_game_path%\hid.dll"
echo 已注入Sakura!(Sakura has been injected!)
echo.
pause
goto query

REM 反馈无效输入的函数(A function that feeds back invalid input)
:Invalid_Input
echo.
echo 无效的输入!(Invalid input!)
echo.
pause
goto query

REM 退出函数(Exit_Function)
REM 询问时,直接回车即退出(When asked, simply press enter to exit)
:exit
exit`

from sakura.

GB756980 avatar GB756980 commented on May 28, 2024 2

如你所说,虽然这样不是很安全。但是,对于**服务器来说,只能这样才能使用这两个插件。
不过,我有一个想法。使用一个bat,通过输入1或2,便捷的删除dll文件,并复制另一个dll文件到Game文件夹,这样应该会比较便捷。
下面是我自己写的bat,应该会对其他人有一些帮助。
我现在没有疑问了,谢谢你耐心地解答。

Like you said, even though it's not very safe. However, for Chinese servers, this is the only way to use both plug-ins.
But I have an idea. Using a bat, simply delete the dll file by typing 1 or 2, and copy another dll file into the Game folder, which should be easier.
Here is my own bat, which should be of some help to others.
I have no questions now, thank you for your patience.

from sakura.

rumi-chan avatar rumi-chan commented on May 28, 2024

R3nzTheCodeGOD/R3nzSkin#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?

Yes, you can do the same method with Sakura. Rename it to hid.dll and put it to Game directory.
But I don't recommend this injection method because I don't know how dangerous it is.

from sakura.

GB756980 avatar GB756980 commented on May 28, 2024

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.
There's no way to make these two programs work at the same time, is there?

from sakura.

rumi-chan avatar rumi-chan commented on May 28, 2024

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. There's no way to make these two programs work at the same time, is there?

You can't inject 2 dll files at the same time that way. (as far as I know)
But why would you want to inject both?

from sakura.

GB756980 avatar GB756980 commented on May 28, 2024

因为当我需要使用某一个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.

from sakura.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.