TheNadie

Blaser Simulator gui

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