mirror of
https://github.com/UltimateMenu/UltimateMenu.git
synced 2025-09-19 20:26:35 +08:00
V15
This commit is contained in:
25
kiddions/Automatic_Sell_Crate AFK_Female.lua
Normal file
25
kiddions/Automatic_Sell_Crate AFK_Female.lua
Normal file
@ -0,0 +1,25 @@
|
||||
-- https://dsc.gg/l7neg-
|
||||
-- https://l7neg.tk
|
||||
--©️ 2023 L7NEG
|
||||
local WH = script("am_mp_warehouse")
|
||||
local function Cloop(bool)
|
||||
while bool 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 boolcl
|
||||
end, function()
|
||||
boolcl = not boolcl
|
||||
Cloop(boolcl)
|
||||
|
||||
end)
|
@ -1,6 +1,6 @@
|
||||
-- https://dsc.gg/l7neg-
|
||||
-- https://l7neg.tk
|
||||
--©️ 2023 L7NEG#0743
|
||||
--©️ 2023 L7NEG
|
||||
local WH = script("am_mp_warehouse")
|
||||
local function Cloop(bool)
|
||||
while bool do
|
||||
|
10368
kiddions/Ultimate_Menu_V15_1.67.lua
Normal file
10368
kiddions/Ultimate_Menu_V15_1.67.lua
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user