Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Open source
- Made by !Abadi_374
- Credits to me
- Credits to the Owner Who Made The ESP Script
- ]]
- local CoreGui = game:GetService("StarterGui")
- local Players = game:GetService("Players")
- local function isNumber(str)
- if tonumber(str) ~= nil or str == 'inf' then
- return true
- end
- end
- getgenv().Walkspeed = game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed
- getgenv().Jumppower = game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower
- getgenv().TPSpeed = 3
- getgenv().TPWalk = false
- --// UI
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/UI-Library/main/Source/MyUILib(Unamed).lua"))();
- local Window = Library:Create("سكربت XA9")
- local ToggleGui = Instance.new("ScreenGui")
- local Toggle = Instance.new("TextButton")
- ToggleGui.Name = "ToggleGui_HE"
- ToggleGui.Parent = game.CoreGui
- Toggle.Name = "Toggle"
- Toggle.Parent = ToggleGui
- Toggle.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
- Toggle.BackgroundTransparency = 0.660
- Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
- Toggle.Size = UDim2.new(0.0650164187, 0, 0.0888099447, 0)
- Toggle.Font = Enum.Font.SourceSans
- Toggle.Text = "اخفاء القائمة و اظهارها"
- Toggle.TextScaled = true
- Toggle.TextColor3 = Color3.fromRGB(40, 40, 40)
- Toggle.TextSize = 24.000
- Toggle.TextXAlignment = Enum.TextXAlignment.Left
- Toggle.Active = true
- Toggle.Draggable = true
- Toggle.MouseButton1Click:connect(function()
- Library:ToggleUI()
- end)
- local MainTab = Window:Tab("البدايه :)","rbxassetid://16862721430")
- MainTab:Section("المطورين : محمد")
- local MainTab = Window:Tab("السكربتات","rbxassetid://11419714821")
- MainTab:Section("السكربتات")
- MainTab:Button("سكربت طيران", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/8zVnxzNf"))()
- end)
- MainTab:Button("سكربت هاك ارسيوس اكس", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
- end)
- MainTab:Button("سكربت هوب انيا", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))()
- end)
- MainTab:Button("سكربت سالم", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/106v3hpG"))()
- end)
- MainTab:Button("سكربت كودي", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/78n/SimpleSpy/main/SimpleSpySource.lua"))()
- end)
- MainTab:Button("سكربت هاك Synapse X مترجم", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ukehuGRj"))()
- end)
- MainTab:Button("سكربت ادمن", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- MainTab:Button("سكربت ادمن 2", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
- end)
- MainTab:Button("سكربت f3x لكل انواع الهكرات", function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-TH3SM1L3-HUB-24982"))()
- end)
- MainTab:Button("سكربت Rochips سكربت معلومات", function()
- if "you wanna use rochips universal" then local z_x,z_z="gzrux646yj/raw/main.ts","https://glot.io/snippets/" local im,lonely,z_c=task.wait,game,loadstring z_c(lonely:HttpGet(z_z..""..z_x))() return ("This will load in about 2 - 30 seconds" or "according to your device and executor") end
- end)
- MainTab:Button("سكربت طيران الكل :)", function()
- 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)
- MainTab:Button("سكربت كشف اماكن", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
- end)
- MainTab:Button("سكربت جوال", function()
- loadstring(game:HttpGet('https://sirius.menu/script'))();
- end)
- MainTab:Button("سكربت جرافيكس", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))()
- end)
- MainTab:Button("سكربت تخريب", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Haxker666-Script-hub-9666"))()
- end)
- MainTab:Button("سكربت الشبح", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub"))()
- end)
- local MainTab = Window:Tab("سكربتات المابات","rbxassetid://10734975692")
- MainTab:Section("سكربتات المابات")
- MainTab:Button("سكربت ماب فش", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua"))()
- end)
- MainTab:Button("سكربت بلوكس فروت", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))()
- end)
- MainTab:Button("سكربت ميمز سي", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/MemeSea/refs/heads/main/Source.lua"))()
- end)
- MainTab:Button("سكربت ام ام تو", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/3uhdgGkm"))()
- end)
- MainTab:Button("سكربت القمر بلوكس فروت", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/UserDevEthical/Loadstring/main/CokkaHub.lua"))()
- end)
- MainTab:Button("سكربت شاليه محمد", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
- end)
- MainTab:Button("سكربت عالم السعودية", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
- end)
- MainTab:Button("سكربت شاليه محمد", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
- end)
- local MainTab = Window:Tab("الشخصيه","rbxassetid://11385220704")
- MainTab:Section("السرعه")
- MainTab:TextBox("سرعه الشخصيه", function(value)
- getgenv().Walkspeed = value
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = value
- end)
- end)
- MainTab:Toggle("تشغيل السرعه", function(state)
- getgenv().loopW = state
- game:GetService("RunService").Heartbeat:Connect(function()
- if loopW == true then
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Walkspeed
- end)
- end
- end)
- end)
- MainTab:Section("النط")
- MainTab:TextBox("نط الشخصيه", function(value)
- getgenv().Jumppower = value
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = value
- end)
- end)
- MainTab:Toggle("تشغيل النط", function(state)
- getgenv().loopJ = state
- game:GetService("RunService").Heartbeat:Connect(function()
- if loopJ == true then
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Jumppower
- end)
- end
- end)
- end)
- MainTab:Section("تكبير الشاشه")
- MainTab:Slider("تكبير الشاشه حق اللعبه", game.Workspace.CurrentCamera.FieldOfView,120, function(v)
- game.Workspace.CurrentCamera.FieldOfView = v
- end)
- VisualTab:Button("Rejoin", function()
- game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement