لا توجد بيانات
المشتركون
+424 ساعات
+247 أيام
+1630 أيام
أرشيف المشاركات
Repost from OG Cheats Official
GodView SDK Based In lua.
First In Whole Telegram, Share With Credits.
Made by @Filzer_OP
For more join @GG_NEMESiS
Key:
GwqCQHjEPkN7nSWI3Zmp
New Update Changed Logs!!:-
•Added Outfit SKIN Hack
•Added Guns SKIN Hacks
•Added God View [Some Bugs]
Note:- Must Test in Guest Because We Newly Added Hacks. So we don't know Ban or notImDrawList* draw_list = ImGui::GetWindowDrawList();
ImVec2 p = ImGui::GetCursorScreenPos();
float width = ImGui::GetWindowWidth();
float height = ImGui::GetWindowHeight();
draw_list->AddRectFilled(p, ImVec2(p.x + width, p.y + height), IM_COL32(0, 65, 128, 255));
draw_list->AddRectFilled(ImVec2(p.x, p.y), ImVec2(p.x + width / 3, p.y + height), IM_COL32(255, 255, 255, 255));
ImVec2 moonCenter = ImVec2(p.x + width / 2, p.y + height / 2);
float moonRadius = height / 3;
draw_list->AddCircleFilled(moonCenter, moonRadius, IM_COL32(0, 65, 128, 255));
draw_list->AddCircleFilled(moonCenter, moonRadius * 0.85, IM_COL32(0, 65, 128, 255), 64);
ImVec2 starCenter = ImVec2(moonCenter.x - moonRadius * 0.2, moonCenter.y - moonRadius * 0.2);
float starRadius = moonRadius * 0.15;
draw_list->AddCircleFilled(starCenter, starRadius, IM_COL32(255, 255, 255, 255), 5, 0.5f);
