Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/PjkY8zj0')))()
- OrionLib:MakeNotification({
- Name = "انتظر ...",
- Content = "اصبر",
- Image = "rbxassetid://4483345998",
- Time = 3
- })
- local Window = OrionLib:MakeWindow({Name = "سكربت ايم المهري | ماب العضلات", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- OrionLib:MakeNotification({
- Name = "تم تشغيل .",
- Content = "تم تشغيل",
- Image = "rbxassetid://4483345998",
- Time = 3
- })
- local Tab = Window:MakeTab({
- Name = "تفريم",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "تفريم عضلات",
- Callback = function()
- -- RX ALMAHRI --
- _G.Autofarm = true
- spawn(function()
- while _G.Autofarm == true do
- local args = {
- [1] = "rep"
- }
- game:GetService("Players").LocalPlayer.muscleEvent:FireServer(unpack(args))
- wait(0.5)
- end
- end)
- end
- })
- Tab:AddButton({
- Name = "تفريم ريبيث",
- Callback = function()
- -- RX ALMAHRI --
- _G.Autofarm = true
- spawn(function()
- while _G.Autofarm == true do
- local args = {
- [1] = "rebirthRequest"
- }
- game:GetService("ReplicatedStorage").rEvents.rebirthRemote:InvokeServer(unpack(args))
- wait(0.5)
- end
- end)
- end
- })
- local Tab = Window:MakeTab({
- Name = "ثاني",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddToggle({
- Name = "عدم الموت",
- Default = false,
- Callback = function(value)
- getgenv().God = (value)
- while getgenv().God == true do
- game.Players.LocalPlayer.Character.Humanoid:Remove()
- Instance.new('Humanoid', game.Players.LocalPlayer.Character)
- game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChildOfClass(
- 'Humanoid').HipHeight = 2
- wait(10)
- end
- end
- })
- Tab:AddButton({
- Name = "سكربت طيران",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
- end
- })
- Tab:AddButton({
- Name = "راس مخفي",
- Callback = function()
- game.Players.localPlayer.Character.Head.Size = Vector3.new(0,0,0)
- end
- })
- Tab:AddButton({
- Name = "سكربت ادمن",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- })
- Tab:AddButton({
- Name = "سكربت ادمن 2",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hex/main/Iv%20Admin%20v3.lua'))()
- end
- })
- local Tab = Window:MakeTab({
- Name = "التخريب",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "تحديد الشخص الي تبي تطيره",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Auto%20Fling%20Player'))()
- end
- })
- Tab:AddButton({
- Name = "سكربت تنقل",
- Callback = function()
- -- Load the Kavo UI Library
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- -- Create a new window with the DarkTheme
- local Window = Library.CreateLib("التنقل", "BloodTheme")
- -- Create a new tab in the window
- local Tab = Window:NewTab("التنقل")
- -- Create a new section in the tab
- local Section = Tab:NewSection("الانتقال الى اللاعب")
- -- Create a textbox for the player's username
- Section:NewTextBox("اسم اللاعب", "Enter the username of the player you want to teleport to", function(username)
- -- Store the entered username for later use
- _G.targetUsername = username
- end)
- -- Create a button that will teleport the player when clicked
- Section:NewButton("تنقل | TELEPORT", "Teleport to the entered player", function()
- -- Get the Players service
- local Players = game:GetService("Players")
- -- Get the local player
- local player = Players.LocalPlayer
- -- Find the target player in the game
- local targetPlayer = Players:FindFirstChild(_G.targetUsername)
- -- Check that the target player exists and has a character
- if targetPlayer and targetPlayer.Character then
- -- Teleport the player to the target player
- player.Character.HumanoidRootPart.CFrame = targetPlayer.Character.HumanoidRootPart.CFrame
- else
- print("Target player not found or does not have a character.")
- end
- end)
- end
- })
- Tab:AddButton({
- Name = "طيران الكل",
- Callback = function()
- print("Before the while loop")
- local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened"
- local Players = game:GetService("Players")
- local Player = Players.LocalPlayer
- local AllBool = falseasa
- local GetPlayer = function(Name)
- Name = Name:lower()
- if Name == "all" or Name == "others" then
- AllBool = true
- return
- elseif Name == "random" then
- local GetPlayers = Players:GetPlayers()
- if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
- return GetPlayers[math.random(#GetPlayers)]
- elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
- for _,x in next, Players:GetPlayers() do
- if x ~= Player then
- if x.Name:lower():match("^"..Name) then
- return x;
- elseif x.DisplayName:lower():match("^"..Name) then
- return x;
- end
- end
- end
- else
- return
- end
- end
- local Message = function(_Title, _Text, Time)
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
- end
- local SkidFling = function(TargetPlayer)
- local Character = Player.Character
- local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
- local RootPart = Humanoid and Humanoid.RootPart
- local TCharacter = TargetPlayer.Character
- local THumanoid
- local TRootPart
- local THead
- local Accessory
- local Handle
- if TCharacter:FindFirstChildOfClass("Humanoid") then
- THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
- end
- if THumanoid and THumanoid.RootPart then
- TRootPart = THumanoid.RootPart
- end
- if TCharacter:FindFirstChild("Head") then
- THead = TCharacter.Head
- end
- if TCharacter:FindFirstChildOfClass("Accessory") then
- Accessory = TCharacter:FindFirstChildOfClass("Accessory")
- end
- if Accessoy and Accessory:FindFirstChild("Handle") then
- Handle = Accessory.Handle
- end
- if Character and Humanoid and RootPart then
- if RootPart.Velocity.Magnitude < 50 then
- getgenv().OldPos = RootPart.CFrame
- end
- if THumanoid and THumanoid.Sit and not AllBool then
- return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
- end
- if THead then
- workspace.CurrentCamera.CameraSubject = THead
- elseif not THead and Handle then
- workspace.CurrentCamera.CameraSubject = Handle
- elseif THumanoid and TRootPart then
- workspace.CurrentCamera.CameraSubject = THumanoid
- end
- if not TCharacter:FindFirstChildWhichIsA("BasePart") then
- return
- end
- local FPos = function(BasePart, Pos, Ang)
- RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
- Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
- RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
- RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
- end
- local SFBasePart = function(BasePart)
- local TimeToWait = 0.1
- local Time = tick()
- local Angle = 0
- repeat
- if RootPart and THumanoid then
- if BasePart.Velocity.Magnitude < 50 then
- Angle = Angle + 100
- FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
- task.wait()
- else
- FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
- task.wait()
- FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
- task.wait()
- end
- else
- break
- end
- 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
- end
- workspace.FallenPartsDestroyHeight = 0/0
- local BV = Instance.new("BodyVelocity")
- BV.Name = "EpixVel"
- BV.Parent = RootPart
- BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
- BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
- if TRootPart and THead then
- if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
- SFBasePart(THead)
- else
- SFBasePart(TRootPart)
- end
- elseif TRootPart and not THead then
- SFBasePart(TRootPart)
- elseif not TRootPart and THead then
- SFBasePart(THead)
- elseif not TRootPart and not THead and Accessory and Handle then
- SFBasePart(Handle)
- else
- return Message("Error Occurred", "Target is missing everything", 5)
- end
- BV:Destroy()
- Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
- workspace.CurrentCamera.CameraSubject = Humanoid
- repeat
- RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
- Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
- Humanoid:ChangeState("GettingUp")
- table.foreach(Character:GetChildren(), function(_, x)
- if x:IsA("BasePart") then
- x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
- end
- end)
- task.wait()
- until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
- workspace.FallenPartsDestroyHeight = getgenv().FPDH
- else
- return Message("Error Occurred", "Random error", 5)
- end
- end
- if not Welcome then Message("Script by DranghetaSm0ke", "Enjoy!", 5) end
- getgenv().Welcome = true
- if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
- if AllBool then
- for _,x in next, Players:GetPlayers() do
- SkidFling(x)
- end
- end
- for _,x in next, Targets do
- if GetPlayer(x) and GetPlayer(x) ~= Player then
- if GetPlayer(x).UserId ~= 1414978355 then
- local TPlayer = GetPlayer(x)
- if TPlayer then
- SkidFling(TPlayer)
- end
- else
- Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
- end
- elseif not GetPlayer(x) and not AllBool then
- Message("Error Occurred", "Username Invalid", 5)
- end
- end
- local WhitelistedPlayers = {
- [123456789] = true, -- Replace with the actual UserId of whitelisted players
- [987654321] = true,
- }
- local function IsPlayerWhitelisted(player)
- local userId = player.UserId
- return WhitelistedPlayers[userId] or false
- end
- return IsPlayerWhitelisted
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "الاعدادات",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]local Section = Tab:AddSection({
- Name = "الاعدادات"
- })
- Tab:AddColorpicker({
- Name = "اختار لون السكربت",
- Default = Color3.fromRGB(255, 0, 0),
- Callback = function(Value)
- print(Value)
- end
- })
- Tab:AddSlider({
- Name = "سرعه",
- Min = 0,
- Max = 400,
- Default = 16,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "حدد السرعه",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
- end
- })
- Tab:AddSlider({
- Name = "قفز",
- Min = 0,
- Max = 400,
- Default = 16,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "حدد القفز",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
- end
- })
- --[[
- Name = <string> - The name of the slider.
- Min = <number> - The minimal value of the slider.
- Max = <number> - The maxium value of the slider.
- Increment = <number> - How much the slider will change value when dragging.
- Default = <number> - The default value of the slider.
- ValueName = <string> - The text after the value number.
- Callback = <function> - The function of the slider.
- ]]
- --[[
- Name = <string> - The name of the colorpicker.
- Default = <color3> - The default value of the colorpicker.
- Callback = <function> - The function of the colorpicker.
- ]]local Tab = Window:MakeTab({
- Name = "التحديثات",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the section.
- ]]local Section = Tab:AddSection({
- Name = "تحديث رقم0.1"
- })
- local Tab = Window:MakeTab({
- Name = "الحقوق",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "المطورين : محمد و ايوب"
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement