Skip to content

Commit af610a9

Browse files
committed
free aram boost exploit, searchable instalock
1 parent b35acc6 commit af610a9

3 files changed

Lines changed: 920 additions & 67 deletions

File tree

KBotExt/CustomTab.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ class CustomTab
3535
std::copy(S.customTab.requestText.begin(), S.customTab.requestText.end(), requestText);
3636
std::copy(S.customTab.port.begin(), S.customTab.port.end(), inputPort);
3737
std::copy(S.customTab.header.begin(), S.customTab.header.end(), inputHeader);
38-
39-
ledgeUrl = GetLedgeUrl();
40-
storeUrl = LCU::Request("GET", "/lol-store/v1/getStoreUrl");
41-
storeUrl.erase(std::remove(storeUrl.begin(), storeUrl.end(), '"'), storeUrl.end());
4238
}
4339

4440
if (onOpen)
4541
{
4642
customHeader = LCU::league.header;
4743
customPort = LCU::league.port;
44+
45+
ledgeUrl = GetLedgeUrl();
46+
storeUrl = LCU::Request("GET", "/lol-store/v1/getStoreUrl");
47+
storeUrl.erase(std::remove(storeUrl.begin(), storeUrl.end(), '"'), storeUrl.end());
4848
}
4949

5050
ImGui::Text("Method:");

0 commit comments

Comments
 (0)