Advertisement
ARY106_7

سكربت بليد بول من صنعي

Aug 10th, 2024 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.15 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://pastebin.com/raw/R5yimwnZ')))()
  2.  
  3. local Window = OrionLib:MakeWindow({Name = "بليد بول | BladeBall", SearchBar = { Default = 'بحث قوائم في السكربت', ClearTextOnFocus = true }, HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  4.  
  5. local Tab = Window:MakeTab({
  6. Name = "In-Game",
  7. Icon = "rbxassetid://5407456502",
  8. PremiumOnly = false
  9. })
  10.  
  11. Tab:AddButton({
  12. Name = "Auto Parry • صد تلقائي",
  13. Callback = function()
  14. print("button pressed")
  15. _G.AutoParry = true
  16.  
  17. while _G.AutoParry == true do
  18. local Player = game.Players.LocalPlayer
  19. local args = {
  20. [1] = 0.5,
  21. [2] = CFrame.new(-162.70858764648438, 16.104694366455078, -57.785926818847656, -0.0494375079870224, -0.30418500304222107, 0.951329231262207, 1.336664223750006e-09, 0.9524939656257629, 0.3045573830604553, -0.9987772703170776, 0.015056558884680271, -0.04708892107009888),
  22. [3] = {
  23. ["moulgly"] = Vector3.new(575.8486938476562, 70.59477996826172, 162.94459533691406),
  24. ["aminetmslool"] = Vector3.new(160.9454345703125, 72.29157257080078, 136.5824432373047),
  25. ["SASDEJID_09"] = Vector3.new(335.7510986328125, 34.76750183105469, 216.9079132080078),
  26. ["LostInDaAbyss"] = Vector3.new(-912.05224609375, 151.55471801757812, 13.4114990234375),
  27. ["trainhard07"] = Vector3.new(2474.860107421875, 203.81005859375, 9.122238159179688),
  28. ["wayzer5013"] = Vector3.new(483.4794616699219, 68.45864868164062, 215.2465362548828),
  29. ["elias2015Amir"] = Vector3.new(1002.3921508789062, 90.0874252319336, 50.64634704589844),
  30. ["lucas_heal"] = Vector3.new(-211.17672729492188, -224.29669189453125, 45.67767333984375),
  31. ["georgekeklol"] = Vector3.new(407.66497802734375, 67.92223358154297, 234.11720275878906),
  32. Player = Vector3.new(382, 172.34652709960938, 12.956832885742188)
  33. },
  34. [4] = {
  35. [1] = 725,
  36. [2] = 131
  37. }
  38. }
  39.  
  40. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("ParryAttempt"):FireServer(unpack(args))
  41. wait(1)
  42.  
  43. end
  44. end
  45. })
  46.  
  47. Tab:AddButton({
  48. Name = "Stop Auto Parry • إيقاف الصد التلقائي",
  49. Callback = function()
  50. print("button pressed")
  51. _G.AutoParry = false
  52.  
  53. while _G.AutoParry == true do
  54. local Player = game.Players.LocalPlayer
  55. local args = {
  56. [1] = 0.5,
  57. [2] = CFrame.new(-162.70858764648438, 16.104694366455078, -57.785926818847656, -0.0494375079870224, -0.30418500304222107, 0.951329231262207, 1.336664223750006e-09, 0.9524939656257629, 0.3045573830604553, -0.9987772703170776, 0.015056558884680271, -0.04708892107009888),
  58. [3] = {
  59. ["moulgly"] = Vector3.new(575.8486938476562, 70.59477996826172, 162.94459533691406),
  60. ["aminetmslool"] = Vector3.new(160.9454345703125, 72.29157257080078, 136.5824432373047),
  61. ["SASDEJID_09"] = Vector3.new(335.7510986328125, 34.76750183105469, 216.9079132080078),
  62. ["LostInDaAbyss"] = Vector3.new(-912.05224609375, 151.55471801757812, 13.4114990234375),
  63. ["trainhard07"] = Vector3.new(2474.860107421875, 203.81005859375, 9.122238159179688),
  64. ["wayzer5013"] = Vector3.new(483.4794616699219, 68.45864868164062, 215.2465362548828),
  65. ["elias2015Amir"] = Vector3.new(1002.3921508789062, 90.0874252319336, 50.64634704589844),
  66. ["lucas_heal"] = Vector3.new(-211.17672729492188, -224.29669189453125, 45.67767333984375),
  67. ["georgekeklol"] = Vector3.new(407.66497802734375, 67.92223358154297, 234.11720275878906),
  68. Player = Vector3.new(382, 172.34652709960938, 12.956832885742188)
  69. },
  70. [4] = {
  71. [1] = 725,
  72. [2] = 131
  73. }
  74. }
  75.  
  76. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("ParryAttempt"):FireServer(unpack(args))
  77. wait(1)
  78.  
  79. end
  80. end
  81. })
  82.  
  83. Tab:AddButton({
  84. Name = "Free Abilities • جميع المهارات مجانية",
  85. Callback = function()
  86. print("button pressed")
  87. local localPlayer = game.Players.LocalPlayer
  88. local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
  89. local abilitiesFolder = character:WaitForChild("Abilities")
  90.  
  91. local ChosenAbility = "Raging Deflection"
  92.  
  93. local function createGUI()
  94. local screenGui = Instance.new("ScreenGui")
  95. screenGui.Name = "AbilityChooser"
  96. screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  97.  
  98. local frame = Instance.new("Frame")
  99. frame.Size = UDim2.new(0, 200, 0, 250)
  100. frame.Position = UDim2.new(0.5, -100, 0.5, -125)
  101. frame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  102. frame.BorderSizePixel = 0
  103. frame.Parent = screenGui
  104.  
  105. local isDragging = false
  106. local dragInput
  107. local dragStart
  108. local startPos
  109.  
  110. local function update(input)
  111. local delta = input.Position - dragStart
  112. frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  113. end
  114.  
  115. frame.InputBegan:Connect(function(input)
  116. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  117. isDragging = true
  118. dragStart = input.Position
  119. startPos = frame.Position
  120.  
  121. input.Changed:Connect(function()
  122. if input.UserInputState == Enum.UserInputState.End then
  123. isDragging = false
  124. end
  125. end)
  126. end
  127. end)
  128.  
  129. frame.InputChanged:Connect(function(input)
  130. if input.UserInputType == Enum.UserInputType.MouseMovement then
  131. dragInput = input
  132. end
  133. end)
  134.  
  135. game:GetService("UserInputService").InputChanged:Connect(function(input)
  136. if input == dragInput and isDragging then
  137. update(input)
  138. end
  139. end)
  140.  
  141. local abilities = {"Dash", "Forcefield", "Invisibility", "Platform", "Raging Deflection", "Shadow Step", "Super Jump", "Telekinesis", "Thunder Dash"}
  142. local buttonHeight = 20
  143. for i, ability in ipairs(abilities) do
  144. local button = Instance.new("TextButton")
  145. button.Size = UDim2.new(1, 0, 0, buttonHeight)
  146. button.Position = UDim2.new(0, 0, 0, (i - 1) * (buttonHeight + 5))
  147. button.Text = ability
  148. button.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  149. button.BorderColor3 = Color3.new(1, 1, 1)
  150. button.Parent = frame
  151.  
  152. button.MouseButton1Click:Connect(function()
  153. ChosenAbility = ability
  154. end)
  155. end
  156. end
  157.  
  158. local function onCharacterAdded(newCharacter)
  159. character = newCharacter
  160. abilitiesFolder = character:WaitForChild("Abilities")
  161. createGUI()
  162. end
  163.  
  164. localPlayer.CharacterAdded:Connect(onCharacterAdded)
  165. createGUI()
  166.  
  167. while task.wait() do
  168. for _, obj in pairs(abilitiesFolder:GetChildren()) do
  169. if obj:IsA("LocalScript") then
  170. if obj.Name == ChosenAbility then
  171. obj.Disabled = false
  172. else
  173. obj.Disabled = true
  174. end
  175. end
  176. end
  177. end
  178. end
  179. })
  180.  
  181. Tab:AddButton({
  182. Name = "Free Abilities • جميع المهارات مجانية",
  183. Callback = function()
  184. print("button pressed")
  185. local localPlayer = game.Players.LocalPlayer
  186. local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
  187. local abilitiesFolder = character:WaitForChild("Abilities")
  188.  
  189. local ChosenAbility = "Raging Deflection"
  190.  
  191. local function createGUI()
  192. local screenGui = Instance.new("ScreenGui")
  193. screenGui.Name = "AbilityChooser"
  194. screenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  195.  
  196. local frame = Instance.new("Frame")
  197. frame.Size = UDim2.new(0, 200, 0, 250)
  198. frame.Position = UDim2.new(0.5, -100, 0.5, -125)
  199. frame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  200. frame.BorderSizePixel = 0
  201. frame.Parent = screenGui
  202.  
  203. local isDragging = false
  204. local dragInput
  205. local dragStart
  206. local startPos
  207.  
  208. local function update(input)
  209. local delta = input.Position - dragStart
  210. frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  211. end
  212.  
  213. frame.InputBegan:Connect(function(input)
  214. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  215. isDragging = true
  216. dragStart = input.Position
  217. startPos = frame.Position
  218.  
  219. input.Changed:Connect(function()
  220. if input.UserInputState == Enum.UserInputState.End then
  221. isDragging = false
  222. end
  223. end)
  224. end
  225. end)
  226.  
  227. frame.InputChanged:Connect(function(input)
  228. if input.UserInputType == Enum.UserInputType.MouseMovement then
  229. dragInput = input
  230. end
  231. end)
  232.  
  233. game:GetService("UserInputService").InputChanged:Connect(function(input)
  234. if input == dragInput and isDragging then
  235. update(input)
  236. end
  237. end)
  238.  
  239. local abilities = {"Dash", "Forcefield", "Invisibility", "Platform", "Raging Deflection", "Shadow Step", "Super Jump", "Telekinesis", "Thunder Dash"}
  240. local buttonHeight = 20
  241. for i, ability in ipairs(abilities) do
  242. local button = Instance.new("TextButton")
  243. button.Size = UDim2.new(1, 0, 0, buttonHeight)
  244. button.Position = UDim2.new(0, 0, 0, (i - 1) * (buttonHeight + 5))
  245. button.Text = ability
  246. button.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  247. button.BorderColor3 = Color3.new(1, 1, 1)
  248. button.Parent = frame
  249.  
  250. button.MouseButton1Click:Connect(function()
  251. ChosenAbility = ability
  252. end)
  253. end
  254. end
  255.  
  256. local function onCharacterAdded(newCharacter)
  257. character = newCharacter
  258. abilitiesFolder = character:WaitForChild("Abilities")
  259. createGUI()
  260. end
  261.  
  262. localPlayer.CharacterAdded:Connect(onCharacterAdded)
  263. createGUI()
  264.  
  265. while task.wait() do
  266. for _, obj in pairs(abilitiesFolder:GetChildren()) do
  267. if obj:IsA("LocalScript") then
  268. if obj.Name == ChosenAbility then
  269. obj.Disabled = false
  270. else
  271. obj.Disabled = true
  272. end
  273. end
  274. end
  275. end
  276. end
  277. })
  278.  
  279.  
  280.  
  281. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement