Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.27 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local Yeetus = Instance.new("ScreenGui")
  7. local Frame = Instance.new("ImageLabel")
  8. local Credits = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local Background = Instance.new("ImageLabel")
  11. local Scripts = Instance.new("TextLabel")
  12. local Frame_2 = Instance.new("Frame")
  13. local AutoKing = Instance.new("TextButton")
  14. local BossKiller = Instance.new("TextButton")
  15. local CoinGrabber = Instance.new("TextButton")
  16. local Walkspeed = Instance.new("TextBox")
  17. local JumpPower = Instance.new("TextBox")
  18. local Local = Instance.new("TextLabel")
  19. local Gravity = Instance.new("TextBox")
  20. local AutoFarm = Instance.new("TextButton")
  21. local Background_2 = Instance.new("ImageLabel")
  22. local TextButton_2 = Instance.new("TextButton")
  23. local Tps = Instance.new("TextLabel")
  24. local Frame_3 = Instance.new("Frame")
  25. local CrownShop = Instance.new("TextButton")
  26. local Reward = Instance.new("TextButton")
  27. local Sell = Instance.new("TextButton")
  28. local Shop = Instance.new("TextButton")
  29. local Spawns = Instance.new("TextButton")
  30. local Background_3 = Instance.new("ImageLabel")
  31. local TextButton_3 = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. Yeetus.Name = "Yeetus"
  36. Yeetus.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37.  
  38. Frame.Name = "Frame"
  39. Frame.Parent = Yeetus
  40. Frame.Active = true
  41. Frame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  42. Frame.BackgroundTransparency = 1
  43. Frame.Position = UDim2.new(0.375096083, 0, 0.200860828, 0)
  44. Frame.Selectable = true
  45. Frame.Size = UDim2.new(0, 440, 0, 316)
  46. Frame.ZIndex = 0
  47. Frame.Image = "rbxassetid://3570695787"
  48. Frame.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  49. Frame.ScaleType = Enum.ScaleType.Slice
  50. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  51.  
  52. Credits.Name = "Credits"
  53. Credits.Parent = Frame
  54. Credits.Active = true
  55. Credits.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  56. Credits.BackgroundTransparency = 1
  57. Credits.BorderColor3 = Color3.new(0, 0, 0)
  58. Credits.BorderSizePixel = 0
  59. Credits.Position = UDim2.new(0.02678084, 0, 0.833122909, 0)
  60. Credits.Selectable = true
  61. Credits.Size = UDim2.new(0, 179, 0, 43)
  62. Credits.ZIndex = 3
  63. Credits.Font = Enum.Font.SourceSans
  64. Credits.Text = "Credits"
  65. Credits.TextColor3 = Color3.new(0, 0, 0)
  66. Credits.TextScaled = true
  67. Credits.TextSize = 14
  68. Credits.TextWrapped = true
  69.  
  70. TextButton.Parent = Credits
  71. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  72. TextButton.BackgroundTransparency = 1
  73. TextButton.Position = UDim2.new(-0.0413443297, 0, 0.0237114485, 0)
  74. TextButton.Size = UDim2.new(0, 198, 0, 51)
  75. TextButton.ZIndex = 2
  76. TextButton.Font = Enum.Font.SourceSans
  77. TextButton.Text = " "
  78. TextButton.TextColor3 = Color3.new(0, 0, 0)
  79. TextButton.TextScaled = true
  80. TextButton.TextSize = 14
  81. TextButton.TextWrapped = true
  82.  
  83. Background.Name = "Background"
  84. Background.Parent = Credits
  85. Background.Active = true
  86. Background.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  87. Background.BackgroundTransparency = 1
  88. Background.Position = UDim2.new(-0.0413443297, 0, 0.0237115361, 0)
  89. Background.Size = UDim2.new(0, 198, 0, 52)
  90. Background.Image = "rbxassetid://3570695787"
  91. Background.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  92. Background.ScaleType = Enum.ScaleType.Slice
  93. Background.SliceCenter = Rect.new(100, 100, 100, 100)
  94.  
  95. Scripts.Name = "Scripts"
  96. Scripts.Parent = Frame
  97. Scripts.Active = true
  98. Scripts.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  99. Scripts.BackgroundTransparency = 1
  100. Scripts.BorderColor3 = Color3.new(0, 0, 0)
  101. Scripts.BorderSizePixel = 0
  102. Scripts.Position = UDim2.new(0.0327510498, 0, 0.044415243, 0)
  103. Scripts.Selectable = true
  104. Scripts.Size = UDim2.new(0, 179, 0, 43)
  105. Scripts.ZIndex = 2
  106. Scripts.Font = Enum.Font.SourceSans
  107. Scripts.Text = "Scripts"
  108. Scripts.TextColor3 = Color3.new(0, 0, 0)
  109. Scripts.TextScaled = true
  110. Scripts.TextSize = 14
  111. Scripts.TextWrapped = true
  112.  
  113. Frame_2.Parent = Scripts
  114. Frame_2.Active = true
  115. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  116. Frame_2.BorderSizePixel = 0
  117. Frame_2.Position = UDim2.new(1.0454545, 0, 4.76837158e-07, 0)
  118. Frame_2.Selectable = true
  119. Frame_2.Size = UDim2.new(0, 210, 0, 293)
  120.  
  121. AutoKing.Name = "AutoKing"
  122. AutoKing.Parent = Frame_2
  123. AutoKing.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  124. AutoKing.BorderSizePixel = 0
  125. AutoKing.Position = UDim2.new(0.0519523844, 0, 0.270017207, 0)
  126. AutoKing.Size = UDim2.new(0, 190, 0, 30)
  127. AutoKing.Modal = true
  128. AutoKing.Font = Enum.Font.SourceSans
  129. AutoKing.Text = "Auto King"
  130. AutoKing.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  131. AutoKing.TextScaled = true
  132. AutoKing.TextSize = 14
  133. AutoKing.TextWrapped = true
  134.  
  135. BossKiller.Name = "BossKiller"
  136. BossKiller.Parent = Frame_2
  137. BossKiller.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  138. BossKiller.BorderSizePixel = 0
  139. BossKiller.Position = UDim2.new(0.0519523844, 0, 0.0253438856, 0)
  140. BossKiller.Size = UDim2.new(0, 190, 0, 30)
  141. BossKiller.Modal = true
  142. BossKiller.Font = Enum.Font.SourceSans
  143. BossKiller.Text = "Auto Boss"
  144. BossKiller.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  145. BossKiller.TextScaled = true
  146. BossKiller.TextSize = 14
  147. BossKiller.TextWrapped = true
  148.  
  149. CoinGrabber.Name = "CoinGrabber"
  150. CoinGrabber.Parent = Frame_2
  151. CoinGrabber.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  152. CoinGrabber.BorderSizePixel = 0
  153. CoinGrabber.Position = UDim2.new(0.0519523844, 0, 0.149307802, 0)
  154. CoinGrabber.Size = UDim2.new(0, 190, 0, 30)
  155. CoinGrabber.Modal = true
  156. CoinGrabber.Font = Enum.Font.SourceSans
  157. CoinGrabber.Text = "Auto Candy"
  158. CoinGrabber.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  159. CoinGrabber.TextScaled = true
  160. CoinGrabber.TextSize = 14
  161. CoinGrabber.TextWrapped = true
  162.  
  163. Walkspeed.Name = "Walkspeed"
  164. Walkspeed.Parent = Frame_2
  165. Walkspeed.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  166. Walkspeed.BorderSizePixel = 0
  167. Walkspeed.Position = UDim2.new(0.0523809567, 0, 0.661201537, 0)
  168. Walkspeed.Size = UDim2.new(0, 190, 0, 30)
  169. Walkspeed.Font = Enum.Font.SourceSans
  170. Walkspeed.PlaceholderColor3 = Color3.new(0, 0, 0)
  171. Walkspeed.PlaceholderText = "Type Walkspeed"
  172. Walkspeed.Text = ""
  173. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  174. Walkspeed.TextScaled = true
  175. Walkspeed.TextSize = 14
  176. Walkspeed.TextWrapped = true
  177.  
  178. JumpPower.Name = "JumpPower"
  179. JumpPower.Parent = Frame_2
  180. JumpPower.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  181. JumpPower.BorderSizePixel = 0
  182. JumpPower.Position = UDim2.new(0.0523809567, 0, 0.762008965, 0)
  183. JumpPower.Size = UDim2.new(0, 190, 0, 30)
  184. JumpPower.Font = Enum.Font.SourceSans
  185. JumpPower.PlaceholderColor3 = Color3.new(0, 0, 0)
  186. JumpPower.PlaceholderText = "Type JumpPower"
  187. JumpPower.Text = ""
  188. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  189. JumpPower.TextScaled = true
  190. JumpPower.TextSize = 14
  191. JumpPower.TextWrapped = true
  192.  
  193. Local.Name = "Local"
  194. Local.Parent = Frame_2
  195. Local.Active = true
  196. Local.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  197. Local.BorderSizePixel = 0
  198. Local.Position = UDim2.new(0, 0, 0.522593915, 0)
  199. Local.Selectable = true
  200. Local.Size = UDim2.new(0, 210, 0, 31)
  201. Local.Font = Enum.Font.SourceSans
  202. Local.Text = "Local"
  203. Local.TextColor3 = Color3.new(0, 1, 0)
  204. Local.TextScaled = true
  205. Local.TextSize = 14
  206. Local.TextStrokeColor3 = Color3.new(0, 1, 0)
  207. Local.TextWrapped = true
  208.  
  209. Gravity.Name = " Gravity"
  210. Gravity.Parent = Frame_2
  211. Gravity.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  212. Gravity.BorderSizePixel = 0
  213. Gravity.Position = UDim2.new(0.0523809567, 0, 0.864398062, 0)
  214. Gravity.Size = UDim2.new(0, 190, 0, 30)
  215. Gravity.Font = Enum.Font.SourceSans
  216. Gravity.PlaceholderColor3 = Color3.new(0, 0, 0)
  217. Gravity.PlaceholderText = "Type Gravity"
  218. Gravity.Text = ""
  219. Gravity.TextColor3 = Color3.new(0, 0, 0)
  220. Gravity.TextScaled = true
  221. Gravity.TextSize = 14
  222. Gravity.TextWrapped = true
  223.  
  224. AutoFarm.Name = "AutoFarm"
  225. AutoFarm.Parent = Frame_2
  226. AutoFarm.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  227. AutoFarm.BorderSizePixel = 0
  228. AutoFarm.Position = UDim2.new(0.0519523844, 0, 0.403123021, 0)
  229. AutoFarm.Size = UDim2.new(0, 190, 0, 30)
  230. AutoFarm.Modal = true
  231. AutoFarm.Font = Enum.Font.SourceSans
  232. AutoFarm.Text = "Auto Farm"
  233. AutoFarm.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  234. AutoFarm.TextScaled = true
  235. AutoFarm.TextSize = 14
  236. AutoFarm.TextWrapped = true
  237.  
  238. Background_2.Name = "Background"
  239. Background_2.Parent = Scripts
  240. Background_2.Active = true
  241. Background_2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  242. Background_2.BackgroundTransparency = 1
  243. Background_2.Position = UDim2.new(-0.0560197048, 0, -0.220000163, 0)
  244. Background_2.Size = UDim2.new(0, 195, 0, 52)
  245. Background_2.Image = "rbxassetid://3570695787"
  246. Background_2.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  247. Background_2.ScaleType = Enum.ScaleType.Slice
  248. Background_2.SliceCenter = Rect.new(100, 100, 100, 100)
  249.  
  250. TextButton_2.Parent = Scripts
  251. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  252. TextButton_2.BackgroundTransparency = 1
  253. TextButton_2.Position = UDim2.new(-0.0560197048, 0, -0.220000163, 0)
  254. TextButton_2.Size = UDim2.new(0, 195, 0, 53)
  255. TextButton_2.ZIndex = 2
  256. TextButton_2.Font = Enum.Font.SourceSans
  257. TextButton_2.Text = " "
  258. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  259. TextButton_2.TextScaled = true
  260. TextButton_2.TextSize = 14
  261. TextButton_2.TextWrapped = true
  262.  
  263. Tps.Name = "Tps"
  264. Tps.Parent = Frame
  265. Tps.Active = true
  266. Tps.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  267. Tps.BackgroundTransparency = 1
  268. Tps.BorderColor3 = Color3.new(0, 0, 0)
  269. Tps.BorderSizePixel = 0
  270. Tps.Position = UDim2.new(0.0239933357, 0, 0.467977405, 0)
  271. Tps.Selectable = true
  272. Tps.Size = UDim2.new(0, 195, 0, 50)
  273. Tps.ZIndex = 2
  274. Tps.Font = Enum.Font.SourceSans
  275. Tps.Text = "Tps"
  276. Tps.TextColor3 = Color3.new(0, 0, 0)
  277. Tps.TextScaled = true
  278. Tps.TextSize = 14
  279. Tps.TextWrapped = true
  280.  
  281. Frame_3.Parent = Tps
  282. Frame_3.Active = true
  283. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  284. Frame_3.BorderSizePixel = 0
  285. Frame_3.Position = UDim2.new(1, 0, -2.67691278, 0)
  286. Frame_3.Selectable = true
  287. Frame_3.Size = UDim2.new(0, 205, 0, 292)
  288. Frame_3.Visible = false
  289.  
  290. CrownShop.Name = "CrownShop"
  291. CrownShop.Parent = Frame_3
  292. CrownShop.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  293. CrownShop.BorderSizePixel = 0
  294. CrownShop.Position = UDim2.new(0.0471904799, 0, 0.439397544, 0)
  295. CrownShop.Size = UDim2.new(0, 190, 0, 30)
  296. CrownShop.Font = Enum.Font.SourceSans
  297. CrownShop.Text = "Crown Shop"
  298. CrownShop.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  299. CrownShop.TextScaled = true
  300. CrownShop.TextSize = 14
  301. CrownShop.TextWrapped = true
  302.  
  303. Reward.Name = "Reward"
  304. Reward.Parent = Frame_3
  305. Reward.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  306. Reward.BorderSizePixel = 0
  307. Reward.Position = UDim2.new(0.0476190522, 0, 0.0645319819, 0)
  308. Reward.Size = UDim2.new(0, 190, 0, 30)
  309. Reward.Font = Enum.Font.SourceSans
  310. Reward.Text = "Daily Reward"
  311. Reward.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  312. Reward.TextScaled = true
  313. Reward.TextSize = 14
  314. Reward.TextWrapped = true
  315.  
  316. Sell.Name = "Sell"
  317. Sell.Parent = Frame_3
  318. Sell.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  319. Sell.BorderSizePixel = 0
  320. Sell.Position = UDim2.new(0.0471904799, 0, 0.800254703, 0)
  321. Sell.Size = UDim2.new(0, 190, 0, 30)
  322. Sell.Font = Enum.Font.SourceSans
  323. Sell.Text = "Sell"
  324. Sell.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  325. Sell.TextScaled = true
  326. Sell.TextSize = 14
  327. Sell.TextWrapped = true
  328.  
  329. Shop.Name = "Shop"
  330. Shop.Parent = Frame_3
  331. Shop.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  332. Shop.BorderSizePixel = 0
  333. Shop.Position = UDim2.new(0.0476190522, 0, 0.2431034, 0)
  334. Shop.Size = UDim2.new(0, 190, 0, 30)
  335. Shop.Font = Enum.Font.SourceSans
  336. Shop.Text = "Shop"
  337. Shop.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  338. Shop.TextScaled = true
  339. Shop.TextSize = 14
  340. Shop.TextWrapped = true
  341.  
  342. Spawns.Name = "Spawns"
  343. Spawns.Parent = Frame_3
  344. Spawns.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  345. Spawns.BorderSizePixel = 0
  346. Spawns.Position = UDim2.new(0.0471904799, 0, 0.625254691, 0)
  347. Spawns.Size = UDim2.new(0, 190, 0, 30)
  348. Spawns.Font = Enum.Font.SourceSans
  349. Spawns.Text = "First Spawns"
  350. Spawns.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  351. Spawns.TextScaled = true
  352. Spawns.TextSize = 14
  353. Spawns.TextWrapped = true
  354.  
  355. Background_3.Name = "Background"
  356. Background_3.Parent = Tps
  357. Background_3.Active = true
  358. Background_3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  359. Background_3.BackgroundTransparency = 1
  360. Background_3.Position = UDim2.new(-0.0410000011, 0, 0, 0)
  361. Background_3.Size = UDim2.new(0, 198, 0, 52)
  362. Background_3.Image = "rbxassetid://3570695787"
  363. Background_3.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  364. Background_3.ScaleType = Enum.ScaleType.Slice
  365. Background_3.SliceCenter = Rect.new(100, 100, 100, 100)
  366.  
  367. TextButton_3.Parent = Tps
  368. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  369. TextButton_3.BackgroundTransparency = 1
  370. TextButton_3.Position = UDim2.new(-0.0541388094, 0, 0, 0)
  371. TextButton_3.Size = UDim2.new(0, 200, 0, 51)
  372. TextButton_3.ZIndex = 2
  373. TextButton_3.Font = Enum.Font.SourceSans
  374. TextButton_3.Text = " "
  375. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  376. TextButton_3.TextScaled = true
  377. TextButton_3.TextSize = 14
  378. TextButton_3.TextWrapped = true
  379.  
  380. -- Scripts:
  381.  
  382. local function EPIBUO_fake_script() -- Frame.LocalScript
  383. local script = Instance.new('LocalScript', Frame)
  384.  
  385. script.Parent.Draggable = true
  386. end
  387. coroutine.wrap(EPIBUO_fake_script)()
  388. local function ARUTMQN_fake_script() -- TextButton.LocalScript
  389. local script = Instance.new('LocalScript', TextButton)
  390.  
  391. script.Parent.MouseButton1Click:Connect(function()
  392. local message = Instance.new("Message")
  393. message.Parent = game.Workspace
  394. message.Text = "Script Made By MagmaHacks"
  395. wait(2)
  396. message:Destroy()
  397. local message2 = Instance.new("Message")
  398. message2.Parent = game.Workspace
  399. message2.Text = "Thanks for using this script"
  400. wait(2)
  401. message2:Destroy()
  402. end)
  403. end
  404. coroutine.wrap(ARUTMQN_fake_script)()
  405. local function UTFJJE_fake_script() -- AutoKing.LocalScript
  406. local script = Instance.new('LocalScript', AutoKing)
  407.  
  408. script.Parent.MouseButton1Click:Connect(function()
  409. local plr = game.Players.LocalPlayer.Character
  410. workspace.Locations.KingArea.CanCollide = false
  411. game.Workspace.Gravity = 1
  412. while true do
  413. wait()
  414. plr.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.KingArea.CFrame.Position + Vector3.new(0,9.5,0))
  415. end
  416. end)
  417. end
  418. coroutine.wrap(UTFJJE_fake_script)()
  419. local function WLJTNG_fake_script() -- BossKiller.LocalScript
  420. local script = Instance.new('LocalScript', BossKiller)
  421.  
  422. script.Parent.MouseButton1Click:Connect(function()
  423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,0,0))
  424. game.Workspace.Gravity = 1
  425. local platform = Instance.new("Part",workspace)
  426. platform.Name = "platform"
  427. platform.Position = Vector3.new(100,100,100)
  428. platform.Anchored = true
  429. platform.CanCollide = true
  430. local val = Instance.new("IntValue",game.Players.LocalPlayer.Character.HumanoidRootPart)
  431. val.Value = 0
  432. local on = true
  433. while true do
  434. wait(0.1)
  435. if on then
  436. repeat
  437. wait()
  438. workspace.Boss.Health.Value = 0
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,3,0))
  440. val.Value = val.Value +1
  441. until val.Value == 160
  442. on = false
  443. val.Value = 0
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(platform.CFrame.Position)
  445. wait(3)
  446. on = true
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,3,0))
  448. else
  449. print("no")
  450. end
  451. end
  452. end)
  453. end
  454. coroutine.wrap(WLJTNG_fake_script)()
  455. local function ANZRY_fake_script() -- CoinGrabber.LocalScript
  456. local script = Instance.new('LocalScript', CoinGrabber)
  457.  
  458. script.Parent.MouseButton1Click:Connect(function()
  459. local plr = game.Players.LocalPlayer.Character
  460. while true do
  461. wait()
  462. plr.HumanoidRootPart.CFrame = CFrame.new(workspace.CandyHolder:FindFirstChild("Candy").CFrame.Position)
  463. wait(0)
  464. workspace.CandyHolder:FindFirstChild("Candy"):Destroy()
  465. end
  466. end)
  467. end
  468. coroutine.wrap(ANZRY_fake_script)()
  469. local function JFLEHG_fake_script() -- Walkspeed.LocalScript
  470. local script = Instance.new('LocalScript', Walkspeed)
  471.  
  472. local plr = game.Players.LocalPlayer.Character
  473. plr:WaitForChild("Humanoid")
  474. local text = script.Parent
  475. text:GetPropertyChangedSignal("Text"):Connect(function()
  476. game:GetService("RunService").Stepped:Connect(function()
  477. plr.Humanoid.WalkSpeed = text.Text
  478. end)
  479. end)
  480. end
  481. coroutine.wrap(JFLEHG_fake_script)()
  482. local function LLAVYRQ_fake_script() -- JumpPower.LocalScript
  483. local script = Instance.new('LocalScript', JumpPower)
  484.  
  485. local plr = game.Players.LocalPlayer.Character
  486. plr:WaitForChild("Humanoid")
  487. local text = script.Parent
  488. text:GetPropertyChangedSignal("Text"):Connect(function()
  489. plr.Humanoid.JumpPower = text.Text
  490. end)
  491. end
  492. coroutine.wrap(LLAVYRQ_fake_script)()
  493. local function DQYCE_fake_script() -- Gravity.LocalScript
  494. local script = Instance.new('LocalScript', Gravity)
  495.  
  496. local text = script.Parent
  497. text:GetPropertyChangedSignal("Text"):Connect(function()
  498. workspace.Gravity = text.Text
  499. end)
  500. end
  501. coroutine.wrap(DQYCE_fake_script)()
  502. local function RKPR_fake_script() -- AutoFarm.LocalScript
  503. local script = Instance.new('LocalScript', AutoFarm)
  504.  
  505. local plr = game.Players.LocalPlayer
  506. local safeplace = Instance.new("Part", workspace)
  507. safeplace.Anchored = true
  508. safeplace.Position = Vector3.new(200,200,200)
  509. safeplace.CanCollide = true
  510. safeplace.BottomSurface = "Smooth"
  511. safeplace.TopSurface = "Smooth"
  512. safeplace.Name = "Safeplace"
  513. safeplace.Size = Vector3.new(100,1,100)
  514. script.Parent.MouseButton1Click:Connect(function()
  515. plr.Character.HumanoidRootPart.CFrame = CFrame.new(safeplace.CFrame.Position + Vector3.new(0,2,0))
  516. while wait() do
  517. local Remote = game.ReplicatedStorage.Events['Clicked']
  518. local Arguments = {}
  519. Remote:FireServer(unpack(Arguments))
  520. local Event = game:GetService("ReplicatedStorage").Events.Sell
  521. Event:FireServer()
  522. end
  523. end)
  524. end
  525. coroutine.wrap(RKPR_fake_script)()
  526. local function DSFU_fake_script() -- TextButton_2.LocalScript
  527. local script = Instance.new('LocalScript', TextButton_2)
  528.  
  529. script.Parent.MouseButton1Click:Connect(function()
  530. script.Parent.Parent.Frame.Visible = true
  531. script.Parent.Parent.Parent.Tps.Frame.Visible = false
  532. end)
  533. end
  534. coroutine.wrap(DSFU_fake_script)()
  535. local function DKVEONB_fake_script() -- CrownShop.LocalScript
  536. local script = Instance.new('LocalScript', CrownShop)
  537.  
  538. script.Parent.MouseButton1Click:Connect(function()
  539. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.CrownShop.CFrame.Position + Vector3.new(0,4,0))
  540. end)
  541. end
  542. coroutine.wrap(DKVEONB_fake_script)()
  543. local function UJTTUV_fake_script() -- Reward.LocalScript
  544. local script = Instance.new('LocalScript', Reward)
  545.  
  546. script.Parent.MouseButton1Click:Connect(function()
  547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.DailyReward.Location.CFrame.Position + Vector3.new(0,4,0))
  548. end)
  549. end
  550. coroutine.wrap(UJTTUV_fake_script)()
  551. local function HMWEF_fake_script() -- Sell.LocalScript
  552. local script = Instance.new('LocalScript', Sell)
  553.  
  554. script.Parent.MouseButton1Click:Connect(function()
  555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,4,0))
  556. end)
  557. end
  558. coroutine.wrap(HMWEF_fake_script)()
  559. local function MQMTB_fake_script() -- Shop.LocalScript
  560. local script = Instance.new('LocalScript', Shop)
  561.  
  562. script.Parent.MouseButton1Click:Connect(function()
  563. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Shop.CFrame.Position + Vector3.new(0,4,0))
  564. end)
  565. end
  566. coroutine.wrap(MQMTB_fake_script)()
  567. local function HCXX_fake_script() -- Spawns.LocalScript
  568. local script = Instance.new('LocalScript', Spawns)
  569.  
  570. script.Parent.MouseButton1Click:Connect(function()
  571. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.FirstSpawns:FindFirstChild("FirstSpawn").CFrame.Position + Vector3.new(0,4,0))
  572. end)
  573. end
  574. coroutine.wrap(HCXX_fake_script)()
  575. local function ZYKZ_fake_script() -- TextButton_3.LocalScript
  576. local script = Instance.new('LocalScript', TextButton_3)
  577.  
  578. script.Parent.MouseButton1Click:Connect(function()
  579. script.Parent.Parent.Frame.Visible = false
  580. script.Parent.Parent.Parent.Tps.Frame.Visible = true
  581. end)
  582. end
  583. coroutine.wrap(ZYKZ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement