Advertisement
plem

ROBLOX SABER SIMULATOR SCRIPT

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