Skip to content

Commit

Permalink
isonmobileeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 1, 2024
1 parent e3e389d commit 3931e15
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1172,8 +1172,12 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
end

if string.sub(msg:lower(), 1, #prefix + 5) == prefix..'cmdpi' then -- well, you need that visualiser, do you?
GExecute("https://raw.githubusercontent.com/S-PScripts/KAH/main/CMD%20v3.lua")
Remind("Executed CMD PI/V3. Created by quiving. CMD PI/V3 doesn't work for mobile executors by the way.")
if IsOnMobile then
Remind("CMD PI/V3 does not work on mobile executors.")
else
GExecute("https://raw.githubusercontent.com/S-PScripts/KAH/main/CMD%20v3.lua")
Remind("Executed CMD PI/V3. Created by quiving..")
end
end

if string.sub(msg:lower(), 1, #prefix + 4) == prefix..'prsc' then -- PR Script ~ atprog
Expand Down

0 comments on commit 3931e15

Please sign in to comment.