Advertisement
C-H-4-0-S

SwordGui

Apr 25th, 2024 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2.  
  3. local Window = Library:NewWindow("SuperSword Gui")
  4.  
  5. local Cheats = Window:NewSection("Player")
  6.  
  7. Cheats:CreateButton("Speed Toggle", function()
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
  9. end)
  10.  
  11. Cheats:CreateButton("Speed Untoggle", function()
  12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  13. end)
  14.  
  15. Cheats:CreateButton("JumpPower Toggle", function()
  16. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  17. end)
  18.  
  19. Cheats:CreateButton("JumpPower Untoggle", function()
  20. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  21. end)
  22.  
  23. Cheats:CreateButton("God Mode", function()
  24. -- when you reset make sure to re-execute this or just make this execute in a loop
  25. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  26. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  27. game:GetService("RunService").Heartbeat:connect(function()
  28. v.Velocity = Vector3.new(-30,0,0)
  29. end)
  30. end
  31. end
  32.  
  33. local player = game.Players.LocalPlayer
  34. local character1 = player.Character
  35. local mouse = player:GetMouse()
  36.  
  37. local fakebody = Instance.new("Part", character1)
  38. fakebody.Transparency = 1
  39. fakebody.Anchored = true
  40. fakebody.CanCollide = false
  41. fakebody.Position = character1.Head.Position
  42. fakebody.Name = "FPart"
  43. wait()
  44.  
  45. _G.ReanimationType = "PDeath" --PDeath, Fling, Simple
  46. _G.Velocity = Vector3.new(36,0,0)
  47. _G.FlingBlock = false
  48. _G.FlingBlockTransparency = 1
  49. _G.HighlightFlingBlock = true
  50. _G.FlingBlockPosition = "FPart"
  51. _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0)
  52.  
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))()
  54. end)
  55.  
  56. Cheats:CreateButton("InfJump", function()
  57. local InfiniteJumpEnabled = true
  58. game:GetService("UserInputService").JumpRequest:connect(function()
  59. if InfiniteJumpEnabled then
  60. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  61. end
  62. end)
  63. end)
  64.  
  65. Cheats:CreateButton("Fly", function()
  66. loadstring(game:HttpGet('https://pastebin.com/raw/7ysYJVUk'))()
  67. end)
  68.  
  69. local Cheats = Window:NewSection("Weapon")
  70.  
  71. Cheats:CreateButton("Aura FLUXUS ONLY", function()
  72. --Subscribe To ArceusMODZ--
  73. -- If Any Error Happened Let me Know--
  74.  
  75. --// Setting \--
  76. local range = 10
  77.  
  78. --// Variable \--
  79. local player = game:GetService("Players").LocalPlayer
  80.  
  81. --// Script \--
  82. game:GetService("RunService").RenderStepped:Connect(function()
  83. local p = game.Players:GetPlayers()
  84. for i = 2, #p do local v = p[i].Character
  85. if v and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 and v:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.HumanoidRootPart.Position) <= range then
  86. local tool = player.Character and player.Character:FindFirstChildOfClass("Tool")
  87. if tool and tool:FindFirstChild("Handle") then
  88. tool:Activate()
  89. for i,v in next, v:GetChildren() do
  90. if v:IsA("BasePart") then
  91. firetouchinterest(tool.Handle,v,0)
  92. firetouchinterest(tool.Handle,v,1)
  93. end
  94. end
  95. end
  96. end
  97. end
  98. end)
  99. end)
  100.  
  101. Cheats:CreateButton("Killaura By aram", function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/Kx2QbkdK"))()
  103. end)
  104.  
  105. Cheats:CreateButton("Kill all", function()
  106. loadstring(game:HttpGet('https://raw.githubusercontent.com/zephyr10101/sword-kill-all/main/script'))()
  107. end)
  108.  
  109. Cheats:CreateButton("Cheat x Hub", function()
  110. loadstring(game:HttpGet('https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/shit%20script%20pack/CheatX'))()
  111. end)
  112.  
  113. Cheats:CreateButton("TpTool by aram", function()local tool = Instance.new("Tool")
  114. tool.RequiresHandle = false
  115. tool.Name = "TeleportTool"
  116.  
  117. local function onTouch(touchPosition)
  118. local targetPosition = Vector3.new(touchPosition.X, touchPosition.Y, touchPosition.Z)
  119. game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(CFrame.new(targetPosition))
  120. end
  121.  
  122. tool.Equipped:Connect(function(mouse)
  123. mouse.Button1Down:Connect(function()
  124. if mouse.Target then
  125. onTouch(mouse.Hit.p)
  126. end
  127. end)
  128. end)
  129.  
  130. tool.Unequipped:Connect(function()
  131. -- Clean up any connections or other logic here if needed
  132. end)
  133.  
  134. tool.Parent = game.Players.LocalPlayer.Backpack
  135. end)
  136.  
  137. Cheats:CreateButton("KillBot (x keybind needed)", function()
  138. -- press x to turn on
  139. loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/1/main/bot'))()
  140. end)
  141.  
  142. Cheats:CreateButton("Small Reach", function()
  143. local ScreenGui = Instance.new("ScreenGui")
  144. local Frame = Instance.new("Frame")
  145. local Reach = Instance.new("TextButton")
  146.  
  147. ScreenGui.Parent = game.CoreGui
  148. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  149.  
  150. Frame.Parent = ScreenGui
  151. Frame.BorderSizePixel = 0
  152. Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  153. Frame.Size = UDim2.new(0, 150, 0, 90)
  154. Frame.Active = true
  155. Frame.Draggable = true
  156.  
  157. Reach.Name = "Reach"
  158. Reach.Parent = Frame
  159. Reach.BorderSizePixel = 0
  160. Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
  161. Reach.Size = UDim2.new(0, 143, 0, 38)
  162. Reach.Font = Enum.Font.GothamBlack
  163. Reach.Text = "Reach"
  164. Reach.TextSize = 14.000
  165. Reach.MouseButton1Down:connect(function()
  166. local sound = Instance.new("Sound")
  167. sound.SoundId = "rbxassetid://4771152040"
  168. sound.Parent = game:GetService("SoundService")
  169. sound:Play()
  170.  
  171. wait()
  172.  
  173. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
  174. if v:isA("Tool") then
  175. local a = Instance.new("SelectionSphere",v.Handle)
  176. v.Handle.Massless = true
  177. v.Handle.Transparency = 0
  178. a.Adornee = v.Handle
  179. v.Handle.Size = Vector3.new(7, 7 , 7)
  180. local selectionBox = Instance.new("SelectionSphere",v.Handle)
  181. selectionBox.Adornee = v.Handle
  182. SurfaceSelection = 0
  183. end
  184. end
  185. end)
  186. end)
  187.  
  188. Cheats:CreateButton("Big Reach", function()
  189. local ScreenGui = Instance.new("ScreenGui")
  190. local Frame = Instance.new("Frame")
  191. local Reach = Instance.new("TextButton")
  192.  
  193. ScreenGui.Parent = game.CoreGui
  194. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  195.  
  196. Frame.Parent = ScreenGui
  197. Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  198. Frame.BorderColor3 = Color3.fromRGB(75, 75, 75)
  199. Frame.BorderSizePixel = 0
  200. Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  201. Frame.Size = UDim2.new(0, 150, 0, 90)
  202. Frame.Active = true
  203. Frame.Draggable = true
  204.  
  205. Reach.Name = "Reach"
  206. Reach.Parent = Frame
  207. Reach.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  208. Reach.BorderSizePixel = 0
  209. Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
  210. Reach.Size = UDim2.new(0, 143, 0, 38)
  211. Reach.Font = Enum.Font.GothamBlack
  212. Reach.Text = "Reach"
  213. Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
  214. Reach.TextSize = 14.00
  215. Reach.MouseButton1Down:connect(function()
  216. local sound = Instance.new("Sound")
  217. sound.SoundId = "rbxassetid://413861777"
  218. sound.Parent = game:GetService("SoundService")
  219. sound:Play()
  220.  
  221. wait()
  222.  
  223. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
  224. if v:isA("Tool") then
  225. local a = Instance.new("SelectionBox",v.Handle)
  226. v.Handle.Massless = true
  227. v.Handle.Transparency = 1
  228. a.Adornee = v.Handle
  229. v.Handle.Size = Vector3.new(30, 30 , 30)
  230. local selectionBox = Instance.new("SelectionBox",v.Handle)
  231. selectionBox.Adornee = v.Handle
  232. selectionBox.Color3 = Color3.new(0, 0.313725, 0.47451)
  233. end
  234. end
  235. end)
  236. end)
  237.  
  238. Cheats:CreateButton("Giant Reach", function()
  239. local ScreenGui = Instance.new("ScreenGui")
  240. local Frame = Instance.new("Frame")
  241. local Reach = Instance.new("TextButton")
  242.  
  243. ScreenGui.Parent = game.CoreGui
  244. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  245.  
  246. Frame.Parent = ScreenGui
  247. Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  248. Frame.BorderColor3 = Color3.fromRGB(75, 75, 75)
  249. Frame.BorderSizePixel = 0
  250. Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
  251. Frame.Size = UDim2.new(0, 150, 0, 90)
  252. Frame.Active = true
  253. Frame.Draggable = true
  254.  
  255. Reach.Name = "Reach"
  256. Reach.Parent = Frame
  257. Reach.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
  258. Reach.BorderSizePixel = 0
  259. Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
  260. Reach.Size = UDim2.new(0, 143, 0, 38)
  261. Reach.Font = Enum.Font.GothamBlack
  262. Reach.Text = "Reach"
  263. Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. Reach.TextSize = 14.00
  265. Reach.MouseButton1Down:connect(function()
  266. local sound = Instance.new("Sound")
  267. sound.SoundId = "rbxassetid://413861777"
  268. sound.Parent = game:GetService("SoundService")
  269. sound:Play()
  270.  
  271. wait()
  272.  
  273. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
  274. if v:isA("Tool") then
  275. local a = Instance.new("SelectionBox",v.Handle)
  276. v.Handle.Massless = true
  277. v.Handle.Transparency = 1
  278. a.Adornee = v.Handle
  279. v.Handle.Size = Vector3.new(999, 999 , 999)
  280. local selectionBox = Instance.new("SelectionBox",v.Handle)
  281. selectionBox.Adornee = v.Handle
  282. selectionBox.Color3 = Color3.new(0, 0.313725, 0.47451)
  283. end
  284. end
  285. end)
  286. end)
  287.  
  288. local Cheats = Window:NewSection("Side Scripts")
  289.  
  290. Cheats:CreateButton("Inf Yield", function()
  291. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  292. end)
  293.  
  294. Cheats:CreateButton("Lag Switch", function()
  295. if not settings() then
  296. warn("bruh")
  297. end
  298.  
  299. local LagswitchGUI = Instance.new("ScreenGui")
  300. local MainFrame = Instance.new("Frame")
  301. local Button = Instance.new("TextButton")
  302. local Button2 = Instance.new("TextButton")
  303. local Deco = Instance.new("TextLabel")
  304.  
  305. LagswitchGUI.Name = "LagswitchGUI"
  306. LagswitchGUI.Parent = game.CoreGui
  307.  
  308. MainFrame.Name = "MainFrame"
  309. MainFrame.Parent = LagswitchGUI
  310. MainFrame.Active = true
  311. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  312. MainFrame.BorderSizePixel = 0
  313. MainFrame.Draggable = true
  314. MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  315. MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  316.  
  317. Button.Name = "Button"
  318. Button.Parent = MainFrame
  319. Button.BackgroundColor3 = Color3.new(0, 0, 0)
  320. Button.BorderSizePixel = 0
  321. Button.Position = UDim2.new(0.0500000007, 0, 0.400000006, 0)
  322. Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
  323. Button.Font = Enum.Font.SourceSans
  324. Button.FontSize = Enum.FontSize.Size14
  325. Button.Text = "OFF"
  326. Button.TextColor3 = Color3.new(1, 0, 0)
  327. Button.TextScaled = true
  328. Button.TextSize = 14
  329. Button.TextWrapped = true
  330.  
  331. Deco.Name = "Deco"
  332. Deco.Parent = MainFrame
  333. Deco.BackgroundColor3 = Color3.new(1, 1, 1)
  334. Deco.BackgroundTransparency = 0.89999997615814
  335. Deco.BorderSizePixel = 0
  336. Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
  337. Deco.Font = Enum.Font.SourceSansBold
  338. Deco.FontSize = Enum.FontSize.Size14
  339. Deco.Text = "Lagswitch"
  340. Deco.TextColor3 = Color3.new(1, 1, 1)
  341. Deco.TextScaled = true
  342. Deco.TextSize = 14
  343. Deco.TextWrapped = true
  344.  
  345. Button2.Name = "Button2"
  346. Button2.Parent = MainFrame
  347. Button2.BackgroundColor3 = Color3.new(0, 0, 0)
  348. Button2.BorderSizePixel = 0
  349. Button2.Position = UDim2.new(0.649999976, 0, 0.400000006, 0)
  350. Button2.Size = UDim2.new(0.300000012, 0, 0.400000006, 0)
  351. Button2.Font = Enum.Font.SourceSans
  352. Button2.FontSize = Enum.FontSize.Size14
  353. Button2.Text = "TP"
  354. Button2.TextColor3 = Color3.fromRGB(0, 50, 50)
  355. Button2.TextScaled = true
  356. Button2.TextSize = 14
  357. Button2.TextWrapped = true
  358.  
  359. local lastPos = CFrame.new(Vector3.new(0, 0, 0))
  360.  
  361. setting = settings().Network
  362. local Effect = Instance.new("ColorCorrectionEffect")
  363. Effect.Parent = game.Lighting
  364. Effect.Saturation = -1
  365. Effect.Brightness = 0
  366. Effect.Contrast = 0
  367. toggle = false
  368. Effect.Enabled = false
  369.  
  370. Button.MouseButton1Down:connect(
  371. function()
  372. if toggle == false then
  373. lastPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  374. setting.IncomingReplicationLag = 1000
  375. Effect.Enabled = true
  376. toggle = true
  377. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed * 3
  378. Button.TextColor3 = Color3.new(0, 1, 0)
  379. Button.Text = "ON"
  380. Button2.TextColor3 = Color3.fromRGB(0, 255, 255)
  381. else
  382. setting.IncomingReplicationLag = 0
  383. Effect.Enabled = false
  384. toggle = false
  385. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  386. Button.TextColor3 = Color3.new(1, 0, 0)
  387. Button.Text = "OFF"
  388. Button2.TextColor3 = Color3.fromRGB(0, 50, 50)
  389. end
  390. end
  391. )
  392.  
  393. Button2.MouseButton1Down:connect(
  394. function()
  395. if toggle == true then
  396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lastPos
  397. end
  398. end
  399. )
  400. end)
  401.  
  402. Cheats:CreateButton("Hitbox Gui", function()
  403. loadstring(game:HttpGet("https://pastebin.com/raw/LWuVzYJY"))()
  404. end)
  405.  
  406. Cheats:CreateButton("Keybind (MOBILE)", function()
  407. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  408. end)
  409.  
  410. local Cheats = Window:NewSection("Other guis")
  411.  
  412. Cheats:CreateButton("Main Gui", function()
  413. loadstring(game:HttpGet("https://pastebin.com/raw/KaHGZyT3"))()
  414. end)
  415.  
  416. Cheats:CreateButton("Universal Silent aim", function()
  417. loadstring(game:HttpGet("https://pastebin.com/raw/YR2Mn4mG"))()
  418. end)
  419. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement