Advertisement
ARY106_7

سكربت ايم المهري | ماب كلك مادنس

Jan 17th, 2025 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/PjkY8zj0')))()
  2.  
  3. OrionLib:MakeNotification({
  4. Name = "انتظر ...",
  5. Content = "اصبر",
  6. Image = "rbxassetid://4483345998",
  7. Time = 3
  8. })
  9.  
  10. local Window = OrionLib:MakeWindow({Name = "سكربت ايم المهري | ماب كلك مادنس", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  11.  
  12. --[[
  13. Name = <string> - The name of the UI.
  14. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  15. SaveConfig = <bool> - Toggles the config saving in the UI.
  16. ConfigFolder = <string> - The name of the folder where the configs are saved.
  17. IntroEnabled = <bool> - Whether or not to show the intro animation.
  18. IntroText = <string> - Text to show in the intro animation.
  19. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  20. Icon = <string> - URL to the image you want displayed on the window.
  21. CloseCallback = <function> - Function to execute when the window is closed.
  22. ]]local Tab = Window:MakeTab({
  23. Name = "تفريم",
  24. Icon = "rbxassetid://16862721430",
  25. PremiumOnly = false
  26. })
  27.  
  28. --[[
  29. Name = <string> - The name of the tab.
  30. Icon = <string> - The icon of the tab.
  31. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  32. ]]local Section = Tab:AddSection({
  33. Name = "تفريم"
  34. })
  35.  
  36. --[[
  37. Name = <string> - The name of the section.
  38. ]]Tab:AddButton({
  39. Name = "اوتو كلك",
  40. Callback = function()
  41. print("button pressed")-- RX ALMAHRI --
  42. _G.AutoClick = true
  43. spawn(function()
  44. while _G.AutoClick == true do
  45. local args = {
  46. [1] = 1
  47. }
  48.  
  49.  
  50. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.ClickService.Click:FireServer(unpack(args))
  51. wait()
  52. end
  53. end)
  54. end
  55. })
  56.  
  57. --[[
  58. Name = <string> - The name of the section.
  59. ]]Tab:AddButton({
  60. Name = "اوتو ريبيث",
  61. Callback = function()
  62. print("button pressed")
  63. -- RX ALMAHRI --
  64. spawn(function()
  65. _G.AutoRebirth = true
  66. while _G.AutoRebirth == true do
  67. local args = {
  68. [1] = 100
  69. }
  70.  
  71. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.RebirthService.BuyRebirths:FireServer(unpack(args))
  72. wait()
  73. end
  74. end)
  75. end
  76. })
  77.  
  78. --[[
  79. Name = <string> - The name of the tab.
  80. Icon = <string> - The icon of the tab.
  81. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  82. ]]local Section = Tab:AddSection({
  83. Name = "قتل بوسات"
  84. })
  85.  
  86. --[[
  87. Name = <string> - The name of the section.
  88. ]]Tab:AddButton({
  89. Name = "قتل بوس الزومبي",
  90. Callback = function()
  91. print("button pressed")-- RX ALMAHRI --
  92. _G.AutoFarm1 = true
  93. spawn(function()
  94. while _G.AutoFarm1 == true do
  95. local args = {
  96. [1] = "Zombie"
  97. }
  98.  
  99. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.CursorCannonService.FireBoss:FireServer(unpack(args))
  100.  
  101. wait()
  102. end
  103. end)
  104. end
  105. })
  106.  
  107. local Tab = Window:MakeTab({
  108. Name = "فتح بيوض",
  109. Icon = "rbxassetid://4483345998",
  110. PremiumOnly = false
  111. })
  112.  
  113. --[[
  114. Name = <string> - The name of the tab.
  115. Icon = <string> - The icon of the tab.
  116. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  117. ]]local Section = Tab:AddSection({
  118. Name = "فتح بيوض"
  119. })
  120.  
  121. --[[
  122. Name = <string> - The name of the section.
  123. ]]Tab:AddButton({
  124. Name = "فتح بيوض lava",
  125. Callback = function()
  126. print("button pressed")
  127. -- RX ALMAHRI --
  128. _G.Autofarm = true
  129. spawn(function()
  130. while _G.Autofarm == true do
  131.  
  132. local args = {
  133. [1] = "lava"
  134. }
  135.  
  136. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.Purchase:FireServer(unpack(args))
  137.  
  138. wait()
  139. end
  140. end)
  141. end
  142. })
  143.  
  144. --[[
  145. Name = <string> - The name of the section.
  146. ]]Tab:AddButton({
  147. Name = "فتح بيوض الهالوين",
  148. Callback = function()
  149. print("button pressed")
  150. -- RX ALMAHRI --
  151. _G.Autofarm2 = true
  152. spawn(function()
  153. while _G.Autofarm2 == true do
  154. local args = {
  155. [1] = "halloween"
  156. }
  157.  
  158. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.Purchase:FireServer(unpack(args))
  159.  
  160.  
  161. wait()
  162. end
  163. end)
  164. end
  165. })
  166.  
  167. --[[
  168. Name = <string> - The name of the section.
  169. ]]Tab:AddButton({
  170. Name = "فتح بيوض basic",
  171. Callback = function()
  172. print("button pressed")
  173. -- RX ALMAHRI --
  174. _G.Autofarm = true
  175. spawn(function()
  176. while _G.Autofarm == true do
  177. local args = {
  178. [1] = "basic"
  179. }
  180.  
  181. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.EggService.Purchase:FireServer(unpack(args))
  182.  
  183.  
  184. wait()
  185. end
  186. end)
  187. end
  188. })
  189.  
  190. local Tab = Window:MakeTab({
  191. Name = "ثاني",
  192. Icon = "rbxassetid://4483345998",
  193. PremiumOnly = false
  194. })
  195.  
  196. Tab:AddToggle({
  197. Name = "عدم الموت",
  198. Default = false,
  199. Callback = function(value)
  200. getgenv().God = (value)
  201. while getgenv().God == true do
  202. game.Players.LocalPlayer.Character.Humanoid:Remove()
  203. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  204. game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChildOfClass(
  205. 'Humanoid').HipHeight = 2
  206. wait(10)
  207. end
  208. end
  209. })
  210.  
  211.  
  212. Tab:AddButton({
  213. Name = "سكربت طيران",
  214. Callback = function()
  215. loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
  216. end
  217. })
  218.  
  219. Tab:AddButton({
  220. Name = "راس مخفي",
  221. Callback = function()
  222. game.Players.localPlayer.Character.Head.Size = Vector3.new(0,0,0)
  223. end
  224. })
  225.  
  226. Tab:AddButton({
  227. Name = "سكربت ادمن",
  228. Callback = function()
  229. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  230. end
  231. })
  232.  
  233. Tab:AddButton({
  234. Name = "سكربت ادمن 2",
  235. Callback = function()
  236. loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))()
  237. end
  238. })
  239.  
  240. local Tab = Window:MakeTab({
  241. Name = "التخريب",
  242. Icon = "rbxassetid://4483345998",
  243. PremiumOnly = false
  244. })
  245.  
  246. Tab:AddButton({
  247. Name = "تحديد الشخص الي تبي تطيره",
  248. Callback = function()
  249. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Auto%20Fling%20Player'))()
  250. end
  251. })
  252.  
  253. Tab:AddButton({
  254. Name = "سكربت تنقل",
  255. Callback = function()
  256. -- Load the Kavo UI Library
  257. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  258.  
  259. -- Create a new window with the DarkTheme
  260. local Window = Library.CreateLib("التنقل", "BloodTheme")
  261.  
  262. -- Create a new tab in the window
  263. local Tab = Window:NewTab("التنقل")
  264.  
  265. -- Create a new section in the tab
  266. local Section = Tab:NewSection("الانتقال الى اللاعب")
  267.  
  268. -- Create a textbox for the player's username
  269. Section:NewTextBox("اسم اللاعب", "Enter the username of the player you want to teleport to", function(username)
  270. -- Store the entered username for later use
  271. _G.targetUsername = username
  272. end)
  273.  
  274. -- Create a button that will teleport the player when clicked
  275. Section:NewButton("تنقل | TELEPORT", "Teleport to the entered player", function()
  276. -- Get the Players service
  277. local Players = game:GetService("Players")
  278.  
  279. -- Get the local player
  280. local player = Players.LocalPlayer
  281.  
  282. -- Find the target player in the game
  283. local targetPlayer = Players:FindFirstChild(_G.targetUsername)
  284.  
  285. -- Check that the target player exists and has a character
  286. if targetPlayer and targetPlayer.Character then
  287. -- Teleport the player to the target player
  288. player.Character.HumanoidRootPart.CFrame = targetPlayer.Character.HumanoidRootPart.CFrame
  289. else
  290. print("Target player not found or does not have a character.")
  291. end
  292. end)
  293. end
  294. })
  295.  
  296. Tab:AddButton({
  297. Name = "طيران الكل",
  298. Callback = function()
  299. print("Before the while loop")
  300.  
  301.  
  302.  
  303. local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened"
  304.  
  305. local Players = game:GetService("Players")
  306. local Player = Players.LocalPlayer
  307.  
  308. local AllBool = falseasa
  309.  
  310. local GetPlayer = function(Name)
  311. Name = Name:lower()
  312. if Name == "all" or Name == "others" then
  313. AllBool = true
  314. return
  315. elseif Name == "random" then
  316. local GetPlayers = Players:GetPlayers()
  317. if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
  318. return GetPlayers[math.random(#GetPlayers)]
  319. elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
  320. for _,x in next, Players:GetPlayers() do
  321. if x ~= Player then
  322. if x.Name:lower():match("^"..Name) then
  323. return x;
  324. elseif x.DisplayName:lower():match("^"..Name) then
  325. return x;
  326. end
  327. end
  328. end
  329. else
  330. return
  331. end
  332. end
  333.  
  334. local Message = function(_Title, _Text, Time)
  335. game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
  336. end
  337.  
  338. local SkidFling = function(TargetPlayer)
  339. local Character = Player.Character
  340. local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
  341. local RootPart = Humanoid and Humanoid.RootPart
  342.  
  343. local TCharacter = TargetPlayer.Character
  344. local THumanoid
  345. local TRootPart
  346. local THead
  347. local Accessory
  348. local Handle
  349.  
  350. if TCharacter:FindFirstChildOfClass("Humanoid") then
  351. THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
  352. end
  353. if THumanoid and THumanoid.RootPart then
  354. TRootPart = THumanoid.RootPart
  355. end
  356. if TCharacter:FindFirstChild("Head") then
  357. THead = TCharacter.Head
  358. end
  359. if TCharacter:FindFirstChildOfClass("Accessory") then
  360. Accessory = TCharacter:FindFirstChildOfClass("Accessory")
  361. end
  362. if Accessoy and Accessory:FindFirstChild("Handle") then
  363. Handle = Accessory.Handle
  364. end
  365.  
  366. if Character and Humanoid and RootPart then
  367. if RootPart.Velocity.Magnitude < 50 then
  368. getgenv().OldPos = RootPart.CFrame
  369. end
  370. if THumanoid and THumanoid.Sit and not AllBool then
  371. return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
  372. end
  373. if THead then
  374. workspace.CurrentCamera.CameraSubject = THead
  375. elseif not THead and Handle then
  376. workspace.CurrentCamera.CameraSubject = Handle
  377. elseif THumanoid and TRootPart then
  378. workspace.CurrentCamera.CameraSubject = THumanoid
  379. end
  380. if not TCharacter:FindFirstChildWhichIsA("BasePart") then
  381. return
  382. end
  383.  
  384. local FPos = function(BasePart, Pos, Ang)
  385. RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
  386. Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
  387. RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
  388. RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
  389. end
  390.  
  391. local SFBasePart = function(BasePart)
  392. local TimeToWait = 0.1
  393. local Time = tick()
  394. local Angle = 0
  395.  
  396. repeat
  397. if RootPart and THumanoid then
  398. if BasePart.Velocity.Magnitude < 50 then
  399. Angle = Angle + 100
  400.  
  401. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
  402. task.wait()
  403.  
  404. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  405. task.wait()
  406.  
  407. FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  408. task.wait()
  409.  
  410. FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  411. task.wait()
  412.  
  413. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  414. task.wait()
  415.  
  416. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  417. task.wait()
  418. else
  419. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  420. task.wait()
  421.  
  422. FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
  423. task.wait()
  424.  
  425. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  426. task.wait()
  427.  
  428. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  429. task.wait()
  430.  
  431. FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
  432. task.wait()
  433.  
  434. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  435. task.wait()
  436.  
  437. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
  438. task.wait()
  439.  
  440. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  441. task.wait()
  442.  
  443. FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
  444. task.wait()
  445.  
  446. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  447. task.wait()
  448. end
  449. else
  450. break
  451. end
  452. 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
  453. end
  454.  
  455. workspace.FallenPartsDestroyHeight = 0/0
  456.  
  457. local BV = Instance.new("BodyVelocity")
  458. BV.Name = "EpixVel"
  459. BV.Parent = RootPart
  460. BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
  461. BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
  462.  
  463. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  464.  
  465. if TRootPart and THead then
  466. if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
  467. SFBasePart(THead)
  468. else
  469. SFBasePart(TRootPart)
  470. end
  471. elseif TRootPart and not THead then
  472. SFBasePart(TRootPart)
  473. elseif not TRootPart and THead then
  474. SFBasePart(THead)
  475. elseif not TRootPart and not THead and Accessory and Handle then
  476. SFBasePart(Handle)
  477. else
  478. return Message("Error Occurred", "Target is missing everything", 5)
  479. end
  480.  
  481. BV:Destroy()
  482. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  483. workspace.CurrentCamera.CameraSubject = Humanoid
  484.  
  485. repeat
  486. RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
  487. Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
  488. Humanoid:ChangeState("GettingUp")
  489. table.foreach(Character:GetChildren(), function(_, x)
  490. if x:IsA("BasePart") then
  491. x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
  492. end
  493. end)
  494. task.wait()
  495. until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
  496. workspace.FallenPartsDestroyHeight = getgenv().FPDH
  497. else
  498. return Message("Error Occurred", "Random error", 5)
  499. end
  500. end
  501.  
  502. if not Welcome then Message("Script by DranghetaSm0ke", "Enjoy!", 5) end
  503. getgenv().Welcome = true
  504. if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
  505.  
  506. if AllBool then
  507. for _,x in next, Players:GetPlayers() do
  508. SkidFling(x)
  509. end
  510. end
  511.  
  512. for _,x in next, Targets do
  513. if GetPlayer(x) and GetPlayer(x) ~= Player then
  514. if GetPlayer(x).UserId ~= 1414978355 then
  515. local TPlayer = GetPlayer(x)
  516. if TPlayer then
  517. SkidFling(TPlayer)
  518. end
  519. else
  520. Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
  521. end
  522. elseif not GetPlayer(x) and not AllBool then
  523. Message("Error Occurred", "Username Invalid", 5)
  524. end
  525. end
  526. local WhitelistedPlayers = {
  527. [123456789] = true, -- Replace with the actual UserId of whitelisted players
  528. [987654321] = true,
  529. }
  530.  
  531. local function IsPlayerWhitelisted(player)
  532. local userId = player.UserId
  533. return WhitelistedPlayers[userId] or false
  534. end
  535.  
  536. return IsPlayerWhitelisted
  537. end
  538. })
  539.  
  540. --[[
  541. Name = <string> - The name of the button.
  542. Callback = <function> - The function of the button.
  543. ]]
  544. local Tab = Window:MakeTab({
  545. Name = "الاعدادات",
  546. Icon = "rbxassetid://4483345998",
  547. PremiumOnly = false
  548. })
  549.  
  550. --[[
  551. Name = <string> - The name of the tab.
  552. Icon = <string> - The icon of the tab.
  553. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  554. ]]local Section = Tab:AddSection({
  555. Name = "الاعدادات"
  556. })
  557.  
  558. Tab:AddColorpicker({
  559. Name = "اختار لون السكربت",
  560. Default = Color3.fromRGB(255, 0, 0),
  561. Callback = function(Value)
  562. print(Value)
  563. end
  564. })
  565.  
  566. Tab:AddSlider({
  567. Name = "سرعه",
  568. Min = 0,
  569. Max = 400,
  570. Default = 16,
  571. Color = Color3.fromRGB(255,255,255),
  572. Increment = 1,
  573. ValueName = "حدد السرعه",
  574. Callback = function(Value)
  575. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  576. end
  577. })
  578. Tab:AddSlider({
  579. Name = "قفز",
  580. Min = 0,
  581. Max = 400,
  582. Default = 16,
  583. Color = Color3.fromRGB(255,255,255),
  584. Increment = 1,
  585. ValueName = "حدد القفز",
  586. Callback = function(Value)
  587. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
  588. end
  589. })
  590.  
  591. --[[
  592. Name = <string> - The name of the slider.
  593. Min = <number> - The minimal value of the slider.
  594. Max = <number> - The maxium value of the slider.
  595. Increment = <number> - How much the slider will change value when dragging.
  596. Default = <number> - The default value of the slider.
  597. ValueName = <string> - The text after the value number.
  598. Callback = <function> - The function of the slider.
  599. ]]
  600.  
  601. --[[
  602. Name = <string> - The name of the colorpicker.
  603. Default = <color3> - The default value of the colorpicker.
  604. Callback = <function> - The function of the colorpicker.
  605. ]]local Tab = Window:MakeTab({
  606. Name = "التحديثات",
  607. Icon = "rbxassetid://4483345998",
  608. PremiumOnly = false
  609. })
  610.  
  611. --[[
  612. Name = <string> - The name of the section.
  613. ]]local Section = Tab:AddSection({
  614. Name = "تحديث رقم0.1"
  615. })
  616.  
  617. local Tab = Window:MakeTab({
  618. Name = "الحقوق",
  619. Icon = "rbxassetid://4483345998",
  620. PremiumOnly = false
  621. })
  622.  
  623. local Section = Tab:AddSection({
  624. Name = "المطورين : محمد و ايوب"
  625. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement