Advertisement
KaySeey

DOGE SPACE

Jun 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Uhhhhhh = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local BoxSpeed = Instance.new("TextBox")
  9. local BoxHip = Instance.new("TextBox")
  10. local SetSpeed = Instance.new("TextButton")
  11. local SetHip = Instance.new("TextButton")
  12. local NoclipOn = Instance.new("TextButton")
  13. local NoclipOff = Instance.new("TextButton")
  14. local a = Instance.new("TextLabel")
  15. local Credits = Instance.new("TextLabel")
  16. local MonvsMee = Instance.new("TextLabel")
  17. local Version = Instance.new("TextLabel")
  18. local OpenFrame = Instance.new("Frame")
  19. local Open = Instance.new("TextButton")
  20. --Properties:
  21. Uhhhhhh.Name = "Uhhhhhh"
  22. Uhhhhhh.Parent = game.CoreGui
  23. Uhhhhhh.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = Uhhhhhh
  27. Main.Active = true
  28. Main.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  29. Main.BorderSizePixel = 0
  30. Main.Position = UDim2.new(0.123503, 0, 0.221692488, 0)
  31. Main.Size = UDim2.new(0, 326, 0, 274)
  32. Main.Draggable = true
  33.  
  34. Name.Name = "Name"
  35. Name.Parent = Main
  36. Name.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  37. Name.BorderSizePixel = 0
  38. Name.Position = UDim2.new(0, 0, -0.000888907991, 0)
  39. Name.Size = UDim2.new(0, 326, 0, 25)
  40. Name.Font = Enum.Font.SourceSansSemibold
  41. Name.Text = "Doge Space"
  42. Name.TextColor3 = Color3.new(1, 1, 1)
  43. Name.TextSize = 14
  44.  
  45. Close.Name = "Close"
  46. Close.Parent = Main
  47. Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  48. Close.BorderSizePixel = 0
  49. Close.Position = UDim2.new(0.91329056, 0, 0, 0)
  50. Close.Size = UDim2.new(0, 28, 0, 24)
  51. Close.Font = Enum.Font.SciFi
  52. Close.Text = "X"
  53. Close.TextColor3 = Color3.new(1, 1, 1)
  54. Close.TextSize = 14
  55. Close.MouseButton1Down:connect(function()
  56. Main.Visible = false
  57. OpenFrame.Visible = true
  58. end)
  59.  
  60. BoxSpeed.Name = "BoxSpeed"
  61. BoxSpeed.Parent = Main
  62. BoxSpeed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  63. BoxSpeed.BorderSizePixel = 0
  64. BoxSpeed.Position = UDim2.new(0.0600600503, 0, 0.209923655, 0)
  65. BoxSpeed.Size = UDim2.new(0, 119, 0, 32)
  66. BoxSpeed.Font = Enum.Font.SourceSansSemibold
  67. BoxSpeed.PlaceholderColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  68. BoxSpeed.PlaceholderText = "16"
  69. BoxSpeed.Text = ""
  70. BoxSpeed.TextColor3 = Color3.new(1, 1, 1)
  71. BoxSpeed.TextSize = 14
  72.  
  73. BoxHip.Name = "BoxHip"
  74. BoxHip.Parent = Main
  75. BoxHip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  76. BoxHip.BorderSizePixel = 0
  77. BoxHip.Position = UDim2.new(0.579579651, 0, 0.20992367, 0)
  78. BoxHip.Size = UDim2.new(0, 119, 0, 32)
  79. BoxHip.Font = Enum.Font.SourceSansSemibold
  80. BoxHip.PlaceholderColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  81. BoxHip.PlaceholderText = "0"
  82. BoxHip.Text = ""
  83. BoxHip.TextColor3 = Color3.new(1, 1, 1)
  84. BoxHip.TextSize = 14
  85.  
  86. SetSpeed.Name = "SetSpeed"
  87. SetSpeed.Parent = Main
  88. SetSpeed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  89. SetSpeed.BorderSizePixel = 0
  90. SetSpeed.Position = UDim2.new(0.090090096, 0, 0.374045789, 0)
  91. SetSpeed.Size = UDim2.new(0, 99, 0, 32)
  92. SetSpeed.Font = Enum.Font.SourceSansSemibold
  93. SetSpeed.Text = "Set Speed"
  94. SetSpeed.TextColor3 = Color3.new(1, 1, 1)
  95. SetSpeed.TextSize = 15
  96. SetSpeed.MouseButton1Click:Connect(function()
  97. local Player = game.Players.LocalPlayer.Character
  98. Player.Humanoid.WalkSpeed = BoxSpeed.Text
  99. end)
  100.  
  101. SetHip.Name = "SetHip"
  102. SetHip.Parent = Main
  103. SetHip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  104. SetHip.BorderSizePixel = 0
  105. SetHip.Position = UDim2.new(0.609609604, 0, 0.374045789, 0)
  106. SetHip.Size = UDim2.new(0, 99, 0, 32)
  107. SetHip.Font = Enum.Font.SourceSansSemibold
  108. SetHip.Text = "Set HipHeight"
  109. SetHip.TextColor3 = Color3.new(1, 1, 1)
  110. SetHip.TextSize = 15
  111. SetHip.MouseButton1Click:Connect(function()
  112. local Player = game.Players.LocalPlayer.Character
  113. Player.Humanoid.HipHeight = BoxHip.Text
  114. end)
  115.  
  116.  
  117. NoclipOn.Name = "NoclipOn"
  118. NoclipOn.Parent = Main
  119. NoclipOn.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  120. NoclipOn.BorderSizePixel = 0
  121. NoclipOn.Position = UDim2.new(0.309309244, 0, 0.564885616, 0)
  122. NoclipOn.Size = UDim2.new(0, 127, 0, 32)
  123. NoclipOn.Font = Enum.Font.SourceSansSemibold
  124. NoclipOn.Text = "Noclip : On"
  125. NoclipOn.TextColor3 = Color3.new(1, 1, 1)
  126. NoclipOn.TextSize = 15
  127. NoclipOn.MouseButton1Down:connect(function()
  128. NoclipOn.Visible = false
  129. NoclipOff.Visible = true
  130. --Script Here (OFF)
  131. noclip = false
  132. game:GetService('RunService').Stepped:connect(function()
  133. if noclip then
  134. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  135. end
  136. end)
  137. plr = game.Players.LocalPlayer
  138. end)
  139.  
  140. NoclipOff.Name = "NoclipOff"
  141. NoclipOff.Parent = Main
  142. NoclipOff.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  143. NoclipOff.BorderSizePixel = 0
  144. NoclipOff.Position = UDim2.new(0.309309244, 0, 0.564885616, 0)
  145. NoclipOff.Size = UDim2.new(0, 127, 0, 32)
  146. NoclipOff.Font = Enum.Font.SourceSansSemibold
  147. NoclipOff.Text = "Noclip : Off"
  148. NoclipOff.TextColor3 = Color3.new(1, 1, 1)
  149. NoclipOff.TextSize = 15
  150. NoclipOff.MouseButton1Down:connect(function()
  151. NoclipOff.Visible = false
  152. NoclipOn.Visible = true
  153. --Script Here (OFF)
  154. noclip = true
  155. game:GetService('RunService').Stepped:connect(function()
  156. if noclip then
  157. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  158. end
  159. end)
  160. plr = game.Players.LocalPlayer
  161. end)
  162.  
  163. a.Name = "a"
  164. a.Parent = Main
  165. a.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  166. a.BorderSizePixel = 0
  167. a.Position = UDim2.new(0, 0, 0.733576655, 0)
  168. a.Size = UDim2.new(0, 326, 0, 4)
  169. a.Font = Enum.Font.SourceSans
  170. a.Text = ""
  171. a.TextColor3 = Color3.new(0, 0, 0)
  172. a.TextSize = 14
  173.  
  174. Credits.Name = "Credits"
  175. Credits.Parent = Main
  176. Credits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  177. Credits.BackgroundTransparency = 1
  178. Credits.BorderSizePixel = 0
  179. Credits.Position = UDim2.new(-0.00306748459, 0, 0.748175204, 0)
  180. Credits.Size = UDim2.new(0, 326, 0, 17)
  181. Credits.Font = Enum.Font.SourceSansSemibold
  182. Credits.Text = "Credits : "
  183. Credits.TextColor3 = Color3.new(1, 1, 1)
  184. Credits.TextSize = 14
  185.  
  186. MonvsMee.Name = "Credits"
  187. MonvsMee.Parent = Main
  188. MonvsMee.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  189. MonvsMee.BackgroundTransparency = 1
  190. MonvsMee.BorderSizePixel = 0
  191. MonvsMee.Position = UDim2.new(-0.00306748459, 0, 0.81021899, 0)
  192. MonvsMee.Size = UDim2.new(0, 326, 0, 20)
  193. MonvsMee.Font = Enum.Font.SourceSansSemibold
  194. MonvsMee.Text = "Gui : Mon#8974 | Scripter : Mee"
  195. MonvsMee.TextColor3 = Color3.new(1, 1, 1)
  196. MonvsMee.TextSize = 14
  197.  
  198. Version.Name = "Version"
  199. Version.Parent = Main
  200. Version.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  201. Version.BackgroundTransparency = 1
  202. Version.BorderSizePixel = 0
  203. Version.Position = UDim2.new(-0.00306748459, 0, 0.93065691, 0)
  204. Version.Size = UDim2.new(0, 326, 0, 19)
  205. Version.Font = Enum.Font.SourceSansSemibold
  206. Version.Text = "V1.0.0"
  207. Version.TextColor3 = Color3.new(1, 1, 1)
  208. Version.TextSize = 14
  209.  
  210. OpenFrame.Name = "OpenFrame"
  211. OpenFrame.Parent = Uhhhhhh
  212. OpenFrame.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  213. OpenFrame.BorderSizePixel = 0
  214. OpenFrame.Position = UDim2.new(-0.000748454477, 0, 0.475566149, 0)
  215. OpenFrame.Size = UDim2.new(0, 111, 0, 32)
  216. OpenFrame.Visible = false
  217.  
  218. Open.Name = "Open"
  219. Open.Parent = OpenFrame
  220. Open.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  221. Open.BorderSizePixel = 0
  222. Open.Position = UDim2.new(0.00535202026, 0, -0.0284085274, 0)
  223. Open.Size = UDim2.new(0, 111, 0, 32)
  224. Open.Font = Enum.Font.SourceSansSemibold
  225. Open.Text = "Open"
  226. Open.TextColor3 = Color3.new(1, 1, 1)
  227. Open.TextSize = 16
  228. Open.MouseButton1Down:connect(function()
  229. OpenFrame.Visible = false
  230. Main.Visible = true
  231. end)
  232. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement