Advertisement
ANXIETY4741

DungeonCracker(Original)

Mar 29th, 2021 (edited)
1,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.31 KB | None | 0 0
  1. --By ScriptRUs#696
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/BananaHub/main/BananaHub.lua"))()
  3.  
  4.  
  5. --By FrostedTigger/xxoplol47811t
  6. -- Instances:
  7.  
  8. local DungeonCracker = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local WalkSpeedB1 = Instance.new("TextButton")
  12. local WalkSpeedB2 = Instance.new("TextButton")
  13. local WalkSpeedB3 = Instance.new("TextButton")
  14. local ResetB = Instance.new("TextButton")
  15. local AutoSwingB4 = Instance.new("TextButton")
  16. local OpenB = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. DungeonCracker.Name = "DungeonCracker"
  21. DungeonCracker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. DungeonCracker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = DungeonCracker
  25. Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  26. Frame.BorderColor3 = Color3.fromRGB(29, 42, 161)
  27. Frame.BorderSizePixel = 3
  28. Frame.Position = UDim2.new(0.3828125, 0, 0.0594713688, 0)
  29. Frame.Size = UDim2.new(0, 300, 0, 400)
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Frame
  33. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. Title.BackgroundTransparency = 1.000
  35. Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
  36. Title.BorderSizePixel = 0
  37. Title.Size = UDim2.new(0, 300, 0, 50)
  38. Title.Font = Enum.Font.SpecialElite
  39. Title.Text = "DungeonCracker"
  40. Title.TextColor3 = Color3.fromRGB(60, 112, 255)
  41. Title.TextSize = 30.000
  42. Title.TextWrapped = true
  43.  
  44. WalkSpeedB1.Name = "WalkSpeedB1"
  45. WalkSpeedB1.Parent = Frame
  46. WalkSpeedB1.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  47. WalkSpeedB1.BorderColor3 = Color3.fromRGB(153, 153, 153)
  48. WalkSpeedB1.BorderSizePixel = 3
  49. WalkSpeedB1.Position = UDim2.new(0.0833333358, 0, 0.157499999, 0)
  50. WalkSpeedB1.Size = UDim2.new(0, 250, 0, 50)
  51. WalkSpeedB1.Font = Enum.Font.Kalam
  52. WalkSpeedB1.Text = "Speed 20"
  53. WalkSpeedB1.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. WalkSpeedB1.TextScaled = true
  55. WalkSpeedB1.TextSize = 14.000
  56. WalkSpeedB1.TextWrapped = true
  57.  
  58. WalkSpeedB2.Name = "WalkSpeedB2"
  59. WalkSpeedB2.Parent = Frame
  60. WalkSpeedB2.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  61. WalkSpeedB2.BorderColor3 = Color3.fromRGB(153, 153, 153)
  62. WalkSpeedB2.BorderSizePixel = 3
  63. WalkSpeedB2.Position = UDim2.new(0.0833333358, 0, 0.337500006, 0)
  64. WalkSpeedB2.Size = UDim2.new(0, 250, 0, 50)
  65. WalkSpeedB2.Font = Enum.Font.Kalam
  66. WalkSpeedB2.Text = "Speed 25"
  67. WalkSpeedB2.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. WalkSpeedB2.TextScaled = true
  69. WalkSpeedB2.TextSize = 14.000
  70. WalkSpeedB2.TextWrapped = true
  71.  
  72. WalkSpeedB3.Name = "WalkSpeedB3"
  73. WalkSpeedB3.Parent = Frame
  74. WalkSpeedB3.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  75. WalkSpeedB3.BorderColor3 = Color3.fromRGB(153, 153, 153)
  76. WalkSpeedB3.BorderSizePixel = 3
  77. WalkSpeedB3.Position = UDim2.new(0.0833333358, 0, 0.517500043, 0)
  78. WalkSpeedB3.Size = UDim2.new(0, 250, 0, 50)
  79. WalkSpeedB3.Font = Enum.Font.Kalam
  80. WalkSpeedB3.Text = "Speed 30"
  81. WalkSpeedB3.TextColor3 = Color3.fromRGB(0, 0, 0)
  82. WalkSpeedB3.TextScaled = true
  83. WalkSpeedB3.TextSize = 14.000
  84. WalkSpeedB3.TextWrapped = true
  85.  
  86. ResetB.Name = "ResetB"
  87. ResetB.Parent = Frame
  88. ResetB.BackgroundColor3 = Color3.fromRGB(161, 3, 3)
  89. ResetB.BorderColor3 = Color3.fromRGB(153, 153, 153)
  90. ResetB.BorderSizePixel = 3
  91. ResetB.Position = UDim2.new(0.0833333358, 0, 0.847500086, 0)
  92. ResetB.Size = UDim2.new(0, 250, 0, 50)
  93. ResetB.Font = Enum.Font.Kalam
  94. ResetB.Text = "Reset"
  95. ResetB.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. ResetB.TextScaled = true
  97. ResetB.TextSize = 14.000
  98. ResetB.TextWrapped = true
  99.  
  100. AutoSwingB4.Name = "AutoSwingB4"
  101. AutoSwingB4.Parent = Frame
  102. AutoSwingB4.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  103. AutoSwingB4.BorderColor3 = Color3.fromRGB(153, 153, 153)
  104. AutoSwingB4.BorderSizePixel = 3
  105. AutoSwingB4.Position = UDim2.new(0.0833333358, 0, 0.682500064, 0)
  106. AutoSwingB4.Size = UDim2.new(0, 250, 0, 50)
  107. AutoSwingB4.Font = Enum.Font.Kalam
  108. AutoSwingB4.Text = "Auto Swing"
  109. AutoSwingB4.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. AutoSwingB4.TextScaled = true
  111. AutoSwingB4.TextSize = 14.000
  112. AutoSwingB4.TextWrapped = true
  113.  
  114. OpenB.Name = "OpenB"
  115. OpenB.Parent = DungeonCracker
  116. OpenB.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  117. OpenB.BorderColor3 = Color3.fromRGB(29, 42, 161)
  118. OpenB.BorderSizePixel = 3
  119. OpenB.Position = UDim2.new(0, 0, 0.446764082, 0)
  120. OpenB.Size = UDim2.new(0, 50, 0, 50)
  121. OpenB.Font = Enum.Font.SourceSans
  122. OpenB.Text = ">"
  123. OpenB.TextColor3 = Color3.fromRGB(60, 112, 255)
  124. OpenB.TextScaled = true
  125. OpenB.TextSize = 14.000
  126. OpenB.TextWrapped = true
  127.  
  128. -- Scripts:
  129.  
  130. local function GGNZW_fake_script() -- WalkSpeedB1.LocalScript
  131.     local script = Instance.new('LocalScript', WalkSpeedB1)
  132.  
  133.     local Dungeon = workspace:WaitForChild("dungeon")
  134.     local Player = game.Players.LocalPlayer
  135.     script.Parent.MouseButton1Click:Connect(function(onClicked)
  136.         Player.Character.Humanoid.WalkSpeed = 20
  137.     end)
  138. end
  139. coroutine.wrap(GGNZW_fake_script)()
  140. local function KDKG_fake_script() -- WalkSpeedB2.LocalScript
  141.     local script = Instance.new('LocalScript', WalkSpeedB2)
  142.  
  143.     local Dungeon = workspace:WaitForChild("dungeon")
  144.     local Player = game.Players.LocalPlayer
  145.     script.Parent.MouseButton1Click:Connect(function(onClicked)
  146.         Player.Character.Humanoid.WalkSpeed = 25
  147.     end)
  148. end
  149. coroutine.wrap(KDKG_fake_script)()
  150. local function FGMB_fake_script() -- WalkSpeedB3.LocalScript
  151.     local script = Instance.new('LocalScript', WalkSpeedB3)
  152.  
  153.     local Dungeon = workspace:WaitForChild("dungeon")
  154.     local Player = game.Players.LocalPlayer
  155.     script.Parent.MouseButton1Click:Connect(function(onClicked)
  156.         Player.Character.Humanoid.WalkSpeed = 30
  157.     end)
  158. end
  159. coroutine.wrap(FGMB_fake_script)()
  160. local function SXED_fake_script() -- ResetB.LocalScript
  161.     local script = Instance.new('LocalScript', ResetB)
  162.  
  163.     local Dungeon = workspace:WaitForChild("dungeon")
  164.     local Player = game.Players.LocalPlayer
  165.     script.Parent.MouseButton1Click:Connect(function(onClicked)
  166.         Player.Character.Humanoid.WalkSpeed = 16
  167.     end)
  168. end
  169. coroutine.wrap(SXED_fake_script)()
  170. local function OQNGV_fake_script() -- AutoSwingB4.LocalScript
  171.     local script = Instance.new('LocalScript', AutoSwingB4)
  172.  
  173.     local Dungeon = workspace:WaitForChild("dungeon")
  174.     local weaponName = "Heavenly Greatsword",""
  175.     local Player = game.Players.LocalPlayer
  176.     local status = true
  177.     local ResetB = script.Parent.Parent.ResetB
  178.     script.Parent.MouseButton1Click:Connect(function(onClicked)
  179.         status = true
  180.         while status == true do
  181.             wait(0.5)
  182.             local weapon = game:GetService("Workspace"):FindFirstChild(Player.Name)[weaponName].swing
  183.             weapon:FireServer()
  184.    
  185.             ResetB.MouseButton1Click:Connect(function(onClicked2)
  186.                 status = false
  187.             end)
  188.         end
  189.     end)
  190.    
  191. end
  192. coroutine.wrap(OQNGV_fake_script)()
  193. local function PUJNVCC_fake_script() -- DungeonCracker.LocalScript
  194.     local script = Instance.new('LocalScript', DungeonCracker)
  195.  
  196.     frame = script.Parent.Frame
  197.     frame.Draggable = true
  198.     frame.Active = true
  199.     frame.Selectable = true
  200. end
  201. coroutine.wrap(PUJNVCC_fake_script)()
  202. local function GWVV_fake_script() -- OpenB.LocalScript
  203.     local script = Instance.new('LocalScript', OpenB)
  204.  
  205.     local button = script.Parent
  206.     local frame = script.Parent.Parent.Frame
  207.     function onclick()
  208.         if frame.Visible == false then
  209.             frame.Visible = true
  210.             button.Text = "˅"
  211.         else
  212.             frame.Visible = false
  213.             button.Text = ">"
  214.         end
  215.     end
  216.     script.Parent.MouseButton1Click:Connect(onclick)
  217. end
  218. coroutine.wrap(GWVV_fake_script)()
  219.  
  220.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement