Advertisement
SirMeme

[UPDATED] BEYBLADE AUTOFARM GUI

Jun 11th, 2018
4,902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 KB | None | 0 0
  1. --Credit to zedxl on vermillion for creating and updating this GUI
  2. --Showcased by Youtube/SirMeme
  3.  
  4. pcall(function()
  5. game.CoreGui["STAT CHECKER"]:Remove()
  6. end)
  7. -- LocalPlayer
  8. local frame = game.Players.LocalPlayer.PlayerGui:FindFirstChild("framework")
  9. if frame then
  10. frame:Remove()
  11. print("framework is removed!")
  12. else
  13. print("framework is already removed!")
  14. end
  15.  
  16. -- WORKSPACE
  17. for k, v in next, game.Workspace:GetChildren() do
  18. if v.Name == "Wall" then
  19. v:Remove()
  20. elseif v.Name == "SmallStadium" then
  21. v:Remove()
  22. elseif v.Name == "Wedge" then
  23. v:Remove()
  24. elseif v.Name == "thing" then
  25. v:Remove()
  26. elseif v.Name == "Tree" then
  27. v:Remove()
  28. elseif v.Name == "TopTen" then
  29. v:Remove()
  30. elseif v.Name == "TopTen22" then
  31. v:Remove()
  32. elseif v.Name == "Sign" then
  33. v:Remove()
  34. elseif v.Name == "Union" then
  35. v:Remove()
  36. elseif v.Name == "burst" then
  37. v:Remove()
  38. elseif v.Name == "cylinder" then
  39. v:Remove()
  40. elseif v.Name == "world" then
  41. v:Remove()
  42. elseif v.Name == "ice" then
  43. v:Remove()
  44. elseif v.Name == "Part" then
  45. v:Remove()
  46. elseif v.Name == "WallTorch" then
  47. v:Remove()
  48. elseif v.Name == "House1" then
  49. v:Remove()
  50. elseif v.Name == "House2" then
  51. v:Remove()
  52. elseif v.Name == "TeleporterB" then
  53. v:Remove()
  54. elseif v.Name == "nature" then
  55. v:Remove()
  56. elseif v.Name == "premiumonly" then
  57. v:Remove()
  58. end
  59. end
  60. -- GUI
  61.  
  62. local GUI = Instance.new("ScreenGui")
  63. local FRAME = Instance.new("Frame")
  64.  
  65. local SFRAME = Instance.new("ScrollingFrame")
  66. local ROCK = Instance.new("TextButton")
  67. local LARGEROCK = Instance.new("TextButton")
  68. local GOLDROCK = Instance.new("TextButton")
  69. local PILLAR = Instance.new("TextButton")
  70. local SILVERPILLAR = Instance.new("TextButton")
  71. local GLASSPILLAR = Instance.new("TextButton")
  72. local CRACKEDPILLAR = Instance.new("TextButton")
  73. local LAVAPILLAR = Instance.new("TextButton")
  74. local ROCKHEALTH = Instance.new("TextLabel")
  75. local LARGEROCKHEALTH = Instance.new("TextLabel")
  76. local GOLDROCKHEALTH = Instance.new("TextLabel")
  77. local PILLARHEALTH = Instance.new("TextLabel")
  78. local SILVERPILLARHEALTH = Instance.new("TextLabel")
  79. local GLASSPILLARHEALTH = Instance.new("TextLabel")
  80. local CRACKEDPILLARHEALTH = Instance.new("TextLabel")
  81. local LAVAPILLARHEALTH = Instance.new("TextLabel")
  82.  
  83.  
  84. local TITLE = Instance.new("TextLabel")
  85. local MOBLIST = Instance.new("TextLabel")
  86. local HEALTH = Instance.new("TextLabel")
  87. local MOBHP = Instance.new("TextLabel")
  88. local BEYHP = Instance.new("TextLabel")
  89. local MOBDISTANCE = Instance.new("TextLabel")
  90. local ROCK1 = Instance.new("TextLabel")
  91. local ROCKTYPE = Instance.new("TextLabel")
  92. local FARM = Instance.new("TextButton")
  93. local FARMOFF = Instance.new("TextButton")
  94. local SHOWMONEY = Instance.new("TextLabel")
  95. local MONEY = Instance.new("TextLabel")
  96. local SHOWLEVEL = Instance.new("TextLabel")
  97. local LEVEL = Instance.new("TextLabel")
  98. local SHOWEXP = Instance.new("TextLabel")
  99. local EXP = Instance.new("TextLabel")
  100.  
  101. local getmoney = game.Players.LocalPlayer.stats.data.cash
  102. local getlevel = game.Players.LocalPlayer.stats.data.lvl
  103. local getexp = game.Players.LocalPlayer.stats.data.xp
  104.  
  105. GUI.Parent = game.CoreGui
  106. GUI.Name = "STAT CHECKER"
  107.  
  108. FRAME.Parent = GUI
  109. FRAME.Name = "FRAME"
  110. FRAME.BackgroundTransparency = 0.6
  111. FRAME.BackgroundColor3 = Color3.new(0,0,0)
  112. FRAME.BorderSizePixel = 0
  113. FRAME.Position = UDim2.new(0.5,-155,0.5,-150)
  114. FRAME.Size = UDim2.new(0,310,0,250)
  115. FRAME.Selectable = true
  116. FRAME.Active = true
  117. FRAME.Draggable = true
  118.  
  119. SFRAME.Parent = FRAME
  120. SFRAME.Name = "SFRAME"
  121. SFRAME.ScrollBarThickness = 5
  122. SFRAME.BackgroundTransparency = 0.6
  123. SFRAME.BackgroundColor3 = Color3.new(0,0,0)
  124. SFRAME.BorderSizePixel = 0
  125. SFRAME.Position = UDim2.new(0,5,0,170)
  126. SFRAME.Size = UDim2.new(0,305,0,75)
  127. SFRAME.BottomImage = "rbxassetid://267233089"
  128. SFRAME.MidImage = "rbxassetid://267233089"
  129. SFRAME.TopImage = "rbxassetid://267233089"
  130.  
  131. ROCK.Parent = SFRAME
  132. ROCK.BackgroundColor3 = Color3.new(255,255,255)
  133. ROCK.BorderSizePixel = 0
  134. ROCK.Name = "ROCK"
  135. ROCK.Position = UDim2.new(0,0,0,0)
  136. ROCK.Size = UDim2.new(0,230,0,20)
  137. ROCK.Font = Enum.Font.SourceSansLight
  138. ROCK.Text = "Rock"
  139. ROCK.TextColor3 = Color3.new(0,0,0)
  140. ROCK.TextSize = 14
  141.  
  142. LARGEROCK.Parent = SFRAME
  143. LARGEROCK.BackgroundColor3 = Color3.new(255,255,255)
  144. LARGEROCK.BorderSizePixel = 0
  145. LARGEROCK.Name = "LARGEROCK"
  146. LARGEROCK.Position = UDim2.new(0,0,0,20)
  147. LARGEROCK.Size = UDim2.new(0,230,0,20)
  148. LARGEROCK.Font = Enum.Font.SourceSansLight
  149. LARGEROCK.Text = "LargeRock"
  150. LARGEROCK.TextColor3 = Color3.new(0,0,0)
  151. LARGEROCK.TextSize = 14
  152.  
  153. GOLDROCK.Parent = SFRAME
  154. GOLDROCK.BackgroundColor3 = Color3.new(255,255,255)
  155. GOLDROCK.BorderSizePixel = 0
  156. GOLDROCK.Name = "GOLDROCK"
  157. GOLDROCK.Position = UDim2.new(0,0,0,40)
  158. GOLDROCK.Size = UDim2.new(0,230,0,20)
  159. GOLDROCK.Font = Enum.Font.SourceSansLight
  160. GOLDROCK.Text = "GoldRock"
  161. GOLDROCK.TextColor3 = Color3.new(0,0,0)
  162. GOLDROCK.TextSize = 14
  163.  
  164. PILLAR.Parent = SFRAME
  165. PILLAR.BackgroundColor3 = Color3.new(255,255,255)
  166. PILLAR.BorderSizePixel = 0
  167. PILLAR.Name = "PILLAR"
  168. PILLAR.Position = UDim2.new(0,0,0,60)
  169. PILLAR.Size = UDim2.new(0,230,0,20)
  170. PILLAR.Font = Enum.Font.SourceSansLight
  171. PILLAR.Text = "Pillar"
  172. PILLAR.TextColor3 = Color3.new(0,0,0)
  173. PILLAR.TextSize = 14
  174.  
  175. SILVERPILLAR.Parent = SFRAME
  176. SILVERPILLAR.BackgroundColor3 = Color3.new(255,255,255)
  177. SILVERPILLAR.BorderSizePixel = 0
  178. SILVERPILLAR.Name = "SILVERPILLAR"
  179. SILVERPILLAR.Position = UDim2.new(0,0,0,80)
  180. SILVERPILLAR.Size = UDim2.new(0,230,0,20)
  181. SILVERPILLAR.Font = Enum.Font.SourceSansLight
  182. SILVERPILLAR.Text = "SilverPillar"
  183. SILVERPILLAR.TextColor3 = Color3.new(0,0,0)
  184. SILVERPILLAR.TextSize = 14
  185.  
  186. GLASSPILLAR.Parent = SFRAME
  187. GLASSPILLAR.BackgroundColor3 = Color3.new(255,255,255)
  188. GLASSPILLAR.BorderSizePixel = 0
  189. GLASSPILLAR.Name = "GLASSPILLAR"
  190. GLASSPILLAR.Position = UDim2.new(0,0,0,100)
  191. GLASSPILLAR.Size = UDim2.new(0,230,0,20)
  192. GLASSPILLAR.Font = Enum.Font.SourceSansLight
  193. GLASSPILLAR.Text = "GlassPillar"
  194. GLASSPILLAR.TextColor3 = Color3.new(0,0,0)
  195. GLASSPILLAR.TextSize = 14
  196.  
  197. CRACKEDPILLAR.Parent = SFRAME
  198. CRACKEDPILLAR.BackgroundColor3 = Color3.new(255,255,255)
  199. CRACKEDPILLAR.BorderSizePixel = 0
  200. CRACKEDPILLAR.Name = "CRACKEDPILLAR"
  201. CRACKEDPILLAR.Position = UDim2.new(0,0,0,120)
  202. CRACKEDPILLAR.Size = UDim2.new(0,230,0,20)
  203. CRACKEDPILLAR.Font = Enum.Font.SourceSansLight
  204. CRACKEDPILLAR.Text = "CrackedPillar"
  205. CRACKEDPILLAR.TextColor3 = Color3.new(0,0,0)
  206. CRACKEDPILLAR.TextSize = 14
  207.  
  208. LAVAPILLAR.Parent = SFRAME
  209. LAVAPILLAR.BackgroundColor3 = Color3.new(255,255,255)
  210. LAVAPILLAR.BorderSizePixel = 0
  211. LAVAPILLAR.Name = "LAVAPILLAR"
  212. LAVAPILLAR.Position = UDim2.new(0,0,0,140)
  213. LAVAPILLAR.Size = UDim2.new(0,230,0,20)
  214. LAVAPILLAR.Font = Enum.Font.SourceSansLight
  215. LAVAPILLAR.Text = "LavaPillar"
  216. LAVAPILLAR.TextColor3 = Color3.new(0,0,0)
  217. LAVAPILLAR.TextSize = 14
  218.  
  219. ROCKHEALTH.Parent = SFRAME
  220. ROCKHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  221. ROCKHEALTH.BorderSizePixel = 0
  222. ROCKHEALTH.Name = "ROCKHEALTH"
  223. ROCKHEALTH.Position = UDim2.new(0,235,0,0)
  224. ROCKHEALTH.Size = UDim2.new(0,65,0,20)
  225. ROCKHEALTH.Font = Enum.Font.SourceSansLight
  226. ROCKHEALTH.Text = "50"
  227. ROCKHEALTH.TextColor3 = Color3.new(0,0,0)
  228. ROCKHEALTH.TextSize = 14
  229.  
  230. LARGEROCKHEALTH.Parent = SFRAME
  231. LARGEROCKHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  232. LARGEROCKHEALTH.BorderSizePixel = 0
  233. LARGEROCKHEALTH.Name = "LARGEROCKHEALTH"
  234. LARGEROCKHEALTH.Position = UDim2.new(0,235,0,20)
  235. LARGEROCKHEALTH.Size = UDim2.new(0,65,0,20)
  236. LARGEROCKHEALTH.Font = Enum.Font.SourceSansLight
  237. LARGEROCKHEALTH.Text = "600"
  238. LARGEROCKHEALTH.TextColor3 = Color3.new(0,0,0)
  239. LARGEROCKHEALTH.TextSize = 14
  240.  
  241. GOLDROCKHEALTH.Parent = SFRAME
  242. GOLDROCKHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  243. GOLDROCKHEALTH.BorderSizePixel = 0
  244. GOLDROCKHEALTH.Name = "GOLDROCKHEALTH"
  245. GOLDROCKHEALTH.Position = UDim2.new(0,235,0,40)
  246. GOLDROCKHEALTH.Size = UDim2.new(0,65,0,20)
  247. GOLDROCKHEALTH.Font = Enum.Font.SourceSansLight
  248. GOLDROCKHEALTH.Text = "25000"
  249. GOLDROCKHEALTH.TextColor3 = Color3.new(0,0,0)
  250. GOLDROCKHEALTH.TextSize = 14
  251.  
  252. PILLARHEALTH.Parent = SFRAME
  253. PILLARHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  254. PILLARHEALTH.BorderSizePixel = 0
  255. PILLARHEALTH.Name = "PILLARHEALTH"
  256. PILLARHEALTH.Position = UDim2.new(0,235,0,60)
  257. PILLARHEALTH.Size = UDim2.new(0,65,0,20)
  258. PILLARHEALTH.Font = Enum.Font.SourceSansLight
  259. PILLARHEALTH.Text = "10000"
  260. PILLARHEALTH.TextColor3 = Color3.new(0,0,0)
  261. PILLARHEALTH.TextSize = 14
  262.  
  263. SILVERPILLARHEALTH.Parent = SFRAME
  264. SILVERPILLARHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  265. SILVERPILLARHEALTH.BorderSizePixel = 0
  266. SILVERPILLARHEALTH.Name = "SILVERPILLARHEALTH"
  267. SILVERPILLARHEALTH.Position = UDim2.new(0,235,0,80)
  268. SILVERPILLARHEALTH.Size = UDim2.new(0,65,0,20)
  269. SILVERPILLARHEALTH.Font = Enum.Font.SourceSansLight
  270. SILVERPILLARHEALTH.Text = "35000"
  271. SILVERPILLARHEALTH.TextColor3 = Color3.new(0,0,0)
  272. SILVERPILLARHEALTH.TextSize = 14
  273.  
  274. GLASSPILLARHEALTH.Parent = SFRAME
  275. GLASSPILLARHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  276. GLASSPILLARHEALTH.BorderSizePixel = 0
  277. GLASSPILLARHEALTH.Name = "GLASSPILLARHEALTH"
  278. GLASSPILLARHEALTH.Position = UDim2.new(0,235,0,100)
  279. GLASSPILLARHEALTH.Size = UDim2.new(0,65,0,20)
  280. GLASSPILLARHEALTH.Font = Enum.Font.SourceSansLight
  281. GLASSPILLARHEALTH.Text = "50000"
  282. GLASSPILLARHEALTH.TextColor3 = Color3.new(0,0,0)
  283. GLASSPILLARHEALTH.TextSize = 14
  284.  
  285. CRACKEDPILLARHEALTH.Parent = SFRAME
  286. CRACKEDPILLARHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  287. CRACKEDPILLARHEALTH.BorderSizePixel = 0
  288. CRACKEDPILLARHEALTH.Name = "CRACKEDPILLARHEALTH"
  289. CRACKEDPILLARHEALTH.Position = UDim2.new(0,235,0,120)
  290. CRACKEDPILLARHEALTH.Size = UDim2.new(0,65,0,20)
  291. CRACKEDPILLARHEALTH.Font = Enum.Font.SourceSansLight
  292. CRACKEDPILLARHEALTH.Text = "75000"
  293. CRACKEDPILLARHEALTH.TextColor3 = Color3.new(0,0,0)
  294. CRACKEDPILLARHEALTH.TextSize = 14
  295.  
  296. LAVAPILLARHEALTH.Parent = SFRAME
  297. LAVAPILLARHEALTH.BackgroundColor3 = Color3.new(255,255,255)
  298. LAVAPILLARHEALTH.BorderSizePixel = 0
  299. LAVAPILLARHEALTH.Name = "LAVAPILLARHEALTH"
  300. LAVAPILLARHEALTH.Position = UDim2.new(0,235,0,140)
  301. LAVAPILLARHEALTH.Size = UDim2.new(0,65,0,20)
  302. LAVAPILLARHEALTH.Font = Enum.Font.SourceSansLight
  303. LAVAPILLARHEALTH.Text = "100000"
  304. LAVAPILLARHEALTH.TextColor3 = Color3.new(0,0,0)
  305. LAVAPILLARHEALTH.TextSize = 14
  306.  
  307. TITLE.Parent = FRAME
  308. TITLE.Name = "TITLE"
  309. TITLE.BackgroundTransparency = 0
  310. TITLE.BackgroundColor3 = Color3.new(255,255,255)
  311. TITLE.BorderSizePixel = 0
  312. TITLE.Position = UDim2.new(0,-5,0,-5)
  313. TITLE.Size = UDim2.new(0,320,0,25)
  314. TITLE.Font = Enum.Font.SourceSansLight
  315. TITLE.Text = "BEYBLADE REBIRTH: AUTO-FARM"
  316. TITLE.TextColor3 = Color3.new(0,0,0)
  317. TITLE.TextSize = 15
  318.  
  319. MOBLIST.Parent = FRAME
  320. MOBLIST.Name = "MOBLIST"
  321. MOBLIST.BackgroundTransparency = 0
  322. MOBLIST.BackgroundColor3 = Color3.new(255,255,255)
  323. MOBLIST.BorderSizePixel = 0
  324. MOBLIST.Position = UDim2.new(0,5,0,145)
  325. MOBLIST.Size = UDim2.new(0,230,0,20)
  326. MOBLIST.Font = Enum.Font.SourceSansLight
  327. MOBLIST.Text = "MOB LIST"
  328. MOBLIST.TextColor3 = Color3.new(0,0,0)
  329. MOBLIST.TextSize = 14
  330.  
  331. HEALTH.Parent = FRAME
  332. HEALTH.Name = "HEALTH"
  333. HEALTH.BackgroundTransparency = 0
  334. HEALTH.BackgroundColor3 = Color3.new(255,255,255)
  335. HEALTH.BorderSizePixel = 0
  336. HEALTH.Position = UDim2.new(0,240,0,145)
  337. HEALTH.Size = UDim2.new(0,65,0,20)
  338. HEALTH.Font = Enum.Font.SourceSansLight
  339. HEALTH.Text = "HEALTH"
  340. HEALTH.TextColor3 = Color3.new(0,0,0)
  341. HEALTH.TextSize = 14
  342.  
  343. MOBDISTANCE.Parent = FRAME
  344. MOBDISTANCE.Name = "MOBDISTANCE"
  345. MOBDISTANCE.BackgroundTransparency = 0
  346. MOBDISTANCE.BackgroundColor3 = Color3.new(255,255,255)
  347. MOBDISTANCE.BorderSizePixel = 0
  348. MOBDISTANCE.Position = UDim2.new(0,0,0,305)
  349. MOBDISTANCE.Size = UDim2.new(0,310,0,20)
  350. MOBDISTANCE.Font = Enum.Font.SourceSansLight
  351. MOBDISTANCE.Text = "MOB DISTANCE FROM BEYBLADE : "
  352. MOBDISTANCE.TextColor3 = Color3.new(0,0,0)
  353. MOBDISTANCE.TextSize = 14
  354.  
  355. BEYHP.Parent = FRAME
  356. BEYHP.Name = "BEYHP"
  357. BEYHP.BackgroundTransparency = 0
  358. BEYHP.BackgroundColor3 = Color3.new(255,255,255)
  359. BEYHP.BorderSizePixel = 0
  360. BEYHP.Position = UDim2.new(0,10,0,255)
  361. BEYHP.Size = UDim2.new(0,290,0,20)
  362. BEYHP.Font = Enum.Font.SourceSansLight
  363. BEYHP.Text = "BEYBLADE HEALTH : VALUE"
  364. BEYHP.TextColor3 = Color3.new(0,0,0)
  365. BEYHP.TextSize = 14
  366.  
  367. MOBHP.Parent = FRAME
  368. MOBHP.Name = "MOBHP"
  369. MOBHP.BackgroundTransparency = 0
  370. MOBHP.BackgroundColor3 = Color3.new(255,255,255)
  371. MOBHP.BorderSizePixel = 0
  372. MOBHP.Position = UDim2.new(0,10,0,280)
  373. MOBHP.Size = UDim2.new(0,290,0,20)
  374. MOBHP.Font = Enum.Font.SourceSansLight
  375. MOBHP.Text = "CURRENT MOB HEALTH : VALUE"
  376. MOBHP.TextColor3 = Color3.new(0,0,0)
  377. MOBHP.TextSize = 14
  378.  
  379. FARM.Parent = FRAME
  380. FARM.Name = "FARM"
  381. FARM.BackgroundTransparency = 0.3
  382. FARM.BackgroundColor3 = Color3.new(0,0,0)
  383. FARM.BorderSizePixel = 0
  384. FARM.Position = UDim2.new(0,5,0,65)
  385. FARM.Size = UDim2.new(0,300,0,15)
  386. FARM.Font = Enum.Font.SourceSansLight
  387. FARM.Text = "START AUTO-FARM"
  388. FARM.TextColor3 = Color3.new(255,255,255)
  389. FARM.TextSize = 20
  390.  
  391. FARMOFF.Visible = false
  392. FARMOFF.Parent = FRAME
  393. FARMOFF.Name = "FARMOFF"
  394. FARMOFF.BackgroundTransparency = 0.3
  395. FARMOFF.BackgroundColor3 = Color3.new(0,0,0)
  396. FARMOFF.BorderSizePixel = 0
  397. FARMOFF.Position = UDim2.new(0,5,0,65)
  398. FARMOFF.Size = UDim2.new(0,300,0,15)
  399. FARMOFF.Font = Enum.Font.SourceSansLight
  400. FARMOFF.Text = "STOP AUTO-FARM"
  401. FARMOFF.TextColor3 = Color3.new(255,255,255)
  402. FARMOFF.TextSize = 20
  403.  
  404. ROCK1.Parent = FRAME
  405. ROCK1.Name = "ROCK1"
  406. ROCK1.BackgroundTransparency = 0.5
  407. ROCK1.BackgroundColor3 = Color3.new(0,0,0)
  408. ROCK1.BorderSizePixel = 0
  409. ROCK1.Position = UDim2.new(0,5,0,25)
  410. ROCK1.Size = UDim2.new(0,300,0,15)
  411. ROCK1.Font = Enum.Font.SourceSansLight
  412. ROCK1.Text = "CURRENT ROCK : "
  413. ROCK1.TextColor3 = Color3.new(255,255,255)
  414. ROCK1.TextSize = 20
  415.  
  416. ROCKTYPE.Parent = FRAME
  417. ROCKTYPE.Name = "ROCKTYPE"
  418. ROCKTYPE.BackgroundTransparency = 0.5
  419. ROCKTYPE.BackgroundColor3 = Color3.new(0,0,0)
  420. ROCKTYPE.BorderSizePixel = 0
  421. ROCKTYPE.Position = UDim2.new(0,5,0,45)
  422. ROCKTYPE.Size = UDim2.new(0,300,0,15)
  423. ROCKTYPE.Font = Enum.Font.SourceSansLight
  424. ROCKTYPE.Text = "CURRENT ROCK TYPE : "
  425. ROCKTYPE.TextColor3 = Color3.new(255,255,255)
  426. ROCKTYPE.TextSize = 20
  427.  
  428. SHOWMONEY.Parent = FRAME
  429. SHOWMONEY.Name = "SHOWMONEY"
  430. SHOWMONEY.Text = "MONEY"
  431. SHOWMONEY.Size = UDim2.new(0,95,0,15)
  432. SHOWMONEY.Position = UDim2.new(0,5,0,85)
  433. SHOWMONEY.BackgroundTransparency = 0.3
  434. SHOWMONEY.TextSize = 14
  435. SHOWMONEY.Font = Enum.Font.SourceSansLight
  436. SHOWMONEY.TextColor3 = Color3.new(255,255,255)
  437. SHOWMONEY.BackgroundColor3 = Color3.new(0,0,0)
  438. SHOWMONEY.BackgroundTransparency = 0.3
  439. SHOWMONEY.BorderSizePixel = 0
  440.  
  441. SHOWLEVEL.Parent = FRAME
  442. SHOWLEVEL.Name = "SHOWLEVEL"
  443. SHOWLEVEL.Text = "LEVEL"
  444. SHOWLEVEL.Size = UDim2.new(0,95,0,15)
  445. SHOWLEVEL.Position = UDim2.new(0,5,0,105)
  446. SHOWLEVEL.BackgroundTransparency = 0.3
  447. SHOWLEVEL.TextSize = 14
  448. SHOWLEVEL.Font = Enum.Font.SourceSansLight
  449. SHOWLEVEL.TextColor3 = Color3.new(255,255,255)
  450. SHOWLEVEL.BackgroundColor3 = Color3.new(0,0,0)
  451. SHOWLEVEL.BackgroundTransparency = 0.3
  452. SHOWLEVEL.BorderSizePixel = 0
  453.  
  454. SHOWEXP.Parent = FRAME
  455. SHOWEXP.Name = "SHOWEXP"
  456. SHOWEXP.Text = "EXP"
  457. SHOWEXP.Size = UDim2.new(0,95,0,15)
  458. SHOWEXP.Position = UDim2.new(0,5,0,125)
  459. SHOWEXP.BackgroundTransparency = 0.3
  460. SHOWEXP.TextSize = 14
  461. SHOWEXP.Font = Enum.Font.SourceSansLight
  462. SHOWEXP.TextColor3 = Color3.new(255,255,255)
  463. SHOWEXP.BackgroundColor3 = Color3.new(0,0,0)
  464. SHOWEXP.BackgroundTransparency = 0.3
  465. SHOWEXP.BorderSizePixel = 0
  466.  
  467. MONEY.Parent = FRAME
  468. MONEY.Name = "MONEY"
  469. MONEY.Text = "MONEY"
  470. MONEY.Size = UDim2.new(0,200,0,15)
  471. MONEY.Position = UDim2.new(0,105,0,85)
  472. MONEY.BackgroundTransparency = 0.3
  473. MONEY.TextSize = 14
  474. MONEY.Font = Enum.Font.SourceSansLight
  475. MONEY.TextColor3 = Color3.new(255,255,255)
  476. MONEY.BackgroundColor3 = Color3.new(0,0,0)
  477. MONEY.BackgroundTransparency = 0.5
  478. MONEY.BorderSizePixel = 0
  479.  
  480. LEVEL.Parent = FRAME
  481. LEVEL.Name = "LEVEL"
  482. LEVEL.Text = "LEVEL"
  483. LEVEL.Size = UDim2.new(0,200,0,15)
  484. LEVEL.Position = UDim2.new(0,105,0,105)
  485. LEVEL.BackgroundTransparency = 0.3
  486. LEVEL.TextSize = 14
  487. LEVEL.Font = Enum.Font.SourceSansLight
  488. LEVEL.TextColor3 = Color3.new(255,255,255)
  489. LEVEL.BackgroundColor3 = Color3.new(0,0,0)
  490. LEVEL.BackgroundTransparency = 0.5
  491. LEVEL.BorderSizePixel = 0
  492.  
  493. EXP.Parent = FRAME
  494. EXP.Name = "EXP"
  495. EXP.Text = "EXP"
  496. EXP.Size = UDim2.new(0,200,0,15)
  497. EXP.Position = UDim2.new(0,105,0,125)
  498. EXP.BackgroundTransparency = 0.3
  499. EXP.TextSize = 16
  500. EXP.Font = Enum.Font.SourceSansLight
  501. EXP.TextColor3 = Color3.new(255,255,255)
  502. EXP.BackgroundColor3 = Color3.new(0,0,0)
  503. EXP.BackgroundTransparency = 0.5
  504. EXP.BorderSizePixel = 0
  505.  
  506. -- Settings
  507.  
  508.  
  509. local newpart = Instance.new("Part")
  510. newpart.Parent = game.Workspace
  511. newpart.Anchored = true
  512. newpart.Position = Vector3.new(0,1500,0)
  513. newpart.Size = Vector3.new(2000,0.1,2000)
  514. newpart.Transparency = 0.9
  515. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  516. char.CFrame = newpart.CFrame + Vector3.new(0,20,0)
  517.  
  518. local TweenService = game:GetService("TweenService") -- service for tweening
  519. local farm = false
  520. local player = game.Players.LocalPlayer
  521. local argument = "launch" -- event argument
  522. local argument2 = 1528154488.8744
  523. local Mob = "GlassPillar"
  524. local toggle = true
  525. local MobType = "Pillar"
  526. local event = game:GetService("ReplicatedStorage").event -- event to fire
  527.  
  528. -- Functions
  529. function stat()
  530. MONEY.Text = getmoney.Value
  531. LEVEL.Text = getlevel.Value
  532. EXP.Text = getexp.Value
  533. end
  534.  
  535. check = function()
  536. ROCK1.Text = "CURRENT ROCK : "..Mob
  537. ROCKTYPE.Text = "CURRENT ROCK TYPE : "..MobType
  538. end
  539.  
  540. cancollide = function()
  541. local beyblade = game.Workspace.beyblades:WaitForChild(player.Name)
  542. local torso = beyblade:WaitForChild("Torso")
  543. local tip = beyblade:WaitForChild("Tip")
  544. local facebolt = beyblade:WaitForChild("FaceBolt")
  545. local head = beyblade:WaitForChild("Head")
  546. local metal = beyblade:WaitForChild("Metal")
  547. if torso then
  548. torso.CanCollide = false
  549. elseif tip then
  550. tip.CanCollide = false
  551. elseif facebolt then
  552. facebolt.CanCollide = false
  553. elseif head then
  554. head.CanCollide = false
  555. elseif metal then
  556. metal.CanCollide = false
  557. end
  558. end
  559.  
  560. FARM.MouseButton1Down:connect(function()
  561. FARM.Visible = false
  562. FARMOFF.Visible = true
  563. farm = true
  564. wait(1)
  565. event:FireServer(argument,argument2)
  566. while farm == true do
  567. ROCK1.Text = "CURRENT ROCK : "..Mob
  568. ROCKTYPE.Text = "CURRENT ROCK TYPE : "..MobType
  569. local v = game.Workspace.mobs:FindFirstChild(Mob)
  570. local plr = player
  571. local part = game.Workspace.beyblades:WaitForChild(plr.Name):WaitForChild("Torso")
  572. local magnitude = (part.Position - v:FindFirstChild(MobType).Position).magnitude
  573. local goal = {}
  574. goal.CFrame = plr.Character.HumanoidRootPart.CFrame + Vector3.new(50,20,0)
  575. local tweenInfo = TweenInfo.new(magnitude / 100) -- recommended to not change as you could get kicked but increa
  576. local tween = TweenService:Create(part, tweenInfo, goal)
  577. tween:Play()
  578. BEYHP.Text = "Health : "..game.Workspace.beyblades:WaitForChild(player.Name):WaitForChild("hum").Health.." / "..game.Workspace.beyblades:WaitForChild(player.Name):WaitForChild("hum").MaxHealth
  579. MOBHP.Text = Mob.." Health : "..v.health.Value
  580. MOBDISTANCE.Text = "Beyblade distance from "..Mob.." : " ..magnitude
  581. wait(.1)
  582. v:FindFirstChild(MobType).CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(50,20,0)
  583. wait(.5)
  584. local beyblade = game.Workspace.beyblades:FindFirstChild(player.Name)
  585. if beyblade then
  586. print("Beyblade found") -- if found, it will print out that it has been found.
  587. else
  588. print("Beyblade not found") -- if not found, it will run the event and load the beyblade to farm
  589. event:FireServer(argument,argument2)
  590. tween:Play()
  591. wait()
  592. end
  593. end
  594. end)
  595.  
  596. FARMOFF.MouseButton1Down:connect(function()
  597. farm = false
  598. local findbey = game.Workspace.beyblades:FindFirstChild(player.Name)
  599. if findbey then
  600. findbey:Remove()
  601. else
  602. print("Beyblade is already removed.")
  603. end
  604. FARM.Visible = true
  605. FARMOFF.Visible = false
  606. end)
  607.  
  608. ROCK.MouseButton1Down:connect(function()
  609. ROCK1.Text = "CURRENT ROCK : Rock"
  610. ROCKTYPE.Text = "CURRENT ROCK TYPE : Rock"
  611. Mob = "Rock"
  612. MobType = "Rock"
  613. end)
  614.  
  615. LARGEROCK.MouseButton1Down:connect(function()
  616. ROCK1.Text = "CURRENT ROCK : LargeRock"
  617. ROCKTYPE.Text = "CURRENT ROCK TYPE : Rock"
  618. Mob = "LargeRock"
  619. MobType = "Rock"
  620. end)
  621.  
  622. GOLDROCK.MouseButton1Down:connect(function()
  623. ROCK1.Text = "CURRENT ROCK : GoldRock"
  624. ROCKTYPE.Text = "CURRENT ROCK TYPE : Rock"
  625. Mob = "GoldRock"
  626. MobType = "Rock"
  627. end)
  628.  
  629. PILLAR.MouseButton1Down:connect(function()
  630. ROCK1.Text = "CURRENT ROCK : Pillar"
  631. ROCKTYPE.Text = "CURRENT ROCK TYPE : Pillar"
  632. Mob = "Pillar"
  633. MobType = "Pillar"
  634. end)
  635.  
  636. SILVERPILLAR.MouseButton1Down:connect(function()
  637. ROCK1.Text = "CURRENT ROCK : SilverPillar"
  638. ROCKTYPE.Text = "CURRENT ROCK TYPE : Pillar"
  639. Mob = "SilverPillar"
  640. MobType = "Pillar"
  641. end)
  642.  
  643. GLASSPILLAR.MouseButton1Down:connect(function()
  644. ROCK1.Text = "CURRENT ROCK : GlassPillar"
  645. ROCKTYPE.Text = "CURRENT ROCK TYPE : Pillar"
  646. Mob = "GlassPillar"
  647. MobType = "Pillar"
  648. end)
  649.  
  650. CRACKEDPILLAR.MouseButton1Down:connect(function()
  651. ROCK1.Text = "CURRENT ROCK : CrackedPillar"
  652. ROCKTYPE.Text = "CURRENT ROCK TYPE : Pillar"
  653. Mob = "CrackedPillar"
  654. MobType = "Pillar"
  655. end)
  656.  
  657. LAVAPILLAR.MouseButton1Down:connect(function()
  658. ROCK1.Text = "CURRENT ROCK : LavaPillar"
  659. ROCKTYPE.Text = "CURRENT ROCK TYPE : Pillar"
  660. Mob = "LavaPillar"
  661. MobType = "Pillar"
  662. end)
  663.  
  664. function onKeyPress(actionName, userInputState, inputObject)
  665. if userInputState == Enum.UserInputState.Begin then
  666. print("Left Control was pressed")
  667. if toggle == false then
  668. toggle = true
  669. wait(.5)
  670. FRAME.Visible = true
  671. FRAME:TweenPosition(UDim2.new(0.5,-155,0.5,-150))
  672. else
  673. toggle = false
  674. wait(.5)
  675. FRAME:TweenPosition(UDim2.new(FRAME.Position) + UDim2.new(FRAME.Position.X,3,0))
  676. wait(1)
  677. FRAME.Position = UDim2.new(-1,0,0.5,-150)
  678. FRAME.Visible = false
  679. end
  680. end
  681. end
  682. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.LeftControl)
  683.  
  684. while game.CoreGui:FindFirstChild("STAT CHECKER") do
  685. check()
  686. stat()
  687. wait()
  688. end
  689.  
  690. while game.Workspace.beyblades:FindFirstChild(player.Name) do
  691. cancollide()
  692. wait()
  693. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement