Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local replicated_storage = game:GetService("ReplicatedStorage")
- local players = game:GetService("Players")
- local teams = game:GetService("Teams")
- local user_input_service = game:GetService("UserInputService")
- local run_service = game:GetService("RunService")
- local player = players.LocalPlayer
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/speedwave1/speed_wave/refs/heads/main/Gui")))()
- MakeWindow({
- Hub = {
- Title = "سكربت ايم المهري | بلو لوك رايفلز",
- Animation = "الاسم : سكربت ايم المهري"
- },
- Key = {
- KeySystem = false,
- Title = "Key System",
- Description = "",
- KeyLink = "",
- Keys = {"1234"},
- Notifi = {
- Notifications = true,
- CorrectKey = "Running the Script...",
- Incorrectkey = "The key is incorrect",
- CopyKeyLink = "Copied to Clipboard"
- }
- }
- })
- MinimizeButton({
- Image = "rbxassetid://12298407748",
- Size = {50, 50},
- Color = Color3.fromRGB(255, 125, 0),
- Corner = true,
- Stroke = false,
- StrokeColor = Color3.fromRGB(255, 125, 0)
- })
- MakeNotifi({
- Title = "تنويه بسيط",
- Text = "اذا بغيت ترجع شخصيك فقط عليك انك تطلع و ترجع و بس",
- Time = 5
- })
- local soundId = "rbxassetid://12298407748"
- local Main = MakeTab({Name = "الرئيسيه","rbxassetid://15155219405"})
- local Image = AddImageLabel(Main, {
- Name = "سكربت ايم المهري | بلو لوك رايفلز",
- Image = "rbxassetid://12298407748"
- })
- local section = AddSection(Main, {"سكربت بلو لوك رايفلز محد داري 😂"})
- local section = AddSection(Main, {"المطور : ايوب و محمد"})
- local section = AddSection(Main, {"التطوير : قيد الصيانه"})
- local Label = AddTextLabel(Main, "السيرفر")
- -- Create a label to show the number of players
- local playerCountLabel = AddTextLabel(Main, "الاعبين في السيرفر: " .. #game.Players:GetPlayers())
- -- Função para atualizar o número de jogadores quando alguém entra ou sai
- local function updatePlayerCount()
- playerCountLabel.Text = "الاعبين في السيرفر: " .. #game.Players:GetPlayers()
- end
- -- Conecta a função ao evento de entrada de novos jogadores
- game.Players.PlayerAdded:Connect(updatePlayerCount)
- -- Conecta a função ao evento de saída de jogadores
- game.Players.PlayerRemoving:Connect(updatePlayerCount)
- -- Atualiza a contagem de jogadores no início (caso tenha jogadores ao carregar o script)
- updatePlayerCount()
- -- Criando a TextLabel
- local Label = AddTextLabel(Main, "")
- -- Função para atualizar o tempo na TextLabel
- local function updateTime(label)
- while true do
- local currentTime = os.date("%H:%M:%S")
- label.Text = "وقت: " .. currentTime
- wait(1) -- Atualiza a cada segundo
- end
- end
- local function set_style(desired_style)
- if player:FindFirstChild("PlayerStats") then
- local playerStats = player.PlayerStats
- if playerStats:FindFirstChild("Style") then
- playerStats.Style.Value = desired_style
- end
- end
- end
- local Main = MakeTab({Name = "كلاسات"})
- AddButton(Main, {
- Name = "كلاس شيدو",
- Callback = function()
- set_style("Shidou")
- end
- })
- AddButton(Main, {
- Name = "كلاس ايكو",
- Callback = function()
- set_style("Aiku")
- end
- })
- AddButton(Main, {
- Name = "كلاس دونلورينزو",
- Callback = function()
- local player = game:GetService("Players").LocalPlayer
- local st = player.PlayerGui.Style.BG.StyleTxt
- local Slot = player.PlayerGui.Style.BG.Slots.ScrollingFrame.Slot1.Text
- local des = player.PlayerGui.Style.BG.Desc
- while wait() do
- st.Text = "Don Lorenzo"
- st.TextColor3 = Color3.fromRGB(93, 63, 211)
- Slot.Text = "Don Lorenzo"
- Slot.TextColor3 = Color3.fromRGB(93, 63, 211)
- des.Text = "a person who never played football but one day he got the chance and be the best overall player.. Zombie player! his ability’s are so powerful he has a Zombie Bisycal Drive and have Zombie Dribbling"
- end
- end
- })
- AddButton(Main, {
- Name = "كلاس لاعب سعودي",
- Callback = function()
- local player = game:GetService("Players").LocalPlayer
- local st = player.PlayerGui.Style.BG.StyleTxt
- local Slot = player.PlayerGui.Style.BG.Slots.ScrollingFrame.Slot1.Text
- local des = player.PlayerGui.Style.BG.Desc
- while wait() do
- st.Text = "لاعب سعودي !!"
- st.TextColor3 = Color3.fromRGB(93, 63, 211)
- Slot.Text = "لاعب سعودي !!"
- Slot.TextColor3 = Color3.fromRGB(93, 63, 211)
- des.Text = "تحذير قدامك لاعب سعودي !!"
- end
- end
- })
- local function set_flow(desired_flow)
- if player:FindFirstChild("PlayerStats") then
- local playerStats = player.PlayerStats
- if playerStats:FindFirstChild("Flow") then
- playerStats.Flow.Value = desired_flow
- end
- end
- end
- local Main = MakeTab({Name = "Flows"})
- AddButton(Main, {
- Name = "Snake",
- Callback = function()
- set_flow("Snake")
- end
- })
- AddButton(Main, {
- Name = "Prodigy",
- Callback = function()
- set_flow("Prodigy")
- end
- })
- AddButton(Main, {
- Name = "Awakened Genius",
- Callback = function()
- set_flow("Awakened Genius")
- end
- })
Add Comment
Please, Sign In to add comment