Advertisement
ARY106_7

سكربت احلام العصر | النسخه الخامسه

Dec 6th, 2024 (edited)
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "سكربت احلام العصر | النسخه الخامسه",
  5. LoadingTitle = "جار تحميل",
  6. LoadingSubtitle = "by 107",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Big Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "discord.gg/4vzJMEDx", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "سكربت احلام العصر | النسخه الخامسه",
  20. Subtitle = "Key System",
  21. Note = "No method of obtaining the key is provided",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"107"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("الاعدادات", nil) -- Title, Image
  30. local Section = MainTab:CreateSection("الاعدادات")
  31.  
  32. Rayfield:Notify({
  33. Title = "تم تشغيل اقوى سكربت عربي",
  34. Content = ":)",
  35. Duration = 6.5,
  36. Image = 4483362458,
  37. Actions = { -- Notification Buttons
  38. Ignore = {
  39. Name = "Okay!",
  40. Callback = function()
  41. print("The user tapped Okay!")
  42. end
  43. },
  44. },
  45. })
  46.  
  47. local Slider = MainTab:CreateSlider({
  48. Name = "مغير سرعه",
  49. Range = {0, 300},
  50. Increment = 10,
  51. Suffix = "سرعه",
  52. CurrentValue = 10,
  53. Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  54. Callback = function(Value)
  55. game.Players.localPlayer.Character.Humanoid.WalkSpeed = (Value)
  56. end,
  57. })
  58.  
  59. local Slider = MainTab:CreateSlider({
  60. Name = "مغير قوه نط",
  61. Range = {0, 300},
  62. Increment = 10,
  63. Suffix = "نط",
  64. CurrentValue = 10,
  65. Flag = "Slider1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  66. Callback = function(Value2)
  67. game.Players.localPlayer.Character.Humanoid.JumpPower = (Value2)
  68. end,
  69. })
  70.  
  71. local Button = MainTab:CreateButton({
  72. Name = "راس كبير",
  73. Callback = function()
  74. game.Players.localPlayer.Character.Head.Size = Vector3.new(5,5,5)
  75. end,
  76. })
  77.  
  78. local Button = MainTab:CreateButton({
  79. Name = "راس مخفي",
  80. Callback = function()
  81. game.Players.localPlayer.Character.Head.Size = Vector3.new(0,0,0)
  82. end,
  83. })
  84.  
  85. local MainTab = Window:CreateTab("السكربتات", nil) -- Title, Image
  86. local Section = MainTab:CreateSection("السكربتات")
  87.  
  88.  
  89. local Button = MainTab:CreateButton({
  90. Name = "سكربت بلوكس فروت",
  91. Callback = function()
  92. loadstring(game:HttpGet("https://raw.githubusercontent.com/Domadicoof/Domadicoof/main/Domadichub/NottoGay/Start.ranscript"))()
  93. end,
  94. })
  95.  
  96. local Button = MainTab:CreateButton({
  97. Name = "سكربت هاك ارسيوس اكس",
  98. Callback = function()
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
  100. end,
  101. })
  102.  
  103. local Button = MainTab:CreateButton({
  104. Name = "سكربت ادمن",
  105. Callback = function()
  106. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  107. end,
  108. })
  109.  
  110. local Button = MainTab:CreateButton({
  111. Name = "سكربت تخريب",
  112. Callback = function()
  113. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Haxker666-Script-hub-9666"))()
  114. end,
  115. })
  116.  
  117. local Button = MainTab:CreateButton({
  118. Name = "سكربت احلام العصر نسخه الطيران",
  119. Callback = function()
  120. loadstring(game:HttpGet('https://pastebin.com/raw/EkwGS4eP'))()
  121. end,
  122. })
  123.  
  124. local Button = MainTab:CreateButton({
  125. Name = "سكربت طيران الكل من المطور محمد",
  126. Callback = function()
  127. local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened"
  128.  
  129. local Players = game:GetService("Players")
  130. local Player = Players.LocalPlayer
  131.  
  132. local AllBool = falseasa
  133.  
  134. local GetPlayer = function(Name)
  135. Name = Name:lower()
  136. if Name == "all" or Name == "others" then
  137. AllBool = true
  138. return
  139. elseif Name == "random" then
  140. local GetPlayers = Players:GetPlayers()
  141. if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
  142. return GetPlayers[math.random(#GetPlayers)]
  143. elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
  144. for _,x in next, Players:GetPlayers() do
  145. if x ~= Player then
  146. if x.Name:lower():match("^"..Name) then
  147. return x;
  148. elseif x.DisplayName:lower():match("^"..Name) then
  149. return x;
  150. end
  151. end
  152. end
  153. else
  154. return
  155. end
  156. end
  157.  
  158. local Message = function(_Title, _Text, Time)
  159. game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
  160. end
  161.  
  162. local SkidFling = function(TargetPlayer)
  163. local Character = Player.Character
  164. local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
  165. local RootPart = Humanoid and Humanoid.RootPart
  166.  
  167. local TCharacter = TargetPlayer.Character
  168. local THumanoid
  169. local TRootPart
  170. local THead
  171. local Accessory
  172. local Handle
  173.  
  174. if TCharacter:FindFirstChildOfClass("Humanoid") then
  175. THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
  176. end
  177. if THumanoid and THumanoid.RootPart then
  178. TRootPart = THumanoid.RootPart
  179. end
  180. if TCharacter:FindFirstChild("Head") then
  181. THead = TCharacter.Head
  182. end
  183. if TCharacter:FindFirstChildOfClass("Accessory") then
  184. Accessory = TCharacter:FindFirstChildOfClass("Accessory")
  185. end
  186. if Accessoy and Accessory:FindFirstChild("Handle") then
  187. Handle = Accessory.Handle
  188. end
  189.  
  190. if Character and Humanoid and RootPart then
  191. if RootPart.Velocity.Magnitude < 50 then
  192. getgenv().OldPos = RootPart.CFrame
  193. end
  194. if THumanoid and THumanoid.Sit and not AllBool then
  195. return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
  196. end
  197. if THead then
  198. workspace.CurrentCamera.CameraSubject = THead
  199. elseif not THead and Handle then
  200. workspace.CurrentCamera.CameraSubject = Handle
  201. elseif THumanoid and TRootPart then
  202. workspace.CurrentCamera.CameraSubject = THumanoid
  203. end
  204. if not TCharacter:FindFirstChildWhichIsA("BasePart") then
  205. return
  206. end
  207.  
  208. local FPos = function(BasePart, Pos, Ang)
  209. RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
  210. Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
  211. RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
  212. RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
  213. end
  214.  
  215. local SFBasePart = function(BasePart)
  216. local TimeToWait = 0.1
  217. local Time = tick()
  218. local Angle = 0
  219.  
  220. repeat
  221. if RootPart and THumanoid then
  222. if BasePart.Velocity.Magnitude < 50 then
  223. Angle = Angle + 100
  224.  
  225. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
  226. task.wait()
  227.  
  228. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  229. task.wait()
  230.  
  231. FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  232. task.wait()
  233.  
  234. FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  235. task.wait()
  236.  
  237. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  238. task.wait()
  239.  
  240. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  241. task.wait()
  242. else
  243. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  244. task.wait()
  245.  
  246. FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
  247. task.wait()
  248.  
  249. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  250. task.wait()
  251.  
  252. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  253. task.wait()
  254.  
  255. FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
  256. task.wait()
  257.  
  258. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  259. task.wait()
  260.  
  261. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
  262. task.wait()
  263.  
  264. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  265. task.wait()
  266.  
  267. FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
  268. task.wait()
  269.  
  270. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  271. task.wait()
  272. end
  273. else
  274. break
  275. end
  276. until BasePart.Velocity.Magnitude > 500 or BasePart.Parent ~= TargetPlayer.Character or TargetPlayer.Parent ~= Players or not TargetPlayer.Character == TCharacter or THumanoid.Sit or Humanoid.Health <= 0 or tick() > Time + TimeToWait
  277. end
  278.  
  279. workspace.FallenPartsDestroyHeight = 0/0
  280.  
  281. local BV = Instance.new("BodyVelocity")
  282. BV.Name = "EpixVel"
  283. BV.Parent = RootPart
  284. BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
  285. BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
  286.  
  287. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  288.  
  289. if TRootPart and THead then
  290. if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
  291. SFBasePart(THead)
  292. else
  293. SFBasePart(TRootPart)
  294. end
  295. elseif TRootPart and not THead then
  296. SFBasePart(TRootPart)
  297. elseif not TRootPart and THead then
  298. SFBasePart(THead)
  299. elseif not TRootPart and not THead and Accessory and Handle then
  300. SFBasePart(Handle)
  301. else
  302. return Message("Error Occurred", "Target is missing everything", 5)
  303. end
  304.  
  305. BV:Destroy()
  306. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  307. workspace.CurrentCamera.CameraSubject = Humanoid
  308.  
  309. repeat
  310. RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
  311. Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
  312. Humanoid:ChangeState("GettingUp")
  313. table.foreach(Character:GetChildren(), function(_, x)
  314. if x:IsA("BasePart") then
  315. x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
  316. end
  317. end)
  318. task.wait()
  319. until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
  320. workspace.FallenPartsDestroyHeight = getgenv().FPDH
  321. else
  322. return Message("Error Occurred", "Random error", 5)
  323. end
  324. end
  325.  
  326. if not Welcome then Message("Script by DranghetaSm0ke", "Enjoy!", 5) end
  327. getgenv().Welcome = true
  328. if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
  329.  
  330. if AllBool then
  331. for _,x in next, Players:GetPlayers() do
  332. SkidFling(x)
  333. end
  334. end
  335.  
  336. for _,x in next, Targets do
  337. if GetPlayer(x) and GetPlayer(x) ~= Player then
  338. if GetPlayer(x).UserId ~= 1414978355 then
  339. local TPlayer = GetPlayer(x)
  340. if TPlayer then
  341. SkidFling(TPlayer)
  342. end
  343. else
  344. Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
  345. end
  346. elseif not GetPlayer(x) and not AllBool then
  347. Message("Error Occurred", "Username Invalid", 5)
  348. end
  349. end
  350. local WhitelistedPlayers = {
  351. [123456789] = true, -- Replace with the actual UserId of whitelisted players
  352. [987654321] = true,
  353. }
  354.  
  355. local function IsPlayerWhitelisted(player)
  356. local userId = player.UserId
  357. return WhitelistedPlayers[userId] or false
  358. end
  359.  
  360. return IsPlayerWhitelisted
  361. end,
  362. })
  363.  
  364. local Button = MainTab:CreateButton({
  365. Name = "سكربت هيت بوكس",
  366. Callback = function()
  367. loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/RobloxScripts/main/HitboxExpander.lua"))()
  368. end,
  369. })
  370.  
  371. local Button = MainTab:CreateButton({
  372. Name = "سكربت الحروب",
  373. Callback = function()
  374. loadstring(game:HttpGet("https://raw.githubusercontent.com/hasan08122020108181818/devronaldo/main/ronaldodevas"))()
  375. end,
  376. })
  377.  
  378. local Button = MainTab:CreateButton({
  379. Name = "سكربت ماب فش",
  380. Callback = function()
  381. loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua"))()
  382. end,
  383. })
  384.  
  385. local Button = MainTab:CreateButton({
  386. Name = "سكربت هوب انيا",
  387. Callback = function()
  388. loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))()
  389. end,
  390. })
  391.  
  392. local Button = MainTab:CreateButton({
  393. Name = "سكربت سالم",
  394. Callback = function()
  395. loadstring(game:HttpGet("https://pastebin.com/raw/106v3hpG"))()
  396. end,
  397. })
  398.  
  399. local Button = MainTab:CreateButton({
  400. Name = "سكربت جرافيكس",
  401. Callback = function()
  402. loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))()
  403. end,
  404. })
  405.  
  406. local Button = MainTab:CreateButton({
  407. Name = "سكربت كشف اماكن",
  408. Callback = function()
  409. loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
  410. end,
  411. })
  412.  
  413. local Button = MainTab:CreateButton({
  414. Name = "سكربت سرعه عربي",
  415. Callback = function()
  416. loadstring(game:HttpGet("https://pastebin.com/raw/0m52kRnj"))()
  417. end,
  418. })
  419.  
  420. local MainTab = Window:CreateTab("الحقوق", nil) -- Title, Image
  421. local Section = MainTab:CreateSection("المطورين")
  422. local Section = MainTab:CreateSection("من قبل محمد")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement