Removed Reports Manager

This commit is contained in:
L7NEG 2024-08-31 09:42:42 +03:00
parent 503c1f2ba3
commit 6b592202ff
2 changed files with 3 additions and 30 deletions

View File

@ -14,7 +14,7 @@
> RIP Cargo Method
> Yes You Heard it Right Unfotunately The Most Used Money Method Among Modders Just Got Detected So > Just Stay Away From Any Ceo 6 mil script including UltimateMenu if you want to use it just use it with your own risk
> until then you can just use nightclub safe loop or modded heists cuts
> it was the beast from late 2022 when it was 10 mil per crate till it got just detected on 13/8/2024 > which is just 6 mil per crate xD gg rockstar if you really need money use this method only to sell 111 crates once fr then wait 2 weeks irl and done.
> it was the beast from late 2022 when it was 10 mil per crate till it got just detected on 13/8/2024 > which is just 6 mil per crate xD gg rockstar if you really need money use nightclub safeloop or air cargo crates.
# How To Use Ultimate Menu Script
For every Version of the ultimate menu (Kiddion/YimMenu) there is a different use and ways to fully Run It.
@ -138,6 +138,6 @@ No ETA for big updates also because i don't know actually if im going to be able
--------------------------------------------------------------------------------------------------
## About
- By the way to anyone who ask's about the Ultimate-Menu script, is not entire mine, there is actually in credits every single person who i taked code from and who helped me with this.
## Latest Ultimate Menu Kiddions update was on: 22/08/2024
## Latest Ultimate Menu YimMenu update was on: 22/08/2024
## Latest Ultimate Menu Kiddions update was on: 31/08/2024
## Latest Ultimate Menu YimMenu update was on: 31/08/2024

View File

@ -13117,33 +13117,6 @@ ReportsMenu:add_imgui(function()
ImGui.Text("Friendly: " ..stats.get_int("MPPLY_FRIENDLY"))
ImGui.Text("Helpful: " ..stats.get_int("MPPLY_HELPFUL"))
end)
ReportsMenu:add_separator()
ReportsMenu:add_text("Report Manager")
ReportManager = 0
ReportHash = 0
ReportAmount = 1
ReportsMenu:add_imgui(function()
ReportHashes = {"MPPLY_GRIEFING","MPPLY_EXPLOITS","MPPLY_GAME_EXPLOITS","MPPLY_TC_ANNOYINGME","MPPLY_TC_HATE","MPPLY_VC_ANNOYINGME","MPPLY_VC_HATE","MPPLY_OFFENSIVE_LANGUAGE","MPPLY_OFFENSIVE_TAGPLATE","MPPLY_OFFENSIVE_UGC","MPPLY_BAD_CREW_NAME","MPPLY_BAD_CREW_MOTTO","MPPLY_BAD_CREW_STATUS","MPPLY_BAD_CREW_EMBLEM","MPPLY_FRIENDLY","MPPLY_HELPFUL"}
ReportManager = ImGui.Combo("##ReportsMenu", ReportManager, { "Remove", "Add" }, 2)
ReportHash = ImGui.Combo("##ReportHash", ReportHash, ReportHashes, 16, 16)
ImGui.PushItemWidth(140)
ReportAmount, used = ImGui.SliderInt("##Amount", ReportAmount, 1, 10)
ImGui.SameLine()
UpdateReport = ImGui.Button("Execute");
if UpdateReport then
if ReportManager == 0 then
stats.set_int(joaat(ReportHashes[ReportHash + 1]), stats.get_int(ReportHashes[ReportHash + 1]) - ReportAmount)
gui.show_message("Reports Manager (Removed!)", "Modified Report: "..(ReportHashes[ReportHash + 1]).. "\nAmount: "..ReportAmount.. "\nRestart Script to see updated values")
else
stats.set_int(joaat(ReportHashes[ReportHash + 1]), stats.get_int(ReportHashes[ReportHash + 1]) + ReportAmount)
gui.show_message("Reports Manager (Added!)", "Modified Report: "..(ReportHashes[ReportHash + 1]).. "\nAmount: "..ReportAmount.. "\nRestart Script to see updated values")
end
end
end)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------