Advertisement
yyyyyyyippy

Bizarre Day GUI

Feb 6th, 2020
22,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.39 KB | None | 0 0
  1. --  GUI by yyyyyyyippy,
  2. --  This is really simple, just some teleport scripts,
  3. --  Still in version 1, so don't criticize too heavily.
  4.  
  5. --[[
  6.     Instances:
  7. --]]
  8.  
  9. local BizarreGUI = Instance.new("ScreenGui")
  10. local BG = Instance.new("Frame")
  11. local Main = Instance.new("TextLabel")
  12. local bEdge = Instance.new("Frame")
  13. local lEdge = Instance.new("Frame")
  14. local tEdge = Instance.new("Frame")
  15. local rEdge = Instance.new("Frame")
  16. local thing = Instance.new("Frame")
  17. local thing_2 = Instance.new("Frame")
  18. local thing_3 = Instance.new("Frame")
  19. local thing_4 = Instance.new("Frame")
  20. local TpArrow = Instance.new("TextButton")
  21. local thing_5 = Instance.new("Frame")
  22. local thing_6 = Instance.new("Frame")
  23. local thing_7 = Instance.new("Frame")
  24. local thing_8 = Instance.new("Frame")
  25. local thing_9 = Instance.new("Frame")
  26. local thing_10 = Instance.new("Frame")
  27. local thing_11 = Instance.new("Frame")
  28. local TpReq = Instance.new("TextButton")
  29. local thing_12 = Instance.new("Frame")
  30. local TpFrog = Instance.new("TextButton")
  31. local thing_13 = Instance.new("Frame")
  32. local thing_14 = Instance.new("Frame")
  33. local thing_15 = Instance.new("Frame")
  34. local thing_16 = Instance.new("Frame")
  35. local TpRokakaka = Instance.new("TextButton")
  36. local thing_17 = Instance.new("Frame")
  37. local thing_18 = Instance.new("Frame")
  38. local thing_19 = Instance.new("Frame")
  39. local thing_20 = Instance.new("Frame")
  40. local Close = Instance.new("TextButton")
  41. local plr = game.Players.LocalPlayer
  42.  
  43. --[[
  44.     Properties:
  45. --]]
  46.  
  47. BizarreGUI.Name = "Bizarre GUI"
  48. BizarreGUI.Parent = game.CoreGui
  49. BizarreGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  50.  
  51. BG.Name = "BG"
  52. BG.Parent = BizarreGUI
  53. BG.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  54. BG.BorderSizePixel = 0
  55. BG.Position = UDim2.new(0, 20, 0, 20)
  56. BG.Selectable = true
  57. BG.Size = UDim2.new(0, 186, 0, 323)
  58.  
  59. Main.Name = "Main"
  60. Main.Parent = BG
  61. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  62. Main.BackgroundTransparency = 0.40000000596046
  63. Main.BorderColor3 = Color3.new(1, 1, 1)
  64. Main.BorderSizePixel = 0
  65. Main.Position = UDim2.new(0.0483870953, 0, 0.0278637763, 0)
  66. Main.Size = UDim2.new(0, 168, 0, 41)
  67. Main.Font = Enum.Font.GothamBold
  68. Main.Text = "Bizarre GUI"
  69. Main.TextColor3 = Color3.new(0.407843, 0, 0)
  70. Main.TextSize = 23
  71. Main.TextWrapped = true
  72.  
  73. bEdge.Name = "bEdge"
  74. bEdge.Parent = BG
  75. bEdge.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  76. bEdge.BorderSizePixel = 0
  77. bEdge.Position = UDim2.new(0, 0, 0.972136199, 0)
  78. bEdge.Size = UDim2.new(0, 186, 0, 9)
  79.  
  80. lEdge.Name = "lEdge"
  81. lEdge.Parent = BG
  82. lEdge.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  83. lEdge.BorderSizePixel = 0
  84. lEdge.Size = UDim2.new(0, 9, 0, 323)
  85.  
  86. tEdge.Name = "tEdge"
  87. tEdge.Parent = BG
  88. tEdge.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  89. tEdge.BorderSizePixel = 0
  90. tEdge.Size = UDim2.new(0, 186, 0, 9)
  91.  
  92. rEdge.Name = "rEdge"
  93. rEdge.Parent = BG
  94. rEdge.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  95. rEdge.BorderSizePixel = 0
  96. rEdge.Position = UDim2.new(0.95161283, 0, 0, 0)
  97. rEdge.Size = UDim2.new(0, 9, 0, 323)
  98.  
  99. thing.Name = "thing"
  100. thing.Parent = BG
  101. thing.BackgroundColor3 = Color3.new(0.317647, 0, 0)
  102. thing.BorderSizePixel = 0
  103. thing.Position = UDim2.new(0.0322580226, 0, 0.0185758043, 0)
  104. thing.Size = UDim2.new(0, 3, 0, 311)
  105.  
  106. thing_2.Name = "thing"
  107. thing_2.Parent = BG
  108. thing_2.BackgroundColor3 = Color3.new(0.317647, 0, 0)
  109. thing_2.BorderSizePixel = 0
  110. thing_2.Position = UDim2.new(0.0483870544, 0, 0.972136199, 0)
  111. thing_2.Size = UDim2.new(0, 171, 0, 3)
  112.  
  113. thing_3.Name = "thing"
  114. thing_3.Parent = BG
  115. thing_3.BackgroundColor3 = Color3.new(0.317647, 0, 0)
  116. thing_3.BorderSizePixel = 0
  117. thing_3.Position = UDim2.new(0.0483870953, 0, 0.0185758024, 0)
  118. thing_3.Size = UDim2.new(0, 171, 0, 3)
  119.  
  120. thing_4.Name = "thing"
  121. thing_4.Parent = BG
  122. thing_4.BackgroundColor3 = Color3.new(0.317647, 0, 0)
  123. thing_4.BorderSizePixel = 0
  124. thing_4.Position = UDim2.new(0.95161289, 0, 0.0185758043, 0)
  125. thing_4.Size = UDim2.new(0, 3, 0, 311)
  126.  
  127. TpArrow.Name = "TpArrow"
  128. TpArrow.Parent = BG
  129. TpArrow.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  130. TpArrow.BorderSizePixel = 0
  131. TpArrow.Position = UDim2.new(0.0913978517, 0, 0.179566577, 0)
  132. TpArrow.Size = UDim2.new(0, 152, 0, 42)
  133. TpArrow.Font = Enum.Font.GothamBold
  134. TpArrow.Text = "TP to Stand Arrow"
  135. TpArrow.TextColor3 = Color3.new(0, 0, 0)
  136. TpArrow.TextSize = 14
  137. TpArrow.MouseButton1Click:Connect(function()
  138.     local tp = game.Workspace.Arrow.Handle
  139.     plr.Character.HumanoidRootPart.CFrame = tp.CFrame
  140. end)
  141. thing_5.Name = "thing"
  142. thing_5.Parent = BG
  143. thing_5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  144. thing_5.BorderSizePixel = 0
  145. thing_5.Position = UDim2.new(0.892473102, 0, 0.176470593, 0)
  146. thing_5.Size = UDim2.new(0, 3, 0, 44)
  147.  
  148. thing_6.Name = "thing"
  149. thing_6.Parent = BG
  150. thing_6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  151. thing_6.BorderSizePixel = 0
  152. thing_6.Position = UDim2.new(0.075268805, 0, 0.176470593, 0)
  153. thing_6.Size = UDim2.new(0, 3, 0, 44)
  154.  
  155. thing_7.Name = "thing"
  156. thing_7.Parent = BG
  157. thing_7.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  158. thing_7.BorderSizePixel = 0
  159. thing_7.Position = UDim2.new(0.0752688199, 0, 0.312693506, 0)
  160. thing_7.Size = UDim2.new(0, 155, 0, 3)
  161.  
  162. thing_8.Name = "thing"
  163. thing_8.Parent = BG
  164. thing_8.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  165. thing_8.BorderSizePixel = 0
  166. thing_8.Position = UDim2.new(0.0752688199, 0, 0.173374638, 0)
  167. thing_8.Size = UDim2.new(0, 155, 0, 3)
  168.  
  169. thing_9.Name = "thing"
  170. thing_9.Parent = BG
  171. thing_9.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  172. thing_9.BorderSizePixel = 0
  173. thing_9.Position = UDim2.new(0.075268805, 0, 0.377709001, 0)
  174. thing_9.Size = UDim2.new(0, 3, 0, 44)
  175.  
  176. thing_10.Name = "thing"
  177. thing_10.Parent = BG
  178. thing_10.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  179. thing_10.BorderSizePixel = 0
  180. thing_10.Position = UDim2.new(0.0752688199, 0, 0.51393187, 0)
  181. thing_10.Size = UDim2.new(0, 155, 0, 3)
  182.  
  183. thing_11.Name = "thing"
  184. thing_11.Parent = BG
  185. thing_11.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  186. thing_11.BorderSizePixel = 0
  187. thing_11.Position = UDim2.new(0.0752688199, 0, 0.368421078, 0)
  188. thing_11.Size = UDim2.new(0, 155, 0, 3)
  189.  
  190. TpReq.Name = "TpReq"
  191. TpReq.Parent = BG
  192. TpReq.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  193. TpReq.BorderSizePixel = 0
  194. TpReq.Position = UDim2.new(0.0913978517, 0, 0.380804986, 0)
  195. TpReq.Size = UDim2.new(0, 152, 0, 42)
  196. TpReq.Font = Enum.Font.GothamBold
  197. TpReq.Text = "TP to Requiem Arrow"
  198. TpReq.TextColor3 = Color3.new(0, 0, 0)
  199. TpReq.TextSize = 14
  200. TpReq.TextWrapped = true
  201. TpReq.MouseButton1Click:Connect(function()
  202.     local tp = game.Workspace["Requiem Arrow"].Handle
  203.     plr.Character.HumanoidRootPart.CFrame = tp.CFrame
  204. end)
  205.  
  206. thing_12.Name = "thing"
  207. thing_12.Parent = BG
  208. thing_12.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  209. thing_12.BorderSizePixel = 0
  210. thing_12.Position = UDim2.new(0.892473102, 0, 0.377709001, 0)
  211. thing_12.Size = UDim2.new(0, 3, 0, 44)
  212.  
  213. TpFrog.Name = "TpFrog"
  214. TpFrog.Parent = BG
  215. TpFrog.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  216. TpFrog.BorderSizePixel = 0
  217. TpFrog.Position = UDim2.new(0.0913978517, 0, 0.783281744, 0)
  218. TpFrog.Size = UDim2.new(0, 152, 0, 42)
  219. TpFrog.Font = Enum.Font.GothamBold
  220. TpFrog.Text = "TP to Frog"
  221. TpFrog.TextColor3 = Color3.new(0, 0, 0)
  222. TpFrog.TextSize = 14
  223. TpFrog.MouseButton1Click:Connect(function()
  224.     local tp = game.Workspace.Frog.Handle
  225.     plr.Character.HumanoidRootPart.CFrame = tp.CFrame
  226. end)
  227.  
  228. thing_13.Name = "thing"
  229. thing_13.Parent = BG
  230. thing_13.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  231. thing_13.BorderSizePixel = 0
  232. thing_13.Position = UDim2.new(0.892473102, 0, 0.780185759, 0)
  233. thing_13.Size = UDim2.new(0, 3, 0, 44)
  234.  
  235. thing_14.Name = "thing"
  236. thing_14.Parent = BG
  237. thing_14.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  238. thing_14.BorderSizePixel = 0
  239. thing_14.Position = UDim2.new(0.075268805, 0, 0.780185759, 0)
  240. thing_14.Size = UDim2.new(0, 3, 0, 44)
  241.  
  242. thing_15.Name = "thing"
  243. thing_15.Parent = BG
  244. thing_15.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  245. thing_15.BorderSizePixel = 0
  246. thing_15.Position = UDim2.new(0.0752688199, 0, 0.770897865, 0)
  247. thing_15.Size = UDim2.new(0, 155, 0, 3)
  248.  
  249. thing_16.Name = "thing"
  250. thing_16.Parent = BG
  251. thing_16.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  252. thing_16.BorderSizePixel = 0
  253. thing_16.Position = UDim2.new(0.0752688199, 0, 0.916408658, 0)
  254. thing_16.Size = UDim2.new(0, 155, 0, 3)
  255.  
  256. TpRokakaka.Name = "TpRokakaka"
  257. TpRokakaka.Parent = BG
  258. TpRokakaka.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  259. TpRokakaka.BorderSizePixel = 0
  260. TpRokakaka.Position = UDim2.new(0.0913978517, 0, 0.585139334, 0)
  261. TpRokakaka.Size = UDim2.new(0, 152, 0, 42)
  262. TpRokakaka.Font = Enum.Font.GothamBold
  263. TpRokakaka.Text = "TP to Rokakaka"
  264. TpRokakaka.TextColor3 = Color3.new(0, 0, 0)
  265. TpRokakaka.TextSize = 14
  266. TpRokakaka.MouseButton1Click:Connect(function()
  267.     local tp = game.Workspace["Rokakaka Fruit"].Handle
  268.     plr.Character.HumanoidRootPart.CFrame = tp.CFrame
  269. end)
  270.  
  271. thing_17.Name = "thing"
  272. thing_17.Parent = BG
  273. thing_17.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  274. thing_17.BorderSizePixel = 0
  275. thing_17.Position = UDim2.new(0.892473102, 0, 0.58204335, 0)
  276. thing_17.Size = UDim2.new(0, 3, 0, 44)
  277.  
  278. thing_18.Name = "thing"
  279. thing_18.Parent = BG
  280. thing_18.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  281. thing_18.BorderSizePixel = 0
  282. thing_18.Position = UDim2.new(0.075268805, 0, 0.58204335, 0)
  283. thing_18.Size = UDim2.new(0, 3, 0, 44)
  284.  
  285. thing_19.Name = "thing"
  286. thing_19.Parent = BG
  287. thing_19.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  288. thing_19.BorderSizePixel = 0
  289. thing_19.Position = UDim2.new(0.0752688199, 0, 0.572755456, 0)
  290. thing_19.Size = UDim2.new(0, 155, 0, 3)
  291.  
  292. thing_20.Name = "thing"
  293. thing_20.Parent = BG
  294. thing_20.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  295. thing_20.BorderSizePixel = 0
  296. thing_20.Position = UDim2.new(0.0752688199, 0, 0.718266249, 0)
  297. thing_20.Size = UDim2.new(0, 155, 0, 3)
  298.  
  299. Close.Name = "Close"
  300. Close.Parent = BG
  301. Close.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  302. Close.BorderSizePixel = 0
  303. Close.Position = UDim2.new(3.7252903e-09, 0, 0, 0)
  304. Close.Size = UDim2.new(0, 17, 0, 17)
  305. Close.Font = Enum.Font.GothamBold
  306. Close.Text = "X"
  307. Close.TextColor3 = Color3.new(0, 0, 0)
  308. Close.TextSize = 14
  309. Close.MouseButton1Click:Connect(function()
  310.     BizarreGUI:Destroy()
  311. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement