Advertisement
0lf3_

Battling Simulator GUI

Dec 31st, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.96 KB | None | 0 0
  1. local BattingChampionsHaxV32 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local ORANGELINESHAHSH = Instance.new("Frame")
  4. local Remotes = Instance.new("TextLabel")
  5. local AutoFarm = Instance.new("TextLabel")
  6. local ON = Instance.new("TextButton")
  7. local OFF = Instance.new("TextButton")
  8. local AutoSell = Instance.new("TextLabel")
  9. local ON2 = Instance.new("TextButton")
  10. local OFF2 = Instance.new("TextButton")
  11. local AutoBuyAllBATS = Instance.new("TextLabel")
  12. local AutoBuyAllDNA = Instance.new("TextLabel")
  13. local ON3 = Instance.new("TextButton")
  14. local ON4 = Instance.new("TextButton")
  15. local OFF3 = Instance.new("TextButton")
  16. local OFF4 = Instance.new("TextButton")
  17. local AutoBuyAllJUMPS = Instance.new("TextLabel")
  18. local AutoBuyAllAURAS = Instance.new("TextLabel")
  19. local AutoBuyAllBOSSHITS = Instance.new("TextLabel")
  20. local ON5 = Instance.new("TextButton")
  21. local ON6 = Instance.new("TextButton")
  22. local ON7 = Instance.new("TextButton")
  23. local OFF5 = Instance.new("TextButton")
  24. local OFF6 = Instance.new("TextButton")
  25. local OFF7 = Instance.new("TextButton")
  26. local RedeemAllCodes = Instance.new("TextButton")
  27. local Main2 = Instance.new("Frame")
  28. local ORANGELINESHAHSH2 = Instance.new("Frame")
  29. local UnlockIslands = Instance.new("TextLabel")
  30. local GrassyGreenland = Instance.new("TextButton")
  31. local SweetSugar = Instance.new("TextButton")
  32. local LucidLava = Instance.new("TextButton")
  33. local SodaSprings = Instance.new("TextButton")
  34. local Main3 = Instance.new("Frame")
  35. local ORANGELINESHAHSH3 = Instance.new("Frame")
  36. local Teleports = Instance.new("TextLabel")
  37. local VIP = Instance.new("TextButton")
  38. local PREMIUM = Instance.new("TextButton")
  39. local Main4 = Instance.new("Frame")
  40. local ORANGELINESHAHSH4 = Instance.new("Frame")
  41. local HelpAndCredits = Instance.new("TextLabel")
  42. local HelpONANDOFF = Instance.new("TextLabel")
  43. local Scripter = Instance.new("TextLabel")
  44. local GUI = Instance.new("TextLabel")
  45. local CopyButton = Instance.new("TextButton")
  46.  
  47. --Properties:
  48.  
  49. BattingChampionsHaxV32.Name = "BattingChampionsHax V3.2"
  50. BattingChampionsHaxV32.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  51.  
  52. Main.Name = "Main"
  53. Main.Parent = BattingChampionsHaxV32
  54. Main.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  55. Main.BorderSizePixel = 0
  56. Main.Position = UDim2.new(0.109854601, 0, 0.0606796108, 0)
  57. Main.Size = UDim2.new(0, 164, 0, 506)
  58. Main.Active = true
  59. Main.Draggable = true
  60.  
  61. ORANGELINESHAHSH.Name = "ORANGELINE-SHAHSH"
  62. ORANGELINESHAHSH.Parent = Main
  63. ORANGELINESHAHSH.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  64. ORANGELINESHAHSH.BorderSizePixel = 0
  65. ORANGELINESHAHSH.Position = UDim2.new(0, 0, 0.0790513828, 0)
  66. ORANGELINESHAHSH.Size = UDim2.new(0, 164, 0, 6)
  67.  
  68. Remotes.Name = "Remotes"
  69. Remotes.Parent = Main
  70. Remotes.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  71. Remotes.BorderSizePixel = 0
  72. Remotes.Size = UDim2.new(0, 164, 0, 40)
  73. Remotes.Font = Enum.Font.SourceSansItalic
  74. Remotes.Text = "Remotes"
  75. Remotes.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  76. Remotes.TextScaled = true
  77. Remotes.TextSize = 14
  78. Remotes.TextWrapped = true
  79.  
  80. AutoFarm.Name = "AutoFarm"
  81. AutoFarm.Parent = Main
  82. AutoFarm.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  83. AutoFarm.BorderSizePixel = 0
  84. AutoFarm.Position = UDim2.new(0, 0, 0.138339922, 0)
  85. AutoFarm.Size = UDim2.new(0, 99, 0, 50)
  86. AutoFarm.Font = Enum.Font.SourceSansSemibold
  87. AutoFarm.Text = "AutoFarm"
  88. AutoFarm.TextColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  89. AutoFarm.TextScaled = true
  90. AutoFarm.TextSize = 14
  91. AutoFarm.TextWrapped = true
  92.  
  93. ON.Name = "ON"
  94. ON.Parent = Main
  95. ON.BackgroundColor3 = Color3.new(0, 1, 0)
  96. ON.BorderSizePixel = 0
  97. ON.Position = UDim2.new(0.664634168, 0, 0.173913047, 0)
  98. ON.Size = UDim2.new(0, 24, 0, 22)
  99. ON.Font = Enum.Font.ArialBold
  100. ON.Text = "ON"
  101. ON.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  102. ON.TextSize = 14
  103. ON.MouseButton1Down:connect(function()
  104. _G.LULU = true--change to true or false
  105. while _G.LULU do
  106. wait()--change time if you want
  107. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent
  108. Event:InvokeServer()
  109. end
  110. end)
  111.  
  112. OFF.Name = "OFF"
  113. OFF.Parent = Main
  114. OFF.BackgroundColor3 = Color3.new(1, 0, 0)
  115. OFF.BorderSizePixel = 0
  116. OFF.Position = UDim2.new(0.810975611, 0, 0.173913047, 0)
  117. OFF.Size = UDim2.new(0, 24, 0, 22)
  118. OFF.Font = Enum.Font.ArialBold
  119. OFF.Text = "OFF"
  120. OFF.TextColor3 = Color3.new(0, 0.333333, 1)
  121. OFF.TextScaled = true
  122. OFF.TextSize = 14
  123. OFF.TextWrapped = true
  124. OFF.MouseButton1Down:connect(function()
  125. _G.LULU = false--change to true or false
  126. while _G.LULU do
  127. wait()--change time if you want
  128. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent
  129. Event:InvokeServer()
  130. end
  131. end)
  132.  
  133. AutoSell.Name = "Auto Sell"
  134. AutoSell.Parent = Main
  135. AutoSell.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  136. AutoSell.BorderSizePixel = 0
  137. AutoSell.Position = UDim2.new(0, 0, 0.237154156, 0)
  138. AutoSell.Size = UDim2.new(0, 99, 0, 50)
  139. AutoSell.Font = Enum.Font.SourceSansSemibold
  140. AutoSell.Text = "Auto Sell"
  141. AutoSell.TextColor3 = Color3.new(1, 0.333333, 0)
  142. AutoSell.TextScaled = true
  143. AutoSell.TextSize = 14
  144. AutoSell.TextWrapped = true
  145.  
  146. ON2.Name = "ON2"
  147. ON2.Parent = Main
  148. ON2.BackgroundColor3 = Color3.new(0, 1, 0)
  149. ON2.BorderSizePixel = 0
  150. ON2.Position = UDim2.new(0.664634168, 0, 0.264822125, 0)
  151. ON2.Size = UDim2.new(0, 24, 0, 22)
  152. ON2.Font = Enum.Font.ArialBold
  153. ON2.Text = "ON"
  154. ON2.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  155. ON2.TextSize = 14
  156. ON2.MouseButton1Down:connect(function()
  157. _G.LULU = true--change to true or false
  158. while _G.LULU do
  159. wait()--change your time
  160. local A_1 = game:GetService("Workspace").Maps.Main.Interacts.Sell
  161. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Sell
  162. Event:FireServer(A_1)
  163. end
  164. end)
  165.  
  166. OFF2.Name = "OFF2"
  167. OFF2.Parent = Main
  168. OFF2.BackgroundColor3 = Color3.new(1, 0, 0)
  169. OFF2.BorderSizePixel = 0
  170. OFF2.Position = UDim2.new(0.810975611, 0, 0.264822125, 0)
  171. OFF2.Size = UDim2.new(0, 24, 0, 22)
  172. OFF2.Font = Enum.Font.ArialBold
  173. OFF2.Text = "OFF"
  174. OFF2.TextColor3 = Color3.new(0, 0.333333, 1)
  175. OFF2.TextScaled = true
  176. OFF2.TextSize = 14
  177. OFF2.TextWrapped = true
  178. OFF2.MouseButton1Down:connect(function()
  179. _G.LULU = false--change to true or false
  180. while _G.LULU do
  181. wait()--change your time
  182. local A_1 = game:GetService("Workspace").Maps.Main.Interacts.Sell
  183. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Sell
  184. Event:FireServer(A_1)
  185. end
  186. end)
  187.  
  188. AutoBuyAllBATS.Name = "Auto Buy All BATS"
  189. AutoBuyAllBATS.Parent = Main
  190. AutoBuyAllBATS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  191. AutoBuyAllBATS.BorderSizePixel = 0
  192. AutoBuyAllBATS.Position = UDim2.new(0, 0, 0.3577075, 0)
  193. AutoBuyAllBATS.Size = UDim2.new(0, 99, 0, 50)
  194. AutoBuyAllBATS.Font = Enum.Font.SourceSansSemibold
  195. AutoBuyAllBATS.Text = "Auto Buy All BATS"
  196. AutoBuyAllBATS.TextColor3 = Color3.new(1, 0, 0.498039)
  197. AutoBuyAllBATS.TextScaled = true
  198. AutoBuyAllBATS.TextSize = 14
  199. AutoBuyAllBATS.TextWrapped = true
  200.  
  201. AutoBuyAllDNA.Name = "Auto Buy All DNA"
  202. AutoBuyAllDNA.Parent = Main
  203. AutoBuyAllDNA.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  204. AutoBuyAllDNA.BorderSizePixel = 0
  205. AutoBuyAllDNA.Position = UDim2.new(0, 0, 0.488142282, 0)
  206. AutoBuyAllDNA.Size = UDim2.new(0, 99, 0, 50)
  207. AutoBuyAllDNA.Font = Enum.Font.SourceSansSemibold
  208. AutoBuyAllDNA.Text = "Auto Buy All DNA"
  209. AutoBuyAllDNA.TextColor3 = Color3.new(0, 1, 1)
  210. AutoBuyAllDNA.TextScaled = true
  211. AutoBuyAllDNA.TextSize = 14
  212. AutoBuyAllDNA.TextWrapped = true
  213.  
  214. ON3.Name = "ON3"
  215. ON3.Parent = Main
  216. ON3.BackgroundColor3 = Color3.new(0, 1, 0)
  217. ON3.BorderSizePixel = 0
  218. ON3.Position = UDim2.new(0.664634168, 0, 0.3853755, 0)
  219. ON3.Size = UDim2.new(0, 24, 0, 22)
  220. ON3.Font = Enum.Font.ArialBold
  221. ON3.Text = "ON"
  222. ON3.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  223. ON3.TextSize = 14
  224. ON3.MouseButton1Down:connect(function()
  225. _G.LULU = true--change to true or false
  226. while _G.LULU do
  227. wait()--change your time if you want
  228. local A_1 = "BuyAll"
  229. local A_4 = "Main"
  230. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BatFunction
  231. Event:InvokeServer(A_1, A_4)
  232. end
  233. end)
  234.  
  235. ON4.Name = "ON4"
  236. ON4.Parent = Main
  237. ON4.BackgroundColor3 = Color3.new(0, 1, 0)
  238. ON4.BorderSizePixel = 0
  239. ON4.Position = UDim2.new(0.664634168, 0, 0.515810251, 0)
  240. ON4.Size = UDim2.new(0, 24, 0, 22)
  241. ON4.Font = Enum.Font.ArialBold
  242. ON4.Text = "ON"
  243. ON4.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  244. ON4.TextSize = 14
  245. ON4.MouseButton1Down:connect(function()
  246. _G.LULU = true--change to true or false
  247. while _G.LULU do
  248. wait()--change your time if you want
  249. local A_1 = "BuyAll"
  250. local A_4 = "Main"
  251. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.DnaFunction
  252. Event:InvokeServer(A_1, A_4)
  253. end
  254. end)
  255.  
  256. OFF3.Name = "OFF3"
  257. OFF3.Parent = Main
  258. OFF3.BackgroundColor3 = Color3.new(1, 0, 0)
  259. OFF3.BorderSizePixel = 0
  260. OFF3.Position = UDim2.new(0.810975611, 0, 0.3853755, 0)
  261. OFF3.Size = UDim2.new(0, 24, 0, 22)
  262. OFF3.Font = Enum.Font.ArialBold
  263. OFF3.Text = "OFF"
  264. OFF3.TextColor3 = Color3.new(0, 0.333333, 1)
  265. OFF3.TextScaled = true
  266. OFF3.TextSize = 14
  267. OFF3.TextWrapped = true
  268. OFF3.MouseButton1Down:connect(function()
  269. _G.LULU = false--change to true or false
  270. while _G.LULU do
  271. wait()--change your time if you want
  272. local A_1 = "BuyAll"
  273. local A_4 = "Main"
  274. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BatFunction
  275. Event:InvokeServer(A_1, A_4)
  276. end
  277. end)
  278.  
  279. OFF4.Name = "OFF4"
  280. OFF4.Parent = Main
  281. OFF4.BackgroundColor3 = Color3.new(1, 0, 0)
  282. OFF4.BorderSizePixel = 0
  283. OFF4.Position = UDim2.new(0.810975611, 0, 0.515810251, 0)
  284. OFF4.Size = UDim2.new(0, 24, 0, 22)
  285. OFF4.Font = Enum.Font.ArialBold
  286. OFF4.Text = "OFF"
  287. OFF4.TextColor3 = Color3.new(0, 0.333333, 1)
  288. OFF4.TextScaled = true
  289. OFF4.TextSize = 14
  290. OFF4.TextWrapped = true
  291. OFF4.MouseButton1Down:connect(function()
  292. _G.LULU = false--change to true or false
  293. while _G.LULU do
  294. wait()--change your time if you want
  295. local A_1 = "BuyAll"
  296. local A_4 = "Main"
  297. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.DnaFunction
  298. Event:InvokeServer(A_1, A_4)
  299. end
  300. end)
  301.  
  302. AutoBuyAllJUMPS.Name = "Auto Buy All JUMPS"
  303. AutoBuyAllJUMPS.Parent = Main
  304. AutoBuyAllJUMPS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  305. AutoBuyAllJUMPS.BorderSizePixel = 0
  306. AutoBuyAllJUMPS.Position = UDim2.new(0, 0, 0.624505937, 0)
  307. AutoBuyAllJUMPS.Size = UDim2.new(0, 99, 0, 41)
  308. AutoBuyAllJUMPS.Font = Enum.Font.SourceSansSemibold
  309. AutoBuyAllJUMPS.Text = "Auto Buy All JUMPS"
  310. AutoBuyAllJUMPS.TextColor3 = Color3.new(0.333333, 0, 1)
  311. AutoBuyAllJUMPS.TextScaled = true
  312. AutoBuyAllJUMPS.TextSize = 14
  313. AutoBuyAllJUMPS.TextWrapped = true
  314.  
  315. AutoBuyAllAURAS.Name = "Auto Buy All AURAS"
  316. AutoBuyAllAURAS.Parent = Main
  317. AutoBuyAllAURAS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  318. AutoBuyAllAURAS.BorderSizePixel = 0
  319. AutoBuyAllAURAS.Position = UDim2.new(0, 0, 0.739130437, 0)
  320. AutoBuyAllAURAS.Size = UDim2.new(0, 99, 0, 41)
  321. AutoBuyAllAURAS.Font = Enum.Font.SourceSansSemibold
  322. AutoBuyAllAURAS.Text = "Auto Buy All AURAS"
  323. AutoBuyAllAURAS.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  324. AutoBuyAllAURAS.TextScaled = true
  325. AutoBuyAllAURAS.TextSize = 14
  326. AutoBuyAllAURAS.TextWrapped = true
  327.  
  328. AutoBuyAllBOSSHITS.Name = "Auto Buy All BOSS HITS"
  329. AutoBuyAllBOSSHITS.Parent = Main
  330. AutoBuyAllBOSSHITS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  331. AutoBuyAllBOSSHITS.BorderSizePixel = 0
  332. AutoBuyAllBOSSHITS.Position = UDim2.new(0, 0, 0.837944686, 0)
  333. AutoBuyAllBOSSHITS.Size = UDim2.new(0, 99, 0, 41)
  334. AutoBuyAllBOSSHITS.Font = Enum.Font.SourceSansSemibold
  335. AutoBuyAllBOSSHITS.Text = "Auto Buy All BOSS HITS"
  336. AutoBuyAllBOSSHITS.TextColor3 = Color3.new(1, 1, 0)
  337. AutoBuyAllBOSSHITS.TextScaled = true
  338. AutoBuyAllBOSSHITS.TextSize = 14
  339. AutoBuyAllBOSSHITS.TextWrapped = true
  340.  
  341. ON5.Name = "ON5"
  342. ON5.Parent = Main
  343. ON5.BackgroundColor3 = Color3.new(0, 1, 0)
  344. ON5.BorderSizePixel = 0
  345. ON5.Position = UDim2.new(0.664634168, 0, 0.6422925, 0)
  346. ON5.Size = UDim2.new(0, 24, 0, 22)
  347. ON5.Font = Enum.Font.ArialBold
  348. ON5.Text = "ON"
  349. ON5.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  350. ON5.TextSize = 14
  351. ON5.MouseButton1Down:connect(function()
  352. _G.LULU = true--change to true or false
  353. while _G.LULU do
  354. wait()--change your time if you want
  355. local A_1 = "BuyAll"
  356. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.JumpEvent
  357. Event:InvokeServer(A_1)
  358. end
  359. end)
  360.  
  361. ON6.Name = "ON6"
  362. ON6.Parent = Main
  363. ON6.BackgroundColor3 = Color3.new(0, 1, 0)
  364. ON6.BorderSizePixel = 0
  365. ON6.Position = UDim2.new(0.664634168, 0, 0.756917, 0)
  366. ON6.Size = UDim2.new(0, 24, 0, 22)
  367. ON6.Font = Enum.Font.ArialBold
  368. ON6.Text = "ON"
  369. ON6.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  370. ON6.TextSize = 14
  371. ON6.MouseButton1Down:connect(function()
  372. _G.LULU = true--change to true or false
  373. while _G.LULU do
  374. wait()--change your time if you want
  375. local A_1 = "BuyAll"
  376. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.AuraFunction
  377. Event:InvokeServer(A_1)
  378. end
  379. end)
  380.  
  381. ON7.Name = "ON7"
  382. ON7.Parent = Main
  383. ON7.BackgroundColor3 = Color3.new(0, 1, 0)
  384. ON7.BorderSizePixel = 0
  385. ON7.Position = UDim2.new(0.664634168, 0, 0.855731249, 0)
  386. ON7.Size = UDim2.new(0, 24, 0, 22)
  387. ON7.Font = Enum.Font.ArialBold
  388. ON7.Text = "ON"
  389. ON7.TextColor3 = Color3.new(0, 0.666667, 0.498039)
  390. ON7.TextSize = 14
  391. ON7.MouseButton1Down:connect(function()
  392. _G.LULU = true--change to true or false
  393. while _G.LULU do
  394. wait()--change your time if you want
  395. local A_1 = "BuyAll"
  396. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BossHitFunction
  397. Event:InvokeServer(A_1)
  398. end
  399. end)
  400.  
  401. OFF5.Name = "OFF5"
  402. OFF5.Parent = Main
  403. OFF5.BackgroundColor3 = Color3.new(1, 0, 0)
  404. OFF5.BorderSizePixel = 0
  405. OFF5.Position = UDim2.new(0.810975611, 0, 0.6422925, 0)
  406. OFF5.Size = UDim2.new(0, 24, 0, 22)
  407. OFF5.Font = Enum.Font.ArialBold
  408. OFF5.Text = "OFF"
  409. OFF5.TextColor3 = Color3.new(0, 0.333333, 1)
  410. OFF5.TextScaled = true
  411. OFF5.TextSize = 14
  412. OFF5.TextWrapped = true
  413. OFF5.MouseButton1Down:connect(function()
  414. _G.LULU = false--change to true or false
  415. while _G.LULU do
  416. wait()--change your time if you want
  417. local A_1 = "BuyAll"
  418. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.JumpEvent
  419. Event:InvokeServer(A_1)
  420. end
  421. end)
  422.  
  423. OFF6.Name = "OFF6"
  424. OFF6.Parent = Main
  425. OFF6.BackgroundColor3 = Color3.new(1, 0, 0)
  426. OFF6.BorderSizePixel = 0
  427. OFF6.Position = UDim2.new(0.810975611, 0, 0.756917, 0)
  428. OFF6.Size = UDim2.new(0, 24, 0, 22)
  429. OFF6.Font = Enum.Font.ArialBold
  430. OFF6.Text = "OFF"
  431. OFF6.TextColor3 = Color3.new(0, 0.333333, 1)
  432. OFF6.TextScaled = true
  433. OFF6.TextSize = 14
  434. OFF6.TextWrapped = true
  435. OFF6.MouseButton1Down:connect(function()
  436. _G.LULU = false--change to true or false
  437. while _G.LULU do
  438. wait()--change your time if you want
  439. local A_1 = "BuyAll"
  440. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.AuraFunction
  441. Event:InvokeServer(A_1)
  442. end
  443. end)
  444.  
  445. OFF7.Name = "OFF7"
  446. OFF7.Parent = Main
  447. OFF7.BackgroundColor3 = Color3.new(1, 0, 0)
  448. OFF7.BorderSizePixel = 0
  449. OFF7.Position = UDim2.new(0.810975611, 0, 0.855731249, 0)
  450. OFF7.Size = UDim2.new(0, 24, 0, 22)
  451. OFF7.Font = Enum.Font.ArialBold
  452. OFF7.Text = "OFF"
  453. OFF7.TextColor3 = Color3.new(0, 0.333333, 1)
  454. OFF7.TextScaled = true
  455. OFF7.TextSize = 14
  456. OFF7.TextWrapped = true
  457. OFF7.MouseButton1Down:connect(function()
  458. _G.LULU = false--change to true or false
  459. while _G.LULU do
  460. wait()--change your time if you want
  461. local A_1 = "BuyAll"
  462. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BossHitFunction
  463. Event:InvokeServer(A_1)
  464. end
  465. end)
  466.  
  467. RedeemAllCodes.Name = "Redeem All Codes"
  468. RedeemAllCodes.Parent = Main
  469. RedeemAllCodes.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  470. RedeemAllCodes.BorderSizePixel = 0
  471. RedeemAllCodes.Position = UDim2.new(0, 0, 0.940711439, 0)
  472. RedeemAllCodes.Size = UDim2.new(0, 164, 0, 30)
  473. RedeemAllCodes.Font = Enum.Font.ArialBold
  474. RedeemAllCodes.Text = "Redeem All Codes"
  475. RedeemAllCodes.TextColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  476. RedeemAllCodes.TextScaled = true
  477. RedeemAllCodes.TextSize = 14
  478. RedeemAllCodes.TextWrapped = true
  479. RedeemAllCodes.MouseButton1Down:connect(function()
  480. local A_1 = "Release"
  481. local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Codes
  482. Event:InvokeServer(A_1)
  483. end)
  484.  
  485. Main2.Name = "Main2"
  486. Main2.Parent = BattingChampionsHaxV32
  487. Main2.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  488. Main2.BorderSizePixel = 0
  489. Main2.Position = UDim2.new(0.284329563, 0, 0.0606796108, 0)
  490. Main2.Size = UDim2.new(0, 152, 0, 374)
  491. Main2.Active = true
  492. Main2.Draggable = true
  493.  
  494. ORANGELINESHAHSH2.Name = "ORANGELINE-SHAHSH2"
  495. ORANGELINESHAHSH2.Parent = Main2
  496. ORANGELINESHAHSH2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  497. ORANGELINESHAHSH2.BorderSizePixel = 0
  498. ORANGELINESHAHSH2.Position = UDim2.new(0, 0, 0.105789348, 0)
  499. ORANGELINESHAHSH2.Size = UDim2.new(0, 152, 0, 6)
  500.  
  501. UnlockIslands.Name = "Unlock Islands"
  502. UnlockIslands.Parent = Main2
  503. UnlockIslands.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  504. UnlockIslands.BorderSizePixel = 0
  505. UnlockIslands.Size = UDim2.new(0, 152, 0, 39)
  506. UnlockIslands.Font = Enum.Font.SourceSansItalic
  507. UnlockIslands.Text = "Unlock Islands"
  508. UnlockIslands.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  509. UnlockIslands.TextScaled = true
  510. UnlockIslands.TextSize = 14
  511. UnlockIslands.TextWrapped = true
  512.  
  513. GrassyGreenland.Name = "Grassy Greenland"
  514. GrassyGreenland.Parent = Main2
  515. GrassyGreenland.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  516. GrassyGreenland.BorderSizePixel = 0
  517. GrassyGreenland.Position = UDim2.new(0, 0, 0.187165782, 0)
  518. GrassyGreenland.Size = UDim2.new(0, 152, 0, 48)
  519. GrassyGreenland.Font = Enum.Font.ArialBold
  520. GrassyGreenland.Text = "Grassy Greenland"
  521. GrassyGreenland.TextColor3 = Color3.new(0.333333, 1, 0)
  522. GrassyGreenland.TextScaled = true
  523. GrassyGreenland.TextSize = 14
  524. GrassyGreenland.TextWrapped = true
  525. GrassyGreenland.MouseButton1Down:connect(function()
  526. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49, 595, -196)
  527. end)
  528.  
  529. SweetSugar.Name = "Sweet Sugar"
  530. SweetSugar.Parent = Main2
  531. SweetSugar.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  532. SweetSugar.BorderSizePixel = 0
  533. SweetSugar.Position = UDim2.new(0, 0, 0.393048048, 0)
  534. SweetSugar.Size = UDim2.new(0, 152, 0, 48)
  535. SweetSugar.Font = Enum.Font.ArialBold
  536. SweetSugar.Text = "Sweet Sugar"
  537. SweetSugar.TextColor3 = Color3.new(1, 0.666667, 1)
  538. SweetSugar.TextScaled = true
  539. SweetSugar.TextSize = 14
  540. SweetSugar.TextWrapped = true
  541. SweetSugar.MouseButton1Down:connect(function()
  542. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-48, 1654, -187)
  543. end)
  544.  
  545. LucidLava.Name = "Lucid Lava"
  546. LucidLava.Parent = Main2
  547. LucidLava.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  548. LucidLava.BorderSizePixel = 0
  549. LucidLava.Position = UDim2.new(0, 0, 0.617647052, 0)
  550. LucidLava.Size = UDim2.new(0, 152, 0, 48)
  551. LucidLava.Font = Enum.Font.ArialBold
  552. LucidLava.Text = "Lucid Lava"
  553. LucidLava.TextColor3 = Color3.new(1, 0.333333, 0)
  554. LucidLava.TextScaled = true
  555. LucidLava.TextSize = 14
  556. LucidLava.TextWrapped = true
  557. LucidLava.MouseButton1Down:connect(function()
  558. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-32, 2963, -188)
  559. end)
  560.  
  561. SodaSprings.Name = "Soda Springs"
  562. SodaSprings.Parent = Main2
  563. SodaSprings.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  564. SodaSprings.BorderSizePixel = 0
  565. SodaSprings.Position = UDim2.new(0, 0, 0.871657729, 0)
  566. SodaSprings.Size = UDim2.new(0, 152, 0, 48)
  567. SodaSprings.Font = Enum.Font.ArialBold
  568. SodaSprings.Text = "Soda Springs"
  569. SodaSprings.TextColor3 = Color3.new(0.666667, 0.666667, 1)
  570. SodaSprings.TextScaled = true
  571. SodaSprings.TextSize = 14
  572. SodaSprings.TextWrapped = true
  573. SodaSprings.MouseButton1Down:connect(function()
  574. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-95, 4869, -249)
  575. end)
  576.  
  577. Main3.Name = "Main3"
  578. Main3.Parent = BattingChampionsHaxV32
  579. Main3.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  580. Main3.BorderSizePixel = 0
  581. Main3.Position = UDim2.new(0.460420042, 0, 0.0606796108, 0)
  582. Main3.Size = UDim2.new(0, 152, 0, 276)
  583. Main3.Active = true
  584. Main3.Draggable = true
  585.  
  586. ORANGELINESHAHSH3.Name = "ORANGELINE-SHAHSH3"
  587. ORANGELINESHAHSH3.Parent = Main3
  588. ORANGELINESHAHSH3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  589. ORANGELINESHAHSH3.BorderSizePixel = 0
  590. ORANGELINESHAHSH3.Position = UDim2.new(0, 0, 0.142021239, 0)
  591. ORANGELINESHAHSH3.Size = UDim2.new(0, 152, 0, 6)
  592.  
  593. Teleports.Name = "Teleports"
  594. Teleports.Parent = Main3
  595. Teleports.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  596. Teleports.BorderSizePixel = 0
  597. Teleports.Size = UDim2.new(0, 152, 0, 39)
  598. Teleports.Font = Enum.Font.SourceSansItalic
  599. Teleports.Text = "Teleports"
  600. Teleports.TextColor3 = Color3.new(1, 0.333333, 0.498039)
  601. Teleports.TextScaled = true
  602. Teleports.TextSize = 14
  603. Teleports.TextWrapped = true
  604.  
  605. VIP.Name = "VIP"
  606. VIP.Parent = Main3
  607. VIP.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  608. VIP.BorderSizePixel = 0
  609. VIP.Position = UDim2.new(0, 0, 0.23550725, 0)
  610. VIP.Size = UDim2.new(0, 152, 0, 68)
  611. VIP.Font = Enum.Font.ArialBold
  612. VIP.Text = "VIP TP"
  613. VIP.TextColor3 = Color3.new(1, 1, 0)
  614. VIP.TextScaled = true
  615. VIP.TextSize = 14
  616. VIP.TextWrapped = true
  617. VIP.MouseButton1Down:connect(function()
  618. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 2, -51)
  619. end)
  620.  
  621. PREMIUM.Name = "PREMIUM"
  622. PREMIUM.Parent = Main3
  623. PREMIUM.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  624. PREMIUM.BorderSizePixel = 0
  625. PREMIUM.Position = UDim2.new(0, 0, 0.648550689, 0)
  626. PREMIUM.Size = UDim2.new(0, 152, 0, 68)
  627. PREMIUM.AutoButtonColor = false
  628. PREMIUM.Font = Enum.Font.ArialBold
  629. PREMIUM.Text = "PREMIUM TP"
  630. PREMIUM.TextColor3 = Color3.new(0.666667, 0, 1)
  631. PREMIUM.TextScaled = true
  632. PREMIUM.TextSize = 14
  633. PREMIUM.TextWrapped = true
  634. PREMIUM.MouseButton1Down:connect(function()
  635. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-62, 3, -510)
  636. end)
  637.  
  638. Main4.Name = "Main4"
  639. Main4.Parent = BattingChampionsHaxV32
  640. Main4.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  641. Main4.BorderSizePixel = 0
  642. Main4.Position = UDim2.new(0.621163189, 0, 0.0606796108, 0)
  643. Main4.Size = UDim2.new(0, 152, 0, 325)
  644. Main4.Active = true
  645. Main4.Draggable = true
  646.  
  647. ORANGELINESHAHSH4.Name = "ORANGELINE-SHAHSH4"
  648. ORANGELINESHAHSH4.Parent = Main4
  649. ORANGELINESHAHSH4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  650. ORANGELINESHAHSH4.BorderSizePixel = 0
  651. ORANGELINESHAHSH4.Position = UDim2.new(0, 0, 0.12048278, 0)
  652. ORANGELINESHAHSH4.Size = UDim2.new(0, 152, 0, 6)
  653.  
  654. HelpAndCredits.Name = "Help And Credits"
  655. HelpAndCredits.Parent = Main4
  656. HelpAndCredits.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  657. HelpAndCredits.BorderSizePixel = 0
  658. HelpAndCredits.Size = UDim2.new(0, 152, 0, 39)
  659. HelpAndCredits.Font = Enum.Font.SourceSansItalic
  660. HelpAndCredits.Text = "Help & Credits"
  661. HelpAndCredits.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  662. HelpAndCredits.TextScaled = true
  663. HelpAndCredits.TextSize = 14
  664. HelpAndCredits.TextWrapped = true
  665.  
  666. HelpONANDOFF.Name = "Help: ON AND OFF"
  667. HelpONANDOFF.Parent = Main4
  668. HelpONANDOFF.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  669. HelpONANDOFF.BorderSizePixel = 0
  670. HelpONANDOFF.Position = UDim2.new(0, 0, 0.184615389, 0)
  671. HelpONANDOFF.Size = UDim2.new(0, 152, 0, 44)
  672. HelpONANDOFF.Font = Enum.Font.ArialBold
  673. HelpONANDOFF.Text = "For turn ON AutoFarms, you need click ON for autofarm, if you want stop autofarm, then click OFF for turn OFF (lol)"
  674. HelpONANDOFF.TextColor3 = Color3.new(0.666667, 0, 1)
  675. HelpONANDOFF.TextScaled = true
  676. HelpONANDOFF.TextSize = 14
  677. HelpONANDOFF.TextWrapped = true
  678.  
  679. Scripter.Name = "Scripter"
  680. Scripter.Parent = Main4
  681. Scripter.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  682. Scripter.BorderSizePixel = 0
  683. Scripter.Position = UDim2.new(0, 0, 0.37846154, 0)
  684. Scripter.Size = UDim2.new(0, 152, 0, 44)
  685. Scripter.Font = Enum.Font.SourceSansItalic
  686. Scripter.Text = "Scripter: Dinosaur XxX"
  687. Scripter.TextColor3 = Color3.new(0.666667, 0, 1)
  688. Scripter.TextScaled = true
  689. Scripter.TextSize = 14
  690. Scripter.TextWrapped = true
  691.  
  692. GUI.Name = "GUI"
  693. GUI.Parent = Main4
  694. GUI.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  695. GUI.BorderSizePixel = 0
  696. GUI.Position = UDim2.new(0, 0, 0.575384617, 0)
  697. GUI.Size = UDim2.new(0, 152, 0, 44)
  698. GUI.Font = Enum.Font.ArialBold
  699. GUI.Text = "GUI: Dinosaur XxX"
  700. GUI.TextColor3 = Color3.new(0.666667, 0, 1)
  701. GUI.TextScaled = true
  702. GUI.TextSize = 14
  703. GUI.TextWrapped = true
  704.  
  705. CopyButton.Name = "CopyButton"
  706. CopyButton.Parent = Main4
  707. CopyButton.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  708. CopyButton.BorderSizePixel = 0
  709. CopyButton.Position = UDim2.new(0, 0, 0.803076923, 0)
  710. CopyButton.Size = UDim2.new(0, 152, 0, 44)
  711. CopyButton.Font = Enum.Font.ArialBold
  712. CopyButton.Text = "Copy YouTube Dinosaur XxX"
  713. CopyButton.TextColor3 = Color3.new(0.666667, 0, 1)
  714. CopyButton.TextScaled = true
  715. CopyButton.TextSize = 14
  716. CopyButton.TextWrapped = true
  717. CopyButton.MouseButton1Down:connect(function()
  718. setclipboard("https://www.youtube.com/channel/UCHBxhQ_-wt-ZP3Exti78YGQ")
  719. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement