Advertisement
komitosori

SABER SIMULATOR GUI [ROBLOX]

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