Advertisement
ARY106_7

Untitled

Aug 5th, 2024 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.13 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/refs/heads/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "عربي سكربت", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4. OrionLib:MakeNotification({
  5. Name = "..تحميل",
  6. Content = ".",
  7. Image = "rbxassetid://4483345998",
  8. Time = 5
  9. })
  10.  
  11. wait(1)
  12.  
  13. OrionLib:MakeNotification({
  14. Name = "✅️تم تفعيل",
  15. Content = "نسخه ثلاثه",
  16. Image = "rbxassetid://4483345998",
  17. Time = 5
  18. })
  19.  
  20.  
  21.  
  22.  
  23.  
  24. wait(1)
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. local Tab = Window:MakeTab({
  32. Name = "بداية",
  33. Icon = "rbxassetid://4483345998",
  34. PremiumOnly = false
  35. })
  36. local Section = Tab:AddSection({
  37. Name = "عربي سكربت✅️"
  38. })
  39.  
  40.  
  41. local Section = Tab:AddSection({
  42. Name = "بدون حقوق✅️"
  43. })
  44.  
  45. --[[
  46. Name = <string> - The name of the section.
  47. ]]
  48.  
  49. local Section = Tab:AddSection({
  50. Name = "تيم سعودي✅️"
  51. })
  52.  
  53. --[[
  54. Name = <string> - The name of the section.
  55. ]]
  56.  
  57. local Section = Tab:AddSection({
  58. Name = "شكرا خاص لل يوتيوبرز ال نشرو سكربت"
  59. })
  60.  
  61. --[[
  62. Name = <string> - The name of the section.
  63. ]]
  64.  
  65. local Section = Tab:AddSection({
  66. Name = "F5 YASSER , حسين دنس , كوراي"
  67. })
  68.  
  69. --[[
  70. Name = <string> - The name of the section.
  71. ]]
  72.  
  73. local Tab = Window:MakeTab({
  74. Name = "سكربتات",
  75. Icon = "rbxassetid://4483345998",
  76. PremiumOnly = false
  77. })
  78.  
  79. Tab:AddButton({
  80. Name = "سكربت لاق",
  81. Callback = function()
  82. print("button pressed")
  83. loadstring(game:HttpGet("https://raw.githubusercontent.com/BidoSkinsYT/BidoSkinsYT/main/Fe%20lag%20chat%20Gui"))()
  84. end
  85. })
  86.  
  87. Tab:AddButton({
  88. Name = "سكربت ادمن",
  89. Callback = function()
  90. print("button pressed")
  91. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  92. end
  93. })
  94.  
  95. Tab:AddButton({
  96. Name = "سكربت طيران عربي",
  97. Callback = function()
  98. print("button pressed")
  99. game:GetService("StarterGui"):SetCore("SendNotification",{
  100. Title = "تم تفعيل";
  101. Text = "تم ترجمه من تيم عربي";
  102. Duration = 3.5;
  103. })
  104. -- Gui to Lua
  105. -- Version: 3.2
  106. -- Instances:
  107. local main = Instance.new("ScreenGui")
  108. local Frame = Instance.new("Frame")
  109. local up = Instance.new("TextButton")
  110. local down = Instance.new("TextButton")
  111. local onof = Instance.new("TextButton")
  112. local TextLabel = Instance.new("TextLabel")
  113. local plus = Instance.new("TextButton")
  114. local speed = Instance.new("TextLabel")
  115. local mine = Instance.new("TextButton")
  116. --Properties:
  117. main.Name = "main"
  118. main.Parent = game.CoreGui
  119. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  120. Frame.Parent = main
  121. Frame.BackgroundColor3 = Color3.fromRGB(163, 255, 137)
  122. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  123. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  124. Frame.Size = UDim2.new(0, 190, 0, 57)
  125. up.Name = "up"
  126. up.Parent = Frame
  127. up.BackgroundColor3 = Color3.fromRGB(79, 255, 152)
  128. up.Size = UDim2.new(0, 44, 0, 28)
  129. up.Font = Enum.Font.SourceSans
  130. up.Text = "فوق"
  131. up.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. up.TextSize = 14.000
  133. down.Name = "down"
  134. down.Parent = Frame
  135. down.BackgroundColor3 = Color3.fromRGB(215, 255, 121)
  136. down.Position = UDim2.new(0, 0, 0.491228074, 0)
  137. down.Size = UDim2.new(0, 44, 0, 28)
  138. down.Font = Enum.Font.SourceSans
  139. down.Text = "تحت"
  140. down.TextColor3 = Color3.fromRGB(0, 0, 0)
  141. down.TextSize = 14.000
  142. onof.Name = "onof"
  143. onof.Parent = Frame
  144. onof.BackgroundColor3 = Color3.fromRGB(255, 249, 74)
  145. onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
  146. onof.Size = UDim2.new(0, 56, 0, 28)
  147. onof.Font = Enum.Font.SourceSans
  148. onof.Text = "طيران"
  149. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. onof.TextSize = 14.000
  151. TextLabel.Parent = Frame
  152. TextLabel.BackgroundColor3 = Color3.fromRGB(242, 60, 255)
  153. TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
  154. TextLabel.Size = UDim2.new(0, 100, 0, 28)
  155. TextLabel.Font = Enum.Font.SourceSans
  156. TextLabel.Text = "سكربت طيران"
  157. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. TextLabel.TextScaled = true
  159. TextLabel.TextSize = 14.000
  160. TextLabel.TextWrapped = true
  161. plus.Name = "plus"
  162. plus.Parent = Frame
  163. plus.BackgroundColor3 = Color3.fromRGB(133, 145, 255)
  164. plus.Position = UDim2.new(0.231578946, 0, 0, 0)
  165. plus.Size = UDim2.new(0, 45, 0, 28)
  166. plus.Font = Enum.Font.SourceSans
  167. plus.Text = "+"
  168. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. plus.TextScaled = true
  170. plus.TextSize = 14.000
  171. plus.TextWrapped = true
  172. speed.Name = "speed"
  173. speed.Parent = Frame
  174. speed.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  175. speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
  176. speed.Size = UDim2.new(0, 44, 0, 28)
  177. speed.Font = Enum.Font.SourceSans
  178. speed.Text = "1"
  179. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. speed.TextScaled = true
  181. speed.TextSize = 14.000
  182. speed.TextWrapped = true
  183. mine.Name = "mine"
  184. mine.Parent = Frame
  185. mine.BackgroundColor3 = Color3.fromRGB(123, 255, 247)
  186. mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
  187. mine.Size = UDim2.new(0, 45, 0, 29)
  188. mine.Font = Enum.Font.SourceSans
  189. mine.Text = "-"
  190. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  191. mine.TextScaled = true
  192. mine.TextSize = 14.000
  193. mine.TextWrapped = true
  194. speeds = 1
  195. local speaker = game:GetService("Players").LocalPlayer
  196. local chr = game.Players.LocalPlayer.Character
  197. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  198. nowe = false
  199. Frame.Active = true -- main = gui
  200. Frame.Draggable = true
  201. onof.MouseButton1Down:connect(function()
  202. if nowe == true then
  203. nowe = false
  204. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
  205. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
  206. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
  207. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
  208. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
  209. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  210. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
  211. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
  212. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
  213. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
  214. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
  215. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
  216. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
  217. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
  218. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  219. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  220. else
  221. nowe = true
  222. for i = 1, speeds do
  223. spawn(function()
  224. local hb = game:GetService("RunService").Heartbeat
  225. tpwalking = true
  226. local chr = game.Players.LocalPlayer.Character
  227. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  228. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  229. if hum.MoveDirection.Magnitude > 0 then
  230. chr:TranslateBy(hum.MoveDirection)
  231. end
  232. end
  233. end)
  234. end
  235. game.Players.LocalPlayer.Character.Animate.Disabled = true
  236. local Char = game.Players.LocalPlayer.Character
  237. local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
  238. for i,v in next, Hum:GetPlayingAnimationTracks() do
  239. v:AdjustSpeed(0)
  240. end
  241. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
  242. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  243. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
  244. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
  245. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
  246. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
  247. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
  248. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
  249. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
  250. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  251. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
  252. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
  253. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
  254. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
  255. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  256. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
  257. end
  258. local plr = game.Players.LocalPlayer
  259. local UpperTorso = plr.Character.LowerTorso
  260. local flying = true
  261. local deb = true
  262. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  263. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  264. local maxspeed = 50
  265. local speed = 0
  266. local bg = Instance.new("BodyGyro", UpperTorso)
  267. bg.P = 9e4
  268. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  269. bg.cframe = UpperTorso.CFrame
  270. local bv = Instance.new("BodyVelocity", UpperTorso)
  271. bv.velocity = Vector3.new(0,0.1,0)
  272. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  273. if nowe == true then
  274. plr.Character.Humanoid.PlatformStand = true
  275. end
  276. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  277. wait()
  278. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  279. speed = speed+.5+(speed/maxspeed)
  280. if speed > maxspeed then
  281. speed = maxspeed
  282. end
  283. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  284. speed = speed-1
  285. if speed < 0 then
  286. speed = 0
  287. end
  288. end
  289. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  290. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  291. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  292. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  293. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  294. else
  295. bv.velocity = Vector3.new(0,0,0)
  296. end
  297. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  298. end
  299. ctrl = {f = 0, b = 0, l = 0, r = 0}
  300. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  301. speed = 0
  302. bg:Destroy()
  303. bv:Destroy()
  304. plr.Character.Humanoid.PlatformStand = false
  305. game.Players.LocalPlayer.Character.Animate.Disabled = false
  306. tpwalking = false
  307.  
  308. end)
  309. up.MouseButton1Down:connect(function()
  310. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  311.  
  312. end)
  313. down.MouseButton1Down:connect(function()
  314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
  315. end)
  316. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
  317. wait(0.7)
  318. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  319. game.Players.LocalPlayer.Character.Animate.Disabled = false
  320. end)
  321. plus.MouseButton1Down:connect(function()
  322. speeds = speeds + 1
  323. speed.Text = speeds
  324. if nowe == true then
  325.  
  326. tpwalking = false
  327. for i = 1, speeds do
  328. spawn(function()
  329. local hb = game:GetService("RunService").Heartbeat
  330. tpwalking = true
  331. local chr = game.Players.LocalPlayer.Character
  332. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  333. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  334. if hum.MoveDirection.Magnitude > 0 then
  335. chr:TranslateBy(hum.MoveDirection)
  336. end
  337. end
  338. end)
  339. end
  340. end
  341. end)
  342. mine.MouseButton1Down:connect(function()
  343. if speeds == 1 then
  344. speed.Text = 'can not be less than 1'
  345. wait(1)
  346. speed.Text = speeds
  347. else
  348. speeds = speeds - 1
  349. speed.Text = speeds
  350. if nowe == true then
  351. tpwalking = false
  352. for i = 1, speeds do
  353. spawn(function()
  354. local hb = game:GetService("RunService").Heartbeat
  355. tpwalking = true
  356. local chr = game.Players.LocalPlayer.Character
  357. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  358. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  359. if hum.MoveDirection.Magnitude > 0 then
  360. chr:TranslateBy(hum.MoveDirection)
  361. end
  362. end
  363. end)
  364. end
  365. end
  366. end
  367. end)
  368.  
  369. end
  370. })
  371.  
  372. --[[
  373. Name = <string> - The name of the button.
  374. Callback = <function> - The function of the button.
  375. ]]
  376.  
  377. Tab:AddButton({
  378. Name = "سكربت ميشات",
  379. Callback = function()
  380. print("button pressed")
  381. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  382. end
  383. })
  384.  
  385. Tab:AddButton({
  386. Name = "سكربت Hub",
  387. Callback = function()
  388. print("button pressed")
  389. loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocalNzi/Ye/main/RedCoat8102-obfuscated.lua"))()
  390. end
  391. })
  392.  
  393. Tab:AddButton({
  394. Name = "سكربت قتل و سحب",
  395. Callback = function()
  396. print("button pressed")
  397. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\68\56\117\81\76\49\109\84\39\41\41\40\41\10")()
  398. end
  399. })
  400.  
  401.  
  402.  
  403. local Tab = Window:MakeTab({
  404. Name = "سكربت مابات",
  405. Icon = "rbxassetid://4483345998",
  406. PremiumOnly = false
  407. })
  408. local Section = Tab:AddSection({
  409. Name = "سكربت مابات"
  410. })
  411.  
  412. Tab:AddButton({
  413. Name = "أقوى سكربت فيه كل مابات",
  414. Callback = function()
  415. print("button pressed")
  416. loadstring(game:HttpGet('https://pastebin.com/raw/E55ifaFJ'))()
  417.  
  418. end
  419. })
  420.  
  421. Tab:AddButton({
  422. Name = "سكربت بلوكس فروت",
  423. Callback = function()
  424. print("button pressed")
  425. loadstring(game:HttpGet('https://raw.githubusercontent.com/REWzaKunGz1/premium/main/PadoHub'))()
  426. end
  427. })
  428.  
  429. Tab:AddButton({
  430. Name = "سكربت ام ام تو",
  431. Callback = function()
  432. print("button pressed")
  433. loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))()
  434. end
  435. })
  436.  
  437. Tab:AddButton({
  438. Name = "سكربت دورز",
  439. Callback = function()
  440. print("button pressed")
  441. loadstring(game:HttpGet("https://raw.githubusercontent.com/DreadzHub2/DreadzHub-Scripts-FR/main/Loader"))()
  442. end
  443. })
  444.  
  445. Tab:AddButton({
  446. Name = "سكربت ماب البيوت",
  447. Callback = function()
  448. print("button pressed")
  449. loadstring(game:HttpGet('https://icehub.cf/IceHubLoader'))()
  450. end
  451. })
  452.  
  453. Tab:AddButton({
  454. Name = "سكربت بت سلميتر اكس",
  455. Callback = function()
  456. print("button pressed")
  457. loadstring(game:HttpGet("https://raw.githubusercontent.com/Muhammad6196/Project-WD/main/Mainstring.lua"))()
  458. end
  459. })
  460.  
  461. local Tab = Window:MakeTab({
  462. Name = "اعدادات",
  463. Icon = "rbxassetid://4483345998",
  464. PremiumOnly = false
  465. })
  466. local Section = Tab:AddSection({
  467. Name = "اعدادات سكربت"
  468. })
  469.  
  470. Tab:AddColorpicker({
  471. Name = "اختار لون",
  472. Default = Color3.fromRGB(255, 0, 0),
  473. Callback = function(Value)
  474. print(Value)
  475. end
  476. })
  477.  
  478.  
  479. local Tab = Window:MakeTab({
  480. Name = "تحديث",
  481. Icon = "rbxassetid://4483345998",
  482. PremiumOnly = false
  483. })
  484.  
  485. local Section = Tab:AddSection({
  486. Name = "تم اضافة اعدادات"
  487. })
  488.  
  489. local Section = Tab:AddSection({
  490. Name = "تم اضافة قائمة جديده"
  491. })
  492.  
  493.  
  494.  
  495. CoolToggle:Set(false)
  496. OrionLib:Init(false)
  497.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement