Advertisement
ARY106_7

سكربت XA9

Dec 26th, 2024 (edited)
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 KB | None | 0 0
  1. --[[
  2.  
  3. Open source
  4. Made by !Abadi_374
  5. Credits to me
  6.  
  7. Credits to the Owner Who Made The ESP Script
  8.  
  9. ]]
  10.  
  11. local CoreGui = game:GetService("StarterGui")
  12. local Players = game:GetService("Players")
  13.  
  14. local function isNumber(str)
  15. if tonumber(str) ~= nil or str == 'inf' then
  16. return true
  17. end
  18. end
  19.  
  20. getgenv().Walkspeed = game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed
  21. getgenv().Jumppower = game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower
  22.  
  23. getgenv().TPSpeed = 3
  24. getgenv().TPWalk = false
  25.  
  26. --// UI
  27.  
  28. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/UI-Library/main/Source/MyUILib(Unamed).lua"))();
  29. local Window = Library:Create("سكربت XA9")
  30.  
  31. local ToggleGui = Instance.new("ScreenGui")
  32. local Toggle = Instance.new("TextButton")
  33.  
  34. ToggleGui.Name = "ToggleGui_HE"
  35. ToggleGui.Parent = game.CoreGui
  36.  
  37. Toggle.Name = "Toggle"
  38. Toggle.Parent = ToggleGui
  39. Toggle.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  40. Toggle.BackgroundTransparency = 0.660
  41. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  42. Toggle.Size = UDim2.new(0.0650164187, 0, 0.0888099447, 0)
  43. Toggle.Font = Enum.Font.SourceSans
  44. Toggle.Text = "اخفاء القائمة و اظهارها"
  45. Toggle.TextScaled = true
  46. Toggle.TextColor3 = Color3.fromRGB(40, 40, 40)
  47. Toggle.TextSize = 24.000
  48. Toggle.TextXAlignment = Enum.TextXAlignment.Left
  49. Toggle.Active = true
  50. Toggle.Draggable = true
  51. Toggle.MouseButton1Click:connect(function()
  52. Library:ToggleUI()
  53. end)
  54.  
  55. local MainTab = Window:Tab("البدايه :)","rbxassetid://16862721430")
  56.  
  57. MainTab:Section("المطورين : محمد")
  58.  
  59. local MainTab = Window:Tab("السكربتات","rbxassetid://11419714821")
  60.  
  61. MainTab:Section("السكربتات")
  62.  
  63. MainTab:Button("سكربت طيران", function()
  64. loadstring(game:HttpGet("https://pastebin.com/raw/8zVnxzNf"))()
  65. end)
  66.  
  67. MainTab:Button("سكربت هاك ارسيوس اكس", function()
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
  69. end)
  70.  
  71. MainTab:Button("سكربت هوب انيا", function()
  72. loadstring(game:HttpGet('https://raw.githubusercontent.com/anyahubs/Hub/main/anyahubV1.lua'))()
  73. end)
  74.  
  75. MainTab:Button("سكربت سالم", function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/106v3hpG"))()
  77. end)
  78.  
  79. MainTab:Button("سكربت كودي", function()
  80. loadstring(game:HttpGet("https://raw.githubusercontent.com/78n/SimpleSpy/main/SimpleSpySource.lua"))()
  81. end)
  82.  
  83. MainTab:Button("سكربت هاك Synapse X مترجم", function()
  84. loadstring(game:HttpGet("https://pastebin.com/raw/ukehuGRj"))()
  85. end)
  86.  
  87. MainTab:Button("سكربت ادمن", function()
  88. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  89. end)
  90.  
  91. MainTab:Button("سكربت ادمن 2", function()
  92. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
  93. end)
  94.  
  95. MainTab:Button("سكربت f3x لكل انواع الهكرات", function()
  96. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-TH3SM1L3-HUB-24982"))()
  97. end)
  98.  
  99. MainTab:Button("سكربت Rochips سكربت معلومات", function()
  100. 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
  101. end)
  102.  
  103. MainTab:Button("سكربت طيران الكل :)", function()
  104. local Targets = {"All"} -- "All", "Target Name", "Target name can be shortened"
  105.  
  106. local Players = game:GetService("Players")
  107. local Player = Players.LocalPlayer
  108.  
  109. local AllBool = falseasa
  110.  
  111. local GetPlayer = function(Name)
  112. Name = Name:lower()
  113. if Name == "all" or Name == "others" then
  114. AllBool = true
  115. return
  116. elseif Name == "random" then
  117. local GetPlayers = Players:GetPlayers()
  118. if table.find(GetPlayers,Player) then table.remove(GetPlayers,table.find(GetPlayers,Player)) end
  119. return GetPlayers[math.random(#GetPlayers)]
  120. elseif Name ~= "random" and Name ~= "all" and Name ~= "others" then
  121. for _,x in next, Players:GetPlayers() do
  122. if x ~= Player then
  123. if x.Name:lower():match("^"..Name) then
  124. return x;
  125. elseif x.DisplayName:lower():match("^"..Name) then
  126. return x;
  127. end
  128. end
  129. end
  130. else
  131. return
  132. end
  133. end
  134.  
  135. local Message = function(_Title, _Text, Time)
  136. game:GetService("StarterGui"):SetCore("SendNotification", {Title = _Title, Text = _Text, Duration = Time})
  137. end
  138.  
  139. local SkidFling = function(TargetPlayer)
  140. local Character = Player.Character
  141. local Humanoid = Character and Character:FindFirstChildOfClass("Humanoid")
  142. local RootPart = Humanoid and Humanoid.RootPart
  143.  
  144. local TCharacter = TargetPlayer.Character
  145. local THumanoid
  146. local TRootPart
  147. local THead
  148. local Accessory
  149. local Handle
  150.  
  151. if TCharacter:FindFirstChildOfClass("Humanoid") then
  152. THumanoid = TCharacter:FindFirstChildOfClass("Humanoid")
  153. end
  154. if THumanoid and THumanoid.RootPart then
  155. TRootPart = THumanoid.RootPart
  156. end
  157. if TCharacter:FindFirstChild("Head") then
  158. THead = TCharacter.Head
  159. end
  160. if TCharacter:FindFirstChildOfClass("Accessory") then
  161. Accessory = TCharacter:FindFirstChildOfClass("Accessory")
  162. end
  163. if Accessoy and Accessory:FindFirstChild("Handle") then
  164. Handle = Accessory.Handle
  165. end
  166.  
  167. if Character and Humanoid and RootPart then
  168. if RootPart.Velocity.Magnitude < 50 then
  169. getgenv().OldPos = RootPart.CFrame
  170. end
  171. if THumanoid and THumanoid.Sit and not AllBool then
  172. return Message("Error Occurred", "Targeting is sitting", 5) -- u can remove dis part if u want lol
  173. end
  174. if THead then
  175. workspace.CurrentCamera.CameraSubject = THead
  176. elseif not THead and Handle then
  177. workspace.CurrentCamera.CameraSubject = Handle
  178. elseif THumanoid and TRootPart then
  179. workspace.CurrentCamera.CameraSubject = THumanoid
  180. end
  181. if not TCharacter:FindFirstChildWhichIsA("BasePart") then
  182. return
  183. end
  184.  
  185. local FPos = function(BasePart, Pos, Ang)
  186. RootPart.CFrame = CFrame.new(BasePart.Position) * Pos * Ang
  187. Character:SetPrimaryPartCFrame(CFrame.new(BasePart.Position) * Pos * Ang)
  188. RootPart.Velocity = Vector3.new(9e7, 9e7 * 10, 9e7)
  189. RootPart.RotVelocity = Vector3.new(9e8, 9e8, 9e8)
  190. end
  191.  
  192. local SFBasePart = function(BasePart)
  193. local TimeToWait = 0.1
  194. local Time = tick()
  195. local Angle = 0
  196.  
  197. repeat
  198. if RootPart and THumanoid then
  199. if BasePart.Velocity.Magnitude < 50 then
  200. Angle = Angle + 100
  201.  
  202. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle),0 ,0))
  203. task.wait()
  204.  
  205. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  206. task.wait()
  207.  
  208. FPos(BasePart, CFrame.new(2.25, 1.5, -2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  209. task.wait()
  210.  
  211. FPos(BasePart, CFrame.new(-2.25, -1.5, 2.25) + THumanoid.MoveDirection * BasePart.Velocity.Magnitude / 1.25, CFrame.Angles(math.rad(Angle), 0, 0))
  212. task.wait()
  213.  
  214. FPos(BasePart, CFrame.new(0, 1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  215. task.wait()
  216.  
  217. FPos(BasePart, CFrame.new(0, -1.5, 0) + THumanoid.MoveDirection,CFrame.Angles(math.rad(Angle), 0, 0))
  218. task.wait()
  219. else
  220. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  221. task.wait()
  222.  
  223. FPos(BasePart, CFrame.new(0, -1.5, -THumanoid.WalkSpeed), CFrame.Angles(0, 0, 0))
  224. task.wait()
  225.  
  226. FPos(BasePart, CFrame.new(0, 1.5, THumanoid.WalkSpeed), CFrame.Angles(math.rad(90), 0, 0))
  227. task.wait()
  228.  
  229. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  230. task.wait()
  231.  
  232. FPos(BasePart, CFrame.new(0, -1.5, -TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(0, 0, 0))
  233. task.wait()
  234.  
  235. FPos(BasePart, CFrame.new(0, 1.5, TRootPart.Velocity.Magnitude / 1.25), CFrame.Angles(math.rad(90), 0, 0))
  236. task.wait()
  237.  
  238. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(math.rad(90), 0, 0))
  239. task.wait()
  240.  
  241. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  242. task.wait()
  243.  
  244. FPos(BasePart, CFrame.new(0, -1.5 ,0), CFrame.Angles(math.rad(-90), 0, 0))
  245. task.wait()
  246.  
  247. FPos(BasePart, CFrame.new(0, -1.5, 0), CFrame.Angles(0, 0, 0))
  248. task.wait()
  249. end
  250. else
  251. break
  252. end
  253. 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
  254. end
  255.  
  256. workspace.FallenPartsDestroyHeight = 0/0
  257.  
  258. local BV = Instance.new("BodyVelocity")
  259. BV.Name = "EpixVel"
  260. BV.Parent = RootPart
  261. BV.Velocity = Vector3.new(9e8, 9e8, 9e8)
  262. BV.MaxForce = Vector3.new(1/0, 1/0, 1/0)
  263.  
  264. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, false)
  265.  
  266. if TRootPart and THead then
  267. if (TRootPart.CFrame.p - THead.CFrame.p).Magnitude > 5 then
  268. SFBasePart(THead)
  269. else
  270. SFBasePart(TRootPart)
  271. end
  272. elseif TRootPart and not THead then
  273. SFBasePart(TRootPart)
  274. elseif not TRootPart and THead then
  275. SFBasePart(THead)
  276. elseif not TRootPart and not THead and Accessory and Handle then
  277. SFBasePart(Handle)
  278. else
  279. return Message("Error Occurred", "Target is missing everything", 5)
  280. end
  281.  
  282. BV:Destroy()
  283. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated, true)
  284. workspace.CurrentCamera.CameraSubject = Humanoid
  285.  
  286. repeat
  287. RootPart.CFrame = getgenv().OldPos * CFrame.new(0, .5, 0)
  288. Character:SetPrimaryPartCFrame(getgenv().OldPos * CFrame.new(0, .5, 0))
  289. Humanoid:ChangeState("GettingUp")
  290. table.foreach(Character:GetChildren(), function(_, x)
  291. if x:IsA("BasePart") then
  292. x.Velocity, x.RotVelocity = Vector3.new(), Vector3.new()
  293. end
  294. end)
  295. task.wait()
  296. until (RootPart.Position - getgenv().OldPos.p).Magnitude < 25
  297. workspace.FallenPartsDestroyHeight = getgenv().FPDH
  298. else
  299. return Message("Error Occurred", "Random error", 5)
  300. end
  301. end
  302.  
  303. if not Welcome then Message("Script by DranghetaSm0ke", "Enjoy!", 5) end
  304. getgenv().Welcome = true
  305. if Targets[1] then for _,x in next, Targets do GetPlayer(x) end else return end
  306.  
  307. if AllBool then
  308. for _,x in next, Players:GetPlayers() do
  309. SkidFling(x)
  310. end
  311. end
  312.  
  313. for _,x in next, Targets do
  314. if GetPlayer(x) and GetPlayer(x) ~= Player then
  315. if GetPlayer(x).UserId ~= 1414978355 then
  316. local TPlayer = GetPlayer(x)
  317. if TPlayer then
  318. SkidFling(TPlayer)
  319. end
  320. else
  321. Message("Error Occurred", "This user is whitelisted! (Owner)", 5)
  322. end
  323. elseif not GetPlayer(x) and not AllBool then
  324. Message("Error Occurred", "Username Invalid", 5)
  325. end
  326. end
  327. local WhitelistedPlayers = {
  328. [123456789] = true, -- Replace with the actual UserId of whitelisted players
  329. [987654321] = true,
  330. }
  331.  
  332. local function IsPlayerWhitelisted(player)
  333. local userId = player.UserId
  334. return WhitelistedPlayers[userId] or false
  335. end
  336.  
  337. return IsPlayerWhitelisted
  338. end)
  339.  
  340. MainTab:Button("سكربت كشف اماكن", function()
  341. loadstring(game:HttpGet('https://raw.githubusercontent.com/Lucasfin000/SpaceHub/main/UESP'))()
  342. end)
  343.  
  344. MainTab:Button("سكربت جوال", function()
  345. loadstring(game:HttpGet('https://sirius.menu/script'))();
  346. end)
  347.  
  348. MainTab:Button("سكربت جرافيكس", function()
  349. loadstring(game:HttpGet("https://raw.githubusercontent.com/moh3mah/KATAKORI.ZR/main/Geeetho"))()
  350. end)
  351.  
  352. MainTab:Button("سكربت تخريب", function()
  353. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Haxker666-Script-hub-9666"))()
  354. end)
  355.  
  356. MainTab:Button("سكربت الشبح", function()
  357. loadstring(game:HttpGet("https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub"))()
  358. end)
  359.  
  360. local MainTab = Window:Tab("سكربتات المابات","rbxassetid://10734975692")
  361.  
  362. MainTab:Section("سكربتات المابات")
  363.  
  364. MainTab:Button("سكربت ماب فش", function()
  365. loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua"))()
  366. end)
  367.  
  368. MainTab:Button("سكربت بلوكس فروت", function()
  369. loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))()
  370. end)
  371.  
  372. MainTab:Button("سكربت ميمز سي", function()
  373. loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/MemeSea/refs/heads/main/Source.lua"))()
  374. end)
  375.  
  376. MainTab:Button("سكربت ام ام تو", function()
  377. loadstring(game:HttpGet("https://pastebin.com/raw/3uhdgGkm"))()
  378. end)
  379.  
  380. MainTab:Button("سكربت القمر بلوكس فروت", function()
  381. loadstring(game:HttpGet("https://raw.githubusercontent.com/UserDevEthical/Loadstring/main/CokkaHub.lua"))()
  382. end)
  383.  
  384. MainTab:Button("سكربت شاليه محمد", function()
  385. loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
  386. end)
  387.  
  388. MainTab:Button("سكربت عالم السعودية", function()
  389. loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
  390. end)
  391.  
  392. MainTab:Button("سكربت شاليه محمد", function()
  393. loadstring(game:HttpGet('https://raw.githubusercontent.com/Hm501/My-Arab-Scripts/refs/heads/main/Loader'))()
  394. end)
  395.  
  396. local MainTab = Window:Tab("الشخصيه","rbxassetid://11385220704")
  397.  
  398. MainTab:Section("السرعه")
  399.  
  400. MainTab:TextBox("سرعه الشخصيه", function(value)
  401. getgenv().Walkspeed = value
  402. pcall(function()
  403. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = value
  404. end)
  405. end)
  406.  
  407. MainTab:Toggle("تشغيل السرعه", function(state)
  408. getgenv().loopW = state
  409. game:GetService("RunService").Heartbeat:Connect(function()
  410. if loopW == true then
  411. pcall(function()
  412. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Walkspeed
  413. end)
  414. end
  415. end)
  416. end)
  417.  
  418. MainTab:Section("النط")
  419.  
  420. MainTab:TextBox("نط الشخصيه", function(value)
  421. getgenv().Jumppower = value
  422. pcall(function()
  423. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = value
  424. end)
  425. end)
  426.  
  427. MainTab:Toggle("تشغيل النط", function(state)
  428. getgenv().loopJ = state
  429. game:GetService("RunService").Heartbeat:Connect(function()
  430. if loopJ == true then
  431. pcall(function()
  432. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Jumppower
  433. end)
  434. end
  435. end)
  436. end)
  437.  
  438. MainTab:Section("تكبير الشاشه")
  439.  
  440. MainTab:Slider("تكبير الشاشه حق اللعبه", game.Workspace.CurrentCamera.FieldOfView,120, function(v)
  441. game.Workspace.CurrentCamera.FieldOfView = v
  442. end)
  443.  
  444. VisualTab:Button("Rejoin", function()
  445. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  446. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement