Advertisement
Arabicscripts

سكربت طيران سيارة

Jan 26th, 2023 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. --صنع من حيدر hidar_GG3
  2. -- النسخة: الرابعة العربية
  3.  
  4. -- Instances:
  5. local Flymguiv2 = Instance.new("ScreenGui")
  6. local Drag = Instance.new("Frame")
  7. local FlyFrame = Instance.new("Frame")
  8. local ddnsfbfwewefe = Instance.new("TextButton")
  9. local Speed = Instance.new("TextBox")
  10. local Fly = Instance.new("TextButton")
  11. local Speeed = Instance.new("TextLabel")
  12. local Stat = Instance.new("TextLabel")
  13. local Stat2 = Instance.new("TextLabel")
  14. local Unfly = Instance.new("TextButton")
  15. local Vfly = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local Minimize = Instance.new("TextButton")
  18. local Flyon = Instance.new("Frame")
  19. local W = Instance.new("TextButton")
  20. local S = Instance.new("TextButton")
  21.  
  22. --Properties:
  23.  
  24. Flymguiv2.Name = "Flym gui v2"
  25. Flymguiv2.Parent = game.CoreGui
  26. Flymguiv2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Drag.Name = "Drag"
  29. Drag.Parent = Flymguiv2
  30. Drag.Active = true
  31. Drag.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  32. Drag.BorderSizePixel = 0
  33. Drag.Draggable = true
  34. Drag.Position = UDim2.new(0.482438415, 0, 0.454874992, 0)
  35. Drag.Size = UDim2.new(0, 237, 0, 27)
  36.  
  37. FlyFrame.Name = "FlyFrame"
  38. FlyFrame.Parent = Drag
  39. FlyFrame.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  40. FlyFrame.BorderSizePixel = 0
  41. FlyFrame.Draggable = true
  42. FlyFrame.Position = UDim2.new(-0.00200000009, 0, 0.989000022, 0)
  43. FlyFrame.Size = UDim2.new(0, 237, 0, 139)
  44.  
  45. ddnsfbfwewefe.Name = "ddnsfbfwewefe"
  46. ddnsfbfwewefe.Parent = FlyFrame
  47. ddnsfbfwewefe.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  48. ddnsfbfwewefe.BorderSizePixel = 0
  49. ddnsfbfwewefe.Position = UDim2.new(-0.000210968778, 0, -0.00395679474, 0)
  50. ddnsfbfwewefe.Size = UDim2.new(0, 237, 0, 27)
  51. ddnsfbfwewefe.Font = Enum.Font.SourceSans
  52. ddnsfbfwewefe.Text = "حيدر من سكربت hidar_GG3"
  53. ddnsfbfwewefe.TextColor3 = Color3.fromRGB(255, 255, 255)
  54. ddnsfbfwewefe.TextScaled = true
  55. ddnsfbfwewefe.TextSize = 14.000
  56. ddnsfbfwewefe.TextWrapped = true
  57.  
  58. Speed.Name = "Speed"
  59. Speed.Parent = FlyFrame
  60. Speed.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  61. Speed.BorderColor3 = Color3.fromRGB(0, 0, 191)
  62. Speed.BorderSizePixel = 0
  63. Speed.Position = UDim2.new(0.445025861, 0, 0.402877688, 0)
  64. Speed.Size = UDim2.new(0, 111, 0, 33)
  65. Speed.Font = Enum.Font.SourceSans
  66. Speed.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  67. Speed.Text = "هنا السرعة اكتب"
  68. Speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. Speed.TextScaled = true
  70. Speed.TextSize = 14.000
  71. Speed.TextWrapped = true
  72.  
  73. Fly.Name = "Fly"
  74. Fly.Parent = FlyFrame
  75. Fly.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  76. Fly.BorderSizePixel = 0
  77. Fly.Position = UDim2.new(0.0759493634, 0, 0.705797076, 0)
  78. Fly.Size = UDim2.new(0, 199, 0, 32)
  79. Fly.Font = Enum.Font.SourceSans
  80. Fly.Text = "تشغيل"
  81. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  82. Fly.TextScaled = true
  83. Fly.TextSize = 14.000
  84. Fly.TextWrapped = true
  85. Fly.MouseButton1Click:Connect(function()
  86. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  87. Fly.Visible = false
  88. Stat2.Text = "On"
  89. Stat2.TextColor3 = Color3.fromRGB(0, 255, 0)
  90. Unfly.Visible = true
  91. Flyon.Visible = true
  92. local BV = Instance.new("BodyVelocity",HumanoidRP)
  93. local BG = Instance.new("BodyGyro",HumanoidRP)
  94. BV.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  95. game:GetService('RunService').RenderStepped:connect(function()
  96. BG.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  97. BG.D = 5000
  98. BG.P = 100000
  99. BG.CFrame = game.Workspace.CurrentCamera.CFrame
  100. end)
  101. end)
  102.  
  103. Speeed.Name = "Speeed"
  104. Speeed.Parent = FlyFrame
  105. Speeed.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  106. Speeed.BorderSizePixel = 0
  107. Speeed.Position = UDim2.new(0.0759493634, 0, 0.402877688, 0)
  108. Speeed.Size = UDim2.new(0, 87, 0, 32)
  109. Speeed.ZIndex = 0
  110. Speeed.Font = Enum.Font.SourceSans
  111. Speeed.Text = "سرعة :"
  112. Speeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. Speeed.TextScaled = true
  114. Speeed.TextSize = 14.000
  115. Speeed.TextWrapped = true
  116.  
  117. Stat.Name = "Stat"
  118. Stat.Parent = FlyFrame
  119. Stat.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  120. Stat.BorderSizePixel = 0
  121. Stat.Position = UDim2.new(0.299983799, 0, 0.239817441, 0)
  122. Stat.Size = UDim2.new(0, 85, 0, 15)
  123. Stat.Font = Enum.Font.SourceSans
  124. Stat.Text = "Status:"
  125. Stat.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. Stat.TextScaled = true
  127. Stat.TextSize = 14.000
  128. Stat.TextWrapped = true
  129.  
  130. Stat2.Name = "Stat2"
  131. Stat2.Parent = FlyFrame
  132. Stat2.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
  133. Stat2.BorderSizePixel = 0
  134. Stat2.Position = UDim2.new(0.546535194, 0, 0.239817441, 0)
  135. Stat2.Size = UDim2.new(0, 27, 0, 15)
  136. Stat2.Font = Enum.Font.SourceSans
  137. Stat2.Text = "الغاء"
  138. Stat2.TextColor3 = Color3.fromRGB(255, 0, 0)
  139. Stat2.TextScaled = true
  140. Stat2.TextSize = 14.000
  141. Stat2.TextWrapped = true
  142.  
  143. Unfly.Name = "Unfly"
  144. Unfly.Parent = FlyFrame
  145. Unfly.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  146. Unfly.BorderSizePixel = 0
  147. Unfly.Position = UDim2.new(0.0759493634, 0, 0.705797076, 0)
  148. Unfly.Size = UDim2.new(0, 199, 0, 32)
  149. Unfly.Visible = false
  150. Unfly.Font = Enum.Font.SourceSans
  151. Unfly.Text = "تعطيل"
  152. Unfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. Unfly.TextScaled = true
  154. Unfly.TextSize = 14.000
  155. Unfly.TextWrapped = true
  156. Unfly.MouseButton1Click:Connect(function()
  157. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  158. Fly.Visible = true
  159. Stat2.Text = "Off"
  160. Stat2.TextColor3 = Color3.fromRGB(255, 0, 0)
  161. wait()
  162. Unfly.Visible = false
  163. Flyon.Visible = false
  164. HumanoidRP:FindFirstChildOfClass("BodyVelocity"):Destroy()
  165. HumanoidRP:FindFirstChildOfClass("BodyGyro"):Destroy()
  166. end)
  167.  
  168. Vfly.Name = "Vfly"
  169. Vfly.Parent = Drag
  170. Vfly.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  171. Vfly.BorderSizePixel = 0
  172. Vfly.Size = UDim2.new(0, 57, 0, 27)
  173. Vfly.Font = Enum.Font.SourceSans
  174. Vfly.Text = "السيارة طيران"
  175. Vfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  176. Vfly.TextScaled = true
  177. Vfly.TextSize = 14.000
  178. Vfly.TextWrapped = true
  179.  
  180. Close.Name = "Close"
  181. Close.Parent = Drag
  182. Close.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  183. Close.BorderSizePixel = 0
  184. Close.Position = UDim2.new(0.875, 0, 0, 0)
  185. Close.Size = UDim2.new(0, 27, 0, 27)
  186. Close.Font = Enum.Font.SourceSans
  187. Close.Text = "سكربت اغلاق"
  188. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. Close.TextScaled = true
  190. Close.TextSize = 14.000
  191. Close.TextWrapped = true
  192. Close.MouseButton1Click:Connect(function()
  193. Flymguiv2:Destroy()
  194. end)
  195.  
  196. Minimize.Name = "Minimize"
  197. Minimize.Parent = Drag
  198. Minimize.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  199. Minimize.BorderSizePixel = 0
  200. Minimize.Position = UDim2.new(0.75, 0, 0, 0)
  201. Minimize.Size = UDim2.new(0, 27, 0, 27)
  202. Minimize.Font = Enum.Font.SourceSans
  203. Minimize.Text = "الحجم تقليل"
  204. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. Minimize.TextScaled = true
  206. Minimize.TextSize = 14.000
  207. Minimize.TextWrapped = true
  208. function Mini()
  209. if Minimize.Text == "-" then
  210. Minimize.Text = "فتح"
  211. FlyFrame.Visible = false
  212. elseif Minimize.Text == "+" then
  213. Minimize.Text = "الحجم تقليل"
  214. FlyFrame.Visible = true
  215. end
  216. end
  217. Minimize.MouseButton1Click:Connect(Mini)
  218.  
  219. Flyon.Name = "Fly on"
  220. Flyon.Parent = Flymguiv2
  221. Flyon.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  222. Flyon.BorderSizePixel = 0
  223. Flyon.Position = UDim2.new(0.117647067, 0, 0.550284624, 0)
  224. Flyon.Size = UDim2.new(0.148000002, 0, 0.314999998, 0)
  225. Flyon.Visible = false
  226. Flyon.Active = true
  227. Flyon.Draggable = true
  228.  
  229. W.Name = "W"
  230. W.Parent = Flyon
  231. W.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  232. W.BorderSizePixel = 0
  233. W.Position = UDim2.new(0.134719521, 0, 0.0152013302, 0)
  234. W.Size = UDim2.new(0.708999991, 0, 0.499000013, 0)
  235. W.Font = Enum.Font.SourceSans
  236. W.Text = "أمام"
  237. W.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. W.TextScaled = true
  239. W.TextSize = 14.000
  240. W.TextWrapped = true
  241. W.TouchLongPress:Connect(function()
  242. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  243. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  244. wait(.1)
  245. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  246. wait(.1)
  247. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  248. wait(.1)
  249. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  250. wait(.1)
  251. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  252. wait(.1)
  253. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  254. wait(.1)
  255. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  256. wait(.1)
  257. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  258. wait(.1)
  259. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  260. wait(.1)
  261. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  262. wait(.1)
  263. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * 0
  264. end)
  265.  
  266. W.MouseButton1Click:Connect(function()
  267. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  268. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  269. wait(.1)
  270. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  271. wait(.1)
  272. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  273. wait(.1)
  274. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  275. wait(.1)
  276. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  277. wait(.1)
  278. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  279. wait(.1)
  280. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  281. wait(.1)
  282. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  283. wait(.1)
  284. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  285. wait(.1)
  286. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * Speed.Text
  287. wait(.1)
  288. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * 0
  289. end)
  290. game:GetService("StarterGui"):SetCore("SendNotification", {
  291. Title = "٤ النسخة السيارة طيران سكربت";
  292. Text = "حيدر من صنع hidar_GG3";
  293. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  294. Duration = 5;
  295.  
  296. S.Name = "S"
  297. S.Parent = Flyon
  298. S.BackgroundColor3 = Color3.fromRGB(0, 150, 191)
  299. S.BorderSizePixel = 0
  300. S.Position = UDim2.new(0.134000003, 0, 0.479999989, 0)
  301. S.Rotation = 180.000
  302. S.Size = UDim2.new(0.708999991, 0, 0.499000013, 0)
  303. S.Font = Enum.Font.SourceSans
  304. S.Text = "وراء"
  305. S.TextColor3 = Color3.fromRGB(255, 255, 255)
  306. S.TextScaled = true
  307. S.TextSize = 14.000
  308. S.TextWrapped = true
  309. S.TouchLongPress:Connect(function()
  310. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  311. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  312. wait(.1)
  313. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  314. wait(.1)
  315. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  316. wait(.1)
  317. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  318. wait(.1)
  319. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  320. wait(.1)
  321. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  322. wait(.1)
  323. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  324. wait(.1)
  325. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  326. wait(.1)
  327. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  328. wait(.1)
  329. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  330. wait(.1)
  331. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * 0
  332. end)
  333.  
  334. S.MouseButton1Click:Connect(function()
  335. local HumanoidRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  336. wait(.1)
  337. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  338. wait(.1)
  339. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  340. wait(.1)
  341. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  342. wait(.1)
  343. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  344. wait(.1)
  345. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  346. wait(.1)
  347. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  348. wait(.1)
  349. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  350. wait(.1)
  351. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  352. wait(.1)
  353. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * -Speed.Text
  354. wait(.1)
  355. HumanoidRP.BodyVelocity.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector * 0
  356. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement