Advertisement
NotLemonHead

Lemon's Hub

Dec 17th, 2018
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 45.75 KB | None | 0 0
  1. --Services
  2. TeleportService = game:GetService("TeleportService")
  3. RunService = game:GetService("RunService")
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Home = Instance.new("TextButton")
  9. local GameScripts = Instance.new("TextButton")
  10. local GameTeleports = Instance.new("TextButton")
  11. local FEScripts = Instance.new("TextButton")
  12. local TextButton1 = Instance.new("TextButton")
  13. local Console = Instance.new("TextButton")
  14. local Settings = Instance.new("TextButton")
  15. local SettingsFrame = Instance.new("ScrollingFrame")
  16. local RSlider = Instance.new("Frame")
  17. local SliderObject = Instance.new("TextButton")
  18. local GSlider = Instance.new("Frame")
  19. local SliderObject_2 = Instance.new("TextButton")
  20. local BSlider = Instance.new("Frame")
  21. local SliderObject_3 = Instance.new("TextButton")
  22. local R = Instance.new("TextLabel")
  23. local G = Instance.new("TextLabel")
  24. local B = Instance.new("TextLabel")
  25. local Colors = Instance.new("TextLabel")
  26. local ButtonTransparencySlider = Instance.new("Frame")
  27. local SliderObject_4 = Instance.new("TextButton")
  28. local TextLabel = Instance.new("TextLabel")
  29. local CheckBox = Instance.new("TextButton")
  30. local CheckBoxLabel = Instance.new("TextLabel")
  31. local TextLabel_2 = Instance.new("TextLabel")
  32. local HomeFrame = Instance.new("Frame")
  33. local LemonsHub = Instance.new("TextLabel")
  34. local About = Instance.new("TextLabel")
  35. local Directions = Instance.new("TextLabel")
  36. local Version = Instance.new("TextLabel")
  37. local MOTU = Instance.new("TextLabel")
  38. local GameScriptsFrame = Instance.new("Frame")
  39. local FlameSalon = Instance.new("ScrollingFrame")
  40. local Title = Instance.new("Frame")
  41. local GameImage = Instance.new("ImageLabel")
  42. local GameLabel = Instance.new("TextLabel")
  43. local CardGiveOut = Instance.new("TextLabel")
  44. local CardSpam = Instance.new("TextLabel")
  45. local CardSpamText = Instance.new("TextBox")
  46. local CardSpamNumber = Instance.new("TextBox")
  47. local CardGiveOutText = Instance.new("TextBox")
  48. local CardGive = Instance.new("TextLabel")
  49. local CardGiveText = Instance.new("TextBox")
  50. local CardGiveTarget = Instance.new("TextBox")
  51. local Note = Instance.new("TextLabel")
  52. local CardSpamExecute = Instance.new("TextButton")
  53. local CardGiveOutExecute = Instance.new("TextButton")
  54. local CardGiveExecute = Instance.new("TextButton")
  55. local NoScriptsFound = Instance.new("Frame")
  56. local ExplainAndInstructions = Instance.new("TextLabel")
  57. local TextLabel_3 = Instance.new("TextLabel")
  58. local TheGrandCrossing = Instance.new("ScrollingFrame")
  59. local Title_2 = Instance.new("Frame")
  60. local GameImage_2 = Instance.new("ImageLabel")
  61. local GameLabel_2 = Instance.new("TextLabel")
  62. local AutoMineFarm = Instance.new("TextLabel")
  63. local AutoMineFarmExecute = Instance.new("TextButton")
  64. local GameTeleportsFrame = Instance.new("ScrollingFrame")
  65. local Instructions = Instance.new("TextLabel")
  66. local Title_3 = Instance.new("TextLabel")
  67. local FlameSalonImage = Instance.new("ImageLabel")
  68. local TheGrandCrossingImage = Instance.new("ImageLabel")
  69. local FlameSalonLabel = Instance.new("TextLabel")
  70. local FlameSalonTeleport = Instance.new("TextButton")
  71. local TheGrandCrossingLabel = Instance.new("TextLabel")
  72. local TheGrandCrossingTeleport = Instance.new("TextButton")
  73. local ConsoleFrame = Instance.new("ScrollingFrame")
  74. local ConsoleText = Instance.new("TextLabel")
  75.  
  76. -- Properties
  77.  
  78. ScreenGui.Parent = game.StarterGui
  79.  
  80. Main.Name = "Main"
  81. Main.Parent = ScreenGui
  82. Main.Active = true
  83. Main.BackgroundColor3 = Color3.new(1, 0.635294, 0.941177)
  84. Main.BackgroundTransparency = 0.40000000596046
  85. Main.BorderColor3 = Color3.new(0, 0, 0)
  86. Main.BorderSizePixel = 5
  87. Main.Draggable = true
  88. Main.Position = UDim2.new(0.172767222, 194, 0.0677083135, 230)
  89. Main.Size = UDim2.new(0, 550, 0, 350)
  90.  
  91. Home.Name = "Home"
  92. Home.Parent = Main
  93. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Home.BackgroundTransparency = 0.30000001192093
  95. Home.BorderSizePixel = 0
  96. Home.Size = UDim2.new(0, 155, 0, 50)
  97. Home.Font = Enum.Font.SourceSans
  98. Home.Text = "Home"
  99. Home.TextColor3 = Color3.new(0, 0, 0)
  100. Home.TextSize = 14
  101.  
  102. GameScripts.Name = "GameScripts"
  103. GameScripts.Parent = Main
  104. GameScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  105. GameScripts.BackgroundTransparency = 0.30000001192093
  106. GameScripts.BorderSizePixel = 0
  107. GameScripts.Position = UDim2.new(0, 0, 0.141000003, 0)
  108. GameScripts.Size = UDim2.new(0, 155, 0, 50)
  109. GameScripts.Font = Enum.Font.SourceSans
  110. GameScripts.Text = "Game Scripts"
  111. GameScripts.TextColor3 = Color3.new(0, 0, 0)
  112. GameScripts.TextSize = 14
  113.  
  114. GameTeleports.Name = "GameTeleports"
  115. GameTeleports.Parent = Main
  116. GameTeleports.BackgroundColor3 = Color3.new(1, 1, 1)
  117. GameTeleports.BackgroundTransparency = 0.30000001192093
  118. GameTeleports.BorderSizePixel = 0
  119. GameTeleports.Position = UDim2.new(0, 0, 0.286000013, 0)
  120. GameTeleports.Size = UDim2.new(0, 155, 0, 50)
  121. GameTeleports.Font = Enum.Font.SourceSans
  122. GameTeleports.Text = "Game Teleports"
  123. GameTeleports.TextColor3 = Color3.new(0, 0, 0)
  124. GameTeleports.TextSize = 14
  125.  
  126. FEScripts.Name = "FEScripts"
  127. FEScripts.Parent = Main
  128. FEScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  129. FEScripts.BackgroundTransparency = 0.30000001192093
  130. FEScripts.BorderSizePixel = 0
  131. FEScripts.Position = UDim2.new(0, 0, 0.428000003, 0)
  132. FEScripts.Size = UDim2.new(0, 155, 0, 50)
  133. FEScripts.Font = Enum.Font.SourceSans
  134. FEScripts.Text = "FE Scripts"
  135. FEScripts.TextColor3 = Color3.new(0, 0, 0)
  136. FEScripts.TextSize = 14
  137.  
  138. TextButton1.Name = "TextButton1"
  139. TextButton1.Parent = Main
  140. TextButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  141. TextButton1.BackgroundTransparency = 0.30000001192093
  142. TextButton1.BorderSizePixel = 0
  143. TextButton1.Position = UDim2.new(0, 0, 0.570801914, 0)
  144. TextButton1.Size = UDim2.new(0, 155, 0, 50)
  145. TextButton1.Font = Enum.Font.SourceSans
  146. TextButton1.TextColor3 = Color3.new(0, 0, 0)
  147. TextButton1.TextSize = 14
  148.  
  149. Console.Name = "Console"
  150. Console.Parent = Main
  151. Console.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Console.BackgroundTransparency = 0.30000001192093
  153. Console.BorderSizePixel = 0
  154. Console.Position = UDim2.new(0, 0, 0.714216709, 0)
  155. Console.Size = UDim2.new(0, 155, 0, 50)
  156. Console.Font = Enum.Font.SourceSans
  157. Console.Text = "Console"
  158. Console.TextColor3 = Color3.new(0, 0, 0)
  159. Console.TextSize = 14
  160.  
  161. Settings.Name = "Settings"
  162. Settings.Parent = Main
  163. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  164. Settings.BackgroundTransparency = 0.30000001192093
  165. Settings.BorderSizePixel = 0
  166. Settings.Position = UDim2.new(0, 0, 0.855578005, 0)
  167. Settings.Size = UDim2.new(0, 155, 0, 50)
  168. Settings.Font = Enum.Font.SourceSans
  169. Settings.Text = "Settings"
  170. Settings.TextColor3 = Color3.new(0, 0, 0)
  171. Settings.TextSize = 14
  172.  
  173. SettingsFrame.Name = "SettingsFrame"
  174. SettingsFrame.Parent = Main
  175. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  176. SettingsFrame.BackgroundTransparency = 1
  177. SettingsFrame.Position = UDim2.new(0.281818181, 0, 0, 0)
  178. SettingsFrame.Size = UDim2.new(0, 395, 0, 349)
  179. SettingsFrame.Visible = false
  180.  
  181. RSlider.Name = "RSlider"
  182. RSlider.Parent = SettingsFrame
  183. RSlider.BackgroundColor3 = Color3.new(1, 1, 1)
  184. RSlider.BorderSizePixel = 0
  185. RSlider.Position = UDim2.new(0.310759485, 0, 0.102857135, 0)
  186. RSlider.Size = UDim2.new(0.349999994, 0, 0.0199999996, 0)
  187.  
  188. SliderObject.Name = "SliderObject"
  189. SliderObject.Parent = RSlider
  190. SliderObject.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  191. SliderObject.BorderColor3 = Color3.new(0, 0, 0)
  192. SliderObject.BorderSizePixel = 0
  193. SliderObject.Size = UDim2.new(0, 10, 1, 0)
  194. SliderObject.AutoButtonColor = false
  195. SliderObject.Font = Enum.Font.ArialBold
  196. SliderObject.Text = ""
  197. SliderObject.TextColor3 = Color3.new(0, 0, 0)
  198. SliderObject.TextScaled = true
  199. SliderObject.TextSize = 96
  200. SliderObject.TextWrapped = true
  201.  
  202. GSlider.Name = "GSlider"
  203. GSlider.Parent = SettingsFrame
  204. GSlider.BackgroundColor3 = Color3.new(1, 1, 1)
  205. GSlider.BorderSizePixel = 0
  206. GSlider.Position = UDim2.new(0.310759485, 0, 0.157142863, 0)
  207. GSlider.Size = UDim2.new(0.349999994, 0, 0.0199999996, 0)
  208.  
  209. SliderObject_2.Name = "SliderObject"
  210. SliderObject_2.Parent = GSlider
  211. SliderObject_2.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  212. SliderObject_2.BorderColor3 = Color3.new(0, 0, 0)
  213. SliderObject_2.BorderSizePixel = 0
  214. SliderObject_2.Size = UDim2.new(0, 10, 1, 0)
  215. SliderObject_2.AutoButtonColor = false
  216. SliderObject_2.Font = Enum.Font.ArialBold
  217. SliderObject_2.Text = ""
  218. SliderObject_2.TextColor3 = Color3.new(0, 0, 0)
  219. SliderObject_2.TextScaled = true
  220. SliderObject_2.TextSize = 96
  221. SliderObject_2.TextWrapped = true
  222.  
  223. BSlider.Name = "BSlider"
  224. BSlider.Parent = SettingsFrame
  225. BSlider.BackgroundColor3 = Color3.new(1, 1, 1)
  226. BSlider.BorderSizePixel = 0
  227. BSlider.Position = UDim2.new(0.308227837, 0, 0.211428553, 0)
  228. BSlider.Size = UDim2.new(0.349999994, 0, 0.0199999996, 0)
  229.  
  230. SliderObject_3.Name = "SliderObject"
  231. SliderObject_3.Parent = BSlider
  232. SliderObject_3.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  233. SliderObject_3.BorderColor3 = Color3.new(0, 0, 0)
  234. SliderObject_3.BorderSizePixel = 0
  235. SliderObject_3.Size = UDim2.new(0, 10, 1, 0)
  236. SliderObject_3.AutoButtonColor = false
  237. SliderObject_3.Font = Enum.Font.ArialBold
  238. SliderObject_3.Text = ""
  239. SliderObject_3.TextColor3 = Color3.new(0, 0, 0)
  240. SliderObject_3.TextScaled = true
  241. SliderObject_3.TextSize = 96
  242. SliderObject_3.TextWrapped = true
  243.  
  244. R.Name = "R"
  245. R.Parent = SettingsFrame
  246. R.BackgroundColor3 = Color3.new(1, 1, 1)
  247. R.BackgroundTransparency = 1
  248. R.Position = UDim2.new(0.210126594, 0, 0.0942857042, 0)
  249. R.Size = UDim2.new(0, 25, 0, 25)
  250. R.Font = Enum.Font.SourceSans
  251. R.Text = "R"
  252. R.TextColor3 = Color3.new(0, 0, 0)
  253. R.TextScaled = true
  254. R.TextSize = 14
  255. R.TextStrokeColor3 = Color3.new(1, 0, 0)
  256. R.TextStrokeTransparency = 0.69999998807907
  257. R.TextWrapped = true
  258.  
  259. G.Name = "G"
  260. G.Parent = SettingsFrame
  261. G.BackgroundColor3 = Color3.new(1, 1, 1)
  262. G.BackgroundTransparency = 1
  263. G.Position = UDim2.new(0.210126594, 0, 0.148571417, 0)
  264. G.Size = UDim2.new(0, 25, 0, 25)
  265. G.Font = Enum.Font.SourceSans
  266. G.Text = "G"
  267. G.TextColor3 = Color3.new(0, 0, 0)
  268. G.TextScaled = true
  269. G.TextSize = 14
  270. G.TextStrokeColor3 = Color3.new(0, 1, 0)
  271. G.TextStrokeTransparency = 0.69999998807907
  272. G.TextWrapped = true
  273.  
  274. B.Name = "B"
  275. B.Parent = SettingsFrame
  276. B.BackgroundColor3 = Color3.new(1, 1, 1)
  277. B.BackgroundTransparency = 1
  278. B.Position = UDim2.new(0.210126594, 0, 0.202857122, 0)
  279. B.Size = UDim2.new(0, 25, 0, 25)
  280. B.Font = Enum.Font.SourceSans
  281. B.Text = "B"
  282. B.TextColor3 = Color3.new(0, 0, 0)
  283. B.TextScaled = true
  284. B.TextSize = 14
  285. B.TextStrokeColor3 = Color3.new(0, 0, 1)
  286. B.TextStrokeTransparency = 0.69999998807907
  287. B.TextWrapped = true
  288.  
  289. Colors.Name = "Colors"
  290. Colors.Parent = SettingsFrame
  291. Colors.BackgroundColor3 = Color3.new(1, 1, 1)
  292. Colors.BackgroundTransparency = 1
  293. Colors.Position = UDim2.new(0.232911408, 0, 0.0128571438, 0)
  294. Colors.Size = UDim2.new(0, 200, 0, 50)
  295. Colors.Font = Enum.Font.SourceSans
  296. Colors.Text = "Colors"
  297. Colors.TextColor3 = Color3.new(0, 0, 0)
  298. Colors.TextScaled = true
  299. Colors.TextSize = 14
  300. Colors.TextWrapped = true
  301.  
  302. ButtonTransparencySlider.Name = "ButtonTransparencySlider"
  303. ButtonTransparencySlider.Parent = SettingsFrame
  304. ButtonTransparencySlider.BackgroundColor3 = Color3.new(1, 1, 1)
  305. ButtonTransparencySlider.BorderSizePixel = 0
  306. ButtonTransparencySlider.Position = UDim2.new(0.310759485, 0, 0.309999973, 0)
  307. ButtonTransparencySlider.Size = UDim2.new(0.349999994, 0, 0.0199999996, 0)
  308.  
  309. SliderObject_4.Name = "SliderObject"
  310. SliderObject_4.Parent = ButtonTransparencySlider
  311. SliderObject_4.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  312. SliderObject_4.BorderColor3 = Color3.new(0, 0, 0)
  313. SliderObject_4.BorderSizePixel = 0
  314. SliderObject_4.Size = UDim2.new(0, 10, 1, 0)
  315. SliderObject_4.AutoButtonColor = false
  316. SliderObject_4.Font = Enum.Font.ArialBold
  317. SliderObject_4.Text = ""
  318. SliderObject_4.TextColor3 = Color3.new(0, 0, 0)
  319. SliderObject_4.TextScaled = true
  320. SliderObject_4.TextSize = 96
  321. SliderObject_4.TextWrapped = true
  322.  
  323. TextLabel.Parent = SettingsFrame
  324. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  325. TextLabel.BackgroundTransparency = 1
  326. TextLabel.BorderSizePixel = 0
  327. TextLabel.Position = UDim2.new(0.0218468774, 0, 0.3008596, 0)
  328. TextLabel.Size = UDim2.new(0, 105, 0, 26)
  329. TextLabel.ZIndex = 234587234
  330. TextLabel.Font = Enum.Font.SourceSans
  331. TextLabel.Text = "Button Opacity"
  332. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  333. TextLabel.TextScaled = true
  334. TextLabel.TextSize = 14
  335. TextLabel.TextWrapped = true
  336.  
  337. CheckBox.Name = "CheckBox"
  338. CheckBox.Parent = SettingsFrame
  339. CheckBox.BackgroundColor3 = Color3.new(1, 1, 1)
  340. CheckBox.BackgroundTransparency = 1
  341. CheckBox.BorderSizePixel = 3
  342. CheckBox.Position = UDim2.new(0.453164577, 0, 0.411428571, 0)
  343. CheckBox.Size = UDim2.new(0, 25, 0, 25)
  344. CheckBox.ZIndex = 2
  345. CheckBox.Font = Enum.Font.SourceSans
  346. CheckBox.Text = ""
  347. CheckBox.TextColor3 = Color3.new(0, 0, 0)
  348. CheckBox.TextSize = 14
  349.  
  350. CheckBoxLabel.Name = "CheckBoxLabel"
  351. CheckBoxLabel.Parent = CheckBox
  352. CheckBoxLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  353. CheckBoxLabel.BackgroundTransparency = 0.5
  354. CheckBoxLabel.BorderSizePixel = 3
  355. CheckBoxLabel.Position = UDim2.new(0.159999996, 0, 0, 0)
  356. CheckBoxLabel.Size = UDim2.new(0, 25, 0, 25)
  357. CheckBoxLabel.Font = Enum.Font.SourceSans
  358. CheckBoxLabel.Text = ""
  359. CheckBoxLabel.TextColor3 = Color3.new(0, 0, 0)
  360. CheckBoxLabel.TextScaled = true
  361. CheckBoxLabel.TextSize = 14
  362. CheckBoxLabel.TextWrapped = true
  363.  
  364. TextLabel_2.Parent = SettingsFrame
  365. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  366. TextLabel_2.BackgroundTransparency = 1
  367. TextLabel_2.BorderSizePixel = 0
  368. TextLabel_2.Position = UDim2.new(0.244631678, 0, 0.33912304, 0)
  369. TextLabel_2.Size = UDim2.new(0, 190, 0, 47)
  370. TextLabel_2.ZIndex = 234587234
  371. TextLabel_2.Font = Enum.Font.SourceSans
  372. TextLabel_2.Text = "Enable Dark Theme"
  373. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  374. TextLabel_2.TextScaled = true
  375. TextLabel_2.TextSize = 14
  376. TextLabel_2.TextWrapped = true
  377.  
  378. HomeFrame.Name = "HomeFrame"
  379. HomeFrame.Parent = Main
  380. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  381. HomeFrame.BackgroundTransparency = 1
  382. HomeFrame.BorderSizePixel = 0
  383. HomeFrame.Position = UDim2.new(0.281818181, 0, 0, 0)
  384. HomeFrame.Size = UDim2.new(0, 395, 0, 349)
  385.  
  386. LemonsHub.Name = "LemonsHub"
  387. LemonsHub.Parent = HomeFrame
  388. LemonsHub.BackgroundColor3 = Color3.new(1, 1, 1)
  389. LemonsHub.BackgroundTransparency = 1
  390. LemonsHub.Size = UDim2.new(0, 395, 0, 61)
  391. LemonsHub.Font = Enum.Font.SourceSansLight
  392. LemonsHub.Text = "Lemon's Hub"
  393. LemonsHub.TextColor3 = Color3.new(0, 0, 0)
  394. LemonsHub.TextScaled = true
  395. LemonsHub.TextSize = 14
  396. LemonsHub.TextWrapped = true
  397.  
  398. About.Name = "About"
  399. About.Parent = HomeFrame
  400. About.BackgroundColor3 = Color3.new(1, 1, 1)
  401. About.BackgroundTransparency = 1
  402. About.Position = UDim2.new(0.136708856, 0, 0.174785107, 0)
  403. About.Size = UDim2.new(0, 286, 0, 50)
  404. About.Font = Enum.Font.SourceSansLight
  405. About.Text = "A multi-game script hub by LemonHead."
  406. About.TextColor3 = Color3.new(0, 0, 0)
  407. About.TextScaled = true
  408. About.TextSize = 14
  409. About.TextWrapped = true
  410.  
  411. Directions.Name = "Directions"
  412. Directions.Parent = HomeFrame
  413. Directions.BackgroundColor3 = Color3.new(1, 1, 1)
  414. Directions.BackgroundTransparency = 1
  415. Directions.Position = UDim2.new(0, 0, 0.318051577, 0)
  416. Directions.Size = UDim2.new(0, 395, 0, 188)
  417. Directions.Font = Enum.Font.SourceSans
  418. Directions.Text = "To use, either join a supported game manually, or teleport to the game in the \"Game Teleports\" tab. From there you should see supported scripts for that game in the \"Game Scripts\" tab. Most scripts are made by me however, if I decide to include a script I did not make it will have proper credits labling it."
  419. Directions.TextColor3 = Color3.new(0, 0, 0)
  420. Directions.TextScaled = true
  421. Directions.TextSize = 14
  422. Directions.TextWrapped = true
  423.  
  424. Version.Name = "Version"
  425. Version.Parent = HomeFrame
  426. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  427. Version.BackgroundTransparency = 1
  428. Version.Position = UDim2.new(0.922219098, 0, 0.911967397, 0)
  429. Version.Size = UDim2.new(0, 31, 0, 31)
  430. Version.Font = Enum.Font.SourceSans
  431. Version.Text = "v1.1"
  432. Version.TextColor3 = Color3.new(0, 0, 0)
  433. Version.TextScaled = true
  434. Version.TextSize = 12
  435. Version.TextWrapped = true
  436.  
  437. MOTU.Name = "MOTU"
  438. MOTU.Parent = HomeFrame
  439. MOTU.BackgroundColor3 = Color3.new(1, 1, 1)
  440. MOTU.BackgroundTransparency = 1
  441. MOTU.Position = UDim2.new(-1.54519384e-07, 0, 0.859598875, 0)
  442. MOTU.Size = UDim2.new(0, 364, 0, 50)
  443. MOTU.Font = Enum.Font.SourceSansSemibold
  444. MOTU.Text = "Very Important Message Of The Update: Who stole my socks?"
  445. MOTU.TextColor3 = Color3.new(0, 0, 0)
  446. MOTU.TextScaled = true
  447. MOTU.TextSize = 12
  448. MOTU.TextWrapped = true
  449.  
  450. GameScriptsFrame.Name = "GameScriptsFrame"
  451. GameScriptsFrame.Parent = Main
  452. GameScriptsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  453. GameScriptsFrame.BackgroundTransparency = 1
  454. GameScriptsFrame.Position = UDim2.new(0.281818181, 0, 0, 0)
  455. GameScriptsFrame.Size = UDim2.new(0, 395, 0, 350)
  456. GameScriptsFrame.Visible = false
  457.  
  458. FlameSalon.Name = "FlameSalon"
  459. FlameSalon.Parent = GameScriptsFrame
  460. FlameSalon.BackgroundColor3 = Color3.new(1, 1, 1)
  461. FlameSalon.BackgroundTransparency = 1
  462. FlameSalon.Size = UDim2.new(0, 395, 0, 349)
  463. FlameSalon.Visible = false
  464.  
  465. Title.Name = "Title"
  466. Title.Parent = FlameSalon
  467. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  468. Title.BackgroundTransparency = 1
  469. Title.BorderSizePixel = 6
  470. Title.Size = UDim2.new(0, 381, 0, 100)
  471.  
  472. GameImage.Name = "GameImage"
  473. GameImage.Parent = Title
  474. GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  475. GameImage.BackgroundTransparency = 1
  476. GameImage.BorderSizePixel = 0
  477. GameImage.Position = UDim2.new(0, 0, -0.00264631002, 0)
  478. GameImage.Size = UDim2.new(0, 201, 0, 101)
  479. GameImage.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId=2608201322"
  480.  
  481. GameLabel.Name = "GameLabel"
  482. GameLabel.Parent = Title
  483. GameLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  484. GameLabel.BackgroundTransparency = 1
  485. GameLabel.Position = UDim2.new(0.524934351, 0, -0.00999999978, 0)
  486. GameLabel.Size = UDim2.new(0, 183, 0, 100)
  487. GameLabel.Font = Enum.Font.SourceSans
  488. GameLabel.Text = "Flame Salon Scripts"
  489. GameLabel.TextColor3 = Color3.new(0, 0, 0)
  490. GameLabel.TextScaled = true
  491. GameLabel.TextSize = 14
  492. GameLabel.TextWrapped = true
  493.  
  494. CardGiveOut.Name = "CardGiveOut"
  495. CardGiveOut.Parent = FlameSalon
  496. CardGiveOut.BackgroundColor3 = Color3.new(1, 1, 1)
  497. CardGiveOut.BackgroundTransparency = 1
  498. CardGiveOut.Position = UDim2.new(0.567088604, 0, 0.239999995, 0)
  499. CardGiveOut.Size = UDim2.new(0, 134, 0, 34)
  500. CardGiveOut.Font = Enum.Font.SourceSans
  501. CardGiveOut.Text = "Give All Cards"
  502. CardGiveOut.TextColor3 = Color3.new(0, 0, 0)
  503. CardGiveOut.TextScaled = true
  504. CardGiveOut.TextSize = 14
  505. CardGiveOut.TextWrapped = true
  506.  
  507. CardSpam.Name = "CardSpam"
  508. CardSpam.Parent = FlameSalon
  509. CardSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  510. CardSpam.BackgroundTransparency = 1
  511. CardSpam.Position = UDim2.new(0.0835443065, 0, 0.239999995, 0)
  512. CardSpam.Size = UDim2.new(0, 134, 0, 34)
  513. CardSpam.Font = Enum.Font.SourceSans
  514. CardSpam.Text = "Card Spam"
  515. CardSpam.TextColor3 = Color3.new(0, 0, 0)
  516. CardSpam.TextScaled = true
  517. CardSpam.TextSize = 14
  518. CardSpam.TextWrapped = true
  519.  
  520. CardSpamText.Name = "CardSpamText"
  521. CardSpamText.Parent = FlameSalon
  522. CardSpamText.BackgroundColor3 = Color3.new(1, 1, 1)
  523. CardSpamText.BackgroundTransparency = 0.5
  524. CardSpamText.Position = UDim2.new(0.0784810185, 0, 0.398571432, 0)
  525. CardSpamText.Size = UDim2.new(0, 134, 0, 50)
  526. CardSpamText.Font = Enum.Font.SourceSans
  527. CardSpamText.PlaceholderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  528. CardSpamText.PlaceholderText = "Text that appears on the cards"
  529. CardSpamText.Text = ""
  530. CardSpamText.TextColor3 = Color3.new(0, 0, 0)
  531. CardSpamText.TextScaled = true
  532. CardSpamText.TextSize = 14
  533. CardSpamText.TextWrapped = true
  534.  
  535. CardSpamNumber.Name = "CardSpamNumber"
  536. CardSpamNumber.Parent = FlameSalon
  537. CardSpamNumber.BackgroundColor3 = Color3.new(1, 1, 1)
  538. CardSpamNumber.BackgroundTransparency = 0.5
  539. CardSpamNumber.Position = UDim2.new(0.0835443065, 0, 0.311428607, 0)
  540. CardSpamNumber.Size = UDim2.new(0, 134, 0, 50)
  541. CardSpamNumber.Font = Enum.Font.SourceSans
  542. CardSpamNumber.PlaceholderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  543. CardSpamNumber.PlaceholderText = "Number Of Cards To Spawn"
  544. CardSpamNumber.Text = ""
  545. CardSpamNumber.TextColor3 = Color3.new(0, 0, 0)
  546. CardSpamNumber.TextScaled = true
  547. CardSpamNumber.TextSize = 14
  548. CardSpamNumber.TextWrapped = true
  549.  
  550. CardGiveOutText.Name = "CardGiveOutText"
  551. CardGiveOutText.Parent = FlameSalon
  552. CardGiveOutText.BackgroundColor3 = Color3.new(1, 1, 1)
  553. CardGiveOutText.BackgroundTransparency = 0.5
  554. CardGiveOutText.Position = UDim2.new(0.567088604, 0, 0.311428577, 0)
  555. CardGiveOutText.Size = UDim2.new(0, 134, 0, 50)
  556. CardGiveOutText.Font = Enum.Font.SourceSans
  557. CardGiveOutText.PlaceholderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  558. CardGiveOutText.PlaceholderText = "Text that appears on the cards"
  559. CardGiveOutText.Text = ""
  560. CardGiveOutText.TextColor3 = Color3.new(0, 0, 0)
  561. CardGiveOutText.TextScaled = true
  562. CardGiveOutText.TextSize = 14
  563. CardGiveOutText.TextWrapped = true
  564.  
  565. CardGive.Name = "CardGive"
  566. CardGive.Parent = FlameSalon
  567. CardGive.BackgroundColor3 = Color3.new(1, 1, 1)
  568. CardGive.BackgroundTransparency = 1
  569. CardGive.Position = UDim2.new(0.0835443065, 0, 0.554285705, 0)
  570. CardGive.Size = UDim2.new(0, 134, 0, 34)
  571. CardGive.Font = Enum.Font.SourceSans
  572. CardGive.Text = "Card Give"
  573. CardGive.TextColor3 = Color3.new(0, 0, 0)
  574. CardGive.TextScaled = true
  575. CardGive.TextSize = 14
  576. CardGive.TextWrapped = true
  577.  
  578. CardGiveText.Name = "CardGiveText"
  579. CardGiveText.Parent = FlameSalon
  580. CardGiveText.BackgroundColor3 = Color3.new(1, 1, 1)
  581. CardGiveText.BackgroundTransparency = 0.5
  582. CardGiveText.Position = UDim2.new(0.0784810111, 0, 0.702857077, 0)
  583. CardGiveText.Size = UDim2.new(0, 134, 0, 50)
  584. CardGiveText.Font = Enum.Font.SourceSans
  585. CardGiveText.PlaceholderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  586. CardGiveText.PlaceholderText = "Text that appears on the card"
  587. CardGiveText.Text = ""
  588. CardGiveText.TextColor3 = Color3.new(0, 0, 0)
  589. CardGiveText.TextScaled = true
  590. CardGiveText.TextSize = 14
  591. CardGiveText.TextWrapped = true
  592.  
  593. CardGiveTarget.Name = "CardGiveTarget"
  594. CardGiveTarget.Parent = FlameSalon
  595. CardGiveTarget.BackgroundColor3 = Color3.new(1, 1, 1)
  596. CardGiveTarget.BackgroundTransparency = 0.5
  597. CardGiveTarget.Position = UDim2.new(0.0784810111, 0, 0.617142856, 0)
  598. CardGiveTarget.Size = UDim2.new(0, 134, 0, 50)
  599. CardGiveTarget.Font = Enum.Font.SourceSans
  600. CardGiveTarget.PlaceholderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  601. CardGiveTarget.PlaceholderText = "Who to give the card to"
  602. CardGiveTarget.Text = ""
  603. CardGiveTarget.TextColor3 = Color3.new(0, 0, 0)
  604. CardGiveTarget.TextScaled = true
  605. CardGiveTarget.TextSize = 14
  606. CardGiveTarget.TextWrapped = true
  607.  
  608. Note.Name = "Note"
  609. Note.Parent = FlameSalon
  610. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  611. Note.BackgroundTransparency = 1
  612. Note.Position = UDim2.new(0, 0, 0.160933271, 0)
  613. Note.Size = UDim2.new(0, 375, 0, 50)
  614. Note.Font = Enum.Font.SourceSansBold
  615. Note.Text = "Note: Most of these scripts require you to join the Flame Salon group, in order to have the rank \"[1] Guest\""
  616. Note.TextColor3 = Color3.new(0, 0, 0)
  617. Note.TextScaled = true
  618. Note.TextSize = 14
  619. Note.TextWrapped = true
  620.  
  621. CardSpamExecute.Name = "CardSpamExecute"
  622. CardSpamExecute.Parent = FlameSalon
  623. CardSpamExecute.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  624. CardSpamExecute.Position = UDim2.new(0.137438476, 0, 0.484365016, 0)
  625. CardSpamExecute.Size = UDim2.new(0, 90, 0, 26)
  626. CardSpamExecute.Font = Enum.Font.Gotham
  627. CardSpamExecute.Text = "Execute"
  628. CardSpamExecute.TextColor3 = Color3.new(0, 0, 0)
  629. CardSpamExecute.TextScaled = true
  630. CardSpamExecute.TextSize = 14
  631. CardSpamExecute.TextWrapped = true
  632.  
  633. CardGiveOutExecute.Name = "CardGiveOutExecute"
  634. CardGiveOutExecute.Parent = FlameSalon
  635. CardGiveOutExecute.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  636. CardGiveOutExecute.Position = UDim2.new(0.623514414, 0, 0.397222161, 0)
  637. CardGiveOutExecute.Size = UDim2.new(0, 90, 0, 26)
  638. CardGiveOutExecute.Font = Enum.Font.Gotham
  639. CardGiveOutExecute.Text = "Execute"
  640. CardGiveOutExecute.TextColor3 = Color3.new(0, 0, 0)
  641. CardGiveOutExecute.TextScaled = true
  642. CardGiveOutExecute.TextSize = 14
  643. CardGiveOutExecute.TextWrapped = true
  644.  
  645. CardGiveExecute.Name = "CardGiveExecute"
  646. CardGiveExecute.Parent = FlameSalon
  647. CardGiveExecute.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  648. CardGiveExecute.Position = UDim2.new(0.132375181, 0, 0.787222147, 0)
  649. CardGiveExecute.Size = UDim2.new(0, 90, 0, 26)
  650. CardGiveExecute.Font = Enum.Font.Gotham
  651. CardGiveExecute.Text = "Execute"
  652. CardGiveExecute.TextColor3 = Color3.new(0, 0, 0)
  653. CardGiveExecute.TextScaled = true
  654. CardGiveExecute.TextSize = 14
  655. CardGiveExecute.TextWrapped = true
  656.  
  657. NoScriptsFound.Name = "NoScriptsFound"
  658. NoScriptsFound.Parent = GameScriptsFrame
  659. NoScriptsFound.BackgroundColor3 = Color3.new(1, 1, 1)
  660. NoScriptsFound.BackgroundTransparency = 1
  661. NoScriptsFound.Size = UDim2.new(0, 395, 0, 349)
  662. NoScriptsFound.Visible = false
  663.  
  664. ExplainAndInstructions.Name = "ExplainAndInstructions"
  665. ExplainAndInstructions.Parent = NoScriptsFound
  666. ExplainAndInstructions.BackgroundColor3 = Color3.new(1, 1, 1)
  667. ExplainAndInstructions.BackgroundTransparency = 1
  668. ExplainAndInstructions.Size = UDim2.new(0, 395, 0, 128)
  669. ExplainAndInstructions.Font = Enum.Font.SourceSans
  670. ExplainAndInstructions.Text = "Uh oh!"
  671. ExplainAndInstructions.TextColor3 = Color3.new(0, 0, 0)
  672. ExplainAndInstructions.TextScaled = true
  673. ExplainAndInstructions.TextSize = 14
  674. ExplainAndInstructions.TextWrapped = true
  675.  
  676. TextLabel_3.Parent = NoScriptsFound
  677. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  678. TextLabel_3.BackgroundTransparency = 1
  679. TextLabel_3.Position = UDim2.new(0, 0, 0.329512894, 0)
  680. TextLabel_3.Size = UDim2.new(0, 395, 0, 234)
  681. TextLabel_3.Font = Enum.Font.SourceSans
  682. TextLabel_3.Text = "We couldn't find any scripts for this game! Try teleporting to a supported game with the \"Game Teleports\" tab!"
  683. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  684. TextLabel_3.TextScaled = true
  685. TextLabel_3.TextSize = 14
  686. TextLabel_3.TextWrapped = true
  687.  
  688. TheGrandCrossing.Name = "TheGrandCrossing"
  689. TheGrandCrossing.Parent = GameScriptsFrame
  690. TheGrandCrossing.BackgroundColor3 = Color3.new(1, 1, 1)
  691. TheGrandCrossing.BackgroundTransparency = 1
  692. TheGrandCrossing.Size = UDim2.new(0, 395, 0, 349)
  693.  
  694. Title_2.Name = "Title"
  695. Title_2.Parent = TheGrandCrossing
  696. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  697. Title_2.BackgroundTransparency = 1
  698. Title_2.BorderSizePixel = 6
  699. Title_2.Size = UDim2.new(0, 381, 0, 100)
  700.  
  701. GameImage_2.Name = "GameImage"
  702. GameImage_2.Parent = Title_2
  703. GameImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  704. GameImage_2.BackgroundTransparency = 1
  705. GameImage_2.BorderSizePixel = 0
  706. GameImage_2.Position = UDim2.new(0, 0, -0.00264631002, 0)
  707. GameImage_2.Size = UDim2.new(0, 201, 0, 101)
  708. GameImage_2.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId=885450884"
  709.  
  710. GameLabel_2.Name = "GameLabel"
  711. GameLabel_2.Parent = Title_2
  712. GameLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  713. GameLabel_2.BackgroundTransparency = 1
  714. GameLabel_2.Position = UDim2.new(0.524934351, 0, -0.00999999978, 0)
  715. GameLabel_2.Size = UDim2.new(0, 183, 0, 100)
  716. GameLabel_2.Font = Enum.Font.SourceSans
  717. GameLabel_2.Text = "The Grand Crossing Scripts"
  718. GameLabel_2.TextColor3 = Color3.new(0, 0, 0)
  719. GameLabel_2.TextScaled = true
  720. GameLabel_2.TextSize = 14
  721. GameLabel_2.TextWrapped = true
  722.  
  723. AutoMineFarm.Name = "AutoMineFarm"
  724. AutoMineFarm.Parent = TheGrandCrossing
  725. AutoMineFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  726. AutoMineFarm.BackgroundTransparency = 1
  727. AutoMineFarm.Position = UDim2.new(0.0835443065, 0, 0.175714269, 0)
  728. AutoMineFarm.Size = UDim2.new(0, 134, 0, 34)
  729. AutoMineFarm.Font = Enum.Font.SourceSans
  730. AutoMineFarm.Text = "Auto Mine Farm"
  731. AutoMineFarm.TextColor3 = Color3.new(0, 0, 0)
  732. AutoMineFarm.TextScaled = true
  733. AutoMineFarm.TextSize = 14
  734. AutoMineFarm.TextWrapped = true
  735.  
  736. AutoMineFarmExecute.Name = "AutoMineFarmExecute"
  737. AutoMineFarmExecute.Parent = TheGrandCrossing
  738. AutoMineFarmExecute.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  739. AutoMineFarmExecute.Position = UDim2.new(0.139970124, 0, 0.230079308, 0)
  740. AutoMineFarmExecute.Size = UDim2.new(0, 90, 0, 26)
  741. AutoMineFarmExecute.Font = Enum.Font.Gotham
  742. AutoMineFarmExecute.Text = "Execute"
  743. AutoMineFarmExecute.TextColor3 = Color3.new(0, 0, 0)
  744. AutoMineFarmExecute.TextScaled = true
  745. AutoMineFarmExecute.TextSize = 14
  746. AutoMineFarmExecute.TextWrapped = true
  747.  
  748. GameTeleportsFrame.Name = "GameTeleportsFrame"
  749. GameTeleportsFrame.Parent = Main
  750. GameTeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  751. GameTeleportsFrame.BackgroundTransparency = 1
  752. GameTeleportsFrame.Position = UDim2.new(0.281818181, 0, 0, 0)
  753. GameTeleportsFrame.Size = UDim2.new(0, 395, 0, 349)
  754. GameTeleportsFrame.Visible = false
  755.  
  756. Instructions.Name = "Instructions"
  757. Instructions.Parent = GameTeleportsFrame
  758. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  759. Instructions.BackgroundTransparency = 1
  760. Instructions.Position = UDim2.new(0, 0, 0.128915265, 0)
  761. Instructions.Size = UDim2.new(0, 384, 0, 50)
  762. Instructions.Font = Enum.Font.SourceSans
  763. Instructions.Text = "Find the game you would like to teleport to, and then press \"Teleport\" to go there!"
  764. Instructions.TextColor3 = Color3.new(0, 0, 0)
  765. Instructions.TextScaled = true
  766. Instructions.TextSize = 14
  767. Instructions.TextWrapped = true
  768.  
  769. Title_3.Name = "Title"
  770. Title_3.Parent = GameTeleportsFrame
  771. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  772. Title_3.BackgroundTransparency = 1
  773. Title_3.Position = UDim2.new(0, 0, 0.0157142859, 0)
  774. Title_3.Size = UDim2.new(0, 384, 0, 79)
  775. Title_3.Font = Enum.Font.SourceSans
  776. Title_3.Text = "Game Teleports"
  777. Title_3.TextColor3 = Color3.new(0, 0, 0)
  778. Title_3.TextScaled = true
  779. Title_3.TextSize = 14
  780. Title_3.TextWrapped = true
  781.  
  782. FlameSalonImage.Name = "FlameSalonImage"
  783. FlameSalonImage.Parent = GameTeleportsFrame
  784. FlameSalonImage.BackgroundColor3 = Color3.new(1, 1, 1)
  785. FlameSalonImage.BackgroundTransparency = 1
  786. FlameSalonImage.Position = UDim2.new(0, 0, 0.218541116, 0)
  787. FlameSalonImage.Size = UDim2.new(0, 185, 0, 101)
  788. FlameSalonImage.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId=2608201322"
  789.  
  790. TheGrandCrossingImage.Name = "TheGrandCrossingImage"
  791. TheGrandCrossingImage.Parent = GameTeleportsFrame
  792. TheGrandCrossingImage.BackgroundColor3 = Color3.new(1, 1, 1)
  793. TheGrandCrossingImage.BackgroundTransparency = 1
  794. TheGrandCrossingImage.Position = UDim2.new(0.503797472, 0, 0.218541116, 0)
  795. TheGrandCrossingImage.Size = UDim2.new(0, 185, 0, 101)
  796. TheGrandCrossingImage.Image = "http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId=885450884"
  797.  
  798. FlameSalonLabel.Name = "FlameSalonLabel"
  799. FlameSalonLabel.Parent = GameTeleportsFrame
  800. FlameSalonLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  801. FlameSalonLabel.BackgroundTransparency = 1
  802. FlameSalonLabel.Position = UDim2.new(0, 0, 0.361428559, 0)
  803. FlameSalonLabel.Size = UDim2.new(0, 185, 0, 50)
  804. FlameSalonLabel.Font = Enum.Font.SourceSans
  805. FlameSalonLabel.Text = "Flame Salon"
  806. FlameSalonLabel.TextColor3 = Color3.new(0, 0, 0)
  807. FlameSalonLabel.TextScaled = true
  808. FlameSalonLabel.TextSize = 14
  809. FlameSalonLabel.TextWrapped = true
  810.  
  811. FlameSalonTeleport.Name = "FlameSalonTeleport"
  812. FlameSalonTeleport.Parent = FlameSalonLabel
  813. FlameSalonTeleport.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  814. FlameSalonTeleport.Position = UDim2.new(0.256425828, 0, 0.990079284, 0)
  815. FlameSalonTeleport.Size = UDim2.new(0, 90, 0, 26)
  816. FlameSalonTeleport.Font = Enum.Font.Gotham
  817. FlameSalonTeleport.Text = "Teleport"
  818. FlameSalonTeleport.TextColor3 = Color3.new(0, 0, 0)
  819. FlameSalonTeleport.TextScaled = true
  820. FlameSalonTeleport.TextSize = 14
  821. FlameSalonTeleport.TextWrapped = true
  822.  
  823. TheGrandCrossingLabel.Name = "TheGrandCrossingLabel"
  824. TheGrandCrossingLabel.Parent = GameTeleportsFrame
  825. TheGrandCrossingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  826. TheGrandCrossingLabel.BackgroundTransparency = 1
  827. TheGrandCrossingLabel.Position = UDim2.new(0.503797472, 0, 0.361428559, 0)
  828. TheGrandCrossingLabel.Size = UDim2.new(0, 185, 0, 50)
  829. TheGrandCrossingLabel.Font = Enum.Font.SourceSans
  830. TheGrandCrossingLabel.Text = "The Grand Crossing"
  831. TheGrandCrossingLabel.TextColor3 = Color3.new(0, 0, 0)
  832. TheGrandCrossingLabel.TextScaled = true
  833. TheGrandCrossingLabel.TextSize = 14
  834. TheGrandCrossingLabel.TextWrapped = true
  835.  
  836. TheGrandCrossingTeleport.Name = "TheGrandCrossingTeleport"
  837. TheGrandCrossingTeleport.Parent = TheGrandCrossingLabel
  838. TheGrandCrossingTeleport.BackgroundColor3 = Color3.new(0.223529, 1, 0.482353)
  839. TheGrandCrossingTeleport.Position = UDim2.new(0.256425828, 0, 0.990079284, 0)
  840. TheGrandCrossingTeleport.Size = UDim2.new(0, 90, 0, 26)
  841. TheGrandCrossingTeleport.Font = Enum.Font.Gotham
  842. TheGrandCrossingTeleport.Text = "Teleport"
  843. TheGrandCrossingTeleport.TextColor3 = Color3.new(0, 0, 0)
  844. TheGrandCrossingTeleport.TextScaled = true
  845. TheGrandCrossingTeleport.TextSize = 14
  846. TheGrandCrossingTeleport.TextWrapped = true
  847.  
  848. ConsoleFrame.Name = "ConsoleFrame"
  849. ConsoleFrame.Parent = Main
  850. ConsoleFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  851. ConsoleFrame.BackgroundTransparency = 1
  852. ConsoleFrame.Position = UDim2.new(0.281818181, 0, 0, 0)
  853. ConsoleFrame.Size = UDim2.new(0, 395, 0, 349)
  854. ConsoleFrame.Visible = false
  855.  
  856. ConsoleText.Name = "ConsoleText"
  857. ConsoleText.Parent = ConsoleFrame
  858. ConsoleText.BackgroundColor3 = Color3.new(0.0470588, 0.0705882, 0.203922)
  859. ConsoleText.BackgroundTransparency = 0.10000000149012
  860. ConsoleText.Position = UDim2.new(0, 0, -1.63763762e-05, 0)
  861. ConsoleText.Size = UDim2.new(0, 380, 0, 700)
  862. ConsoleText.Font = Enum.Font.SourceSans
  863. ConsoleText.Text = "Loading..."
  864. ConsoleText.TextColor3 = Color3.new(1, 1, 1)
  865. ConsoleText.TextSize = 20
  866. ConsoleText.TextStrokeTransparency = 0
  867. ConsoleText.TextWrapped = true
  868. ConsoleText.TextXAlignment = Enum.TextXAlignment.Left
  869. ConsoleText.TextYAlignment = Enum.TextYAlignment.Top
  870.  
  871. --GUI CODE GOES UP THERE OKIE DOKIE
  872.  
  873. --[[ SLIDERS ]] --
  874. --Sliders
  875.  
  876. local ComparableValue1
  877. local ComparableValue2
  878. local ComparableValue3
  879. local ComparableValue4
  880.  
  881. local mouse = game.Players.LocalPlayer:GetMouse()
  882. local Container1 = RSlider
  883. local Container2 = GSlider
  884. local Container3 = BSlider
  885. local Container4 = ButtonTransparencySlider
  886. local Slider1 = Container1.SliderObject
  887. local Slider2 = Container2.SliderObject
  888. local Slider3 = Container3.SliderObject
  889. local Slider4 = Container4.SliderObject
  890.  
  891. local Dragging1
  892. local Dragging2
  893. local Dragging3
  894. local Dragging4
  895.  
  896.  
  897. -- 1 --
  898. Slider1.MouseButton1Down:connect(function()
  899.     Dragging1 = true
  900.     repeat
  901.         --Move the slider to your cursor's X value in relation to the container.
  902.         Slider1.Position = UDim2.new(0, (mouse.X - Container1.AbsolutePosition.X), 0, 0)
  903.        
  904.         --If the slider reaches the left end of the container, stop it.
  905.         if Slider1.Position.X.Offset < 0 then
  906.             Slider1.Position = UDim2.new(0, 0, 0, 0)
  907.            
  908.         --If the slider reaches the right end of the container, stop it.
  909.         elseif Slider1.Position.X.Offset + Slider1.Size.X.Offset > Container1.AbsoluteSize.X then
  910.             Slider1.Position = UDim2.new(0, (Container1.AbsoluteSize.X - Slider1.Size.X.Offset), 0, 0)
  911.         end
  912.        
  913.  
  914.         ComparableValue1 = (Slider1.AbsolutePosition.X - Container1.AbsolutePosition.X) / (Container1.AbsoluteSize.X - Slider1.Size.X.Offset) * 255
  915.        
  916.         wait()
  917.     until Dragging1 == false
  918. end)
  919.  
  920. -- 2 --
  921.  
  922. Slider2.MouseButton1Down:connect(function()
  923.     Dragging2 = true
  924.     repeat
  925.         --Move the slider to your cursor's X value in relation to the container.
  926.         Slider2.Position = UDim2.new(0, (mouse.X - Container2.AbsolutePosition.X), 0, 0)
  927.        
  928.         --If the slider reaches the left end of the container, stop it.
  929.         if Slider2.Position.X.Offset < 0 then
  930.             Slider2.Position = UDim2.new(0, 0, 0, 0)
  931.            
  932.         --If the slider reaches the right end of the container, stop it.
  933.         elseif Slider2.Position.X.Offset + Slider2.Size.X.Offset > Container2.AbsoluteSize.X then
  934.             Slider2.Position = UDim2.new(0, (Container2.AbsoluteSize.X - Slider2.Size.X.Offset), 0, 0)
  935.         end
  936.        
  937.  
  938.         ComparableValue2 = (Slider2.AbsolutePosition.X - Container2.AbsolutePosition.X) / (Container2.AbsoluteSize.X - Slider2.Size.X.Offset) * 255
  939.        
  940.         wait()
  941.     until Dragging2 == false
  942. end)
  943.  
  944.  
  945. -- 3 --
  946.  
  947. Slider3.MouseButton1Down:connect(function()
  948.     Dragging3 = true
  949.     repeat
  950.         --Move the slider to your cursor's X value in relation to the container.
  951.         Slider3.Position = UDim2.new(0, (mouse.X - Container3.AbsolutePosition.X), 0, 0)
  952.        
  953.         --If the slider reaches the left end of the container, stop it.
  954.         if Slider3.Position.X.Offset < 0 then
  955.             Slider3.Position = UDim2.new(0, 0, 0, 0)
  956.            
  957.         --If the slider reaches the right end of the container, stop it.
  958.         elseif Slider3.Position.X.Offset + Slider3.Size.X.Offset > Container3.AbsoluteSize.X then
  959.             Slider3.Position = UDim2.new(0, (Container3.AbsoluteSize.X - Slider3.Size.X.Offset), 0, 0)
  960.         end
  961.        
  962.  
  963.         ComparableValue3 = (Slider3.AbsolutePosition.X - Container3.AbsolutePosition.X) / (Container3.AbsoluteSize.X - Slider3.Size.X.Offset) * 255
  964.        
  965.         wait()
  966.     until Dragging3 == false
  967. end)
  968.  
  969. -- 4 --
  970.  
  971. Slider4.MouseButton1Down:connect(function()
  972.     Dragging4 = true
  973.     repeat
  974.         --Move the slider to your cursor's X value in relation to the container.
  975.         Slider4.Position = UDim2.new(0, (mouse.X - Container4.AbsolutePosition.X), 0, 0)
  976.        
  977.         --If the slider reaches the left end of the container, stop it.
  978.         if Slider4.Position.X.Offset < 0 then
  979.             Slider4.Position = UDim2.new(0, 0, 0, 0)
  980.            
  981.         --If the slider reaches the right end of the container, stop it.
  982.         elseif Slider4.Position.X.Offset + Slider4.Size.X.Offset > Container4.AbsoluteSize.X then
  983.             Slider4.Position = UDim2.new(0, (Container4.AbsoluteSize.X - Slider4.Size.X.Offset), 0, 0)
  984.         end
  985.        
  986.  
  987.         ComparableValue4 = (Slider4.AbsolutePosition.X - Container4.AbsolutePosition.X) / (Container4.AbsoluteSize.X - Slider4.Size.X.Offset) * 1
  988.        
  989.         wait()
  990.     until Dragging4 == false
  991. end)
  992.  
  993. mouse.Button1Up:connect(function() --Once you release the mouse anywhere on-screen, stop sliding.
  994.     Dragging1 = false
  995.     Dragging2 = false
  996.     Dragging3 = false
  997.     Dragging4 = false
  998. end)
  999. Slider1.MouseButton1Up:connect(function() --..Or if you release it on the button, stop sliding.
  1000.     Dragging1 = false
  1001. end)
  1002. Slider2.MouseButton1Up:connect(function() --..Or if you release it on the button, stop sliding.
  1003.     Dragging2 = false
  1004. end)
  1005. Slider3.MouseButton1Up:connect(function() --..Or if you release it on the button, stop sliding.
  1006.     Dragging3 = false
  1007. end)
  1008. Slider4.MouseButton1Up:connect(function() --..Or if you release it on the button, stop sliding.
  1009.     Dragging4 = false
  1010. end)
  1011.  
  1012. -- C O D E --
  1013. GUI = ScreenGui
  1014. Main = GUI.Main --Heh. Main.
  1015. SettingsFrame = Main.SettingsFrame
  1016. menus = {
  1017.     Main.HomeFrame,
  1018.     SettingsFrame,
  1019.     Main.GameScriptsFrame,
  1020.     Main.GameTeleportsFrame,
  1021.     Main.ConsoleFrame
  1022. }
  1023. buttons = {
  1024.     Main.Home,
  1025.     Main.GameScripts,
  1026.     Main.GameTeleports,
  1027.     Main.FEScripts,
  1028.     Main.TextButton1,
  1029.     Main.Console,
  1030.     Main.Settings
  1031. }
  1032. sliders = {
  1033.     SettingsFrame.RSlider,
  1034.     SettingsFrame.GSlider,
  1035.     SettingsFrame.BSlider,
  1036.     SettingsFrame.ButtonTransparencySlider
  1037. }
  1038. darkcolors = {
  1039.     Color3.fromRGB(0, 0, 0), --Black
  1040.     Color3.fromRGB(31, 31, 31), --Really Dark Grey
  1041.     Color3.fromRGB(62, 62, 62), --Dark Grey
  1042. }
  1043. lightcolors = {
  1044.     Color3.fromRGB(255, 255, 255), --White
  1045.     Color3.fromRGB(199, 199, 199) --Light Grey
  1046. }
  1047. theme = "Light" --Don't change this pls just change it the normal people way like in the gui because this is like a toggle ya
  1048. currentmenu = "Home"
  1049. function UpdateColors()
  1050.     Main.BackgroundColor3 = Color3.fromRGB(ComparableValue1, ComparableValue2, ComparableValue3)
  1051. end
  1052.  
  1053. --Init
  1054.  
  1055. ConsoleText.Text = "[*] Loading..."
  1056.  
  1057. for i, v in pairs(Main.GameScriptsFrame:GetChildren()) do --Makes all of the menus for the "Game Scripts" be invis
  1058.     v.Visible = false
  1059. end
  1060.  
  1061. if game.PlaceId == 2608201322 then --Detects which game you are on, and changes menus accordingly
  1062.     Main.GameScriptsFrame.FlameSalon.Visible = true
  1063. elseif game.PlaceId == 885450884 then
  1064.     Main.GameScriptsFrame.TheGrandCrossing.Visible = true
  1065. else
  1066.     Main.GameScriptsFrame.NoScriptsFound.Visible = true
  1067. end
  1068.  
  1069. if RunService:IsStudio() == true then
  1070.     ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1071. else
  1072.     ScreenGui.Parent = game.CoreGui
  1073. end
  1074.  
  1075. --[[    Functions    ]]--
  1076. function AddText(text)
  1077.     ConsoleText.Text = ConsoleText.Text .. "\n" .. text
  1078. end
  1079.  
  1080. function ChangeTheme(theme)
  1081.     if theme == "Dark" then
  1082.         for i, v in pairs(buttons) do --Side Buttons
  1083.             v.BackgroundColor3 = darkcolors[1]
  1084.             v.TextColor3 = lightcolors[1]
  1085.         end
  1086.        
  1087.         for i, v in pairs(sliders) do --Sliders
  1088.             v.BackgroundColor3 = darkcolors[2]
  1089.             v.SliderObject.BackgroundColor3 = darkcolors[3]
  1090.         end
  1091.     elseif theme == "Light" then
  1092.         for i, v in pairs(buttons) do --Side Buttons
  1093.             v.BackgroundColor3 = lightcolors[1]
  1094.             v.TextColor3 = darkcolors[1]
  1095.         end
  1096.        
  1097.         for i, v in pairs(sliders) do --Sliders
  1098.             v.BackgroundColor3 = lightcolors[1]
  1099.             v.SliderObject.BackgroundColor3 = lightcolors[2]
  1100.         end
  1101.     end
  1102. end
  1103.  
  1104. function ChangeMenu(menu)
  1105.     if menu ~= currentmenu then
  1106.         if menu == "Home" then
  1107.             for i, v in pairs(menus) do
  1108.                 v.Visible = false
  1109.             end
  1110.             menus[1].Visible = true
  1111.             currentmenu = "Home"
  1112.         elseif menu == "Settings" then
  1113.             for i, v in pairs(menus) do
  1114.                 v.Visible = false
  1115.             end
  1116.             menus[2].Visible = true
  1117.             currentmenu = "Settings"
  1118.         elseif menu == "GameTeleports" then
  1119.             for i, v in pairs(menus) do
  1120.                 v.Visible = false
  1121.             end
  1122.             menus[4].Visible = true
  1123.             currentmenu = "GameTeleports"
  1124.         elseif menu == "GameScripts" then
  1125.             for i, v in pairs(menus) do
  1126.                 v.Visible = false
  1127.             end
  1128.             menus[3].Visible = true
  1129.             currentmenu = "GameScripts"
  1130.         elseif menu == "Console" then
  1131.             for i, v in pairs(menus) do
  1132.                 v.Visible = false
  1133.             end
  1134.             menus[5].Visible = true
  1135.             currentmenu = "Console"
  1136.         end
  1137.     end
  1138. end
  1139.    
  1140. --[[    Events    ]]--
  1141.  
  1142. SettingsFrame.CheckBox.MouseButton1Down:connect(function()
  1143.     if theme == "Light" then
  1144.         ChangeTheme("Dark")
  1145.         SettingsFrame.CheckBox.CheckBoxLabel.Text = "x"
  1146.         theme = "Dark"
  1147.     elseif theme == "Dark" then
  1148.         ChangeTheme("Light")
  1149.         SettingsFrame.CheckBox.CheckBoxLabel.Text = ""
  1150.         theme = "Light"
  1151.     end
  1152. end)
  1153.  
  1154. --Menu Buttons:
  1155. Main.Home.MouseButton1Down:connect(function()
  1156.     ChangeMenu("Home")
  1157. end)
  1158.  
  1159. Main.Settings.MouseButton1Down:connect(function()
  1160.     ChangeMenu("Settings")
  1161. end)
  1162.  
  1163. Main.GameScripts.MouseButton1Down:connect(function()
  1164.     ChangeMenu("GameScripts")
  1165. end)
  1166.  
  1167. Main.GameTeleports.MouseButton1Down:connect(function()
  1168.     ChangeMenu("GameTeleports")
  1169. end)
  1170.  
  1171. Main.Console.MouseButton1Down:connect(function()
  1172.     ChangeMenu("Console")
  1173. end)
  1174.  
  1175. --Appearance Handler
  1176.  
  1177. RunService.RenderStepped:connect(function()
  1178.     for i, v in pairs(buttons) do
  1179.         v.BackgroundTransparency = ComparableValue4
  1180.     end
  1181.     UpdateColors()
  1182. end)
  1183.  
  1184. --Gui Button Events
  1185.  
  1186. --FlameSalon
  1187. CardSpamExecute.MouseButton1Click:connect(function()
  1188.     if CardSpamNumber.Text ~= "" and CardSpamText.Text ~= "" then
  1189.         for i = 1, tonumber(CardSpamNumber.Text) do
  1190.             wait(0.05)
  1191.             local A_1 = game.Players.LocalPlayer.Name
  1192.             local A_2 = CardSpamText.Text
  1193.             local Event = game:GetService("ReplicatedStorage").Events.CardEvent
  1194.             Event:FireServer(A_1, A_2)
  1195.             print(i)
  1196.             wait(0.05)
  1197.             if game.Players.LocalPlayer.Character:FindFirstChild("Card") then
  1198.                 game.Players.LocalPlayer.Character.Card.Parent = game.Players.LocalPlayer.Backpack
  1199.             end
  1200.             if game.Players.LocalPlayer.Backpack:FindFirstChild("Card") then
  1201.                 game.Players.LocalPlayer.Backpack.Card.Parent = game.Players.LocalPlayer.Character
  1202.                 game.Players.LocalPlayer.Character.Card.Parent = workspace
  1203.             end
  1204.         end
  1205.     end
  1206. end)
  1207.  
  1208. CardGiveOutExecute.MouseButton1Click:connect(function()
  1209.     if CardGiveOutText.Text ~= "" then
  1210.         for i, v in pairs(game.Players:GetChildren()) do
  1211.             wait(0.1)
  1212.             local A_1 = v.Name
  1213.             local A_2 = CardGiveOutText.Text
  1214.             local Event = game:GetService("ReplicatedStorage").Events.CardEvent
  1215.             Event:FireServer(A_1, A_2)
  1216.             print(v.Name)
  1217.         end
  1218.     end
  1219. end)
  1220.  
  1221. CardGiveExecute.MouseButton1Click:connect(function()
  1222.     if CardGiveTarget.Text ~= "" then
  1223.         if CardGiveText.Text ~= "" then
  1224.             local A_1 = CardGiveTarget.Text
  1225.             local A_2 = CardGiveText.Text
  1226.             local Event = game:GetService("ReplicatedStorage").Events.CardEvent
  1227.             Event:FireServer(A_1, A_2)
  1228.         end
  1229.     end
  1230. end)
  1231.  
  1232.  
  1233. --TheGrandCrossing
  1234.  
  1235.  
  1236. function info(text)
  1237.     print("INFO: " .. text)
  1238. end
  1239.  
  1240. local MineItem = game.ReplicatedStorage.RemoteEvents.Mining['Mine_Item']
  1241. local SellAll = game.ReplicatedStorage.RemoteEvents.LoadRemotes['Sell_All']
  1242. local Ores = workspace.Ores
  1243. local allout = false
  1244. function TheGrandCrossingFarm()
  1245.     spawn(function()
  1246.         allout = false
  1247.         if Ores:FindFirstChild("Diamond") == nil and Ores:FindFirstChild("Ruby") == nil and Ores:FindFirstChild("Emerald") == nil and Ores:FindFirstChild("Iron") == nil then
  1248.             warn("No ore to mine!")
  1249.             AddText("[!](TGC) No ore to mine!")
  1250.         else
  1251.             while allout == false do
  1252.                 wait(0.05)
  1253.  
  1254.                 if Ores:FindFirstChild("Iron") then
  1255.                     info("Iron Found!")
  1256.                     MineItem:FireServer(Ores.Iron)
  1257.                 end
  1258.  
  1259.                 if Ores:FindFirstChild("Emerald") then
  1260.                     info("Emerald Found!")
  1261.                     MineItem:FireServer(Ores.Emerald)
  1262.                 end
  1263.  
  1264.                 if Ores:FindFirstChild("Ruby") then
  1265.                     info("Ruby Found!")
  1266.                     MineItem:FireServer(Ores.Ruby)
  1267.                 end
  1268.  
  1269.                 if Ores:FindFirstChild("Diamond") then
  1270.                     info("Diamond Found!")
  1271.                     MineItem:FireServer(Ores.Diamond)
  1272.                 end
  1273.  
  1274.                 if Ores:FindFirstChild("Diamond") == nil and Ores:FindFirstChild("Ruby") == nil and Ores:FindFirstChild("Emerald") == nil and Ores:FindFirstChild("Iron") == nil then
  1275.                     warn("All out!")
  1276.                     AddText("[!](TGC) No ore left!")
  1277.                     allout = true
  1278.                 end
  1279.  
  1280.             end
  1281.  
  1282.             warn("Selling...")
  1283.             AddText("[*](TGC) Selling...")
  1284.             SellAll:FireServer()
  1285.             warn("Sold")
  1286.             AddText("[!](TGC) Sold!")
  1287.         end
  1288.     end)
  1289. end
  1290.  
  1291. AutoMineFarmExecute.MouseButton1Click:connect(function()
  1292.     AddText("[*](TGC) Farming started.")
  1293.     spawn(function()
  1294.         while wait() do
  1295.             AddText("[*](TGC) Farm looped.")
  1296.             TheGrandCrossingFarm()
  1297.             wait(50)
  1298.         end
  1299.     end)
  1300. end)
  1301.  
  1302. --Teleports
  1303.  
  1304. FlameSalonTeleport.MouseButton1Click:connect(function()
  1305.     TeleportService:Teleport(2608201322, game.Players.LocalPlayer)
  1306. end)
  1307.  
  1308. TheGrandCrossingTeleport.MouseButton1Click:connect(function()
  1309.     TeleportService:Teleport(885450884, game.Players.LocalPlayer)
  1310. end)
  1311.  
  1312. --[[    This stuff like tells if it's like loaded yah    ]]--
  1313. AddText("[!] Loaded!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement