mirror of
https://github.com/UltimateMenu/UltimateMenu.git
synced 2025-09-19 12:06:05 +08:00
Initial Commit
This commit is contained in:
@ -1,49 +0,0 @@
|
|||||||
-- https://dsc.gg/l7neg-
|
|
||||||
-- https://l7neg.is-a.dev
|
|
||||||
--©️ 2023 L7NEG
|
|
||||||
boolcl = false
|
|
||||||
Cloop = false
|
|
||||||
local WH = script("am_mp_warehouse")
|
|
||||||
local function Cloop()
|
|
||||||
while Cloop do
|
|
||||||
if WH:is_active() then
|
|
||||||
menu.send_key_up(83)
|
|
||||||
menu.send_key_press(69)
|
|
||||||
sleep(1)
|
|
||||||
if not WH:is_active() then
|
|
||||||
menu.send_key_press(13)
|
|
||||||
menu.send_key_down(83)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
menu.add_toggle("Automatic Sell Crate Afk Male", function()
|
|
||||||
return boolcl
|
|
||||||
end, function()
|
|
||||||
boolcl = not boolcl
|
|
||||||
Cloop(boolcl)
|
|
||||||
|
|
||||||
end)
|
|
||||||
|
|
||||||
boolclFemale = false
|
|
||||||
CloopFemale = false
|
|
||||||
local function CloopFemale()
|
|
||||||
while CloopFemale do
|
|
||||||
if WH:is_active() then
|
|
||||||
menu.send_key_up(87)
|
|
||||||
menu.send_key_press(69)
|
|
||||||
sleep(1)
|
|
||||||
if not WH:is_active() then
|
|
||||||
menu.send_key_press(13)
|
|
||||||
menu.send_key_down(83)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
menu.add_toggle("Automatic Sell Crate AFK Female", function()
|
|
||||||
return boolclFemale
|
|
||||||
end, function()
|
|
||||||
boolclFemale = not boolclFemale
|
|
||||||
CloopFemale(boolclFemale)
|
|
||||||
|
|
||||||
end)
|
|
@ -27,7 +27,7 @@ local function Text(text)
|
|||||||
end
|
end
|
||||||
|
|
||||||
Text("-----------------------------------------------------")
|
Text("-----------------------------------------------------")
|
||||||
Text(" ✅ Ultimate Menu 1.68 [V19] ✅ ")
|
Text(" ✅ Ultimate Menu 1.68 [V2.0] ✅ ")
|
||||||
Text("-----------------------------------------------------")
|
Text("-----------------------------------------------------")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -154,6 +154,36 @@ end, function(BadSport)
|
|||||||
a74 = BadSport
|
a74 = BadSport
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
a74 = 1
|
||||||
|
Self:add_array_item("Fast Run And Reload", { "Add", "Remove" }, function()
|
||||||
|
return a74
|
||||||
|
end, function(FRAR)
|
||||||
|
if FRAR == 1 then
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_1_UNLCK", -1)
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_2_UNLCK", -1)
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_3_UNLCK", -1)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_1_UNLCK", -1)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_2_UNLCK", -1)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_3_UNLCK", -1)
|
||||||
|
globals.set_int(1575032, 1)
|
||||||
|
globals.set_int(1574589, 1)
|
||||||
|
sleep(0.2)
|
||||||
|
globals.set_int(1574589, 0)
|
||||||
|
elseif FRAR == 2 then
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_1_UNLCK", 0)
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_2_UNLCK", 0)
|
||||||
|
stats.set_int(MPX .. "CHAR_ABILITY_3_UNLCK", 0)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_1_UNLCK", 0)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_2_UNLCK", 0)
|
||||||
|
stats.set_int(MPX .. "CHAR_FM_ABILITY_3_UNLCK", 0)
|
||||||
|
globals.set_int(1575032, 1)
|
||||||
|
globals.set_int(1574589, 1)
|
||||||
|
sleep(0.2)
|
||||||
|
globals.set_int(1574589, 0)
|
||||||
|
end
|
||||||
|
a74 = FRAR
|
||||||
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
Self:add_action("Empty Session", function()
|
Self:add_action("Empty Session", function()
|
||||||
@ -17277,36 +17307,6 @@ CrewRankNote:add_action(" Credits: SilentSalo", null)
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
SelfRX = RMenu:add_submenu("Fast Run Ability Unlock Menu")
|
|
||||||
|
|
||||||
SelfRX:add_action("Fast Run and Reload", function()
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_1_UNLCK", -1)
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_2_UNLCK", -1)
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_3_UNLCK", -1)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_1_UNLCK", -1)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_2_UNLCK", -1)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_3_UNLCK", -1)
|
|
||||||
globals.set_int(1575032, 1)
|
|
||||||
globals.set_int(1574589, 1)
|
|
||||||
sleep(0.2)
|
|
||||||
globals.set_int(1574589, 0)
|
|
||||||
end)
|
|
||||||
|
|
||||||
SelfRX:add_action("Reset Fast Run And Reload", function()
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_1_UNLCK", 0)
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_2_UNLCK", 0)
|
|
||||||
stats.set_int(MPX .. "CHAR_ABILITY_3_UNLCK", 0)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_1_UNLCK", 0)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_2_UNLCK", 0)
|
|
||||||
stats.set_int(MPX .. "CHAR_FM_ABILITY_3_UNLCK", 0)
|
|
||||||
globals.set_int(1575032, 1)
|
|
||||||
globals.set_int(1574589, 1)
|
|
||||||
sleep(0.2)
|
|
||||||
globals.set_int(1574589, 0)
|
|
||||||
end)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
statMenu = RMenu:add_submenu("Online Stats Editor Menu")
|
statMenu = RMenu:add_submenu("Online Stats Editor Menu")
|
||||||
normalstat = statMenu:add_submenu("Character Data Editor Menu")
|
normalstat = statMenu:add_submenu("Character Data Editor Menu")
|
||||||
distancestat = statMenu:add_submenu("Distance Data Editor Menu")
|
distancestat = statMenu:add_submenu("Distance Data Editor Menu")
|
||||||
@ -23824,7 +23824,7 @@ end)
|
|||||||
CasinoServices:add_action("Lose Slot Machines", function()
|
CasinoServices:add_action("Lose Slot Machines", function()
|
||||||
for i = 3, 196 do
|
for i = 3, 196 do
|
||||||
if i ~= 67 and i ~= 132 then
|
if i ~= 67 and i ~= 132 then
|
||||||
CS:set_int(CMSRRTl + i, math.random(0, 7))
|
CS:set_int(CMSRRTl + i, 0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
@ -23836,17 +23836,17 @@ L7NEGMONEYREMOVER = L7NEG:add_submenu("Money Remover Menu")
|
|||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEGMONEYREMOVER:add_int_range("Set Ballastic Value", 1000000, 1000000, 2147483647, function()
|
L7NEGMONEYREMOVER:add_int_range("Set Ballastic Value", 1000000, 1000000, 2147483647, function()
|
||||||
return globals.get_int(262145 + 20498) ---156036296
|
return globals.get_int(BV)
|
||||||
end, function(value)
|
end, function(value)
|
||||||
globals.set_int(262145 + 20498, value)
|
globals.set_int(BV, value)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEGMONEYREMOVER:add_int_range("Set Casino Chips Buy Limit", 1000000, 0, 2147483647, function()
|
L7NEGMONEYREMOVER:add_int_range("Set Casino Chips Buy Limit", 1000000, 0, 2147483647, function()
|
||||||
return globals.get_int(262145 + 27238) --VC_CASINO_CHIP_MAX_BUY_PENTHOUSE
|
return globals.get_int(CCBL)
|
||||||
end, function(value)
|
end, function(value)
|
||||||
globals.set_int(262145 + 27238, value)
|
globals.set_int(CCBL, value)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -26220,47 +26220,6 @@ end, function() end, function() end, function() end)
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEGREPORTSVIEWMENU:add_action("--------------------------------------------------", function() end)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
L7NEGREPORTSVIEWMENU:add_action("Delete Reports", function()
|
|
||||||
stats.set_int("MPPLY_REPORT_STRENGTH", 0)
|
|
||||||
stats.set_int("MPPLY_COMMEND_STRENGTH", 0)
|
|
||||||
stats.set_int("MPPLY_GRIEFING", 0)
|
|
||||||
stats.set_int("MPPLY_VC_ANNOYINGME", 0)
|
|
||||||
stats.set_int("MPPLY_VC_HATE", 0)
|
|
||||||
stats.set_int("MPPLY_TC_ANNOYINGME", 0)
|
|
||||||
stats.set_int("MPPLY_TC_HATE", 0)
|
|
||||||
stats.set_int("MPPLY_OFFENSIVE_LANGUAGE", 0)
|
|
||||||
stats.set_int("MPPLY_OFFENSIVE_TAGPLATE", 0)
|
|
||||||
stats.set_int("MPPLY_OFFENSIVE_UGC", 0)
|
|
||||||
stats.set_int("MPPLY_BAD_CREW_NAME", 0)
|
|
||||||
stats.set_int("MPPLY_BAD_CREW_MOTTO", 0)
|
|
||||||
stats.set_int("MPPLY_BAD_CREW_STATUS", 0)
|
|
||||||
stats.set_int("MPPLY_BAD_CREW_EMBLEM", 0)
|
|
||||||
stats.set_int("MPPLY_GAME_EXPLOITS", 0)
|
|
||||||
stats.set_int("MPPLY_EXPLOITS", 0)
|
|
||||||
stats.set_int("MPPLY_BECAME_BADSPORT_NUM", 0)
|
|
||||||
stats.set_int("MPPLY_DESTROYED_PVEHICLES", 0)
|
|
||||||
stats.set_int("MPPLY_BECAME_CHEATER_NUM", 0)
|
|
||||||
stats.set_int("MPPLY_BADSPORT_MESSAGE", 0)
|
|
||||||
stats.set_int("MPPLY_GAME_EXPLOITS", 0)
|
|
||||||
stats.set_int("MPPLY_PLAYER_MENTAL_STATE", 0)
|
|
||||||
stats.set_int("MPPLY_PLAYERMADE_TITLE", 0)
|
|
||||||
stats.set_int("MPPLY_PLAYERMADE_DESC", 0)
|
|
||||||
stats.set_int("MPPLY_KILLS_PLAYERS_CHEATER", 0)
|
|
||||||
stats.set_int("MPPLY_DEATHS_PLAYERS_CHEATER", 0)
|
|
||||||
stats.set_bool("MPPLY_ISPUNISHED", false)
|
|
||||||
stats.set_bool("MPPLY_WAS_I_BAD_SPORT", false)
|
|
||||||
stats.set_bool("MPPLY_WAS_I_CHEATER", false)
|
|
||||||
stats.set_bool("MPPLY_CHAR_IS_BADSPORT", false)
|
|
||||||
stats.set_int("MPPLY_OVERALL_BADSPORT", 0)
|
|
||||||
stats.set_int("MPPLY_OVERALL_CHEAT", 0)
|
|
||||||
end)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
L7NEGH = L7NEG:add_submenu("Heists Data Editor")
|
L7NEGH = L7NEG:add_submenu("Heists Data Editor")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -27121,7 +27080,7 @@ end)
|
|||||||
|
|
||||||
L7NEGCAYO:add_action("Instant Finish $$", function()
|
L7NEGCAYO:add_action("Instant Finish $$", function()
|
||||||
FMC2020:set_int(48513, 9)
|
FMC2020:set_int(48513, 9)
|
||||||
FMC2020:set_int(48513 + 1765 + 1, 50)
|
FMC2020:set_int(48513 + 1765 + 1, 50)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
L7NEGCAYO:add_action("---", function() end)
|
L7NEGCAYO:add_action("---", function() end)
|
||||||
@ -29285,6 +29244,8 @@ local DeletedVehicles = {
|
|||||||
262145 + 35674,
|
262145 + 35674,
|
||||||
262145 + 35676,
|
262145 + 35676,
|
||||||
262145 + 35678,
|
262145 + 35678,
|
||||||
|
262145 + 31306,
|
||||||
|
262145 + 32221,
|
||||||
}
|
}
|
||||||
|
|
||||||
L7NEG3:add_toggle("Enable Deleted Vehicles 1.68", function()
|
L7NEG3:add_toggle("Enable Deleted Vehicles 1.68", function()
|
||||||
@ -29331,6 +29292,11 @@ end)
|
|||||||
|
|
||||||
L7NEGEVENTS = L7NEG:add_submenu("Events Menu")
|
L7NEGEVENTS = L7NEG:add_submenu("Events Menu")
|
||||||
|
|
||||||
|
L7NEGEVENTS:add_action("Spawn Gooch", function()
|
||||||
|
globals.set_int(2698947 + 3 + 1, 171)
|
||||||
|
globals.set_int(2698947 + 2, 6)
|
||||||
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
tempMenu = CSU:add_submenu("Temporary Unlocks")
|
tempMenu = CSU:add_submenu("Temporary Unlocks")
|
||||||
@ -29889,13 +29855,6 @@ end, function(Men)
|
|||||||
stats.set_float(MPX .. "PLAYER_MENTAL_STATE", Men)
|
stats.set_float(MPX .. "PLAYER_MENTAL_STATE", Men)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
CharMenu:add_action("", null)
|
|
||||||
|
|
||||||
CharMenuNote = CharMenu:add_submenu("Read Me")
|
|
||||||
|
|
||||||
CharMenuNote:add_action(" Fast Run n Reload:", null)
|
|
||||||
CharMenuNote:add_action(" Change session to apply the result", null)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
---Facilities Unlocks Section---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
---Facilities Unlocks Section---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -30017,10 +29976,6 @@ LSCNote:add_action(" Some colors may not be saved", function() end)
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
CSU:add_action("", function() end)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
L7NEG6 = Self:add_submenu("LSCM Unlocker Menu")
|
L7NEG6 = Self:add_submenu("LSCM Unlocker Menu")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
@ -31155,15 +31110,11 @@ end)
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
--© 2023 L7NEG's Official Discord Server. All Rights Reserved--
|
L7NEG5 = L7NEG:add_submenu("Missions Selector And CD Menu")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG5 = L7NEG:add_submenu("Missions Selector And cooldown Menu")
|
L7NEG5:add_array_item("Auto Shop Heist>", {
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
L7NEG5:add_array_item("Auto Shop Heist Select>", {
|
|
||||||
"Unselected",
|
"Unselected",
|
||||||
"Union Depository",
|
"Union Depository",
|
||||||
"Superdollar Deal",
|
"Superdollar Deal",
|
||||||
@ -31181,7 +31132,7 @@ end, function(v)
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
L7NEG5:add_array_item(
|
L7NEG5:add_array_item(
|
||||||
"ULP Contract Select>",
|
"ULP Contract >",
|
||||||
{ "Intelligece", "Counterintelligence", "Extraction", "Asset Seizure", "Operation Paper Trail", "CleanUp" },
|
{ "Intelligece", "Counterintelligence", "Extraction", "Asset Seizure", "Operation Paper Trail", "CleanUp" },
|
||||||
function()
|
function()
|
||||||
return stats.get_int(MPX .. "ULP_MISSION_CURRENT") + 1
|
return stats.get_int(MPX .. "ULP_MISSION_CURRENT") + 1
|
||||||
@ -31233,7 +31184,7 @@ end)
|
|||||||
--Story Characters Money Editor By Silent---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--Story Characters Money Editor By Silent---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
StoryCharacters = L7NEG:add_submenu("Story Characters Money Editor Menu")
|
StoryCharacters = L7NEG:add_submenu("Story Mode Money Editor Menu")
|
||||||
|
|
||||||
StoryCharacters:add_int_range("Michael's Cash", 10000000, 0, 2147483646, function()
|
StoryCharacters:add_int_range("Michael's Cash", 10000000, 0, 2147483646, function()
|
||||||
return stats.get_int("SP0_TOTAL_CASH")
|
return stats.get_int("SP0_TOTAL_CASH")
|
||||||
@ -31253,32 +31204,36 @@ end, function(MicCas)
|
|||||||
stats.set_int("SP2_TOTAL_CASH", MicCas)
|
stats.set_int("SP2_TOTAL_CASH", MicCas)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
CEOM = L7NEG7:add_submenu("CEO Manager Menu")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
-- Required Script Handles
|
-- Required Script Handles
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
boolCeoBanager = false
|
boolCeoManager = false
|
||||||
funcCeoBanger = false
|
|
||||||
local scrWarehouse = script("am_mp_warehouse")
|
local scrWarehouse = script("am_mp_warehouse")
|
||||||
local scrSellContraband = script("gb_contraband_sell")
|
local scrSellContraband = script("gb_contraband_sell")
|
||||||
local scrSecuroServ = script("appsecuroserv")
|
local scrSecuroServ = script("appsecuroserv")
|
||||||
|
|
||||||
local function funcCeoBanger(isRunning)
|
local function funcCeoManager()
|
||||||
while isRunning == true do
|
while boolCeoManager do
|
||||||
local numLifetimeSales = stats.get_int(MPX .. "LIFETIME_SELL_COMPLETE")
|
local numLifetimeSales = stats.get_int(MPX .. "LIFETIME_SELL_COMPLETE")
|
||||||
if scrWarehouse:is_active() then
|
if scrWarehouse:is_active() then
|
||||||
globals.set_int(262145 + 15991, 6000000) --EXEC_CONTRABAND_SALE_VALUE_THRESHOLD1
|
globals.set_int(262145 + 15991, 6000000)
|
||||||
globals.set_int(262145 + 15756, 0) --EXEC_BUY_COOLDOWN
|
globals.set_int(262145 + 15756, 0)
|
||||||
globals.set_int(262145 + 15757, 0) --EXEC_SELL_COOLDOWN
|
globals.set_int(262145 + 15757, 0)
|
||||||
end
|
end
|
||||||
globals.set_int(4537356, 0)
|
globals.set_int(4537356, 0)
|
||||||
globals.set_int(4537357, 0)
|
globals.set_int(4537357, 0)
|
||||||
globals.set_int(4537358, 0)
|
globals.set_int(4537358, 0)
|
||||||
|
|
||||||
if scrSecuroServ:is_active() then
|
if scrSecuroServ:is_active() then
|
||||||
scrSecuroServ:set_int(739, 1) --MP_WH_SELL
|
scrSecuroServ:set_int(739, 1)
|
||||||
sleep(1)
|
sleep(1)
|
||||||
scrSecuroServ:set_int(740, 1) --MP_WH_SELL
|
scrSecuroServ:set_int(740, 1)
|
||||||
sleep(1)
|
sleep(1)
|
||||||
scrSecuroServ:set_int(558, 3012)
|
scrSecuroServ:set_int(558, 3012)
|
||||||
end
|
end
|
||||||
@ -31291,21 +31246,88 @@ local function funcCeoBanger(isRunning)
|
|||||||
sleep(1)
|
sleep(1)
|
||||||
scrSellContraband:set_int(543 + 1, 99999)
|
scrSellContraband:set_int(543 + 1, 99999)
|
||||||
end
|
end
|
||||||
|
sleep(1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG7:add_toggle("Start Ceo Manager", function()
|
CEOM:add_toggle("Start Ceo Manager", function()
|
||||||
return boolCeoBanager
|
return boolCeoManager
|
||||||
end, function()
|
end, function()
|
||||||
boolCeoBanager = not boolCeoBanager
|
boolCeoManager = not boolCeoManager
|
||||||
funcCeoBanger(boolCeoBanager)
|
if boolCeoManager then
|
||||||
|
funcCeoManager()
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG9 = L7NEG7:add_submenu("Ultimate Money Manager Settings")
|
boolcl = false
|
||||||
|
CloopActive = false
|
||||||
|
|
||||||
|
local WH = script("am_mp_warehouse")
|
||||||
|
|
||||||
|
local function Cloop()
|
||||||
|
while CloopActive do
|
||||||
|
if WH:is_active() then
|
||||||
|
menu.send_key_up(83)
|
||||||
|
menu.send_key_press(69)
|
||||||
|
sleep(2)
|
||||||
|
if not WH:is_active() then
|
||||||
|
menu.send_key_press(13)
|
||||||
|
menu.send_key_down(83)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
sleep(2)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
CEOM:add_toggle("Automatic Sell Crate Afk Male", function()
|
||||||
|
return boolcl
|
||||||
|
end, function()
|
||||||
|
boolcl = not boolcl
|
||||||
|
if boolcl then
|
||||||
|
CloopActive = true
|
||||||
|
Cloop()
|
||||||
|
else
|
||||||
|
CloopActive = false
|
||||||
|
end
|
||||||
|
end)
|
||||||
|
|
||||||
|
boolclFemale = false
|
||||||
|
CloopActiveFemale = false
|
||||||
|
|
||||||
|
local function CloopFemale()
|
||||||
|
while CloopActiveFemale do
|
||||||
|
if WH:is_active() then
|
||||||
|
menu.send_key_up(87)
|
||||||
|
menu.send_key_press(69)
|
||||||
|
sleep(2)
|
||||||
|
if not WH:is_active() then
|
||||||
|
menu.send_key_press(13)
|
||||||
|
menu.send_key_down(83)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
sleep(2)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
CEOM:add_toggle("Automatic Sell Crate AFK Female", function()
|
||||||
|
return boolclFemale
|
||||||
|
end, function()
|
||||||
|
boolclFemale = not boolclFemale
|
||||||
|
if boolclFemale then
|
||||||
|
CloopActiveFemale = true
|
||||||
|
CloopFemale()
|
||||||
|
else
|
||||||
|
CloopActiveFemale = false
|
||||||
|
end
|
||||||
|
end)
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
L7NEG9 = CEOM:add_submenu("CEO Manager Settings Menu")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -31386,80 +31408,6 @@ NightLoopNote:add_action("Credits: Silent", function() end)
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEGMML = L7NEG7:add_submenu("NightClub Manual Safe Loop Menu")
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
local isRunning = false
|
|
||||||
local function safeLoop()
|
|
||||||
while isRunning do
|
|
||||||
stats.set_int(MPX .. "CLUB_POPULARITY", 1000)
|
|
||||||
stats.set_int(MPX .. "CLUB_PAY_TIME_LEFT", -1)
|
|
||||||
sleep(1.5)
|
|
||||||
stats.set_int(MPX .. "CLUB_POPULARITY", 1000)
|
|
||||||
stats.set_int(MPX .. "CLUB_PAY_TIME_LEFT", -1)
|
|
||||||
sleep(1.5)
|
|
||||||
stats.set_int(MPX .. "CLUB_POPULARITY", 1000)
|
|
||||||
stats.set_int(MPX .. "CLUB_PAY_TIME_LEFT", -1)
|
|
||||||
sleep(1.5)
|
|
||||||
stats.set_int(MPX .. "CLUB_POPULARITY", 1000)
|
|
||||||
stats.set_int(MPX .. "CLUB_PAY_TIME_LEFT", -1)
|
|
||||||
sleep(1.5)
|
|
||||||
stats.set_int(MPX .. "CLUB_POPULARITY", 1000)
|
|
||||||
stats.set_int(MPX .. "CLUB_PAY_TIME_LEFT", -1)
|
|
||||||
sleep(4)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
L7NEGMML:add_toggle("$250k/10s (AFK In Front Of NC Safe)", function()
|
|
||||||
return isRunning
|
|
||||||
end, function()
|
|
||||||
isRunning = not isRunning
|
|
||||||
safeLoop()
|
|
||||||
end)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MoneyDrop = L7NEG7:add_submenu("Money Drop Menu")
|
|
||||||
|
|
||||||
local function PedDrop()
|
|
||||||
local position = localplayer:get_position()
|
|
||||||
position.z = position.z + 30
|
|
||||||
|
|
||||||
for p in replayinterface.get_peds() do
|
|
||||||
if p == nil or p == localplayer then
|
|
||||||
goto continue
|
|
||||||
end
|
|
||||||
|
|
||||||
if p:get_pedtype() < 4 then
|
|
||||||
goto continue
|
|
||||||
end
|
|
||||||
|
|
||||||
if p:is_in_vehicle() then
|
|
||||||
goto continue
|
|
||||||
end
|
|
||||||
|
|
||||||
p:set_position(position)
|
|
||||||
|
|
||||||
if p:get_health() > 99 then
|
|
||||||
p:set_position(position)
|
|
||||||
p:set_freeze_momentum(true)
|
|
||||||
p:set_health(0)
|
|
||||||
p:set_wallet(1000)
|
|
||||||
break
|
|
||||||
end
|
|
||||||
|
|
||||||
::continue::
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Uncomment the next line to drop a ped when pressing F3
|
|
||||||
-- menu.register_hotkey(114, PedDrop)
|
|
||||||
|
|
||||||
MoneyDrop:add_action("Money Drop", PedDrop)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
L7negWepMenu:add_action("Unlock Double Action Revolver", function()
|
L7negWepMenu:add_action("Unlock Double Action Revolver", function()
|
||||||
if stats.get_masked_int(MPX .. "GANGOPSPSTAT_INT102", 24, 8) < 3 then
|
if stats.get_masked_int(MPX .. "GANGOPSPSTAT_INT102", 24, 8) < 3 then
|
||||||
stats.set_masked_int(MPX .. "GANGOPSPSTAT_INT102", 3, 24, 8)
|
stats.set_masked_int(MPX .. "GANGOPSPSTAT_INT102", 3, 24, 8)
|
||||||
@ -31690,17 +31638,17 @@ L7NEG1:add_action("---Kiddion---", function() end)
|
|||||||
|
|
||||||
L7NEG1:add_action("---AppleVegas---", function() end)
|
L7NEG1:add_action("---AppleVegas---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---Discord:@B1GBOOM---", function() end)
|
L7NEG1:add_action("---B1GBOOM---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---Discord:@silentsalo---", function() end)
|
L7NEG1:add_action("---silentsalo---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---Discord:@eaztea---", function() end)
|
L7NEG1:add_action("---eaztea---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---Discord:@mxgta---", function() end)
|
L7NEG1:add_action("---mxgta---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---Discord:@generic.goose---", function() end)
|
L7NEG1:add_action("---generic.goose---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("---github.com/@ezeholz---", function() end)
|
L7NEG1:add_action("---ezeholz---", function() end)
|
||||||
|
|
||||||
L7NEG1:add_action("https://l7neg.is-a.dev", function() end)
|
L7NEG1:add_action("https://l7neg.is-a.dev", function() end)
|
||||||
|
|
||||||
@ -31721,18 +31669,26 @@ L7NEG10:add_action("1-10 per Press", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
GCv0 = false
|
GCv0 = false
|
||||||
|
|
||||||
local function GCv1()
|
local function GCv1()
|
||||||
while GCv0 == true do
|
while GCv0 do
|
||||||
for i = 12, 16 do
|
for i = 12, 16 do
|
||||||
stats.set_bool_masked(MPX .. "FIXERPSTAT_BOOL1", true, i, MPX)
|
stats.set_bool_masked(MPX .. "FIXERPSTAT_BOOL1", true, i, MPX)
|
||||||
end
|
end
|
||||||
end
|
sleep(0.5)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
L7NEG10:add_toggle("Crates Loop", function()
|
L7NEG10:add_toggle("Crates Loop", function()
|
||||||
return GCv0
|
return GCv0
|
||||||
end, function()
|
end, function()
|
||||||
GCv0 = not GCv0
|
GCv0 = not GCv0
|
||||||
GCv1(GCv0)
|
|
||||||
|
if not GCv0 then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
|
GCv1()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
GCv2 = 1
|
GCv2 = 1
|
||||||
@ -31752,22 +31708,18 @@ L7NEG10:add_action("", function() end)
|
|||||||
|
|
||||||
L7NEG10N = L7NEG10:add_submenu("Read Me")
|
L7NEG10N = L7NEG10:add_submenu("Read Me")
|
||||||
|
|
||||||
L7NEG10N:add_action(" Crates Loop:", function() end)
|
|
||||||
L7NEG10N:add_action(" To turn off the loop,", function() end)
|
|
||||||
L7NEG10N:add_action(" close the menu via «Menu Settings»", function() end)
|
|
||||||
L7NEG10N:add_action("", function() end)
|
|
||||||
L7NEG10N:add_action(" Instant Buy:", function() end)
|
L7NEG10N:add_action(" Instant Buy:", function() end)
|
||||||
L7NEG10N:add_action(" Start the buy mission first, select", function() end)
|
L7NEG10N:add_action(" Start the buy mission first, select", function() end)
|
||||||
L7NEG10N:add_action(" the number of crates and activate", function() end)
|
L7NEG10N:add_action(" the number of crates and activate", function() end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG8 = L7NEG7:add_submenu("WareHouse Data Editor")
|
L7NEG8 = CEOM:add_submenu("WareHouse Data Editor Menu")
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG8:add_action("--------------Warehouse Profile Editor--------------", function() end)
|
L7NEG8:add_action("--------------Warehouse Profile Editor--------------", function() end)
|
||||||
L7NEG8:add_int_range("Change Lifetime Sales", 1, 0, 10000, function()
|
L7NEG8:add_int_range("Change Lifetime Sales", 1, 0, 2147483647, function()
|
||||||
PlayerIndex = globals.get_int(1574925)
|
PlayerIndex = globals.get_int(1574925)
|
||||||
if PlayerIndex == 0 then
|
if PlayerIndex == 0 then
|
||||||
MPX = "MP0_"
|
MPX = "MP0_"
|
||||||
@ -31782,7 +31734,7 @@ end, function(value)
|
|||||||
stats.set_int(MPX .. "LIFETIME_SELL_UNDERTAKEN", value)
|
stats.set_int(MPX .. "LIFETIME_SELL_UNDERTAKEN", value)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
L7NEG8:add_int_range("Change Lifetime Earnings Made", 200000.0, 0, 10000000, function()
|
L7NEG8:add_int_range("Change Lifetime Earnings Made", 200000, 0, 2147483647, function()
|
||||||
PlayerIndex = globals.get_int(1574925)
|
PlayerIndex = globals.get_int(1574925)
|
||||||
if PlayerIndex == 0 then
|
if PlayerIndex == 0 then
|
||||||
MPX = "MP0_"
|
MPX = "MP0_"
|
||||||
@ -31800,16 +31752,31 @@ L7NEG8:add_action("Auto-Reset stats-0/0Sales", function()
|
|||||||
stats.set_int(MPX .. "LIFETIME_SELL_COMPLETE", 0)
|
stats.set_int(MPX .. "LIFETIME_SELL_COMPLETE", 0)
|
||||||
stats.set_int(MPX .. "LIFETIME_SELL_UNDERTAKEN", 0)
|
stats.set_int(MPX .. "LIFETIME_SELL_UNDERTAKEN", 0)
|
||||||
stats.set_int(MPX .. "LIFETIME_CONTRA_EARNINGS", 0)
|
stats.set_int(MPX .. "LIFETIME_CONTRA_EARNINGS", 0)
|
||||||
globals.set_int(1575032, 11) ----PlayerSessionBlank--------1575052
|
globals.set_int(1575032, 11) ----PlayerSessionBlank--------
|
||||||
globals.set_int(1574589, 1) ----PlayerSessionNew----------
|
globals.set_int(1574589, 1) ----PlayerSessionNew----------
|
||||||
sleep(0.2)
|
sleep(0.2)
|
||||||
globals.set_int(1574589, 0) ----PlayerSessionNew------
|
globals.set_int(1574589, 0) ----PlayerSessionNew------
|
||||||
end)
|
end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--CMSRRTl = casino master slots random results table local----------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
CMGLPl1 = 278 + 14 -- casino master lucky wheel win state local
|
CMSRRTl = 1346
|
||||||
CMGLPl2 = 278 + 45 -- casino master lucky wheel prize state local
|
|
||||||
|
--CMGLPl1 = casino master lucky wheel win state local---------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
CMGLPl1 = 278 + 14
|
||||||
|
|
||||||
|
--CMGLPl2 = casino master lucky wheel prize state local-------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
CMGLPl2 = 278 + 45
|
||||||
|
|
||||||
|
--BV = Ballastic Value----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
BV = 262145 + 20498
|
||||||
|
|
||||||
|
--CCBL = Casino Chips Buy Limit-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
CCBL = 262145 + 27238
|
||||||
|
|
||||||
--BAS=Bag Size------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--BAS=Bag Size------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -32016,14 +31983,15 @@ end
|
|||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
L7NEG7N = L7NEG7:add_submenu("Tutorial ReadMe")
|
CEOMN = CEOM:add_submenu("ReadMe")
|
||||||
|
|
||||||
L7NEG7N:add_action(" Ceo Crates Method ", function() end)
|
CEOMN:add_action(" Ceo Crates Method ", function() end)
|
||||||
L7NEG7N:add_action(" First Enter Your Warehouse ", function() end)
|
CEOMN:add_action(" First Enter Your Large Warehouse ", function() end)
|
||||||
L7NEG7N:add_action("Next Start Ultimate Money Manager ", function() end)
|
CEOMN:add_action(" Next Start Ceo Manager ", function() end)
|
||||||
L7NEG7N:add_action(" Finally Active The Auto Sell Afk ", function() end)
|
CEOMN:add_action(" Finally Active The Auto Sell Afk ", function() end)
|
||||||
L7NEG7N:add_action("", function() end)
|
CEOMN:add_action("Toggle", function() end)
|
||||||
L7NEG7N:add_action("https://l7neg.is-a.dev/discord", function() end)
|
CEOMN:add_action("", function() end)
|
||||||
|
CEOMN:add_action("https://l7neg.is-a.dev/discord", function() end)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
15
README.md
15
README.md
@ -25,13 +25,20 @@ From There Go To Scripts Folder Then Paste The Ultimate Menu In There
|
|||||||
<h1> New ScreenShots V19</h1>
|
<h1> New ScreenShots V19</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[](https://i.imgur.com/M54nsX6.png)
|
[](https://i.imgur.com/hxOYdxr.png)
|
||||||
[](https://i.imgur.com/qszJJNK.png)
|
[](https://i.imgur.com/r58RXk0.png)
|
||||||
[](https://i.imgur.com/A5951n9.png)
|
[](https://i.imgur.com/T7x7sLs.png)
|
||||||
|
[](https://i.imgur.com/jJ6w7tT.png)
|
||||||
|
[](https://i.imgur.com/fBr07Gq.png)
|
||||||
|
[](https://i.imgur.com/7LvCnPX.png)
|
||||||
|
[](https://i.imgur.com/BU8RI1R.png)
|
||||||
--------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------
|
||||||
<div align="center"> <h1> <details>
|
<div align="center"> <h1> <details>
|
||||||
<summary>Old Versions ScreenShots</summary>
|
<summary>Old Versions ScreenShots</summary>
|
||||||
|
|
||||||
|
[](https://i.imgur.com/M54nsX6.png)
|
||||||
|
[](https://i.imgur.com/qszJJNK.png)
|
||||||
|
[](https://i.imgur.com/A5951n9.png)
|
||||||
[](https://i.imgur.com/Q04ceX5.png)
|
[](https://i.imgur.com/Q04ceX5.png)
|
||||||
[](https://i.imgur.com/J3vquqW.png)
|
[](https://i.imgur.com/J3vquqW.png)
|
||||||
[](https://i.imgur.com/OKD4ruV.png)
|
[](https://i.imgur.com/OKD4ruV.png)
|
||||||
@ -105,6 +112,6 @@ No ETA for big updates also because i don't know actually if im going to be able
|
|||||||
--------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------
|
||||||
## About
|
## 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.
|
- 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: 06/01/2024
|
## Latest Ultimate Menu Kiddions update was on: 12/01/2024
|
||||||
## Latest Ultimate Menu YimMenu update was on: 31/12/2023
|
## Latest Ultimate Menu YimMenu update was on: 31/12/2023
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user