Advertisement
Guest User

my gui so far

a guest
Jan 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Tutorial = Instance.new("ScreenGui")
  5. local PrintGUI = Instance.new("Frame")
  6. local drag = Instance.new("Frame")
  7. local drag2 = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local exit = Instance.new("TextButton")
  10. local fly = Instance.new("TextButton")
  11. local noclip = Instance.new("TextButton")
  12. local walkspeed100 = Instance.new("TextButton")
  13. local shutdown = Instance.new("TextButton")
  14. local changeteam = Instance.new("TextButton")
  15. local jailbreakgui = Instance.new("TextButton")
  16. local comingsoon1 = Instance.new("TextButton")
  17. local comingsoon2 = Instance.new("TextButton")
  18. local comingsoon3 = Instance.new("TextButton")
  19. local nakid = Instance.new("TextButton")
  20. --Properties:
  21. Tutorial.Name = "Tutorial"
  22. Tutorial.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23.  
  24. PrintGUI.Name = "PrintGUI"
  25. PrintGUI.Parent = Tutorial
  26. PrintGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  27. PrintGUI.BorderSizePixel = 0
  28. PrintGUI.Position = UDim2.new(0.358543426, 0, 0.217970043, 0)
  29. PrintGUI.Size = UDim2.new(0, 385, 0, 322)
  30. PrintGUI.Draggable = true
  31. PrintGUI.Active = true
  32.  
  33. drag.Name = "drag"
  34. drag.Parent = PrintGUI
  35. drag.BackgroundColor3 = Color3.new(0.898039, 0.6, 0)
  36. drag.BorderSizePixel = 0
  37. drag.Size = UDim2.new(0, 385, 0, 18)
  38.  
  39. drag2.Name = "drag2"
  40. drag2.Parent = PrintGUI
  41. drag2.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  42. drag2.BorderSizePixel = 0
  43. drag2.Position = UDim2.new(0, 0, 0.0559006222, 0)
  44. drag2.Size = UDim2.new(0, 385, 0, 48)
  45.  
  46. title.Name = "title"
  47. title.Parent = PrintGUI
  48. title.BackgroundColor3 = Color3.new(1, 1, 1)
  49. title.BackgroundTransparency = 1
  50. title.BorderSizePixel = 0
  51. title.Position = UDim2.new(0.0337662324, 0, 0.0900621042, 0)
  52. title.Size = UDim2.new(0, 124, 0, 25)
  53. title.Font = Enum.Font.Highway
  54. title.Text = "lol"
  55. title.TextColor3 = Color3.new(1, 1, 1)
  56. title.TextSize = 30
  57. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  58. title.TextWrapped = true
  59.  
  60. exit.Name = "exit"
  61. exit.Parent = PrintGUI
  62. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  63. exit.BackgroundTransparency = 1
  64. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  65. exit.Size = UDim2.new(0, 28, 0, 18)
  66. exit.Font = Enum.Font.Cartoon
  67. exit.Text = "X"
  68. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  69. exit.TextScaled = true
  70. exit.TextSize = 14
  71. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  72. exit.TextStrokeTransparency = 2
  73. exit.TextWrapped = true
  74.  
  75. fly.Name = "respawn"
  76. fly.Parent = PrintGUI
  77. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  78. fly.BorderSizePixel = 0
  79. fly.Position = UDim2.new(0.519480526, 0, 0.204968944, 0)
  80. fly.Size = UDim2.new(0, 185, 0, 50)
  81. fly.Style = Enum.ButtonStyle.RobloxRoundButton
  82. fly.Font = Enum.Font.Fantasy
  83. fly.Text = "drink bleach"
  84. fly.TextColor3 = Color3.new(0, 0, 0)
  85. fly.TextSize = 20
  86. fly.TextWrapped = true
  87. fly.MouseButton1Click:connect(function()
  88. print("Do ya need a bleach?")
  89. STOP = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  90. STOP.SoundId = "http://roblox.com/asset?id=356970690"
  91. STOP.Looped = true
  92. STOP:Play()
  93. STOP.Volume = 2
  94. plr = game.Players.LocalPlayer
  95. char = plr.Character
  96. mouse = plr:GetMouse()
  97. local cough = Instance.new("Sound", workspace)
  98. cough.SoundId = "http://roblox.com/asset?id=178522287"
  99. Bleach = Instance.new("Part", char["Left Arm"])
  100. Bleach.CanCollide = false
  101. Mesh = Instance.new("SpecialMesh", Bleach)
  102. Mesh.MeshId = "http://roblox.com/asset?id=483388971"
  103. Mesh.Scale = Vector3.new(0.005, 0.005, 0.005)
  104. Mesh.TextureId = "http://roblox.com/asset?id=520016684"
  105. Handy = Instance.new("Weld", Bleach)
  106. Handy.Part0 = Bleach
  107. Handy.Part1 = char["Left Arm"]
  108. Handy.C0 = CFrame.new(0.5,1.8,0)
  109. Handy.C1 = CFrame.Angles(0,4,1)
  110. drink = Instance.new("Sound", char.Head)
  111. drink.SoundId = "http://roblox.com/asset?id=10722059"
  112. function cringe(key)
  113. key = key:lower()
  114. if key == "q" then
  115. game.Chat:Chat(char.Head,"This is too cringe","Blue")
  116. wait(2)
  117. game.Chat:Chat(char.Head,"This needs to stop, now","Red")
  118. wait(2)
  119. game.Chat:Chat(char.Head,"This is cancer.","Red")
  120. wait(2)
  121. game.Chat:Chat(char.Head,"This is too strong","Red")
  122. wait(2)
  123. game.Chat:Chat(char.Head,"I need to die","Red")
  124. for i = 1,10 do
  125. wait()
  126. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.018,0,0)
  127. Handy.C0 = Handy.C0 * CFrame.new(-0.05,-0.07,0.09)
  128. Handy.C0 = Handy.C0 * CFrame.Angles(0.12,0,0)
  129. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(0.2,0,-0.1)
  130. end
  131. STOP.Volume = 0
  132. drink:Play()
  133. for i = 1,50 do
  134. wait()
  135. char.Humanoid.Health = char.Humanoid.Health - 1
  136. end
  137. char.Humanoid.WalkSpeed = 0
  138. wait(2)
  139. for i = 1,10 do
  140. wait()
  141. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.018,0,0)
  142. Handy.C0 = Handy.C0 * CFrame.new(0.05,0.07,-0.09)
  143. Handy.C0 = Handy.C0 * CFrame.Angles(-0.12,0,0)
  144. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.2,0,0.1)
  145. end
  146. char.Humanoid.WalkSpeed = 6
  147. cough:Play()
  148. for i = 1,100 do
  149. wait(0.05)
  150. char.Humanoid.Health = char.Humanoid.Health - 1
  151. end
  152. end
  153. end
  154. function kys()
  155. cough:destroy()
  156. local ded = Instance.new("Sound", char.Head)
  157. ded.SoundId = "http://roblox.com/asset?id=393884633"
  158. ded:Play()
  159. end
  160. mouse.KeyDown:connect(cringe)
  161. char.Humanoid.Died:connect(kys)
  162. end)
  163.  
  164.  
  165.  
  166. noclip.Name = "bluehouse"
  167. noclip.Parent = PrintGUI
  168. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  169. noclip.BorderSizePixel = 0
  170. noclip.Position = UDim2.new(0, 0, 0.204968944, 0)
  171. noclip.Size = UDim2.new(0, 185, 0, 50)
  172. noclip.Style = Enum.ButtonStyle.RobloxRoundButton
  173. noclip.Font = Enum.Font.Fantasy
  174. noclip.Text = "bluehouse"
  175. noclip.TextColor3 = Color3.new(0, 0, 0)
  176. noclip.TextSize = 20
  177. noclip.TextWrapped = true
  178. noclip.MouseButton1Click:connect(function()
  179. local PlayerName = game.Players.LocalPlayer.Name
  180. game.Workspace[PlayerName]:MoveTo(Vector3.new(54.2896042, 27.6312256, 5.061378))
  181. end)
  182.  
  183.  
  184. walkspeed100.Name = "walkspeed100"
  185. walkspeed100.Parent = PrintGUI
  186. walkspeed100.BackgroundColor3 = Color3.new(1, 1, 1)
  187. walkspeed100.BorderSizePixel = 0
  188. walkspeed100.Position = UDim2.new(0, 0, 0.360248446, 0)
  189. walkspeed100.Size = UDim2.new(0, 185, 0, 50)
  190. walkspeed100.Style = Enum.ButtonStyle.RobloxRoundButton
  191. walkspeed100.Font = Enum.Font.Fantasy
  192. walkspeed100.Text = "[100] Walkspeed"
  193. walkspeed100.TextColor3 = Color3.new(0, 0, 0)
  194. walkspeed100.TextSize = 20
  195. walkspeed100.TextWrapped = true
  196. walkspeed100.MouseButton1Click:connect(function()
  197.  
  198. end)
  199.  
  200. shutdown.Name = "shutdown"
  201. shutdown.Parent = PrintGUI
  202. shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  203. shutdown.BorderSizePixel = 0
  204. shutdown.Position = UDim2.new(0.519480526, 0, 0.360248446, 0)
  205. shutdown.Size = UDim2.new(0, 185, 0, 50)
  206. shutdown.Style = Enum.ButtonStyle.RobloxRoundButton
  207. shutdown.Font = Enum.Font.Fantasy
  208. shutdown.Text = "shutdown server"
  209. shutdown.TextColor3 = Color3.new(0, 0, 0)
  210. shutdown.TextSize = 20
  211. shutdown.TextWrapped = true
  212.  
  213. changeteam.Name = "change team"
  214. changeteam.Parent = PrintGUI
  215. changeteam.BackgroundColor3 = Color3.new(1, 1, 1)
  216. changeteam.BorderSizePixel = 0
  217. changeteam.Position = UDim2.new(0, 0, 0.515527964, 0)
  218. changeteam.Size = UDim2.new(0, 185, 0, 50)
  219. changeteam.Style = Enum.ButtonStyle.RobloxRoundButton
  220. changeteam.Font = Enum.Font.Fantasy
  221. changeteam.Text = "jailbreak change team"
  222. changeteam.TextColor3 = Color3.new(0, 0, 0)
  223. changeteam.TextSize = 20
  224. changeteam.TextWrapped = true
  225.  
  226. nakid.Name = "nakid"
  227. nakid.Parent = PrintGUI
  228. nakid.BackgroundColor3 = Color3.new(1, 1, 1)
  229. nakid.BorderSizePixel = 0
  230. nakid.Position = UDim2.new(0.519480526, 0, 0.826086938, 0)
  231. nakid.Size = UDim2.new(0, 185, 0, 50)
  232. nakid.Style = Enum.ButtonStyle.RobloxRoundButton
  233. nakid.Font = Enum.Font.Fantasy
  234. nakid.Text = "nakid"
  235. nakid.TextColor3 = Color3.new(0, 0, 0)
  236. nakid.TextSize = 20
  237. nakid.TextWrapped = true
  238. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement