Advertisement
Arabicscripts

Speedarabic

Jan 30th, 2023 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local WalkSpeedControl = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local Label = Instance.new("TextLabel")
  9. local Open = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  18. Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  19. Frame.BorderSizePixel = 3
  20. Frame.Position = UDim2.new(0.382299274, 0, 0.270377755, 0)
  21. Frame.Size = UDim2.new(0, 257, 0, 231)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. TextButton.Parent = Frame
  26. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  27. TextButton.BorderSizePixel = 3
  28. TextButton.Position = UDim2.new(0.71206224, 0, 0.63203454, 0)
  29. TextButton.Size = UDim2.new(0, 74, 0, 73)
  30. TextButton.Font = Enum.Font.SourceSans
  31. TextButton.Text = "سرعة +"
  32. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. TextButton.TextScaled = true
  34. TextButton.TextSize = 14.000
  35. TextButton.TextWrapped = true
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.BackgroundTransparency = 1.000
  40. TextLabel.Position = UDim2.new(0.33073929, 0, 0.29437235, 0)
  41. TextLabel.Size = UDim2.new(0, 87, 0, 70)
  42. TextLabel.Font = Enum.Font.SourceSans
  43. TextLabel.Text = "٦١"
  44. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14.000
  47. TextLabel.TextWrapped = true
  48.  
  49. TextButton_2.Parent = Frame
  50. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  51. TextButton_2.BorderSizePixel = 3
  52. TextButton_2.Position = UDim2.new(0, 0, 0.63203454, 0)
  53. TextButton_2.Size = UDim2.new(0, 74, 0, 73)
  54. TextButton_2.Font = Enum.Font.SourceSans
  55. TextButton_2.Text = "سرعة -"
  56. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. TextButton_2.TextScaled = true
  58. TextButton_2.TextSize = 14.000
  59. TextButton_2.TextWrapped = true
  60.  
  61. WalkSpeedControl.Name = "WalkSpeed Control"
  62. WalkSpeedControl.Parent = Frame
  63. WalkSpeedControl.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  64. WalkSpeedControl.BorderSizePixel = 3
  65. WalkSpeedControl.Position = UDim2.new(0.000976324081, 0, -0.00234955549, 0)
  66. WalkSpeedControl.Size = UDim2.new(0, 257, 0, 59)
  67. WalkSpeedControl.Font = Enum.Font.Highway
  68. WalkSpeedControl.Text = "العربية النسخة الاعب سرعة في تحكم"
  69. WalkSpeedControl.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. WalkSpeedControl.TextScaled = true
  71. WalkSpeedControl.TextSize = 14.000
  72. WalkSpeedControl.TextWrapped = true
  73.  
  74. Close.Name = "Close"
  75. Close.Parent = Frame
  76. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Close.Position = UDim2.new(1, 0, -0.0259740278, 0)
  78. Close.Size = UDim2.new(0, 63, 0, 69)
  79. Close.Style = Enum.ButtonStyle.RobloxButtonDefault
  80. Close.Font = Enum.Font.SourceSans
  81. Close.Text = "اغلاق"
  82. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  83. Close.TextScaled = true
  84. Close.TextSize = 14.000
  85. Close.TextWrapped = true
  86.  
  87. Label.Name = "Label"
  88. Label.Parent = Frame
  89. Label.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  90. Label.BorderColor3 = Color3.fromRGB(27, 42, 53)
  91. Label.BorderSizePixel = 3
  92. Label.Position = UDim2.new(0, 0, 0.99999994, 0)
  93. Label.Size = UDim2.new(0, 257, 0, 50)
  94. Label.Font = Enum.Font.Highway
  95. Label.Text = "حيدر من صنع hidar_GG3"
  96. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. Label.TextScaled = true
  98. Label.TextSize = 14.000
  99. Label.TextWrapped = true
  100.  
  101. Open.Name = "Open"
  102. Open.Parent = ScreenGui
  103. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Open.Position = UDim2.new(-0.00074955821, 0, 0.520874739, 0)
  105. Open.Size = UDim2.new(0, 200, 0, 50)
  106. Open.Style = Enum.ButtonStyle.RobloxButton
  107. Open.Font = Enum.Font.SourceSans
  108. Open.Text = "فتح"
  109. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. Open.TextScaled = true
  111. Open.TextSize = 14.000
  112. Open.TextWrapped = true
  113.  
  114. -- Scripts:
  115. game:GetService("StarterGui"):SetCore("SendNotification", {
  116. Title = "العربية النسخة الاعب سرعة في تحكم سكربت";
  117. Text = "حيدر من صنع hidar_GG3";
  118. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  119. Duration = 5;
  120.  
  121. local function QDTZQ_fake_script() -- TextButton.LocalScript
  122. local script = Instance.new('LocalScript', TextButton)
  123.  
  124. local label = script.Parent.Parent.TextLabel --- defines the number
  125.  
  126.  
  127. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  128. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed +5--- defines the player and addition to walk speed
  129. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  130. end)
  131. end
  132. coroutine.wrap(QDTZQ_fake_script)()
  133. local function UCADA_fake_script() -- TextButton_2.LocalScript
  134. local script = Instance.new('LocalScript', TextButton_2)
  135.  
  136. local label = script.Parent.Parent.TextLabel --- defines the number
  137.  
  138.  
  139. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  140. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed -5--- defines the player and addition to walk speed
  141. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  142. end)
  143. end
  144. coroutine.wrap(UCADA_fake_script)()
  145. local function YDSA_fake_script() -- Close.LocalScript
  146. local script = Instance.new('LocalScript', Close)
  147.  
  148. script.Parent.Parent.Visible = false
  149. script.Parent.MouseButton1Click:Connect(function()
  150. script.Parent.Parent.Visible = false
  151. script.Parent.Parent.Parent.Open.Visible = true
  152. end)
  153. end
  154. coroutine.wrap(YDSA_fake_script)()
  155. local function ZFFOR_fake_script() -- Open.LocalScript
  156. local script = Instance.new('LocalScript', Open)
  157.  
  158. script.Parent.Visible = true
  159. script.Parent.MouseButton1Click:Connect(function()
  160. script.Parent.Visible = false
  161. script.Parent.Parent.Frame.Visible = true
  162. end)
  163. end
  164. coroutine.wrap(ZFFOR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement