Advertisement
Guest User

This better fucking work

a guest
Mar 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainUI = Instance.new("Frame")
  6. local WalkSpeed = Instance.new("TextBox")
  7. local SetWalkSpeed = Instance.new("TextButton")
  8. local SpellSpam = Instance.new("TextButton")
  9. local Bar = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local DungeonQuest = Instance.new("TextLabel")
  12. local Normalspeed = Instance.new("TextLabel")
  13. local OpenFrame = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. MainUI.Name = "MainUI"
  20. MainUI.Parent = ScreenGui
  21. MainUI.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  22. MainUI.BorderSizePixel = 0
  23. MainUI.Position = UDim2.new(0.0100824935, 0, 0.685258985, 0)
  24. MainUI.Size = UDim2.new(0, 260, 0, 150)
  25. MainUI.Active = true
  26. MainUI.Draggable = true
  27. MainUI.Visible = false
  28.  
  29. WalkSpeed.Name = "WalkSpeed"
  30. WalkSpeed.Parent = MainUI
  31. WalkSpeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  32. WalkSpeed.BorderSizePixel = 0
  33. WalkSpeed.Position = UDim2.new(0.0630036592, 0, 0.286959618, 0)
  34. WalkSpeed.Size = UDim2.new(0, 109, 0, 28)
  35. WalkSpeed.Font = Enum.Font.SourceSansItalic
  36. WalkSpeed.PlaceholderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  37. WalkSpeed.PlaceholderText = "Value"
  38. WalkSpeed.Text = ""
  39. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  40. WalkSpeed.TextScaled = true
  41. WalkSpeed.TextSize = 14
  42. WalkSpeed.TextWrapped = true
  43.  
  44. SetWalkSpeed.Name = "SetWalkSpeed"
  45. SetWalkSpeed.Parent = MainUI
  46. SetWalkSpeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  47. SetWalkSpeed.BorderSizePixel = 0
  48. SetWalkSpeed.Position = UDim2.new(0.511538446, 0, 0.286959559, 0)
  49. SetWalkSpeed.Size = UDim2.new(0, 111, 0, 28)
  50. SetWalkSpeed.Font = Enum.Font.SourceSansItalic
  51. SetWalkSpeed.Text = "Set Speed"
  52. SetWalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  53. SetWalkSpeed.TextScaled = true
  54. SetWalkSpeed.TextSize = 14
  55. SetWalkSpeed.TextWrapped = true
  56. SetWalkSpeed.MouseButton1Click:connect(function()
  57. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeed.Text
  58. end)
  59.  
  60. SpellSpam.Name = "SpellSpam"
  61. SpellSpam.Parent = MainUI
  62. SpellSpam.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. SpellSpam.BorderSizePixel = 0
  64. SpellSpam.Position = UDim2.new(0.0630036592, 0, 0.514725327, 0)
  65. SpellSpam.Size = UDim2.new(0, 227, 0, 28)
  66. SpellSpam.Font = Enum.Font.SourceSansItalic
  67. SpellSpam.Text = "Spell Spammer"
  68. SpellSpam.TextColor3 = Color3.new(1, 1, 1)
  69. SpellSpam.TextScaled = true
  70. SpellSpam.TextSize = 14
  71. SpellSpam.TextWrapped = true
  72. SpellSpam.MouseButton1Click:connect(function()
  73. loadstring(game:HttpGet('https://pastebin.com/raw/YeLYs794', true)) ()
  74. end)
  75.  
  76. Bar.Name = "Bar"
  77. Bar.Parent = MainUI
  78. Bar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. Bar.BorderSizePixel = 0
  80. Bar.Position = UDim2.new(0, 0, 0.0025929769, 0)
  81. Bar.Size = UDim2.new(0, 258, 0, 30)
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = MainUI
  85. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Close.BackgroundTransparency = 1
  87. Close.Position = UDim2.new(0.803704262, 0, -0.00305235386, 0)
  88. Close.Size = UDim2.new(0, 49, 0, 29)
  89. Close.Font = Enum.Font.SourceSans
  90. Close.Text = "X"
  91. Close.TextColor3 = Color3.new(1, 1, 1)
  92. Close.TextScaled = true
  93. Close.TextSize = 14
  94. Close.TextWrapped = true
  95. Close.MouseButton1Click:connect(function()
  96. MainUI.Visible = false
  97. OpenFrame.Visible = true
  98. end)
  99.  
  100. DungeonQuest.Name = "DungeonQuest"
  101. DungeonQuest.Parent = MainUI
  102. DungeonQuest.BackgroundColor3 = Color3.new(1, 1, 1)
  103. DungeonQuest.BackgroundTransparency = 1
  104. DungeonQuest.Position = UDim2.new(-0.00400829315, 0, -0.00392305851, 0)
  105. DungeonQuest.Size = UDim2.new(0, 228, 0, 29)
  106. DungeonQuest.Font = Enum.Font.SourceSansItalic
  107. DungeonQuest.Text = "Dungeon Quest"
  108. DungeonQuest.TextColor3 = Color3.new(1, 1, 1)
  109. DungeonQuest.TextScaled = true
  110. DungeonQuest.TextSize = 14
  111. DungeonQuest.TextWrapped = true
  112.  
  113. Normalspeed.Name = "Normalspeed"
  114. Normalspeed.Parent = MainUI
  115. Normalspeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. Normalspeed.BorderSizePixel = 0
  117. Normalspeed.Position = UDim2.new(0, 0, 0.754341185, 0)
  118. Normalspeed.Size = UDim2.new(0, 259, 0, 36)
  119. Normalspeed.Font = Enum.Font.SourceSansItalic
  120. Normalspeed.Text = "For normal speed set speed to 15"
  121. Normalspeed.TextColor3 = Color3.new(1, 1, 1)
  122. Normalspeed.TextScaled = true
  123. Normalspeed.TextSize = 14
  124. Normalspeed.TextWrapped = true
  125.  
  126. OpenFrame.Name = "OpenFrame"
  127. OpenFrame.Parent = ScreenGui
  128. OpenFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  129. OpenFrame.BorderSizePixel = 0
  130. OpenFrame.Position = UDim2.new(0, 0, 0.619521856, 0)
  131. OpenFrame.Size = UDim2.new(0, 108, 0, 29)
  132.  
  133. Open.Name = "Open"
  134. Open.Parent = OpenFrame
  135. Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  136. Open.BorderSizePixel = 0
  137. Open.Position = UDim2.new(-0.00676774979, 0, 0, 0)
  138. Open.Size = UDim2.new(0, 108, 0, 29)
  139. Open.Font = Enum.Font.SourceSansItalic
  140. Open.Text = "Open GUI"
  141. Open.TextColor3 = Color3.new(1, 1, 1)
  142. Open.TextScaled = true
  143. Open.TextSize = 14
  144. Open.TextWrapped = true
  145. Open.MouseButton1Click:connect(function()
  146. MainUI.Visible = true
  147. OpenFrame.Visible = false
  148. end)
  149. -- Scripts:
  150. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  151. Text = "Dungeon Quest Gui Created By - BotOffline#9787 - Coming Soon! - Changelog";
  152. Font = Enum.Font.SourceSansBold;
  153. Color = Color3.new(255,255,255);
  154. FontSize = Enum.FontSize.Size60;
  155. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement