MagmaPlays

Updated Saber Simulator Gui

Oct 13th, 2019
5,401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.43 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:WaitForChild("CoreGui")
  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 Coin"
  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 autoBossToggle = false
  383. local autoCoinMode = 0
  384. local autoKingToggle = false
  385. local autoFarmToggle = false
  386.  
  387. local function EPIBUO_fake_script() -- Frame.LocalScript
  388. local script = Instance.new('LocalScript', Frame)
  389.  
  390. script.Parent.Draggable = true
  391. end
  392. coroutine.wrap(EPIBUO_fake_script)()
  393. local function ARUTMQN_fake_script() -- TextButton.LocalScript
  394. local script = Instance.new('LocalScript', TextButton)
  395.  
  396. script.Parent.MouseButton1Click:Connect(function()
  397. local message = Instance.new("Message")
  398. message.Parent = game.Workspace
  399. message.Text = "Script Made By MagmaHacks and Edited by zBoltZz"
  400. wait(2)
  401. message:Destroy()
  402. local message2 = Instance.new("Message")
  403. message2.Parent = game.Workspace
  404. message2.Text = "Thanks for using this script"
  405. wait(2)
  406. message2:Destroy()
  407. end)
  408. end
  409. coroutine.wrap(ARUTMQN_fake_script)()
  410. local function UTFJJE_fake_script() -- AutoKing.LocalScript
  411. local script = Instance.new('LocalScript', AutoKing)
  412. script.Parent.MouseButton1Click:Connect(function()
  413.  
  414. if autoKingToggle == false then
  415. autoKingToggle = true
  416. AutoKing.TextColor3 = Color3.new(0,1,0)
  417. elseif autoKingToggle == true then
  418. autoKingToggle = false
  419. AutoKing.TextColor3 = Color3.new(1,0,0)
  420. end
  421.  
  422. local plr = game.Players.LocalPlayer
  423. while autoKingToggle == true do
  424. wait()
  425. pcall(function()
  426. if plr.Character then
  427. plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.KingArea.CFrame.Position + Vector3.new(0,9.5,0))
  428. end
  429. end)
  430. end
  431. end)
  432. end
  433. coroutine.wrap(UTFJJE_fake_script)()
  434. local function WLJTNG_fake_script() -- BossKiller.LocalScript
  435. local script = Instance.new('LocalScript', BossKiller)
  436.  
  437. script.Parent.MouseButton1Click:Connect(function()
  438.  
  439. local plr = game.Players.LocalPlayer
  440.  
  441. if autoBossToggle == false then
  442. autoBossToggle = true
  443. BossKiller.TextColor3 = Color3.new(0,1,0)
  444. elseif autoBossToggle == true then
  445. autoBossToggle = false
  446. BossKiller.TextColor3 = Color3.new(1,0,0)
  447. end
  448.  
  449. while autoBossToggle == true do
  450. wait()
  451. pcall(function()
  452. print("executed")
  453. if game.Workspace:FindFirstChild("Boss") then
  454. local boss = game.Workspace:FindFirstChild("Boss")
  455. if boss.Health.Value > 0 then
  456. plr.Character.HumanoidRootPart.CFrame = boss.Head.CFrame
  457. print("Teleporting to head")
  458. plr.Character.Humanoid:ChangeState(11)
  459. if plr.Character:FindFirstChildOfClass("Tool") then
  460. local tool = plr.Character:FindFirstChildOfClass("Tool")
  461. tool.RemoteClick:FireServer()
  462. game.ReplicatedStorage.Events.Clicked:FireServer()
  463. else
  464. local tool = plr.Backpack:FindFirstChildOfClass("Tool")
  465. tool.Parent = plr.Character
  466. end
  467. end
  468. end
  469. end)
  470. end
  471. end)
  472. end
  473. coroutine.wrap(WLJTNG_fake_script)()
  474. local function ANZRY_fake_script() -- CoinGrabber.LocalScript
  475. local script = Instance.new('LocalScript', CoinGrabber)
  476.  
  477. script.Parent.MouseButton1Click:Connect(function()
  478. if autoCoinMode == 0 then
  479. autoCoinMode = 1
  480. CoinGrabber.TextColor3 = Color3.new(0,1,0)
  481. CoinGrabber.Text = "Auto Coin"
  482. elseif autoCoinMode == 1 then
  483. autoCoinMode = 2
  484. CoinGrabber.Text = "Auto Candy"
  485. elseif autoCoinMode == 2 then
  486. autoCoinMode = 0
  487. CoinGrabber.Text = "Auto Coin"
  488. CoinGrabber.TextColor3 = Color3.new(1,0,0)
  489. end
  490. local plr = game.Players.LocalPlayer
  491. while autoCoinMode ~= 0 do
  492. wait()
  493. pcall(function()
  494. if autoCoinMode == 1 then
  495. for i,v in pairs(game.Workspace.CoinsHolder:GetChildren()) do
  496. if autoCoinMode ~= 0 then
  497. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  498. wait(0.1)
  499. end
  500. end
  501. elseif autoCoinMode == 2 then
  502. for i,v in pairs(game.Workspace.CandyHolder:GetChildren()) do
  503. if autoCoinMode ~= 0 then
  504. plr.Character.HumanoidRootPart.CFrame = v.CFrame
  505. wait(0.1)
  506. end
  507. end
  508. end
  509. end)
  510. end
  511. end)
  512. end
  513. coroutine.wrap(ANZRY_fake_script)()
  514. local function JFLEHG_fake_script() -- Walkspeed.LocalScript
  515. local script = Instance.new('LocalScript', Walkspeed)
  516.  
  517. local plr = game.Players.LocalPlayer.Character
  518. plr:WaitForChild("Humanoid")
  519. local text = script.Parent
  520. text:GetPropertyChangedSignal("Text"):Connect(function()
  521. game:GetService("RunService").Stepped:Connect(function()
  522. plr.Humanoid.WalkSpeed = text.Text
  523. end)
  524. end)
  525. end
  526. coroutine.wrap(JFLEHG_fake_script)()
  527. local function LLAVYRQ_fake_script() -- JumpPower.LocalScript
  528. local script = Instance.new('LocalScript', JumpPower)
  529.  
  530. local plr = game.Players.LocalPlayer.Character
  531. plr:WaitForChild("Humanoid")
  532. local text = script.Parent
  533. text:GetPropertyChangedSignal("Text"):Connect(function()
  534. plr.Humanoid.JumpPower = text.Text
  535. end)
  536. end
  537. coroutine.wrap(LLAVYRQ_fake_script)()
  538. local function DQYCE_fake_script() -- Gravity.LocalScript
  539. local script = Instance.new('LocalScript', Gravity)
  540.  
  541. local text = script.Parent
  542. text:GetPropertyChangedSignal("Text"):Connect(function()
  543. workspace.Gravity = text.Text
  544. end)
  545. end
  546. coroutine.wrap(DQYCE_fake_script)()
  547. local function RKPR_fake_script() -- AutoFarm.LocalScript
  548. local script = Instance.new('LocalScript', AutoFarm)
  549. script.Parent.MouseButton1Click:Connect(function()
  550.  
  551. if autoFarmToggle == false then
  552. autoFarmToggle = true
  553. AutoFarm.TextColor3 = Color3.new(0,1,0)
  554. elseif autoFarmToggle == true then
  555. autoFarmToggle = false
  556. AutoFarm.TextColor3 = Color3.new(1,0,0)
  557. end
  558.  
  559. local plr = game.Players.LocalPlayer
  560. while autoFarmToggle == true do
  561. wait(.25)
  562. pcall(function()
  563. local table = game.ReplicatedStorage.Events.UpdateData:InvokeServer()
  564. local backpack
  565. local maxStorage
  566. local stored
  567. for i,v in pairs(table) do
  568. if i == "Backpack" then
  569. backpack = tostring(v)
  570. elseif i == "Strength" then
  571. stored = tonumber(v)
  572. end
  573. end
  574. for i,v in pairs(game.ReplicatedStorage.ShopItems.Backpacks:GetChildren()) do
  575. if v.Name == backpack then
  576. maxStorage = v.MaxStorage.Value
  577. end
  578. end
  579. if plr.Character and plr.Character:FindFirstChildOfClass("Tool") then
  580. if tonumber(stored) < tonumber(maxStorage) then
  581. local tool = plr.Character:FindFirstChildOfClass("Tool")
  582. tool.RemoteClick:FireServer()
  583. game.ReplicatedStorage.Events.Clicked:FireServer()
  584. else
  585. local cf = plr.Character.HumanoidRootPart.CFrame
  586. plr.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,3,0))
  587. local Event = game:GetService("ReplicatedStorage").Events.Sell
  588. wait(.25)
  589. Event:FireServer()
  590. wait(.1)
  591. plr.Character.HumanoidRootPart.CFrame = cf
  592. end
  593. elseif plr.Character and not plr.Character:FindFirstChildOfClass("Tool") then
  594. local tool = plr.Backpack:FindFirstChildOfClass("Tool")
  595. tool.Parent = plr.Character
  596. end
  597. end)
  598. end
  599. end)
  600. end
  601. coroutine.wrap(RKPR_fake_script)()
  602. local function DSFU_fake_script() -- TextButton_2.LocalScript
  603. local script = Instance.new('LocalScript', TextButton_2)
  604.  
  605. script.Parent.MouseButton1Click:Connect(function()
  606. script.Parent.Parent.Frame.Visible = true
  607. script.Parent.Parent.Parent.Tps.Frame.Visible = false
  608. end)
  609. end
  610. coroutine.wrap(DSFU_fake_script)()
  611. local function DKVEONB_fake_script() -- CrownShop.LocalScript
  612. local script = Instance.new('LocalScript', CrownShop)
  613.  
  614. script.Parent.MouseButton1Click:Connect(function()
  615. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.CrownShop.CFrame.Position + Vector3.new(0,4,0))
  616. end)
  617. end
  618. coroutine.wrap(DKVEONB_fake_script)()
  619. local function UJTTUV_fake_script() -- Reward.LocalScript
  620. local script = Instance.new('LocalScript', Reward)
  621.  
  622. script.Parent.MouseButton1Click:Connect(function()
  623. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.DailyReward.Location.CFrame.Position + Vector3.new(0,4,0))
  624. end)
  625. end
  626. coroutine.wrap(UJTTUV_fake_script)()
  627. local function HMWEF_fake_script() -- Sell.LocalScript
  628. local script = Instance.new('LocalScript', Sell)
  629.  
  630. script.Parent.MouseButton1Click:Connect(function()
  631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Sell.CFrame.Position + Vector3.new(0,4,0))
  632. end)
  633. end
  634. coroutine.wrap(HMWEF_fake_script)()
  635. local function MQMTB_fake_script() -- Shop.LocalScript
  636. local script = Instance.new('LocalScript', Shop)
  637.  
  638. script.Parent.MouseButton1Click:Connect(function()
  639. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.Shop.CFrame.Position + Vector3.new(0,4,0))
  640. end)
  641. end
  642. coroutine.wrap(MQMTB_fake_script)()
  643. local function HCXX_fake_script() -- Spawns.LocalScript
  644. local script = Instance.new('LocalScript', Spawns)
  645.  
  646. script.Parent.MouseButton1Click:Connect(function()
  647. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Locations.FirstSpawns:FindFirstChild("FirstSpawn").CFrame.Position + Vector3.new(0,4,0))
  648. end)
  649. end
  650. coroutine.wrap(HCXX_fake_script)()
  651. local function ZYKZ_fake_script() -- TextButton_3.LocalScript
  652. local script = Instance.new('LocalScript', TextButton_3)
  653.  
  654. script.Parent.MouseButton1Click:Connect(function()
  655. script.Parent.Parent.Frame.Visible = false
  656. script.Parent.Parent.Parent.Tps.Frame.Visible = true
  657. end)
  658. end
  659. coroutine.wrap(ZYKZ_fake_script)()
Add Comment
Please, Sign In to add comment