Skip to content

Commit

Permalink
Fixed R3nzSkin's broken features and updated for patch 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Jan 10, 2024
1 parent 1d8cd84 commit 88fff8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R3nzSkin/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inline static void footer() noexcept
static const auto buildText{ "Last Build: "s + __DATE__ + " - " + __TIME__ };
ImGui::Separator();
ImGui::textUnformattedCentered(buildText.c_str());
ImGui::textUnformattedCentered("Copyright (C) 2021-2023 R3nzTheCodeGOD");
ImGui::textUnformattedCentered("Copyright (C) 2021-2024 R3nzTheCodeGOD");
}

static void changeTurretSkin(const std::int32_t skinId, const std::int32_t team) noexcept
Expand Down
2 changes: 1 addition & 1 deletion R3nzSkin_Injector/R3nzUI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ namespace R3nzSkinInjector {
this->copyrightLabel->Size = Drawing::Size(207, 14);
this->copyrightLabel->TabIndex = 11;
this->copyrightLabel->TabStop = true;
this->copyrightLabel->Text = L"Copyright (c) 2021-2023 R3nzTheCodeGOD";
this->copyrightLabel->Text = L"Copyright (c) 2021-2024 R3nzTheCodeGOD";
this->copyrightLabel->TextAlign = ContentAlignment::MiddleCenter;
this->copyrightLabel->LinkClicked += gcnew LinkLabelLinkClickedEventHandler(this, &R3nzUI::copyrightLabel_LinkClicked);
//
Expand Down

2 comments on commit 88fff8b

@duola1222
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I use the new version of r3?I deleted the old version and cleared the registry of lol, but when I renamed r3nzskin.dll to hid.dll and put it in the game folder, it can't play the game, and after I start r3nzskin.exe, I can recognize the client and the game, but I can't recognize the r3nzskin .dll file, even if I put it and .exe in a folder, what should I do?

@Laakeer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, didnt you made announcement about vangurd that we cant use skin changer (R3NZ) in 2024.
And yeah its working for now, we will see in future.
Anyway thank you for links and skins its good, keep it coming <3

Please sign in to comment.