Psykek

Size Simulator GUI

Apr 19th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 17.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SizeSimGUI = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local FuncFrame = Instance.new("Frame")
  7. local WhiteTrail = Instance.new("TextButton")
  8. local NeonTrail = Instance.new("TextButton")
  9. local RainbowTrail = Instance.new("TextButton")
  10. local RedTrail = Instance.new("TextButton")
  11. local BossTrail = Instance.new("TextButton")
  12. local GreenTrail = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17. local ConsoleInfoLabel = Instance.new("TextLabel")
  18. local ConsoleLabel = Instance.new("TextLabel")
  19. local ToggleSpamPoints = Instance.new("TextButton")
  20. local ToggleSpamCode = Instance.new("TextButton")
  21. local ToggleDoublePass = Instance.new("TextButton")
  22. local ToggleSpamPrestige = Instance.new("TextButton")
  23. local Close = Instance.new("TextButton")
  24. local Title = Instance.new("TextLabel")
  25. local Options = Instance.new("TextButton")
  26. local OptionsFrame = Instance.new("Frame")
  27. local ToggleConsoleButton = Instance.new("TextButton")
  28. local JoinGame = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. SizeSimGUI.Name = "SizeSimGUI"
  33. SizeSimGUI.Parent = game.CoreGui
  34. SizeSimGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35.  
  36. Topframe.Name = "Topframe"
  37. Topframe.Parent = SizeSimGUI
  38. Topframe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  39. Topframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  40. Topframe.BorderSizePixel = 0
  41. Topframe.Position = UDim2.new(0.242253512, 0, 0.195530728, 0)
  42. Topframe.Size = UDim2.new(0, 273, 0, 24)
  43.  
  44. Mainframe.Name = "Mainframe"
  45. Mainframe.Parent = Topframe
  46. Mainframe.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  47. Mainframe.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  48. Mainframe.BorderSizePixel = 0
  49. Mainframe.Position = UDim2.new(0, 0, 0.988615692, 0)
  50. Mainframe.Size = UDim2.new(0, 273, 0, 156)
  51.  
  52. FuncFrame.Name = "FuncFrame"
  53. FuncFrame.Parent = Mainframe
  54. FuncFrame.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  55. FuncFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  56. FuncFrame.Position = UDim2.new(0.0183150209, 0, 0.0273924619, 0)
  57. FuncFrame.Size = UDim2.new(0, 263, 0, 146)
  58.  
  59. WhiteTrail.Name = "WhiteTrail"
  60. WhiteTrail.Parent = FuncFrame
  61. WhiteTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  62. WhiteTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  63. WhiteTrail.Position = UDim2.new(0.376089364, 0, 0.5, 0)
  64. WhiteTrail.Size = UDim2.new(0, 74, 0, 25)
  65. WhiteTrail.Font = Enum.Font.SourceSans
  66. WhiteTrail.Text = "White Trail"
  67. WhiteTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  68. WhiteTrail.TextSize = 14
  69.  
  70. NeonTrail.Name = "NeonTrail"
  71. NeonTrail.Parent = FuncFrame
  72. NeonTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  73. NeonTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  74. NeonTrail.Position = UDim2.new(0.692005932, 0, 0.50097847, 0)
  75. NeonTrail.Size = UDim2.new(0, 74, 0, 25)
  76. NeonTrail.Font = Enum.Font.SourceSans
  77. NeonTrail.Text = "Neon Trail"
  78. NeonTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  79. NeonTrail.TextSize = 14
  80.  
  81. RainbowTrail.Name = "RainbowTrail"
  82. RainbowTrail.Parent = FuncFrame
  83. RainbowTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  84. RainbowTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  85. RainbowTrail.Position = UDim2.new(0.376089364, 0, 0.281800359, 0)
  86. RainbowTrail.Size = UDim2.new(0, 74, 0, 25)
  87. RainbowTrail.Font = Enum.Font.SourceSans
  88. RainbowTrail.Text = "Rainbow Trail"
  89. RainbowTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  90. RainbowTrail.TextSize = 14
  91.  
  92. RedTrail.Name = "RedTrail"
  93. RedTrail.Parent = FuncFrame
  94. RedTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  95. RedTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  96. RedTrail.Position = UDim2.new(0.376089364, 0, 0.0616438352, 0)
  97. RedTrail.Size = UDim2.new(0, 74, 0, 25)
  98. RedTrail.Font = Enum.Font.SourceSans
  99. RedTrail.Text = "Red Trail"
  100. RedTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  101. RedTrail.TextSize = 14
  102.  
  103. BossTrail.Name = "BossTrail"
  104. BossTrail.Parent = FuncFrame
  105. BossTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  106. BossTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  107. BossTrail.Position = UDim2.new(0.692005932, 0, 0.281800359, 0)
  108. BossTrail.Size = UDim2.new(0, 74, 0, 25)
  109. BossTrail.Font = Enum.Font.SourceSans
  110. BossTrail.Text = "Boss Trail"
  111. BossTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  112. BossTrail.TextSize = 14
  113.  
  114. GreenTrail.Name = "GreenTrail"
  115. GreenTrail.Parent = FuncFrame
  116. GreenTrail.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  117. GreenTrail.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  118. GreenTrail.Position = UDim2.new(0.692005932, 0, 0.0616438352, 0)
  119. GreenTrail.Size = UDim2.new(0, 74, 0, 25)
  120. GreenTrail.Font = Enum.Font.SourceSans
  121. GreenTrail.Text = "Green Trail"
  122. GreenTrail.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  123. GreenTrail.TextSize = 14
  124.  
  125. TextLabel.Parent = FuncFrame
  126. TextLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  127. TextLabel.BorderSizePixel = 0
  128. TextLabel.Position = UDim2.new(0.102112398, 0, 0.0570775904, 0)
  129. TextLabel.Size = UDim2.new(0, 44, 0, 14)
  130. TextLabel.Font = Enum.Font.SourceSans
  131. TextLabel.Text = "Spam Points"
  132. TextLabel.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  133. TextLabel.TextSize = 13
  134. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  135.  
  136. TextLabel_2.Parent = FuncFrame
  137. TextLabel_2.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  138. TextLabel_2.BorderSizePixel = 0
  139. TextLabel_2.Position = UDim2.new(0.102112398, 0, 0.202537641, 0)
  140. TextLabel_2.Size = UDim2.new(0, 44, 0, 14)
  141. TextLabel_2.Font = Enum.Font.SourceSans
  142. TextLabel_2.Text = "Spam Code"
  143. TextLabel_2.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  144. TextLabel_2.TextSize = 13
  145. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  146.  
  147. TextLabel_3.Parent = FuncFrame
  148. TextLabel_3.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  149. TextLabel_3.BorderSizePixel = 0
  150. TextLabel_3.Position = UDim2.new(0.102112398, 0, 0.493458062, 0)
  151. TextLabel_3.Size = UDim2.new(0, 44, 0, 14)
  152. TextLabel_3.Font = Enum.Font.SourceSans
  153. TextLabel_3.Text = "Double Pass"
  154. TextLabel_3.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  155. TextLabel_3.TextSize = 13
  156. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  157.  
  158. TextLabel_4.Parent = FuncFrame
  159. TextLabel_4.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  160. TextLabel_4.BorderSizePixel = 0
  161. TextLabel_4.Position = UDim2.new(0.102112398, 0, 0.347997785, 0)
  162. TextLabel_4.Size = UDim2.new(0, 44, 0, 14)
  163. TextLabel_4.Font = Enum.Font.SourceSans
  164. TextLabel_4.Text = "Spam Prestige"
  165. TextLabel_4.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  166. TextLabel_4.TextSize = 13
  167. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  168.  
  169. ConsoleInfoLabel.Name = "ConsoleInfoLabel"
  170. ConsoleInfoLabel.Parent = FuncFrame
  171. ConsoleInfoLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  172. ConsoleInfoLabel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  173. ConsoleInfoLabel.BorderSizePixel = 0
  174. ConsoleInfoLabel.Position = UDim2.new(0.376089334, 0, 0.889588714, 0)
  175. ConsoleInfoLabel.Size = UDim2.new(0, 65, 0, 10)
  176. ConsoleInfoLabel.Font = Enum.Font.SourceSans
  177. ConsoleInfoLabel.Text = "Information"
  178. ConsoleInfoLabel.TextColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  179. ConsoleInfoLabel.TextSize = 14
  180.  
  181. ConsoleLabel.Name = "ConsoleLabel"
  182. ConsoleLabel.Parent = FuncFrame
  183. ConsoleLabel.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  184. ConsoleLabel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  185. ConsoleLabel.BorderSizePixel = 0
  186. ConsoleLabel.Position = UDim2.new(0.204874247, 0, 0.738903701, 0)
  187. ConsoleLabel.Size = UDim2.new(0, 153, 0, 15)
  188. ConsoleLabel.Font = Enum.Font.SourceSans
  189. ConsoleLabel.Text = "Output"
  190. ConsoleLabel.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  191. ConsoleLabel.TextSize = 14
  192.  
  193. ToggleSpamPoints.Name = "ToggleSpamPoints"
  194. ToggleSpamPoints.Parent = FuncFrame
  195. ToggleSpamPoints.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  196. ToggleSpamPoints.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  197. ToggleSpamPoints.Position = UDim2.new(0.038022697, 0, 0.0617026761, 0)
  198. ToggleSpamPoints.Size = UDim2.new(0, 11, 0, 14)
  199. ToggleSpamPoints.Font = Enum.Font.Code
  200. ToggleSpamPoints.Text = ""
  201. ToggleSpamPoints.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  202. ToggleSpamPoints.TextScaled = true
  203. ToggleSpamPoints.TextSize = 14
  204. ToggleSpamPoints.TextWrapped = true
  205.  
  206. ToggleSpamCode.Name = "ToggleSpamCode"
  207. ToggleSpamCode.Parent = FuncFrame
  208. ToggleSpamCode.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  209. ToggleSpamCode.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  210. ToggleSpamCode.Position = UDim2.new(0.038022697, 0, 0.207390249, 0)
  211. ToggleSpamCode.Size = UDim2.new(0, 11, 0, 14)
  212. ToggleSpamCode.Font = Enum.Font.Code
  213. ToggleSpamCode.Text = ""
  214. ToggleSpamCode.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  215. ToggleSpamCode.TextScaled = true
  216. ToggleSpamCode.TextSize = 14
  217. ToggleSpamCode.TextWrapped = true
  218.  
  219. ToggleDoublePass.Name = "ToggleDoublePass"
  220. ToggleDoublePass.Parent = FuncFrame
  221. ToggleDoublePass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  222. ToggleDoublePass.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  223. ToggleDoublePass.Position = UDim2.new(0.038022697, 0, 0.49876529, 0)
  224. ToggleDoublePass.Size = UDim2.new(0, 11, 0, 14)
  225. ToggleDoublePass.Font = Enum.Font.Code
  226. ToggleDoublePass.Text = ""
  227. ToggleDoublePass.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  228. ToggleDoublePass.TextScaled = true
  229. ToggleDoublePass.TextSize = 14
  230. ToggleDoublePass.TextWrapped = true
  231.  
  232. ToggleSpamPrestige.Name = "ToggleSpamPrestige"
  233. ToggleSpamPrestige.Parent = FuncFrame
  234. ToggleSpamPrestige.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  235. ToggleSpamPrestige.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  236. ToggleSpamPrestige.Position = UDim2.new(0.038022697, 0, 0.353077829, 0)
  237. ToggleSpamPrestige.Size = UDim2.new(0, 11, 0, 14)
  238. ToggleSpamPrestige.Font = Enum.Font.Code
  239. ToggleSpamPrestige.Text = ""
  240. ToggleSpamPrestige.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  241. ToggleSpamPrestige.TextScaled = true
  242. ToggleSpamPrestige.TextSize = 14
  243. ToggleSpamPrestige.TextWrapped = true
  244.  
  245. Close.Name = "Close"
  246. Close.Parent = Topframe
  247. Close.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  248. Close.BorderSizePixel = 0
  249. Close.Position = UDim2.new(0.931977987, 0, 0, 0)
  250. Close.Size = UDim2.new(0, 18, 0, 23)
  251. Close.Font = Enum.Font.Code
  252. Close.Text = "X"
  253. Close.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  254. Close.TextScaled = true
  255. Close.TextSize = 14
  256. Close.TextWrapped = true
  257.  
  258. Title.Name = "Title"
  259. Title.Parent = Topframe
  260. Title.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  261. Title.BorderSizePixel = 0
  262. Title.Position = UDim2.new(0.131868139, 0, 0.166666672, 0)
  263. Title.Size = UDim2.new(0, 200, 0, 15)
  264. Title.Font = Enum.Font.SourceSans
  265. Title.Text = "Psykek#3180"
  266. Title.TextColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  267. Title.TextSize = 20
  268.  
  269. Options.Name = "Options"
  270. Options.Parent = Topframe
  271. Options.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  272. Options.BorderSizePixel = 0
  273. Options.Size = UDim2.new(0, 29, 0, 23)
  274. Options.Font = Enum.Font.Code
  275. Options.Text = "<>"
  276. Options.TextColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  277. Options.TextSize = 18
  278. Options.TextWrapped = true
  279.  
  280. OptionsFrame.Name = "OptionsFrame"
  281. OptionsFrame.Parent = Topframe
  282. OptionsFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  283. OptionsFrame.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  284. OptionsFrame.Position = UDim2.new(-0.304029316, 0, 0, 0)
  285. OptionsFrame.Size = UDim2.new(0, 74, 0, 36)
  286. OptionsFrame.Visible = false
  287.  
  288. ToggleConsoleButton.Name = "ToggleConsoleButton"
  289. ToggleConsoleButton.Parent = OptionsFrame
  290. ToggleConsoleButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  291. ToggleConsoleButton.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  292. ToggleConsoleButton.Size = UDim2.new(0, 74, 0, 18)
  293. ToggleConsoleButton.Font = Enum.Font.SourceSans
  294. ToggleConsoleButton.Text = "Hide Console"
  295. ToggleConsoleButton.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  296. ToggleConsoleButton.TextSize = 14
  297.  
  298. JoinGame.Name = "JoinGame"
  299. JoinGame.Parent = OptionsFrame
  300. JoinGame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  301. JoinGame.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  302. JoinGame.Position = UDim2.new(0, 0, 0.527777791, 0)
  303. JoinGame.Size = UDim2.new(0, 74, 0, 17)
  304. JoinGame.Font = Enum.Font.SourceSans
  305. JoinGame.Text = "Join Game"
  306. JoinGame.TextColor3 = Color3.new(0.560784, 0.560784, 0.560784)
  307. JoinGame.TextSize = 14
  308.  
  309. Topframe.Active = true
  310. Topframe.Draggable = true
  311.  
  312. Close.MouseButton1Click:Connect(function()
  313.     SizeSimGUI:Destroy()
  314. end)
  315.  
  316. Options.MouseButton1Click:Connect(function()
  317.     if OptionsFrame.Visible == false then
  318.         OptionsFrame.Visible = true
  319.     elseif
  320.         OptionsFrame.Visible == true then
  321.             OptionsFrame.Visible = false
  322.     end
  323. end)
  324.  
  325. ToggleConsoleButton.MouseButton1Click:Connect(function()
  326.     if ConsoleLabel.Visible == false
  327.     then
  328.         ConsoleLabel.Text = "Retrieved console"
  329.     ConsoleInfoLabel.Text = ""
  330.         ConsoleLabel.Visible = true
  331.     elseif
  332.         ConsoleLabel.Visible == true
  333.     then
  334.         ConsoleLabel.Text = "Hid console"
  335.     ConsoleInfoLabel.Text = ""
  336.         ConsoleLabel.Visible = false
  337.     end
  338.     if ConsoleInfoLabel.Visible == false
  339.     then
  340.         ConsoleInfoLabel.Visible = true
  341.     elseif
  342.         ConsoleInfoLabel.Visible == true
  343.     then
  344.         ConsoleInfoLabel.Visible = false
  345.     end
  346.     if ConsoleLabel.Visible == true then
  347.         ToggleConsoleButton.Text = "Hide console"
  348.     elseif ConsoleLabel.Visible == false then
  349.         ToggleConsoleButton.Text = "Show console"
  350.     end
  351. end)
  352.  
  353. JoinGame.MouseButton1Click:Connect(function()
  354.     ConsoleLabel.Text = "Teleported to game"
  355.     ConsoleInfoLabel.Text = ""
  356.     local placeId = "2502757767"
  357.     game:GetService("TeleportService"):Teleport(placeId)
  358. end)
  359.  
  360. ToggleSpamPoints.MouseButton1Click:Connect(function()
  361.     ConsoleLabel.Text = "Toggled spam points"
  362.     ConsoleInfoLabel.Text = ""
  363.     if ToggleSpamPoints.Text == "X"
  364.     then
  365.         ToggleSpamPoints.Text = ""
  366.     elseif ToggleSpamPoints.Text == ""
  367.         then
  368.             ToggleSpamPoints.Text = "X"
  369.     if ToggleSpamPoints.Text == "X" then
  370.     while true do
  371. workspace.Events.AddPoints:FireServer()
  372. wait()
  373.     if ToggleSpamPoints.Text == "" then break
  374. end
  375.     end
  376.     end
  377.         end
  378. end)
  379.  
  380. ToggleSpamCode.MouseButton1Click:Connect(function()
  381.     ConsoleLabel.Text = "Toggled spam code"
  382.     ConsoleInfoLabel.Text = "+50 prestige, +500 points when toggled on (per loop)"
  383.     if ToggleSpamCode.Text == "X"
  384.     then
  385.         ToggleSpamCode.Text = ""
  386.     elseif ToggleSpamCode.Text == ""
  387.         then
  388.             ToggleSpamCode.Text = "X"
  389.     if ToggleSpamCode.Text == "X" then
  390.     while true do
  391. workspace.Events.Code:FireServer()
  392. wait()
  393.     if ToggleSpamCode.Text == "" then break
  394. end
  395.     end
  396.     end
  397.         end
  398. end)
  399.  
  400. ToggleSpamPrestige.MouseButton1Click:Connect(function()
  401.     ConsoleLabel.Text = "Toggled spam prestige"
  402.     ConsoleInfoLabel.Text = ""
  403.     if ToggleSpamPrestige.Text == "X"
  404.     then
  405.         ToggleSpamPrestige.Text = ""
  406.     elseif ToggleSpamPrestige.Text == ""
  407.         then
  408.             ToggleSpamPrestige.Text = "X"
  409.     if ToggleSpamPrestige.Text == "X" then
  410.     while true do
  411. workspace.Events.Prestige:FireServer()
  412. wait()
  413.     if ToggleSpamPrestige.Text == "" then break
  414. end
  415.     end
  416.     end
  417.         end
  418. end)
  419.  
  420. ToggleDoublePass.MouseButton1Click:Connect(function()
  421.     ConsoleLabel.Text = "Toggled double pass"
  422.     ConsoleInfoLabel.Text = "Get double your points with this enabled"
  423.     if game.Players.LocalPlayer.DoublePass.Value == false then
  424.         game.Players.LocalPlayer.DoublePass.Value = true
  425.     elseif game.Players.LocalPlayer.DoublePass.Value == true then
  426.         game.Players.LocalPlayer.DoublePass.Value = false
  427.     end
  428.     if game.Players.LocalPlayer.DoublePass.Value == false then
  429.         ToggleDoublePass.Text = ""
  430.     elseif game.Players.LocalPlayer.DoublePass.Value == true then
  431.         ToggleDoublePass.Text = "X"
  432.     end
  433. end)
  434.  
  435. BossTrail.MouseButton1Click:Connect(function()
  436.     workspace.Events.Trail:FireServer("BossTrail")
  437.     ConsoleLabel.Text = "Given boss trail"
  438.     ConsoleInfoLabel.Text = ""
  439. end)
  440.  
  441. WhiteTrail.MouseButton1Click:Connect(function()
  442.     workspace.Events.Trail:FireServer("WhiteTrail")
  443.     ConsoleLabel.Text = "Given white trail"
  444.     ConsoleInfoLabel.Text = ""
  445. end)
  446.  
  447. GreenTrail.MouseButton1Click:Connect(function()
  448.     workspace.Events.Trail:FireServer("GreenTrail")
  449.     ConsoleLabel.Text = "Given green trail"
  450.     ConsoleInfoLabel.Text = ""
  451. end)
  452.  
  453. NeonTrail.MouseButton1Click:Connect(function()
  454.     workspace.Events.Trail:FireServer("NeonTrail")
  455.     ConsoleLabel.Text = "Given neon trail"
  456.     ConsoleInfoLabel.Text = ""
  457. end)
  458.  
  459. RedTrail.MouseButton1Click:Connect(function()
  460.     workspace.Events.Trail:FireServer("RedTrail")
  461.     ConsoleLabel.Text = "Given red trail"
  462.     ConsoleInfoLabel.Text = ""
  463. end)
  464.  
  465. RainbowTrail.MouseButton1Click:Connect(function()
  466.     workspace.Events.Trail:FireServer("RainbowTrail")
  467.     ConsoleLabel.Text = "Given rainbow trail"
  468.     ConsoleInfoLabel.Text = ""
  469. end)
Add Comment
Please, Sign In to add comment