Advertisement
Adel987654321

Saber Simulator GUI 2

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