Advertisement
ARY106_7

سكربت ايم المهري ماب العضلات

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