Skip to content

Commit

Permalink
Font Scale Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hotline1337 committed Nov 1, 2023
1 parent 260ef5e commit cb55f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R3nzSkin/GUI.cpp
Expand Up @@ -46,6 +46,11 @@ static void changeTurretSkin(const std::int32_t skinId, const std::int32_t team)

void GUI::render() noexcept
{
std::call_once(set_font_scale, [&]
{
ImGui::GetIO().FontGlobalScale = cheatManager.config->fontScale;
});

const auto player{ cheatManager.memory->localPlayer };
const auto heroes{ cheatManager.memory->heroList };
static const auto my_team{ player ? player->get_team() : 100 };
Expand Down
1 change: 1 addition & 0 deletions R3nzSkin/GUI.hpp
Expand Up @@ -5,6 +5,7 @@ class GUI {
void render() noexcept;

bool is_open{ true };
std::once_flag set_font_scale;
private:
char str_buffer[256];
};

11 comments on commit cb55f10

@XJopekX
Copy link

@XJopekX XJopekX commented on cb55f10 Nov 5, 2023

Choose a reason for hiding this comment

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

Hello mam, after i downloaded The skinchanger, most of my game accounts were tried to be hacked, what is going on Man? 😅

@manuelkkkkk
Copy link

Choose a reason for hiding this comment

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

Hello bro, the supergalactic rumble skin since I started using the program has a certain problem that when you use the Q the lighter animation goes to another side which should not be directed, to see if you can fix that problem that I would love to play with that skin, by the way, thank you very much for bringing the program

@1ntrspct
Copy link

Choose a reason for hiding this comment

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

Hello mam, after i downloaded The skinchanger, most of my game accounts were tried to be hacked, what is going on Man? 😅

Bruh, WHY ARE U COMMENTING COMMIT with that reason. You use skinchanger at your own risk, all files in this repository are open source and absolutely clear. I don't think it's the problem :)))))

@1ntrspct
Copy link

Choose a reason for hiding this comment

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

Hello bro, the supergalactic rumble skin since I started using the program has a certain problem that when you use the Q the lighter animation goes to another side which should not be directed, to see if you can fix that problem that I would love to play with that skin, by the way, thank you very much for bringing the program

https://github.com/R3nzTheCodeGOD/R3nzSkin/issues <<<------ Tell about your problem here

@XJopekX
Copy link

Choose a reason for hiding this comment

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

You all say that it is a false positive, but in reality it isn’t. I was lucky that I managed to retrieve all of my stolen accounts. I just want to let people know that it is a Trojan. Don’t download it unless you want to let hackers gain access to your computer. That’s their way of making money.

@1ntrspct
Copy link

Choose a reason for hiding this comment

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

You all say that it is a false positive, but in reality it isn’t. I was lucky that I managed to retrieve all of my stolen accounts. I just want to let people know that it is a Trojan. Don’t download it unless you want to let hackers gain access to your computer. That’s their way of making money.

Bro, u are stupid as fuck. Its repo of fucking OPEN SOURCE SKINCHANGER. You, or any of your code-savvy friends, can check every file in the repository . Check your computer with any utility (e.g. DrWebCUREit) and stop downloading shit on your computer.

@XJopekX
Copy link

Choose a reason for hiding this comment

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

Then explain why when I tried to download the skinchanger I was alerted that I’m trying to download a Trojan? I checked the forum and saw that it is a false positive, so I downloaded it. 4 hours later a literal hacker raid was performed on my computer and after I had deleted the skinchanger files everything returned to normal.

@1ntrspct
Copy link

Choose a reason for hiding this comment

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

Then explain why when I tried to download the skinchanger I was alerted that I’m trying to download a Trojan? I checked the forum and saw that it is a false positive, so I downloaded it. 4 hours later a literal hacker raid was performed on my computer and after I had deleted the skinchanger files everything returned to normal.

You're an incurable asshole...

@forforongo
Copy link

Choose a reason for hiding this comment

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

Why don't the fiddlesticks wards change?please answer

@Luizinnnnn
Copy link

Choose a reason for hiding this comment

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

Why did you stop updating the program?

@ceza6300
Copy link

Choose a reason for hiding this comment

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

oyuna guncelleme geldi gitti progam calişmiyor artik

Please sign in to comment.