Initial commit

This commit is contained in:
L7NEG
2023-12-31 15:18:04 +02:00
parent bb2adb6347
commit 90bf6eaee2
5 changed files with 14 additions and 22231 deletions

View File

@ -1,26 +0,0 @@
-- https://dsc.gg/l7neg-
-- https://l7neg.tk
--©️ 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(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)

View File

@ -1,5 +1,5 @@
-- https://dsc.gg/l7neg-
-- https://l7neg.tk
-- https://l7neg.is-a.dev
--©️ 2023 L7NEG
boolcl = false
Cloop = false

View File

@ -1,26 +0,0 @@
-- https://dsc.gg/l7neg-
-- https://l7neg.tk
--©️ 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)

File diff suppressed because one or more lines are too long