Advertisement
Guest User

private release new gui

a guest
Oct 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.82 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local SaberSimulatorGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Teleports = Instance.new("TextButton")
  10. local Scripts = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local ImageLabel = Instance.new("ImageLabel")
  13. local Credits = Instance.new("TextButton")
  14. local Scripts_2 = Instance.new("Frame")
  15. local Label = Instance.new("Frame")
  16. local TextScripts = Instance.new("TextLabel")
  17. local scriptsHolder = Instance.new("Frame")
  18. local AutoCandy = Instance.new("TextButton")
  19. local AutoBoss = Instance.new("TextButton")
  20. local AutoCoin = Instance.new("TextButton")
  21. local AutoFarm = Instance.new("TextButton")
  22. local ImageLabel_2 = Instance.new("ImageLabel")
  23. local Minimize = Instance.new("TextButton")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local Tps = Instance.new("Frame")
  26. local ScrollingFrame = Instance.new("ScrollingFrame")
  27. local Spawn = Instance.new("TextButton")
  28. local Shop = Instance.new("TextButton")
  29. local Auras = Instance.new("TextButton")
  30. local Sell = Instance.new("TextButton")
  31. local Reward = Instance.new("TextButton")
  32. local Arena = Instance.new("TextButton")
  33. local eggsNotFinished = Instance.new("TextButton")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35. local Hill = Instance.new("TextButton")
  36. local ImageLabel_3 = Instance.new("ImageLabel")
  37. local Frame = Instance.new("Frame")
  38. local Arena_2 = Instance.new("TextButton")
  39. local Auras_2 = Instance.new("TextButton")
  40. local Hill_2 = Instance.new("TextButton")
  41. local Reward_2 = Instance.new("TextButton")
  42. local eggsNotFinished_2 = Instance.new("TextButton")
  43. local Shop_2 = Instance.new("TextButton")
  44. local Sell_2 = Instance.new("TextButton")
  45. local Spawn_2 = Instance.new("TextButton")
  46. local TextLabel_4 = Instance.new("TextLabel")
  47. local ImageLabel_4 = Instance.new("ImageLabel")
  48. local Label_2 = Instance.new("Frame")
  49. local TextLabel_5 = Instance.new("TextLabel")
  50.  
  51. --Properties:
  52.  
  53. SaberSimulatorGui.Name = "SaberSimulatorGui"
  54. SaberSimulatorGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  55. SaberSimulatorGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  56.  
  57. main.Name = "main"
  58. main.Parent = SaberSimulatorGui
  59. main.Active = true
  60. main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  61. main.Position = UDim2.new(0.444429159, 0, 0.0676817372, 0)
  62. main.Selectable = true
  63. main.Size = UDim2.new(0, 378, 0, 441)
  64.  
  65. TextLabel.Parent = main
  66. TextLabel.Active = true
  67. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  68. TextLabel.Selectable = true
  69. TextLabel.Size = UDim2.new(0, 378, 0, 30)
  70. TextLabel.Font = Enum.Font.SourceSans
  71. TextLabel.Text = "Saber Simulator Gui"
  72. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  73. TextLabel.TextScaled = true
  74. TextLabel.TextSize = 14
  75. TextLabel.TextWrapped = true
  76. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  77.  
  78. Teleports.Name = "Teleports"
  79. Teleports.Parent = main
  80. Teleports.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Teleports.Position = UDim2.new(0.600529134, 0, 0.532879829, 0)
  82. Teleports.Size = UDim2.new(0, 111, 0, 34)
  83. Teleports.Font = Enum.Font.SourceSans
  84. Teleports.Text = "Tps"
  85. Teleports.TextColor3 = Color3.new(1, 1, 1)
  86. Teleports.TextScaled = true
  87. Teleports.TextSize = 14
  88. Teleports.TextWrapped = true
  89.  
  90. Scripts.Name = "Scripts"
  91. Scripts.Parent = main
  92. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  93. Scripts.Position = UDim2.new(0.124338627, 0, 0.537414968, 0)
  94. Scripts.Size = UDim2.new(0, 111, 0, 32)
  95. Scripts.Font = Enum.Font.SourceSans
  96. Scripts.Text = "Scripts"
  97. Scripts.TextColor3 = Color3.new(1, 1, 1)
  98. Scripts.TextScaled = true
  99. Scripts.TextSize = 14
  100. Scripts.TextWrapped = true
  101.  
  102. Close.Name = "Close"
  103. Close.Parent = main
  104. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  105. Close.Position = UDim2.new(0.928571403, 0, 0, 0)
  106. Close.Size = UDim2.new(0, 27, 0, 30)
  107. Close.Font = Enum.Font.SourceSans
  108. Close.Text = "X"
  109. Close.TextColor3 = Color3.new(1, 0, 0)
  110. Close.TextSize = 22
  111.  
  112. ImageLabel.Parent = main
  113. ImageLabel.Active = true
  114. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  115. ImageLabel.BackgroundTransparency = 1
  116. ImageLabel.BorderSizePixel = 0
  117. ImageLabel.Position = UDim2.new(0, 0, 0.0680272132, 0)
  118. ImageLabel.Selectable = true
  119. ImageLabel.Size = UDim2.new(0, 378, 0, 381)
  120. ImageLabel.ZIndex = 0
  121. ImageLabel.Image = "http://www.roblox.com/asset/?id=4120101283"
  122. ImageLabel.ImageColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  123. ImageLabel.ImageTransparency = 0.30000001192093
  124.  
  125. Credits.Name = "Credits"
  126. Credits.Parent = main
  127. Credits.BackgroundColor3 = Color3.new(0, 0, 0.764706)
  128. Credits.Position = UDim2.new(0.00264550257, 0, 0.931972802, 0)
  129. Credits.Size = UDim2.new(0, 377, 0, 30)
  130. Credits.Font = Enum.Font.SourceSans
  131. Credits.Text = "Credits"
  132. Credits.TextColor3 = Color3.new(1, 1, 1)
  133. Credits.TextScaled = true
  134. Credits.TextSize = 14
  135. Credits.TextWrapped = true
  136.  
  137. Scripts_2.Name = "Scripts"
  138. Scripts_2.Parent = SaberSimulatorGui
  139. Scripts_2.Active = true
  140. Scripts_2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  141. Scripts_2.Position = UDim2.new(0.657583714, 0, 0.251902282, 0)
  142. Scripts_2.Selectable = true
  143. Scripts_2.Size = UDim2.new(0, 284, 0, 326)
  144.  
  145. Label.Name = "Label"
  146. Label.Parent = Scripts_2
  147. Label.Active = true
  148. Label.BackgroundColor3 = Color3.new(0, 0, 0)
  149. Label.Position = UDim2.new(0.0035970984, 0, -0.0103806574, 0)
  150. Label.Selectable = true
  151. Label.Size = UDim2.new(0, 282, 0, 31)
  152.  
  153. TextScripts.Name = "TextScripts"
  154. TextScripts.Parent = Scripts_2
  155. TextScripts.Active = true
  156. TextScripts.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  157. TextScripts.Position = UDim2.new(0.241007298, 0, 0, 0)
  158. TextScripts.Selectable = true
  159. TextScripts.Size = UDim2.new(0, 151, 0, 20)
  160. TextScripts.Font = Enum.Font.SourceSans
  161. TextScripts.Text = "Scripts"
  162. TextScripts.TextColor3 = Color3.new(1, 1, 1)
  163. TextScripts.TextSize = 14
  164.  
  165. scriptsHolder.Name = "scriptsHolder"
  166. scriptsHolder.Parent = Scripts_2
  167. scriptsHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  168. scriptsHolder.BackgroundTransparency = 1
  169. scriptsHolder.Position = UDim2.new(0.00352112669, 0, 0.0705521479, 0)
  170. scriptsHolder.Size = UDim2.new(0, 282, 0, 303)
  171.  
  172. AutoCandy.Name = "AutoCandy"
  173. AutoCandy.Parent = scriptsHolder
  174. AutoCandy.BackgroundColor3 = Color3.new(0, 0, 0)
  175. AutoCandy.Position = UDim2.new(0.282816082, 0, 0.438746005, 0)
  176. AutoCandy.Size = UDim2.new(0, 121, 0, 48)
  177. AutoCandy.Modal = true
  178. AutoCandy.Font = Enum.Font.SourceSans
  179. AutoCandy.Text = "Auto Candy"
  180. AutoCandy.TextColor3 = Color3.new(1, 1, 1)
  181. AutoCandy.TextScaled = true
  182. AutoCandy.TextSize = 14
  183. AutoCandy.TextWrapped = true
  184.  
  185. AutoBoss.Name = "AutoBoss"
  186. AutoBoss.Parent = scriptsHolder
  187. AutoBoss.BackgroundColor3 = Color3.new(0, 0, 0)
  188. AutoBoss.Position = UDim2.new(0.282841086, 0, 0.246165156, 0)
  189. AutoBoss.Size = UDim2.new(0, 121, 0, 48)
  190. AutoBoss.Modal = true
  191. AutoBoss.Font = Enum.Font.SourceSans
  192. AutoBoss.Text = "Auto Boss"
  193. AutoBoss.TextColor3 = Color3.new(1, 1, 1)
  194. AutoBoss.TextScaled = true
  195. AutoBoss.TextSize = 14
  196. AutoBoss.TextWrapped = true
  197.  
  198. AutoCoin.Name = "AutoCoin"
  199. AutoCoin.Parent = scriptsHolder
  200. AutoCoin.BackgroundColor3 = Color3.new(0, 0, 0)
  201. AutoCoin.Position = UDim2.new(0.279295146, 0, 0.62376219, 0)
  202. AutoCoin.Size = UDim2.new(0, 121, 0, 47)
  203. AutoCoin.Modal = true
  204. AutoCoin.Font = Enum.Font.SourceSans
  205. AutoCoin.Text = "Auto Coin"
  206. AutoCoin.TextColor3 = Color3.new(1, 1, 1)
  207. AutoCoin.TextScaled = true
  208. AutoCoin.TextSize = 14
  209. AutoCoin.TextWrapped = true
  210.  
  211. AutoFarm.Name = "AutoFarm"
  212. AutoFarm.Parent = scriptsHolder
  213. AutoFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  214. AutoFarm.Position = UDim2.new(0.286437213, 0, 0.0542225018, 0)
  215. AutoFarm.Size = UDim2.new(0, 121, 0, 48)
  216. AutoFarm.Modal = true
  217. AutoFarm.Font = Enum.Font.SourceSans
  218. AutoFarm.Text = "Autofarm"
  219. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  220. AutoFarm.TextScaled = true
  221. AutoFarm.TextSize = 14
  222. AutoFarm.TextWrapped = true
  223.  
  224. ImageLabel_2.Parent = scriptsHolder
  225. ImageLabel_2.Active = true
  226. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  227. ImageLabel_2.BackgroundTransparency = 1
  228. ImageLabel_2.BorderSizePixel = 0
  229. ImageLabel_2.Position = UDim2.new(0, 0, 0.0217703134, 0)
  230. ImageLabel_2.Selectable = true
  231. ImageLabel_2.Size = UDim2.new(0, 283, 0, 294)
  232. ImageLabel_2.ZIndex = 0
  233. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=4120101283"
  234. ImageLabel_2.ImageColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  235. ImageLabel_2.ImageTransparency = 0.30000001192093
  236.  
  237. Minimize.Name = "Minimize"
  238. Minimize.Parent = Scripts_2
  239. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  240. Minimize.Position = UDim2.new(0.838028193, 0, -0.00630079955, 0)
  241. Minimize.Size = UDim2.new(0, 46, 0, 31)
  242. Minimize.Font = Enum.Font.SourceSans
  243. Minimize.Text = "-"
  244. Minimize.TextColor3 = Color3.new(1, 1, 1)
  245. Minimize.TextScaled = true
  246. Minimize.TextSize = 100
  247. Minimize.TextWrapped = true
  248.  
  249. TextLabel_2.Parent = Scripts_2
  250. TextLabel_2.Active = true
  251. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  252. TextLabel_2.Position = UDim2.new(0.150356337, 0, 0.872771084, 0)
  253. TextLabel_2.Size = UDim2.new(0, 202, 0, 21)
  254. TextLabel_2.Font = Enum.Font.SourceSans
  255. TextLabel_2.Text = "Press R to toggle"
  256. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  257. TextLabel_2.TextScaled = true
  258. TextLabel_2.TextSize = 14
  259. TextLabel_2.TextWrapped = true
  260.  
  261. Tps.Name = "Tps"
  262. Tps.Parent = SaberSimulatorGui
  263. Tps.Active = true
  264. Tps.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  265. Tps.Position = UDim2.new(0.789235592, 0, 0.9445678, 0)
  266. Tps.Selectable = true
  267. Tps.Size = UDim2.new(0, 284, 0, 327)
  268. Tps.ZIndex = 0
  269.  
  270. ScrollingFrame.Parent = Tps
  271. ScrollingFrame.Active = true
  272. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  273. ScrollingFrame.BackgroundTransparency = 1
  274. ScrollingFrame.Position = UDim2.new(0, 0, 0.0948012248, 0)
  275. ScrollingFrame.Size = UDim2.new(0, 284, 0, 296)
  276. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  277.  
  278. Spawn.Name = "Spawn"
  279. Spawn.Parent = ScrollingFrame
  280. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  281. Spawn.Position = UDim2.new(0.0179575458, 0, 0.035674274, 0)
  282. Spawn.Size = UDim2.new(0, 121, 0, 48)
  283. Spawn.Modal = true
  284. Spawn.Font = Enum.Font.SourceSans
  285. Spawn.Text = "Spawn"
  286. Spawn.TextColor3 = Color3.new(1, 1, 1)
  287. Spawn.TextScaled = true
  288. Spawn.TextSize = 14
  289. Spawn.TextWrapped = true
  290.  
  291. Shop.Name = "Shop"
  292. Shop.Parent = ScrollingFrame
  293. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  294. Shop.Position = UDim2.new(0.489788473, 0, 0.396530569, 0)
  295. Shop.Size = UDim2.new(0, 121, 0, 48)
  296. Shop.Modal = true
  297. Shop.Font = Enum.Font.SourceSans
  298. Shop.Text = "Shop"
  299. Shop.TextColor3 = Color3.new(1, 1, 1)
  300. Shop.TextScaled = true
  301. Shop.TextSize = 14
  302. Shop.TextWrapped = true
  303.  
  304. Auras.Name = "Auras"
  305. Auras.Parent = ScrollingFrame
  306. Auras.BackgroundColor3 = Color3.new(0, 0, 0)
  307. Auras.Position = UDim2.new(0.0169336312, 0, 0.393472493, 0)
  308. Auras.Size = UDim2.new(0, 121, 0, 48)
  309. Auras.Modal = true
  310. Auras.Font = Enum.Font.SourceSans
  311. Auras.Text = "Aura Shop"
  312. Auras.TextColor3 = Color3.new(1, 1, 1)
  313. Auras.TextScaled = true
  314. Auras.TextSize = 14
  315. Auras.TextWrapped = true
  316.  
  317. Sell.Name = "Sell"
  318. Sell.Parent = ScrollingFrame
  319. Sell.BackgroundColor3 = Color3.new(0, 0, 0)
  320. Sell.Position = UDim2.new(0.0169586241, 0, 0.21304433, 0)
  321. Sell.Size = UDim2.new(0, 121, 0, 48)
  322. Sell.Modal = true
  323. Sell.Font = Enum.Font.SourceSans
  324. Sell.Text = "Sell"
  325. Sell.TextColor3 = Color3.new(1, 1, 1)
  326. Sell.TextScaled = true
  327. Sell.TextSize = 14
  328. Sell.TextWrapped = true
  329.  
  330. Reward.Name = "Reward"
  331. Reward.Parent = ScrollingFrame
  332. Reward.BackgroundColor3 = Color3.new(0, 0, 0)
  333. Reward.Position = UDim2.new(0.495682031, 0, 0.035674274, 0)
  334. Reward.Size = UDim2.new(0, 121, 0, 48)
  335. Reward.Modal = true
  336. Reward.Font = Enum.Font.SourceSans
  337. Reward.Text = "Daily Reward"
  338. Reward.TextColor3 = Color3.new(1, 1, 1)
  339. Reward.TextScaled = true
  340. Reward.TextSize = 14
  341. Reward.TextWrapped = true
  342.  
  343. Arena.Name = "Arena "
  344. Arena.Parent = ScrollingFrame
  345. Arena.BackgroundColor3 = Color3.new(0, 0, 0)
  346. Arena.Position = UDim2.new(0.492135942, 0, 0.21304433, 0)
  347. Arena.Size = UDim2.new(0, 121, 0, 48)
  348. Arena.Modal = true
  349. Arena.Font = Enum.Font.SourceSans
  350. Arena.Text = "Arena"
  351. Arena.TextColor3 = Color3.new(1, 1, 1)
  352. Arena.TextScaled = true
  353. Arena.TextSize = 14
  354. Arena.TextWrapped = true
  355.  
  356. eggsNotFinished.Name = "eggs {Not Finished]"
  357. eggsNotFinished.Parent = ScrollingFrame
  358. eggsNotFinished.BackgroundColor3 = Color3.new(0, 0, 0)
  359. eggsNotFinished.Position = UDim2.new(0.0156312473, 0, 0.585938692, 0)
  360. eggsNotFinished.Size = UDim2.new(0, 121, 0, 48)
  361. eggsNotFinished.Modal = true
  362. eggsNotFinished.Font = Enum.Font.SourceSans
  363. eggsNotFinished.Text = "Eggs"
  364. eggsNotFinished.TextColor3 = Color3.new(1, 1, 1)
  365. eggsNotFinished.TextScaled = true
  366. eggsNotFinished.TextSize = 14
  367. eggsNotFinished.TextWrapped = true
  368.  
  369. TextLabel_3.Parent = ScrollingFrame
  370. TextLabel_3.Active = true
  371. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  372. TextLabel_3.Position = UDim2.new(0.136271834, 0, 0.786881506, 0)
  373. TextLabel_3.Selectable = true
  374. TextLabel_3.Size = UDim2.new(0, 202, 0, 21)
  375. TextLabel_3.Font = Enum.Font.SourceSans
  376. TextLabel_3.Text = "Press Q to toggle"
  377. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  378. TextLabel_3.TextScaled = true
  379. TextLabel_3.TextSize = 14
  380. TextLabel_3.TextWrapped = true
  381.  
  382. Hill.Name = "Hill"
  383. Hill.Parent = ScrollingFrame
  384. Hill.BackgroundColor3 = Color3.new(0, 0, 0)
  385. Hill.Position = UDim2.new(0.487262458, 0, 0.585938692, 0)
  386. Hill.Size = UDim2.new(0, 121, 0, 48)
  387. Hill.Modal = true
  388. Hill.Font = Enum.Font.SourceSans
  389. Hill.Text = "Top Of Hill"
  390. Hill.TextColor3 = Color3.new(1, 1, 1)
  391. Hill.TextScaled = true
  392. Hill.TextSize = 14
  393. Hill.TextWrapped = true
  394.  
  395. ImageLabel_3.Parent = ScrollingFrame
  396. ImageLabel_3.Active = true
  397. ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  398. ImageLabel_3.BackgroundTransparency = 1
  399. ImageLabel_3.BorderSizePixel = 0
  400. ImageLabel_3.Position = UDim2.new(-0.00354605657, 0, -0.000819592853, 0)
  401. ImageLabel_3.Selectable = true
  402. ImageLabel_3.Size = UDim2.new(0, 286, 0, 332)
  403. ImageLabel_3.ZIndex = 0
  404. ImageLabel_3.Image = "http://www.roblox.com/asset/?id=4120101283"
  405. ImageLabel_3.ImageColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  406. ImageLabel_3.ImageTransparency = 0.30000001192093
  407.  
  408. Frame.Parent = SaberSimulatorGui
  409. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  410. Frame.Position = UDim2.new(0.296026617, 0, 0.281683862, 0)
  411. Frame.Size = UDim2.new(0, 304, 0, 328)
  412.  
  413. Arena_2.Name = "Arena "
  414. Arena_2.Parent = Frame
  415. Arena_2.BackgroundColor3 = Color3.new(0, 0, 0)
  416. Arena_2.Position = UDim2.new(0.54805702, 0, 0.209995553, 0)
  417. Arena_2.Size = UDim2.new(0, 121, 0, 48)
  418. Arena_2.Modal = true
  419. Arena_2.Font = Enum.Font.SourceSans
  420. Arena_2.Text = "Arena"
  421. Arena_2.TextColor3 = Color3.new(1, 1, 1)
  422. Arena_2.TextScaled = true
  423. Arena_2.TextSize = 14
  424. Arena_2.TextWrapped = true
  425.  
  426. Auras_2.Name = "Auras"
  427. Auras_2.Parent = Frame
  428. Auras_2.BackgroundColor3 = Color3.new(0, 0, 0)
  429. Auras_2.Position = UDim2.new(0.053117834, 0, 0.387374938, 0)
  430. Auras_2.Size = UDim2.new(0, 121, 0, 48)
  431. Auras_2.Modal = true
  432. Auras_2.Font = Enum.Font.SourceSans
  433. Auras_2.Text = "Aura Shop"
  434. Auras_2.TextColor3 = Color3.new(1, 1, 1)
  435. Auras_2.TextScaled = true
  436. Auras_2.TextSize = 14
  437. Auras_2.TextWrapped = true
  438.  
  439. Hill_2.Name = "Hill"
  440. Hill_2.Parent = Frame
  441. Hill_2.BackgroundColor3 = Color3.new(0, 0, 0)
  442. Hill_2.Position = UDim2.new(0.543183506, 0, 0.585938692, 0)
  443. Hill_2.Size = UDim2.new(0, 121, 0, 48)
  444. Hill_2.Modal = true
  445. Hill_2.Font = Enum.Font.SourceSans
  446. Hill_2.Text = "Top Of Hill"
  447. Hill_2.TextColor3 = Color3.new(1, 1, 1)
  448. Hill_2.TextScaled = true
  449. Hill_2.TextSize = 14
  450. Hill_2.TextWrapped = true
  451.  
  452. Reward_2.Name = "Reward"
  453. Reward_2.Parent = Frame
  454. Reward_2.BackgroundColor3 = Color3.new(0, 0, 0)
  455. Reward_2.Position = UDim2.new(0.548313618, 0, 0.035674274, 0)
  456. Reward_2.Size = UDim2.new(0, 121, 0, 48)
  457. Reward_2.Modal = true
  458. Reward_2.Font = Enum.Font.SourceSans
  459. Reward_2.Text = "Daily Reward"
  460. Reward_2.TextColor3 = Color3.new(1, 1, 1)
  461. Reward_2.TextScaled = true
  462. Reward_2.TextSize = 14
  463. Reward_2.TextWrapped = true
  464.  
  465. eggsNotFinished_2.Name = "eggs {Not Finished]"
  466. eggsNotFinished_2.Parent = Frame
  467. eggsNotFinished_2.BackgroundColor3 = Color3.new(0, 0, 0)
  468. eggsNotFinished_2.Position = UDim2.new(0.0518154576, 0, 0.585938692, 0)
  469. eggsNotFinished_2.Size = UDim2.new(0, 121, 0, 48)
  470. eggsNotFinished_2.Modal = true
  471. eggsNotFinished_2.Font = Enum.Font.SourceSans
  472. eggsNotFinished_2.Text = "Eggs"
  473. eggsNotFinished_2.TextColor3 = Color3.new(1, 1, 1)
  474. eggsNotFinished_2.TextScaled = true
  475. eggsNotFinished_2.TextSize = 14
  476. eggsNotFinished_2.TextWrapped = true
  477.  
  478. Shop_2.Name = "Shop"
  479. Shop_2.Parent = Frame
  480. Shop_2.BackgroundColor3 = Color3.new(0, 0, 0)
  481. Shop_2.Position = UDim2.new(0.54570955, 0, 0.390433013, 0)
  482. Shop_2.Size = UDim2.new(0, 121, 0, 48)
  483. Shop_2.Modal = true
  484. Shop_2.Font = Enum.Font.SourceSans
  485. Shop_2.Text = "Shop"
  486. Shop_2.TextColor3 = Color3.new(1, 1, 1)
  487. Shop_2.TextScaled = true
  488. Shop_2.TextSize = 14
  489. Shop_2.TextWrapped = true
  490.  
  491. Sell_2.Name = "Sell"
  492. Sell_2.Parent = Frame
  493. Sell_2.BackgroundColor3 = Color3.new(0, 0, 0)
  494. Sell_2.Position = UDim2.new(0.0531428307, 0, 0.209995553, 0)
  495. Sell_2.Size = UDim2.new(0, 121, 0, 48)
  496. Sell_2.Modal = true
  497. Sell_2.Font = Enum.Font.SourceSans
  498. Sell_2.Text = "Sell"
  499. Sell_2.TextColor3 = Color3.new(1, 1, 1)
  500. Sell_2.TextScaled = true
  501. Sell_2.TextSize = 14
  502. Sell_2.TextWrapped = true
  503.  
  504. Spawn_2.Name = "Spawn"
  505. Spawn_2.Parent = Frame
  506. Spawn_2.BackgroundColor3 = Color3.new(0, 0, 0)
  507. Spawn_2.Position = UDim2.new(0.0541417524, 0, 0.035674274, 0)
  508. Spawn_2.Size = UDim2.new(0, 121, 0, 48)
  509. Spawn_2.Modal = true
  510. Spawn_2.Font = Enum.Font.SourceSans
  511. Spawn_2.Text = "Spawn"
  512. Spawn_2.TextColor3 = Color3.new(1, 1, 1)
  513. Spawn_2.TextScaled = true
  514. Spawn_2.TextSize = 14
  515. Spawn_2.TextWrapped = true
  516.  
  517. TextLabel_4.Parent = Frame
  518. TextLabel_4.Active = true
  519. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  520. TextLabel_4.Position = UDim2.new(0.165877104, 0, 0.80822295, 0)
  521. TextLabel_4.Selectable = true
  522. TextLabel_4.Size = UDim2.new(0, 202, 0, 30)
  523. TextLabel_4.Font = Enum.Font.SourceSans
  524. TextLabel_4.Text = "Press Q to toggle"
  525. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  526. TextLabel_4.TextScaled = true
  527. TextLabel_4.TextSize = 14
  528. TextLabel_4.TextWrapped = true
  529.  
  530. ImageLabel_4.Parent = Frame
  531. ImageLabel_4.Active = true
  532. ImageLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  533. ImageLabel_4.BackgroundTransparency = 1
  534. ImageLabel_4.BorderSizePixel = 0
  535. ImageLabel_4.Position = UDim2.new(-0.00354606216, 0, -0.000819601642, 0)
  536. ImageLabel_4.Selectable = true
  537. ImageLabel_4.Size = UDim2.new(0, 305, 0, 332)
  538. ImageLabel_4.ZIndex = 0
  539. ImageLabel_4.Image = "http://www.roblox.com/asset/?id=4120101283"
  540. ImageLabel_4.ImageColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  541. ImageLabel_4.ImageTransparency = 0.30000001192093
  542.  
  543. Label_2.Name = "Label"
  544. Label_2.Parent = Frame
  545. Label_2.Active = true
  546. Label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  547. Label_2.Position = UDim2.new(-0.00298183854, 0, -0.0957465023, 0)
  548. Label_2.Selectable = true
  549. Label_2.Size = UDim2.new(0, 304, 0, 31)
  550.  
  551. TextLabel_5.Parent = Frame
  552. TextLabel_5.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  553. TextLabel_5.Position = UDim2.new(0.213815793, 0, -0.0823170766, 0)
  554. TextLabel_5.Size = UDim2.new(0, 172, 0, 22)
  555. TextLabel_5.Font = Enum.Font.SourceSans
  556. TextLabel_5.Text = "Teleports"
  557. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  558. TextLabel_5.TextSize = 14
  559.  
  560. -- Scripts:
  561.  
  562. local function PIJLUT_fake_script() -- Teleports.LocalScript
  563. local script = Instance.new('LocalScript', Teleports)
  564.  
  565. script.Parent.MouseButton1Click:Connect(function()
  566. script.Parent.Parent.Parent.Tps.Visible = true
  567. end)
  568. end
  569. coroutine.wrap(PIJLUT_fake_script)()
  570. local function VWAAP_fake_script() -- Scripts.LocalScript
  571. local script = Instance.new('LocalScript', Scripts)
  572.  
  573. script.Parent.MouseButton1Click:Connect(function()
  574. script.Parent.Parent.Parent.Scripts.Visible = true
  575. script.Parent.Parent.Visible = false
  576. script.Parent.Parent.Parent.Tps.Visible = false
  577. end)
  578. end
  579. coroutine.wrap(VWAAP_fake_script)()
  580. local function GWYDRCL_fake_script() -- Close.LocalScript
  581. local script = Instance.new('LocalScript', Close)
  582.  
  583. script.Parent.MouseButton1Click:Connect(function()
  584. script.Parent.Parent.Visible = false
  585. end)
  586. end
  587. coroutine.wrap(GWYDRCL_fake_script)()
  588. local function RTKOQ_fake_script() -- main.LocalScript
  589. local script = Instance.new('LocalScript', main)
  590.  
  591. script.Parent.Draggable = true
  592. end
  593. coroutine.wrap(RTKOQ_fake_script)()
  594. local function FARLKY_fake_script() -- Credits.LocalScript
  595. local script = Instance.new('LocalScript', Credits)
  596.  
  597. script.Parent.MouseButton1Click:Connect(function()
  598. local message = Instance.new("Message")
  599. message.Parent = game.Workspace
  600. local teh = "the "
  601. local sad = "creator"
  602. local art = "ard"
  603. local scream = "a "
  604. local insult = "skid "
  605. local xd = "changing "
  606. local doge = "Wow "
  607. local meme = "nice "
  608. local no = "stop!"
  609. local ppl = " People "
  610. local ohno = "like "
  611. local bright = "G"
  612. local extra = "and "
  613. local CyaSucka = "By: "
  614. local breath = "oxygen "
  615. local hurry = "RUN! "
  616. local over = "e"
  617. local person = "u"
  618. local parent = "From "
  619. local Up = "Script "
  620. local stinky = "waste "
  621. local plr = "you "
  622. local NO = "on "
  623. local why = "y"
  624. local parents = "Made "
  625. local hawc = "Dont! "
  626. local AA = "this "
  627. local naaw = "o"
  628. local place = "planet "
  629. local response = "ret"
  630. local Shawn = "S"
  631. local lUno = "l"
  632. local eat = "e"
  633. local keaw = "k"
  634. local lowers = "s "
  635. local subtract = " - "
  636. local bigcow = "C"
  637. local cow = "c"
  638. local tash = "t"
  639. local ack = "a"
  640. local rest = "r"
  641. local ioop = "i"
  642. local poke = "p"
  643. local creator = "SkeletalScripts and CookieGuy"
  644. if creator ~= Shawn..keaw..eat..lUno..eat..tash..ack..lUno..Shawn..cow..rest..ioop..poke..tash..lowers..extra..bigcow..naaw..naaw..ioop..over..bright..person..why then
  645. while true do
  646. wait()
  647. message.Text = doge..meme..scream..insult..xd..teh..sad.."."..ppl..plr..stinky..breath..NO..AA..place..plr..response..art..subtract..parent..Shawn..keaw..eat..lUno..eat..tash..ack..lUno
  648. end
  649. else
  650. message.Text = Up..parents..CyaSucka..Shawn..keaw..eat..lUno..eat..tash..ack..lUno..Shawn..cow..rest..ioop..poke..tash..lowers..extra..bigcow..naaw..naaw..ioop..over..bright..person..why
  651. wait(2)
  652. message:Destroy()
  653. local message2 = Instance.new("Message")
  654. message2.Parent = game.Workspace
  655. message2.Text = "We hope you enjoy!"
  656. wait(2)
  657. message2:Destroy()
  658. end
  659. end)
  660. end
  661. coroutine.wrap(FARLKY_fake_script)()
  662. local function NFCG_fake_script() -- Scripts_2.LocalScript
  663. local script = Instance.new('LocalScript', Scripts_2)
  664.  
  665. script.Parent.Draggable = true
  666. end
  667. coroutine.wrap(NFCG_fake_script)()
  668. local function KVNJWRB_fake_script() -- Scripts_2.LocalScript
  669. local script = Instance.new('LocalScript', Scripts_2)
  670.  
  671. p = game.Players.LocalPlayer
  672. mouse = p:GetMouse()
  673.  
  674. mouse.KeyDown:connect(function(key)
  675. if key == "r" then
  676. if script.Parent.Visible == true then
  677. script.Parent.Visible = false
  678. else
  679. script.Parent.Visible = true
  680. end
  681. end
  682. end)
  683. end
  684. coroutine.wrap(KVNJWRB_fake_script)()
  685. local function DKBQYOS_fake_script() -- AutoCandy.LocalScript
  686. local script = Instance.new('LocalScript', AutoCandy)
  687.  
  688. script.Parent.MouseButton1Click:Connect(function()
  689. local toggle = Instance.new("NumberValue",script)
  690. toggle.Name = "Toggled"
  691. toggle.Value = 0
  692. if script.Toggled.Value == 0 then
  693. script.Toggled.Value = 1
  694. local plr = game.Players.LocalPlayer.Character
  695. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  696. repeat
  697. wait()
  698. plr.HumanoidRootPart.CFrame = CFrame.new(workspace.CandyHolder:FindFirstChild("Candy").CFrame.Position)
  699. wait(0.15)
  700. workspace.CandyHolder:FindFirstChild("Candy"):Destroy()
  701. until toggle.Value == 1
  702. script.Parent.BackgroundColor3 = Color3.fromRGB(0,0,0)
  703. else
  704. script.Toggled.Value = 0
  705. -- leave empty
  706. end
  707. end)
  708. end
  709. coroutine.wrap(DKBQYOS_fake_script)()
  710. local function GVVDO_fake_script() -- AutoBoss.LocalScript
  711. local script = Instance.new('LocalScript', AutoBoss)
  712.  
  713. script.Parent.MouseButton1Click:Connect(function()
  714. local toggle = Instance.new("NumberValue",script)
  715. toggle.Name = "Toggled"
  716. toggle.Value = 0
  717. if script.Toggled.Value == 0 then
  718. script.Toggled.Value = 1
  719. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  720. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.HumanoidRootPart.CFrame.Position)
  721. game.Workspace.Gravity = 1
  722. local platform = Instance.new("Part",workspace)
  723. platform.Name = "platform"
  724. platform.Position = Vector3.new(100,100,100)
  725. platform.Size = Vector3.new(100,1,100)
  726. platform.Anchored = true
  727. platform.CanCollide = true
  728. local val = Instance.new("IntValue",game.Players.LocalPlayer.Character.HumanoidRootPart)
  729. val.Value = 0
  730. local on = true
  731. while true do
  732. wait(0.01)
  733. local plr = game.Players.LocalPlayer.Character
  734. local d = plr:GetChildren()
  735. for i=1, #d do
  736. if (d[i].className == "Tool") then
  737. local attack = d[i].RemoteClick
  738. local Arguments = {}
  739. if on then
  740. repeat
  741. wait()
  742. attack:FireServer(unpack(Arguments))
  743. workspace.Boss.Health.Value = 0
  744. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.HumanoidRootPart.CFrame.Position) -- The Boss' Torso
  745. val.Value = val.Value +1
  746. until val.Value == 160
  747. on = false
  748. val.Value = 0
  749. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(platform.CFrame.Position + Vector3.new(0,1,0)) -- Prevents fling
  750. wait(3)
  751. on = true
  752. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.HumanoidRootPart.CFrame.Position) -- The Boss' Torso
  753. end
  754. end
  755. end
  756. end
  757. script.Parent.BackgroundColor3 = Color3.fromRGB(0,0,0)
  758. else
  759. script.Toggled.Value = 0
  760. -- leave empty
  761. end
  762. end)
  763. end
  764. coroutine.wrap(GVVDO_fake_script)()
  765. local function JRWD_fake_script() -- AutoCoin.LocalScript
  766. local script = Instance.new('LocalScript', AutoCoin)
  767.  
  768. script.Parent.MouseButton1Click:Connect(function()
  769. local toggle = Instance.new("NumberValue",script)
  770. toggle.Name = "Toggled"
  771. toggle.Value = 0
  772. if script.Toggled.Value == 0 then
  773. script.Toggled.Value = 1
  774. local plr = game.Players.LocalPlayer.Character
  775. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  776. repeat
  777. wait()
  778. plr.HumanoidRootPart.CFrame = CFrame.new(workspace.CoinsHolder:FindFirstChild("Coin").CFrame.Position)
  779. wait(0.15)
  780. workspace.CoinsHolder:FindFirstChild("Coin"):Destroy()
  781. until toggle.Value == 1
  782. script.Parent.BackgroundColor3 = Color3.fromRGB(0,0,0)
  783. else
  784. script.Toggled.Value = 0
  785. -- leave empty
  786. end
  787. end)
  788. end
  789. coroutine.wrap(JRWD_fake_script)()
  790. local function TNODY_fake_script() -- AutoFarm.LocalScript
  791. local script = Instance.new('LocalScript', AutoFarm)
  792.  
  793. script.Parent.MouseButton1Click:Connect(function()
  794. local plr = game.Players.LocalPlayer
  795. local toggle = Instance.new("NumberValue",script)
  796. toggle.Name = "Toggled"
  797. toggle.Value = 0
  798. if script.Toggled.Value == 0 then
  799. script.Toggled.Value = 1
  800. script.Parent.BackgroundColor3 = Color3.fromRGB(255,0,0)
  801. plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position)
  802. repeat
  803. wait(.1)
  804. local Remote = game.ReplicatedStorage.Events['Clicked']
  805. local Arguments = {}
  806. Remote:FireServer(unpack(Arguments))
  807. local Event = game.ReplicatedStorage.Events['Sell']
  808. local Arguments = {}
  809. Event:FireServer(unpack(Arguments))
  810. until toggle.Value == 1
  811. script.Parent.BackgroundColor3 = Color3.fromRGB(0,0,0)
  812. else
  813. script.Toggled.Value = 0
  814. -- leave empty
  815. end
  816. end)
  817.  
  818.  
  819. end
  820. coroutine.wrap(TNODY_fake_script)()
  821. local function LDGPN_fake_script() -- Minimize.LocalScript
  822. local script = Instance.new('LocalScript', Minimize)
  823.  
  824. script.Parent.MouseButton1Click:Connect(function()
  825. local toggle = Instance.new("NumberValue",script)
  826. toggle.Name = "Toggled"
  827. toggle.Value = 0
  828. if script.Toggled.Value == 0 then
  829. script.Toggled.Value = 1
  830. script.Parent.Parent.scriptsHolder.Visible = false
  831. else
  832. script.Toggled.Value = 0
  833. script.Parent.Parent.scriptsHolder.Visible = true
  834. end
  835. end)
  836. end
  837. coroutine.wrap(LDGPN_fake_script)()
  838. local function GHIMDTR_fake_script() -- TextLabel_2.LocalScript
  839. local script = Instance.new('LocalScript', TextLabel_2)
  840.  
  841. p = game.Players.LocalPlayer
  842. mouse = p:GetMouse()
  843.  
  844. mouse.KeyDown:connect(function(key)
  845. if key == "r" then
  846. if script.Parent.Visible == true then
  847. script.Parent.Visible = false
  848. else
  849. script.Parent.Visible = true
  850. end
  851. end
  852. end)
  853. end
  854. coroutine.wrap(GHIMDTR_fake_script)()
  855. local function QSZDEOR_fake_script() -- Tps.LocalScript
  856. local script = Instance.new('LocalScript', Tps)
  857.  
  858. script.Parent.Draggable = true
  859. end
  860. coroutine.wrap(QSZDEOR_fake_script)()
  861. local function YAEZ_fake_script() -- Tps.LocalScript
  862. local script = Instance.new('LocalScript', Tps)
  863.  
  864. p = game.Players.LocalPlayer
  865. mouse = p:GetMouse()
  866.  
  867. mouse.KeyDown:connect(function(key)
  868. if key == "q" then
  869. if script.Parent.Visible == true then
  870. script.Parent.Visible = false
  871. else
  872. script.Parent.Visible = true
  873. end
  874. end
  875. end)
  876. end
  877. coroutine.wrap(YAEZ_fake_script)()
  878. local function LJCIW_fake_script() -- Spawn.LocalScript
  879. local script = Instance.new('LocalScript', Spawn)
  880.  
  881. script.Parent.MouseButton1Click:Connect(function()
  882. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.FirstSpawns:FindFirstChild("FirstSpawn").CFrame.Position + Vector3.new(0,4,0))
  883. end)
  884. end
  885. coroutine.wrap(LJCIW_fake_script)()
  886. local function BOJX_fake_script() -- Shop.LocalScript
  887. local script = Instance.new('LocalScript', Shop)
  888.  
  889. script.Parent.MouseButton1Click:Connect(function()
  890. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Shop.CFrame.Position + Vector3.new(0,4,0))
  891. end)
  892. end
  893. coroutine.wrap(BOJX_fake_script)()
  894. local function KPTD_fake_script() -- Auras.LocalScript
  895. local script = Instance.new('LocalScript', Auras)
  896.  
  897. script.Parent.MouseButton1Click:Connect(function()
  898. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.CrownShop.CFrame.Position)
  899. end)
  900. end
  901. coroutine.wrap(KPTD_fake_script)()
  902. local function IKTIGR_fake_script() -- Sell.LocalScript
  903. local script = Instance.new('LocalScript', Sell)
  904.  
  905. script.Parent.MouseButton1Click:Connect(function()
  906. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,4,0))
  907. end)
  908. end
  909. coroutine.wrap(IKTIGR_fake_script)()
  910. local function AEMEWBU_fake_script() -- Reward.LocalScript
  911. local script = Instance.new('LocalScript', Reward)
  912.  
  913. script.Parent.MouseButton1Click:Connect(function()
  914. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.DailyReward.Location.CFrame.Position + Vector3.new(0,4,0))
  915. end)
  916. end
  917. coroutine.wrap(AEMEWBU_fake_script)()
  918. local function LYLFMOK_fake_script() -- Arena.LocalScript
  919. local script = Instance.new('LocalScript', Arena)
  920.  
  921. script.Parent.MouseButton1Click:Connect(function()
  922. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.ArenaBase.CFrame.Position + Vector3.new(0,4,0))
  923. end)
  924. end
  925. coroutine.wrap(LYLFMOK_fake_script)()
  926. local function DYUKGIP_fake_script() -- ScrollingFrame.LocalScript
  927. local script = Instance.new('LocalScript', ScrollingFrame)
  928.  
  929. local p = game.Players.LocalPlayer
  930. local mouse = p:GetMouse()
  931.  
  932. mouse.KeyDown:connect(function(key)
  933. if key == "q" then
  934. if script.Parent.Visible == true then
  935. script.Parent.Visible = false
  936. else
  937. script.Parent.Visible = true
  938. end
  939. end
  940. end)
  941. end
  942. coroutine.wrap(DYUKGIP_fake_script)()
  943. local function UKMBN_fake_script() -- TextLabel_3.LocalScript
  944. local script = Instance.new('LocalScript', TextLabel_3)
  945.  
  946. p = game.Players.LocalPlayer
  947. mouse = p:GetMouse()
  948.  
  949. mouse.KeyDown:connect(function(key)
  950. if key == "q" then
  951. if script.Parent.Visible == true then
  952. script.Parent.Visible = false
  953. else
  954. script.Parent.Visible = true
  955. end
  956. end
  957. end)
  958. end
  959. coroutine.wrap(UKMBN_fake_script)()
  960. local function UQNICCV_fake_script() -- Hill.LocalScript
  961. local script = Instance.new('LocalScript', Hill)
  962.  
  963. script.Parent.MouseButton1Click:Connect(function()
  964. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.KingArea.CFrame.Position + Vector3.new(0,4,0))
  965. end)
  966. end
  967. coroutine.wrap(UQNICCV_fake_script)()
  968. local function EVWS_fake_script() -- Frame.LocalScript
  969. local script = Instance.new('LocalScript', Frame)
  970.  
  971. script.Parent.Draggable = true
  972. end
  973. coroutine.wrap(EVWS_fake_script)()
  974. local function DFJPEJG_fake_script() -- Frame.LocalScript
  975. local script = Instance.new('LocalScript', Frame)
  976.  
  977. p = game.Players.LocalPlayer
  978. mouse = p:GetMouse()
  979.  
  980. mouse.KeyDown:connect(function(key)
  981. if key == "q" then
  982. if script.Parent.Visible == true then
  983. script.Parent.Visible = false
  984. else
  985. script.Parent.Visible = true
  986. end
  987. end
  988. end)
  989. end
  990. coroutine.wrap(DFJPEJG_fake_script)()
  991. local function WZVXJKD_fake_script() -- Arena_2.LocalScript
  992. local script = Instance.new('LocalScript', Arena_2)
  993.  
  994. script.Parent.MouseButton1Click:Connect(function()
  995. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.ArenaBase.CFrame.Position + Vector3.new(0,4,0))
  996. end)
  997. end
  998. coroutine.wrap(WZVXJKD_fake_script)()
  999. local function GNVVJJ_fake_script() -- Auras_2.LocalScript
  1000. local script = Instance.new('LocalScript', Auras_2)
  1001.  
  1002. script.Parent.MouseButton1Click:Connect(function()
  1003. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.CrownShop.CFrame.Position)
  1004. end)
  1005. end
  1006. coroutine.wrap(GNVVJJ_fake_script)()
  1007. local function XCMMNF_fake_script() -- Hill_2.LocalScript
  1008. local script = Instance.new('LocalScript', Hill_2)
  1009.  
  1010. script.Parent.MouseButton1Click:Connect(function()
  1011. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.KingArea.CFrame.Position + Vector3.new(0,4,0))
  1012. end)
  1013. end
  1014. coroutine.wrap(XCMMNF_fake_script)()
  1015. local function JVWZTOW_fake_script() -- Reward_2.LocalScript
  1016. local script = Instance.new('LocalScript', Reward_2)
  1017.  
  1018. script.Parent.MouseButton1Click:Connect(function()
  1019. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.DailyReward.Location.CFrame.Position + Vector3.new(0,4,0))
  1020. end)
  1021. end
  1022. coroutine.wrap(JVWZTOW_fake_script)()
  1023. local function DRIXGSD_fake_script() -- Shop_2.LocalScript
  1024. local script = Instance.new('LocalScript', Shop_2)
  1025.  
  1026. script.Parent.MouseButton1Click:Connect(function()
  1027. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Shop.CFrame.Position + Vector3.new(0,4,0))
  1028. end)
  1029. end
  1030. coroutine.wrap(DRIXGSD_fake_script)()
  1031. local function AVCJLIG_fake_script() -- Sell_2.LocalScript
  1032. local script = Instance.new('LocalScript', Sell_2)
  1033.  
  1034. script.Parent.MouseButton1Click:Connect(function()
  1035. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,4,0))
  1036. end)
  1037. end
  1038. coroutine.wrap(AVCJLIG_fake_script)()
  1039. local function ZNEJCAO_fake_script() -- Spawn_2.LocalScript
  1040. local script = Instance.new('LocalScript', Spawn_2)
  1041.  
  1042. script.Parent.MouseButton1Click:Connect(function()
  1043. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.FirstSpawns:FindFirstChild("FirstSpawn").CFrame.Position + Vector3.new(0,4,0))
  1044. end)
  1045. end
  1046. coroutine.wrap(ZNEJCAO_fake_script)()
  1047. local function XRGUILV_fake_script() -- TextLabel_4.LocalScript
  1048. local script = Instance.new('LocalScript', TextLabel_4)
  1049.  
  1050. p = game.Players.LocalPlayer
  1051. mouse = p:GetMouse()
  1052.  
  1053. mouse.KeyDown:connect(function(key)
  1054. if key == "q" then
  1055. if script.Parent.Visible == true then
  1056. script.Parent.Visible = false
  1057. else
  1058. script.Parent.Visible = true
  1059. end
  1060. end
  1061. end)
  1062. end
  1063. coroutine.wrap(XRGUILV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement