diff --git a/src/random_shit/menulayer_ruinify.hpp b/src/random_shit/menulayer_ruinify.hpp index cadc555..da789f7 100644 --- a/src/random_shit/menulayer_ruinify.hpp +++ b/src/random_shit/menulayer_ruinify.hpp @@ -382,15 +382,11 @@ class $modify(MenuLayerExt, MenuLayer) { get_rand_meme_button_menu_long_var_here_for_ever->setPosition({ 230.f, 6.f }); this->addChild(get_rand_meme_button_menu_long_var_here_for_ever); - auto gif = InstantGif::create("NX_vcjZmQ9w.gif"); - gif->m_speed_mult = 1.241; - - SetForegroundWindow(GetConsoleWindow()); - freopen_s(reinterpret_cast(stdin), "CONIN$", "r", stdin); - std::cin >> gif->m_speed_mult; - - if (gif) gif->setPosition(this->getContentSize() / 2); - if (gif) this->addChild(gif); + if (auto gif = InstantGif::create("NX_vcjZmQ9w.gif")) { + gif->m_speed_mult = 1.241; + gif->setPosition(this->getContentSize() / 2); + this->addChild(gif); + }; GameManager::get()->fadeInMusic("NX_vcjZmQ9w.mp1337"); GameManager::get()->fadeInMusic("NX_vcjZmQ9w.mp3");