ARY106_7

سكربت ايم المهري | بلو لوك رايفلز

Apr 23rd, 2025 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. local replicated_storage = game:GetService("ReplicatedStorage")
  2. local players = game:GetService("Players")
  3. local teams = game:GetService("Teams")
  4. local user_input_service = game:GetService("UserInputService")
  5. local run_service = game:GetService("RunService")
  6. local player = players.LocalPlayer
  7.  
  8. loadstring(game:HttpGet(("https://raw.githubusercontent.com/speedwave1/speed_wave/refs/heads/main/Gui")))()
  9. MakeWindow({
  10. Hub = {
  11. Title = "سكربت ايم المهري | بلو لوك رايفلز",
  12. Animation = "الاسم : سكربت ايم المهري"
  13. },
  14. Key = {
  15. KeySystem = false,
  16. Title = "Key System",
  17. Description = "",
  18. KeyLink = "",
  19. Keys = {"1234"},
  20. Notifi = {
  21. Notifications = true,
  22. CorrectKey = "Running the Script...",
  23. Incorrectkey = "The key is incorrect",
  24. CopyKeyLink = "Copied to Clipboard"
  25. }
  26. }
  27. })
  28. MinimizeButton({
  29. Image = "rbxassetid://12298407748",
  30. Size = {50, 50},
  31. Color = Color3.fromRGB(255, 125, 0),
  32. Corner = true,
  33. Stroke = false,
  34. StrokeColor = Color3.fromRGB(255, 125, 0)
  35. })
  36.  
  37. MakeNotifi({
  38. Title = "تنويه بسيط",
  39. Text = "اذا بغيت ترجع شخصيك فقط عليك انك تطلع و ترجع و بس",
  40. Time = 5
  41. })
  42.  
  43. local soundId = "rbxassetid://12298407748"
  44.  
  45. local Main = MakeTab({Name = "الرئيسيه","rbxassetid://15155219405"})
  46. local Image = AddImageLabel(Main, {
  47. Name = "سكربت ايم المهري | بلو لوك رايفلز",
  48. Image = "rbxassetid://12298407748"
  49. })
  50.  
  51. local section = AddSection(Main, {"سكربت بلو لوك رايفلز محد داري 😂"})
  52.  
  53. local section = AddSection(Main, {"المطور : ايوب و محمد"})
  54. local section = AddSection(Main, {"التطوير : قيد الصيانه"})
  55.  
  56. local Label = AddTextLabel(Main, "السيرفر")
  57. -- Create a label to show the number of players
  58. local playerCountLabel = AddTextLabel(Main, "الاعبين في السيرفر: " .. #game.Players:GetPlayers())
  59.  
  60. -- Função para atualizar o número de jogadores quando alguém entra ou sai
  61. local function updatePlayerCount()
  62. playerCountLabel.Text = "الاعبين في السيرفر: " .. #game.Players:GetPlayers()
  63. end
  64.  
  65. -- Conecta a função ao evento de entrada de novos jogadores
  66. game.Players.PlayerAdded:Connect(updatePlayerCount)
  67.  
  68. -- Conecta a função ao evento de saída de jogadores
  69. game.Players.PlayerRemoving:Connect(updatePlayerCount)
  70.  
  71. -- Atualiza a contagem de jogadores no início (caso tenha jogadores ao carregar o script)
  72. updatePlayerCount()
  73.  
  74. -- Criando a TextLabel
  75. local Label = AddTextLabel(Main, "")
  76.  
  77. -- Função para atualizar o tempo na TextLabel
  78. local function updateTime(label)
  79. while true do
  80. local currentTime = os.date("%H:%M:%S")
  81. label.Text = "وقت: " .. currentTime
  82. wait(1) -- Atualiza a cada segundo
  83. end
  84. end
  85.  
  86. local function set_style(desired_style)
  87. if player:FindFirstChild("PlayerStats") then
  88. local playerStats = player.PlayerStats
  89. if playerStats:FindFirstChild("Style") then
  90. playerStats.Style.Value = desired_style
  91. end
  92. end
  93. end
  94.  
  95. local Main = MakeTab({Name = "كلاسات"})
  96. AddButton(Main, {
  97. Name = "كلاس شيدو",
  98. Callback = function()
  99. set_style("Shidou")
  100. end
  101. })
  102.  
  103. AddButton(Main, {
  104. Name = "كلاس ايكو",
  105. Callback = function()
  106. set_style("Aiku")
  107. end
  108. })
  109.  
  110. AddButton(Main, {
  111. Name = "كلاس دونلورينزو",
  112. Callback = function()
  113. local player = game:GetService("Players").LocalPlayer
  114. local st = player.PlayerGui.Style.BG.StyleTxt
  115. local Slot = player.PlayerGui.Style.BG.Slots.ScrollingFrame.Slot1.Text
  116. local des = player.PlayerGui.Style.BG.Desc
  117.  
  118. while wait() do
  119. st.Text = "Don Lorenzo"
  120. st.TextColor3 = Color3.fromRGB(93, 63, 211)
  121. Slot.Text = "Don Lorenzo"
  122. Slot.TextColor3 = Color3.fromRGB(93, 63, 211)
  123. 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"
  124. end
  125. end
  126. })
  127.  
  128. AddButton(Main, {
  129. Name = "كلاس لاعب سعودي",
  130. Callback = function()
  131. local player = game:GetService("Players").LocalPlayer
  132. local st = player.PlayerGui.Style.BG.StyleTxt
  133. local Slot = player.PlayerGui.Style.BG.Slots.ScrollingFrame.Slot1.Text
  134. local des = player.PlayerGui.Style.BG.Desc
  135.  
  136. while wait() do
  137. st.Text = "لاعب سعودي !!"
  138. st.TextColor3 = Color3.fromRGB(93, 63, 211)
  139. Slot.Text = "لاعب سعودي !!"
  140. Slot.TextColor3 = Color3.fromRGB(93, 63, 211)
  141. des.Text = "تحذير قدامك لاعب سعودي !!"
  142. end
  143. end
  144. })
  145.  
  146. local function set_flow(desired_flow)
  147. if player:FindFirstChild("PlayerStats") then
  148. local playerStats = player.PlayerStats
  149. if playerStats:FindFirstChild("Flow") then
  150. playerStats.Flow.Value = desired_flow
  151. end
  152. end
  153. end
  154.  
  155. local Main = MakeTab({Name = "Flows"})
  156. AddButton(Main, {
  157. Name = "Snake",
  158. Callback = function()
  159. set_flow("Snake")
  160. end
  161. })
  162.  
  163. AddButton(Main, {
  164. Name = "Prodigy",
  165. Callback = function()
  166. set_flow("Prodigy")
  167. end
  168. })
  169.  
  170. AddButton(Main, {
  171. Name = "Awakened Genius",
  172. Callback = function()
  173. set_flow("Awakened Genius")
  174. end
  175. })
Add Comment
Please, Sign In to add comment