Advertisement
Guest User

-- Gui to Lua -- Version: 3 -- Instances: local Yeetus =

a guest
Oct 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 41.81 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)()
  584. RAW Paste Data
  585. -- Gui to Lua
  586. -- Version: 3
  587.  
  588. -- Instances:
  589.  
  590. local Yeetus = Instance.new("ScreenGui")
  591. local Frame = Instance.new("ImageLabel")
  592. local Credits = Instance.new("TextLabel")
  593. local TextButton = Instance.new("TextButton")
  594. local Background = Instance.new("ImageLabel")
  595. local Scripts = Instance.new("TextLabel")
  596. local Frame_2 = Instance.new("Frame")
  597. local AutoKing = Instance.new("TextButton")
  598. local BossKiller = Instance.new("TextButton")
  599. local CoinGrabber = Instance.new("TextButton")
  600. local Walkspeed = Instance.new("TextBox")
  601. local JumpPower = Instance.new("TextBox")
  602. local Local = Instance.new("TextLabel")
  603. local Gravity = Instance.new("TextBox")
  604. local AutoFarm = Instance.new("TextButton")
  605. local Background_2 = Instance.new("ImageLabel")
  606. local TextButton_2 = Instance.new("TextButton")
  607. local Tps = Instance.new("TextLabel")
  608. local Frame_3 = Instance.new("Frame")
  609. local CrownShop = Instance.new("TextButton")
  610. local Reward = Instance.new("TextButton")
  611. local Sell = Instance.new("TextButton")
  612. local Shop = Instance.new("TextButton")
  613. local Spawns = Instance.new("TextButton")
  614. local Background_3 = Instance.new("ImageLabel")
  615. local TextButton_3 = Instance.new("TextButton")
  616.  
  617. --Properties:
  618.  
  619. Yeetus.Name = "Yeetus"
  620. Yeetus.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  621.  
  622. Frame.Name = "Frame"
  623. Frame.Parent = Yeetus
  624. Frame.Active = true
  625. Frame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  626. Frame.BackgroundTransparency = 1
  627. Frame.Position = UDim2.new(0.375096083, 0, 0.200860828, 0)
  628. Frame.Selectable = true
  629. Frame.Size = UDim2.new(0, 440, 0, 316)
  630. Frame.ZIndex = 0
  631. Frame.Image = "rbxassetid://3570695787"
  632. Frame.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  633. Frame.ScaleType = Enum.ScaleType.Slice
  634. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  635.  
  636. Credits.Name = "Credits"
  637. Credits.Parent = Frame
  638. Credits.Active = true
  639. Credits.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  640. Credits.BackgroundTransparency = 1
  641. Credits.BorderColor3 = Color3.new(0, 0, 0)
  642. Credits.BorderSizePixel = 0
  643. Credits.Position = UDim2.new(0.02678084, 0, 0.833122909, 0)
  644. Credits.Selectable = true
  645. Credits.Size = UDim2.new(0, 179, 0, 43)
  646. Credits.ZIndex = 3
  647. Credits.Font = Enum.Font.SourceSans
  648. Credits.Text = "Credits"
  649. Credits.TextColor3 = Color3.new(0, 0, 0)
  650. Credits.TextScaled = true
  651. Credits.TextSize = 14
  652. Credits.TextWrapped = true
  653.  
  654. TextButton.Parent = Credits
  655. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  656. TextButton.BackgroundTransparency = 1
  657. TextButton.Position = UDim2.new(-0.0413443297, 0, 0.0237114485, 0)
  658. TextButton.Size = UDim2.new(0, 198, 0, 51)
  659. TextButton.ZIndex = 2
  660. TextButton.Font = Enum.Font.SourceSans
  661. TextButton.Text = " "
  662. TextButton.TextColor3 = Color3.new(0, 0, 0)
  663. TextButton.TextScaled = true
  664. TextButton.TextSize = 14
  665. TextButton.TextWrapped = true
  666.  
  667. Background.Name = "Background"
  668. Background.Parent = Credits
  669. Background.Active = true
  670. Background.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  671. Background.BackgroundTransparency = 1
  672. Background.Position = UDim2.new(-0.0413443297, 0, 0.0237115361, 0)
  673. Background.Size = UDim2.new(0, 198, 0, 52)
  674. Background.Image = "rbxassetid://3570695787"
  675. Background.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  676. Background.ScaleType = Enum.ScaleType.Slice
  677. Background.SliceCenter = Rect.new(100, 100, 100, 100)
  678.  
  679. Scripts.Name = "Scripts"
  680. Scripts.Parent = Frame
  681. Scripts.Active = true
  682. Scripts.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  683. Scripts.BackgroundTransparency = 1
  684. Scripts.BorderColor3 = Color3.new(0, 0, 0)
  685. Scripts.BorderSizePixel = 0
  686. Scripts.Position = UDim2.new(0.0327510498, 0, 0.044415243, 0)
  687. Scripts.Selectable = true
  688. Scripts.Size = UDim2.new(0, 179, 0, 43)
  689. Scripts.ZIndex = 2
  690. Scripts.Font = Enum.Font.SourceSans
  691. Scripts.Text = "Scripts"
  692. Scripts.TextColor3 = Color3.new(0, 0, 0)
  693. Scripts.TextScaled = true
  694. Scripts.TextSize = 14
  695. Scripts.TextWrapped = true
  696.  
  697. Frame_2.Parent = Scripts
  698. Frame_2.Active = true
  699. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  700. Frame_2.BorderSizePixel = 0
  701. Frame_2.Position = UDim2.new(1.0454545, 0, 4.76837158e-07, 0)
  702. Frame_2.Selectable = true
  703. Frame_2.Size = UDim2.new(0, 210, 0, 293)
  704.  
  705. AutoKing.Name = "AutoKing"
  706. AutoKing.Parent = Frame_2
  707. AutoKing.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  708. AutoKing.BorderSizePixel = 0
  709. AutoKing.Position = UDim2.new(0.0519523844, 0, 0.270017207, 0)
  710. AutoKing.Size = UDim2.new(0, 190, 0, 30)
  711. AutoKing.Modal = true
  712. AutoKing.Font = Enum.Font.SourceSans
  713. AutoKing.Text = "Auto King"
  714. AutoKing.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  715. AutoKing.TextScaled = true
  716. AutoKing.TextSize = 14
  717. AutoKing.TextWrapped = true
  718.  
  719. BossKiller.Name = "BossKiller"
  720. BossKiller.Parent = Frame_2
  721. BossKiller.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  722. BossKiller.BorderSizePixel = 0
  723. BossKiller.Position = UDim2.new(0.0519523844, 0, 0.0253438856, 0)
  724. BossKiller.Size = UDim2.new(0, 190, 0, 30)
  725. BossKiller.Modal = true
  726. BossKiller.Font = Enum.Font.SourceSans
  727. BossKiller.Text = "Auto Boss"
  728. BossKiller.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  729. BossKiller.TextScaled = true
  730. BossKiller.TextSize = 14
  731. BossKiller.TextWrapped = true
  732.  
  733. CoinGrabber.Name = "CoinGrabber"
  734. CoinGrabber.Parent = Frame_2
  735. CoinGrabber.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  736. CoinGrabber.BorderSizePixel = 0
  737. CoinGrabber.Position = UDim2.new(0.0519523844, 0, 0.149307802, 0)
  738. CoinGrabber.Size = UDim2.new(0, 190, 0, 30)
  739. CoinGrabber.Modal = true
  740. CoinGrabber.Font = Enum.Font.SourceSans
  741. CoinGrabber.Text = "Auto Candy"
  742. CoinGrabber.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  743. CoinGrabber.TextScaled = true
  744. CoinGrabber.TextSize = 14
  745. CoinGrabber.TextWrapped = true
  746.  
  747. Walkspeed.Name = "Walkspeed"
  748. Walkspeed.Parent = Frame_2
  749. Walkspeed.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  750. Walkspeed.BorderSizePixel = 0
  751. Walkspeed.Position = UDim2.new(0.0523809567, 0, 0.661201537, 0)
  752. Walkspeed.Size = UDim2.new(0, 190, 0, 30)
  753. Walkspeed.Font = Enum.Font.SourceSans
  754. Walkspeed.PlaceholderColor3 = Color3.new(0, 0, 0)
  755. Walkspeed.PlaceholderText = "Type Walkspeed"
  756. Walkspeed.Text = ""
  757. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  758. Walkspeed.TextScaled = true
  759. Walkspeed.TextSize = 14
  760. Walkspeed.TextWrapped = true
  761.  
  762. JumpPower.Name = "JumpPower"
  763. JumpPower.Parent = Frame_2
  764. JumpPower.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  765. JumpPower.BorderSizePixel = 0
  766. JumpPower.Position = UDim2.new(0.0523809567, 0, 0.762008965, 0)
  767. JumpPower.Size = UDim2.new(0, 190, 0, 30)
  768. JumpPower.Font = Enum.Font.SourceSans
  769. JumpPower.PlaceholderColor3 = Color3.new(0, 0, 0)
  770. JumpPower.PlaceholderText = "Type JumpPower"
  771. JumpPower.Text = ""
  772. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  773. JumpPower.TextScaled = true
  774. JumpPower.TextSize = 14
  775. JumpPower.TextWrapped = true
  776.  
  777. Local.Name = "Local"
  778. Local.Parent = Frame_2
  779. Local.Active = true
  780. Local.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  781. Local.BorderSizePixel = 0
  782. Local.Position = UDim2.new(0, 0, 0.522593915, 0)
  783. Local.Selectable = true
  784. Local.Size = UDim2.new(0, 210, 0, 31)
  785. Local.Font = Enum.Font.SourceSans
  786. Local.Text = "Local"
  787. Local.TextColor3 = Color3.new(0, 1, 0)
  788. Local.TextScaled = true
  789. Local.TextSize = 14
  790. Local.TextStrokeColor3 = Color3.new(0, 1, 0)
  791. Local.TextWrapped = true
  792.  
  793. Gravity.Name = " Gravity"
  794. Gravity.Parent = Frame_2
  795. Gravity.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  796. Gravity.BorderSizePixel = 0
  797. Gravity.Position = UDim2.new(0.0523809567, 0, 0.864398062, 0)
  798. Gravity.Size = UDim2.new(0, 190, 0, 30)
  799. Gravity.Font = Enum.Font.SourceSans
  800. Gravity.PlaceholderColor3 = Color3.new(0, 0, 0)
  801. Gravity.PlaceholderText = "Type Gravity"
  802. Gravity.Text = ""
  803. Gravity.TextColor3 = Color3.new(0, 0, 0)
  804. Gravity.TextScaled = true
  805. Gravity.TextSize = 14
  806. Gravity.TextWrapped = true
  807.  
  808. AutoFarm.Name = "AutoFarm"
  809. AutoFarm.Parent = Frame_2
  810. AutoFarm.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  811. AutoFarm.BorderSizePixel = 0
  812. AutoFarm.Position = UDim2.new(0.0519523844, 0, 0.403123021, 0)
  813. AutoFarm.Size = UDim2.new(0, 190, 0, 30)
  814. AutoFarm.Modal = true
  815. AutoFarm.Font = Enum.Font.SourceSans
  816. AutoFarm.Text = "Auto Farm"
  817. AutoFarm.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  818. AutoFarm.TextScaled = true
  819. AutoFarm.TextSize = 14
  820. AutoFarm.TextWrapped = true
  821.  
  822. Background_2.Name = "Background"
  823. Background_2.Parent = Scripts
  824. Background_2.Active = true
  825. Background_2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  826. Background_2.BackgroundTransparency = 1
  827. Background_2.Position = UDim2.new(-0.0560197048, 0, -0.220000163, 0)
  828. Background_2.Size = UDim2.new(0, 195, 0, 52)
  829. Background_2.Image = "rbxassetid://3570695787"
  830. Background_2.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  831. Background_2.ScaleType = Enum.ScaleType.Slice
  832. Background_2.SliceCenter = Rect.new(100, 100, 100, 100)
  833.  
  834. TextButton_2.Parent = Scripts
  835. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  836. TextButton_2.BackgroundTransparency = 1
  837. TextButton_2.Position = UDim2.new(-0.0560197048, 0, -0.220000163, 0)
  838. TextButton_2.Size = UDim2.new(0, 195, 0, 53)
  839. TextButton_2.ZIndex = 2
  840. TextButton_2.Font = Enum.Font.SourceSans
  841. TextButton_2.Text = " "
  842. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  843. TextButton_2.TextScaled = true
  844. TextButton_2.TextSize = 14
  845. TextButton_2.TextWrapped = true
  846.  
  847. Tps.Name = "Tps"
  848. Tps.Parent = Frame
  849. Tps.Active = true
  850. Tps.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  851. Tps.BackgroundTransparency = 1
  852. Tps.BorderColor3 = Color3.new(0, 0, 0)
  853. Tps.BorderSizePixel = 0
  854. Tps.Position = UDim2.new(0.0239933357, 0, 0.467977405, 0)
  855. Tps.Selectable = true
  856. Tps.Size = UDim2.new(0, 195, 0, 50)
  857. Tps.ZIndex = 2
  858. Tps.Font = Enum.Font.SourceSans
  859. Tps.Text = "Tps"
  860. Tps.TextColor3 = Color3.new(0, 0, 0)
  861. Tps.TextScaled = true
  862. Tps.TextSize = 14
  863. Tps.TextWrapped = true
  864.  
  865. Frame_3.Parent = Tps
  866. Frame_3.Active = true
  867. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  868. Frame_3.BorderSizePixel = 0
  869. Frame_3.Position = UDim2.new(1, 0, -2.67691278, 0)
  870. Frame_3.Selectable = true
  871. Frame_3.Size = UDim2.new(0, 205, 0, 292)
  872. Frame_3.Visible = false
  873.  
  874. CrownShop.Name = "CrownShop"
  875. CrownShop.Parent = Frame_3
  876. CrownShop.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  877. CrownShop.BorderSizePixel = 0
  878. CrownShop.Position = UDim2.new(0.0471904799, 0, 0.439397544, 0)
  879. CrownShop.Size = UDim2.new(0, 190, 0, 30)
  880. CrownShop.Font = Enum.Font.SourceSans
  881. CrownShop.Text = "Crown Shop"
  882. CrownShop.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  883. CrownShop.TextScaled = true
  884. CrownShop.TextSize = 14
  885. CrownShop.TextWrapped = true
  886.  
  887. Reward.Name = "Reward"
  888. Reward.Parent = Frame_3
  889. Reward.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  890. Reward.BorderSizePixel = 0
  891. Reward.Position = UDim2.new(0.0476190522, 0, 0.0645319819, 0)
  892. Reward.Size = UDim2.new(0, 190, 0, 30)
  893. Reward.Font = Enum.Font.SourceSans
  894. Reward.Text = "Daily Reward"
  895. Reward.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  896. Reward.TextScaled = true
  897. Reward.TextSize = 14
  898. Reward.TextWrapped = true
  899.  
  900. Sell.Name = "Sell"
  901. Sell.Parent = Frame_3
  902. Sell.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  903. Sell.BorderSizePixel = 0
  904. Sell.Position = UDim2.new(0.0471904799, 0, 0.800254703, 0)
  905. Sell.Size = UDim2.new(0, 190, 0, 30)
  906. Sell.Font = Enum.Font.SourceSans
  907. Sell.Text = "Sell"
  908. Sell.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  909. Sell.TextScaled = true
  910. Sell.TextSize = 14
  911. Sell.TextWrapped = true
  912.  
  913. Shop.Name = "Shop"
  914. Shop.Parent = Frame_3
  915. Shop.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  916. Shop.BorderSizePixel = 0
  917. Shop.Position = UDim2.new(0.0476190522, 0, 0.2431034, 0)
  918. Shop.Size = UDim2.new(0, 190, 0, 30)
  919. Shop.Font = Enum.Font.SourceSans
  920. Shop.Text = "Shop"
  921. Shop.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  922. Shop.TextScaled = true
  923. Shop.TextSize = 14
  924. Shop.TextWrapped = true
  925.  
  926. Spawns.Name = "Spawns"
  927. Spawns.Parent = Frame_3
  928. Spawns.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  929. Spawns.BorderSizePixel = 0
  930. Spawns.Position = UDim2.new(0.0471904799, 0, 0.625254691, 0)
  931. Spawns.Size = UDim2.new(0, 190, 0, 30)
  932. Spawns.Font = Enum.Font.SourceSans
  933. Spawns.Text = "First Spawns"
  934. Spawns.TextColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  935. Spawns.TextScaled = true
  936. Spawns.TextSize = 14
  937. Spawns.TextWrapped = true
  938.  
  939. Background_3.Name = "Background"
  940. Background_3.Parent = Tps
  941. Background_3.Active = true
  942. Background_3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  943. Background_3.BackgroundTransparency = 1
  944. Background_3.Position = UDim2.new(-0.0410000011, 0, 0, 0)
  945. Background_3.Size = UDim2.new(0, 198, 0, 52)
  946. Background_3.Image = "rbxassetid://3570695787"
  947. Background_3.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  948. Background_3.ScaleType = Enum.ScaleType.Slice
  949. Background_3.SliceCenter = Rect.new(100, 100, 100, 100)
  950.  
  951. TextButton_3.Parent = Tps
  952. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  953. TextButton_3.BackgroundTransparency = 1
  954. TextButton_3.Position = UDim2.new(-0.0541388094, 0, 0, 0)
  955. TextButton_3.Size = UDim2.new(0, 200, 0, 51)
  956. TextButton_3.ZIndex = 2
  957. TextButton_3.Font = Enum.Font.SourceSans
  958. TextButton_3.Text = " "
  959. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  960. TextButton_3.TextScaled = true
  961. TextButton_3.TextSize = 14
  962. TextButton_3.TextWrapped = true
  963.  
  964. -- Scripts:
  965.  
  966. local function EPIBUO_fake_script() -- Frame.LocalScript
  967.     local script = Instance.new('LocalScript', Frame)
  968.  
  969.     script.Parent.Draggable = true
  970. end
  971. coroutine.wrap(EPIBUO_fake_script)()
  972. local function ARUTMQN_fake_script() -- TextButton.LocalScript
  973.     local script = Instance.new('LocalScript', TextButton)
  974.  
  975.     script.Parent.MouseButton1Click:Connect(function()
  976.         local message = Instance.new("Message")
  977.         message.Parent = game.Workspace
  978.         message.Text = "Script Made By MagmaHacks"
  979.         wait(2)
  980.         message:Destroy()
  981.         local message2 = Instance.new("Message")
  982.         message2.Parent = game.Workspace
  983.         message2.Text = "Thanks for using this script"
  984.         wait(2)
  985.         message2:Destroy()
  986.     end)
  987. end
  988. coroutine.wrap(ARUTMQN_fake_script)()
  989. local function UTFJJE_fake_script() -- AutoKing.LocalScript
  990.     local script = Instance.new('LocalScript', AutoKing)
  991.  
  992.     script.Parent.MouseButton1Click:Connect(function() 
  993.         local plr = game.Players.LocalPlayer.Character
  994.         workspace.Locations.KingArea.CanCollide = false
  995.         game.Workspace.Gravity = 1
  996.         while true do
  997.             wait()
  998.             plr.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.KingArea.CFrame.Position + Vector3.new(0,9.5,0))
  999.         end
  1000.     end)
  1001. end
  1002. coroutine.wrap(UTFJJE_fake_script)()
  1003. local function WLJTNG_fake_script() -- BossKiller.LocalScript
  1004.     local script = Instance.new('LocalScript', BossKiller)
  1005.  
  1006.     script.Parent.MouseButton1Click:Connect(function() 
  1007.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,0,0))
  1008.         game.Workspace.Gravity = 1
  1009.         local platform = Instance.new("Part",workspace)
  1010.         platform.Name = "platform"
  1011.         platform.Position = Vector3.new(100,100,100)
  1012.         platform.Anchored = true
  1013.         platform.CanCollide = true
  1014.         local val = Instance.new("IntValue",game.Players.LocalPlayer.Character.HumanoidRootPart)
  1015.         val.Value = 0
  1016.         local on = true
  1017.     while true do
  1018.         wait(0.1)
  1019.         if on then
  1020.             repeat
  1021.                 wait()
  1022.                 workspace.Boss.Health.Value = 0
  1023.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,3,0))
  1024.                 val.Value = val.Value +1
  1025.             until val.Value == 160
  1026.                 on = false
  1027.                 val.Value = 0
  1028.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(platform.CFrame.Position)
  1029.                 wait(3)
  1030.                 on = true
  1031.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Boss.Head.CFrame.Position + Vector3.new(0,3,0))
  1032.             else
  1033.                 print("no")
  1034.             end
  1035.         end
  1036.     end)
  1037. end
  1038. coroutine.wrap(WLJTNG_fake_script)()
  1039. local function ANZRY_fake_script() -- CoinGrabber.LocalScript
  1040.     local script = Instance.new('LocalScript', CoinGrabber)
  1041.  
  1042.     script.Parent.MouseButton1Click:Connect(function() 
  1043.         local plr = game.Players.LocalPlayer.Character
  1044.         while true do
  1045.             wait()
  1046.             plr.HumanoidRootPart.CFrame = CFrame.new(workspace.CandyHolder:FindFirstChild("Candy").CFrame.Position)
  1047.             wait(0)
  1048.             workspace.CandyHolder:FindFirstChild("Candy"):Destroy()
  1049.         end
  1050.     end)
  1051. end
  1052. coroutine.wrap(ANZRY_fake_script)()
  1053. local function JFLEHG_fake_script() -- Walkspeed.LocalScript
  1054.     local script = Instance.new('LocalScript', Walkspeed)
  1055.  
  1056.     local plr = game.Players.LocalPlayer.Character
  1057.     plr:WaitForChild("Humanoid")
  1058.     local text = script.Parent
  1059.     text:GetPropertyChangedSignal("Text"):Connect(function()
  1060.         game:GetService("RunService").Stepped:Connect(function()
  1061.             plr.Humanoid.WalkSpeed = text.Text
  1062.         end)
  1063.     end)
  1064. end
  1065. coroutine.wrap(JFLEHG_fake_script)()
  1066. local function LLAVYRQ_fake_script() -- JumpPower.LocalScript
  1067.     local script = Instance.new('LocalScript', JumpPower)
  1068.  
  1069.     local plr = game.Players.LocalPlayer.Character
  1070.     plr:WaitForChild("Humanoid")
  1071.     local text = script.Parent
  1072.     text:GetPropertyChangedSignal("Text"):Connect(function()
  1073.         plr.Humanoid.JumpPower = text.Text
  1074.     end)
  1075. end
  1076. coroutine.wrap(LLAVYRQ_fake_script)()
  1077. local function DQYCE_fake_script() -- Gravity.LocalScript
  1078.     local script = Instance.new('LocalScript', Gravity)
  1079.  
  1080.     local text = script.Parent
  1081.     text:GetPropertyChangedSignal("Text"):Connect(function()
  1082.         workspace.Gravity = text.Text
  1083.     end)
  1084. end
  1085. coroutine.wrap(DQYCE_fake_script)()
  1086. local function RKPR_fake_script() -- AutoFarm.LocalScript
  1087.     local script = Instance.new('LocalScript', AutoFarm)
  1088.  
  1089.     local plr = game.Players.LocalPlayer
  1090.     local safeplace = Instance.new("Part", workspace)
  1091.     safeplace.Anchored = true
  1092.     safeplace.Position = Vector3.new(200,200,200)
  1093.     safeplace.CanCollide = true
  1094.     safeplace.BottomSurface = "Smooth"
  1095.     safeplace.TopSurface = "Smooth"
  1096.     safeplace.Name = "Safeplace"
  1097.     safeplace.Size = Vector3.new(100,1,100)
  1098.     script.Parent.MouseButton1Click:Connect(function()
  1099.     plr.Character.HumanoidRootPart.CFrame = CFrame.new(safeplace.CFrame.Position + Vector3.new(0,2,0)) 
  1100.         while wait() do
  1101.             local Remote = game.ReplicatedStorage.Events['Clicked']
  1102.             local Arguments = {}
  1103.             Remote:FireServer(unpack(Arguments))
  1104.             local Event = game:GetService("ReplicatedStorage").Events.Sell
  1105.             Event:FireServer()
  1106.         end
  1107.     end)
  1108. end
  1109. coroutine.wrap(RKPR_fake_script)()
  1110. local function DSFU_fake_script() -- TextButton_2.LocalScript
  1111.     local script = Instance.new('LocalScript', TextButton_2)
  1112.  
  1113.     script.Parent.MouseButton1Click:Connect(function()
  1114.         script.Parent.Parent.Frame.Visible = true
  1115.         script.Parent.Parent.Parent.Tps.Frame.Visible = false
  1116.     end)
  1117. end
  1118. coroutine.wrap(DSFU_fake_script)()
  1119. local function DKVEONB_fake_script() -- CrownShop.LocalScript
  1120.     local script = Instance.new('LocalScript', CrownShop)
  1121.  
  1122.     script.Parent.MouseButton1Click:Connect(function()
  1123.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.CrownShop.CFrame.Position + Vector3.new(0,4,0))
  1124.     end)
  1125. end
  1126. coroutine.wrap(DKVEONB_fake_script)()
  1127. local function UJTTUV_fake_script() -- Reward.LocalScript
  1128.     local script = Instance.new('LocalScript', Reward)
  1129.  
  1130.     script.Parent.MouseButton1Click:Connect(function()
  1131.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.DailyReward.Location.CFrame.Position + Vector3.new(0,4,0))
  1132.     end)
  1133. end
  1134. coroutine.wrap(UJTTUV_fake_script)()
  1135. local function HMWEF_fake_script() -- Sell.LocalScript
  1136.     local script = Instance.new('LocalScript', Sell)
  1137.  
  1138.     script.Parent.MouseButton1Click:Connect(function()
  1139.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,4,0))
  1140.     end)
  1141. end
  1142. coroutine.wrap(HMWEF_fake_script)()
  1143. local function MQMTB_fake_script() -- Shop.LocalScript
  1144.     local script = Instance.new('LocalScript', Shop)
  1145.  
  1146.     script.Parent.MouseButton1Click:Connect(function()
  1147.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Shop.CFrame.Position + Vector3.new(0,4,0))
  1148.     end)
  1149. end
  1150. coroutine.wrap(MQMTB_fake_script)()
  1151. local function HCXX_fake_script() -- Spawns.LocalScript
  1152.     local script = Instance.new('LocalScript', Spawns)
  1153.  
  1154.     script.Parent.MouseButton1Click:Connect(function()
  1155.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.FirstSpawns:FindFirstChild("FirstSpawn").CFrame.Position + Vector3.new(0,4,0))
  1156.     end)
  1157. end
  1158. coroutine.wrap(HCXX_fake_script)()
  1159. local function ZYKZ_fake_script() -- TextButton_3.LocalScript
  1160.     local script = Instance.new('LocalScript', TextButton_3)
  1161.  
  1162.     script.Parent.MouseButton1Click:Connect(function()
  1163.         script.Parent.Parent.Frame.Visible = false
  1164.         script.Parent.Parent.Parent.Tps.Frame.Visible = true
  1165.     end)
  1166. end
  1167. coroutine.wrap(ZYKZ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement