Advertisement
ARY106_7

سكربت محمد ام ام تو | SC

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