Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BattingChampionsHaxV32 = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local ORANGELINESHAHSH = Instance.new("Frame")
- local Remotes = Instance.new("TextLabel")
- local AutoFarm = Instance.new("TextLabel")
- local ON = Instance.new("TextButton")
- local OFF = Instance.new("TextButton")
- local AutoSell = Instance.new("TextLabel")
- local ON2 = Instance.new("TextButton")
- local OFF2 = Instance.new("TextButton")
- local AutoBuyAllBATS = Instance.new("TextLabel")
- local AutoBuyAllDNA = Instance.new("TextLabel")
- local ON3 = Instance.new("TextButton")
- local ON4 = Instance.new("TextButton")
- local OFF3 = Instance.new("TextButton")
- local OFF4 = Instance.new("TextButton")
- local AutoBuyAllJUMPS = Instance.new("TextLabel")
- local AutoBuyAllAURAS = Instance.new("TextLabel")
- local AutoBuyAllBOSSHITS = Instance.new("TextLabel")
- local ON5 = Instance.new("TextButton")
- local ON6 = Instance.new("TextButton")
- local ON7 = Instance.new("TextButton")
- local OFF5 = Instance.new("TextButton")
- local OFF6 = Instance.new("TextButton")
- local OFF7 = Instance.new("TextButton")
- local RedeemAllCodes = Instance.new("TextButton")
- local Main2 = Instance.new("Frame")
- local ORANGELINESHAHSH2 = Instance.new("Frame")
- local UnlockIslands = Instance.new("TextLabel")
- local GrassyGreenland = Instance.new("TextButton")
- local SweetSugar = Instance.new("TextButton")
- local LucidLava = Instance.new("TextButton")
- local SodaSprings = Instance.new("TextButton")
- local Main3 = Instance.new("Frame")
- local ORANGELINESHAHSH3 = Instance.new("Frame")
- local Teleports = Instance.new("TextLabel")
- local VIP = Instance.new("TextButton")
- local PREMIUM = Instance.new("TextButton")
- local Main4 = Instance.new("Frame")
- local ORANGELINESHAHSH4 = Instance.new("Frame")
- local HelpAndCredits = Instance.new("TextLabel")
- local HelpONANDOFF = Instance.new("TextLabel")
- local Scripter = Instance.new("TextLabel")
- local GUI = Instance.new("TextLabel")
- local CopyButton = Instance.new("TextButton")
- --Properties:
- BattingChampionsHaxV32.Name = "BattingChampionsHax V3.2"
- BattingChampionsHaxV32.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = BattingChampionsHaxV32
- Main.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.109854601, 0, 0.0606796108, 0)
- Main.Size = UDim2.new(0, 164, 0, 506)
- Main.Active = true
- Main.Draggable = true
- ORANGELINESHAHSH.Name = "ORANGELINE-SHAHSH"
- ORANGELINESHAHSH.Parent = Main
- ORANGELINESHAHSH.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- ORANGELINESHAHSH.BorderSizePixel = 0
- ORANGELINESHAHSH.Position = UDim2.new(0, 0, 0.0790513828, 0)
- ORANGELINESHAHSH.Size = UDim2.new(0, 164, 0, 6)
- Remotes.Name = "Remotes"
- Remotes.Parent = Main
- Remotes.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Remotes.BorderSizePixel = 0
- Remotes.Size = UDim2.new(0, 164, 0, 40)
- Remotes.Font = Enum.Font.SourceSansItalic
- Remotes.Text = "Remotes"
- Remotes.TextColor3 = Color3.new(0.333333, 0.666667, 0)
- Remotes.TextScaled = true
- Remotes.TextSize = 14
- Remotes.TextWrapped = true
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = Main
- AutoFarm.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoFarm.BorderSizePixel = 0
- AutoFarm.Position = UDim2.new(0, 0, 0.138339922, 0)
- AutoFarm.Size = UDim2.new(0, 99, 0, 50)
- AutoFarm.Font = Enum.Font.SourceSansSemibold
- AutoFarm.Text = "AutoFarm"
- AutoFarm.TextColor3 = Color3.new(0.666667, 0.666667, 0.498039)
- AutoFarm.TextScaled = true
- AutoFarm.TextSize = 14
- AutoFarm.TextWrapped = true
- ON.Name = "ON"
- ON.Parent = Main
- ON.BackgroundColor3 = Color3.new(0, 1, 0)
- ON.BorderSizePixel = 0
- ON.Position = UDim2.new(0.664634168, 0, 0.173913047, 0)
- ON.Size = UDim2.new(0, 24, 0, 22)
- ON.Font = Enum.Font.ArialBold
- ON.Text = "ON"
- ON.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON.TextSize = 14
- ON.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent
- Event:InvokeServer()
- end
- end)
- OFF.Name = "OFF"
- OFF.Parent = Main
- OFF.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF.BorderSizePixel = 0
- OFF.Position = UDim2.new(0.810975611, 0, 0.173913047, 0)
- OFF.Size = UDim2.new(0, 24, 0, 22)
- OFF.Font = Enum.Font.ArialBold
- OFF.Text = "OFF"
- OFF.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF.TextScaled = true
- OFF.TextSize = 14
- OFF.TextWrapped = true
- OFF.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change time if you want
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.ToolEvent
- Event:InvokeServer()
- end
- end)
- AutoSell.Name = "Auto Sell"
- AutoSell.Parent = Main
- AutoSell.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoSell.BorderSizePixel = 0
- AutoSell.Position = UDim2.new(0, 0, 0.237154156, 0)
- AutoSell.Size = UDim2.new(0, 99, 0, 50)
- AutoSell.Font = Enum.Font.SourceSansSemibold
- AutoSell.Text = "Auto Sell"
- AutoSell.TextColor3 = Color3.new(1, 0.333333, 0)
- AutoSell.TextScaled = true
- AutoSell.TextSize = 14
- AutoSell.TextWrapped = true
- ON2.Name = "ON2"
- ON2.Parent = Main
- ON2.BackgroundColor3 = Color3.new(0, 1, 0)
- ON2.BorderSizePixel = 0
- ON2.Position = UDim2.new(0.664634168, 0, 0.264822125, 0)
- ON2.Size = UDim2.new(0, 24, 0, 22)
- ON2.Font = Enum.Font.ArialBold
- ON2.Text = "ON"
- ON2.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON2.TextSize = 14
- ON2.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time
- local A_1 = game:GetService("Workspace").Maps.Main.Interacts.Sell
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Sell
- Event:FireServer(A_1)
- end
- end)
- OFF2.Name = "OFF2"
- OFF2.Parent = Main
- OFF2.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF2.BorderSizePixel = 0
- OFF2.Position = UDim2.new(0.810975611, 0, 0.264822125, 0)
- OFF2.Size = UDim2.new(0, 24, 0, 22)
- OFF2.Font = Enum.Font.ArialBold
- OFF2.Text = "OFF"
- OFF2.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF2.TextScaled = true
- OFF2.TextSize = 14
- OFF2.TextWrapped = true
- OFF2.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time
- local A_1 = game:GetService("Workspace").Maps.Main.Interacts.Sell
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Sell
- Event:FireServer(A_1)
- end
- end)
- AutoBuyAllBATS.Name = "Auto Buy All BATS"
- AutoBuyAllBATS.Parent = Main
- AutoBuyAllBATS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoBuyAllBATS.BorderSizePixel = 0
- AutoBuyAllBATS.Position = UDim2.new(0, 0, 0.3577075, 0)
- AutoBuyAllBATS.Size = UDim2.new(0, 99, 0, 50)
- AutoBuyAllBATS.Font = Enum.Font.SourceSansSemibold
- AutoBuyAllBATS.Text = "Auto Buy All BATS"
- AutoBuyAllBATS.TextColor3 = Color3.new(1, 0, 0.498039)
- AutoBuyAllBATS.TextScaled = true
- AutoBuyAllBATS.TextSize = 14
- AutoBuyAllBATS.TextWrapped = true
- AutoBuyAllDNA.Name = "Auto Buy All DNA"
- AutoBuyAllDNA.Parent = Main
- AutoBuyAllDNA.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoBuyAllDNA.BorderSizePixel = 0
- AutoBuyAllDNA.Position = UDim2.new(0, 0, 0.488142282, 0)
- AutoBuyAllDNA.Size = UDim2.new(0, 99, 0, 50)
- AutoBuyAllDNA.Font = Enum.Font.SourceSansSemibold
- AutoBuyAllDNA.Text = "Auto Buy All DNA"
- AutoBuyAllDNA.TextColor3 = Color3.new(0, 1, 1)
- AutoBuyAllDNA.TextScaled = true
- AutoBuyAllDNA.TextSize = 14
- AutoBuyAllDNA.TextWrapped = true
- ON3.Name = "ON3"
- ON3.Parent = Main
- ON3.BackgroundColor3 = Color3.new(0, 1, 0)
- ON3.BorderSizePixel = 0
- ON3.Position = UDim2.new(0.664634168, 0, 0.3853755, 0)
- ON3.Size = UDim2.new(0, 24, 0, 22)
- ON3.Font = Enum.Font.ArialBold
- ON3.Text = "ON"
- ON3.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON3.TextSize = 14
- ON3.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local A_4 = "Main"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BatFunction
- Event:InvokeServer(A_1, A_4)
- end
- end)
- ON4.Name = "ON4"
- ON4.Parent = Main
- ON4.BackgroundColor3 = Color3.new(0, 1, 0)
- ON4.BorderSizePixel = 0
- ON4.Position = UDim2.new(0.664634168, 0, 0.515810251, 0)
- ON4.Size = UDim2.new(0, 24, 0, 22)
- ON4.Font = Enum.Font.ArialBold
- ON4.Text = "ON"
- ON4.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON4.TextSize = 14
- ON4.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local A_4 = "Main"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.DnaFunction
- Event:InvokeServer(A_1, A_4)
- end
- end)
- OFF3.Name = "OFF3"
- OFF3.Parent = Main
- OFF3.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF3.BorderSizePixel = 0
- OFF3.Position = UDim2.new(0.810975611, 0, 0.3853755, 0)
- OFF3.Size = UDim2.new(0, 24, 0, 22)
- OFF3.Font = Enum.Font.ArialBold
- OFF3.Text = "OFF"
- OFF3.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF3.TextScaled = true
- OFF3.TextSize = 14
- OFF3.TextWrapped = true
- OFF3.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local A_4 = "Main"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BatFunction
- Event:InvokeServer(A_1, A_4)
- end
- end)
- OFF4.Name = "OFF4"
- OFF4.Parent = Main
- OFF4.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF4.BorderSizePixel = 0
- OFF4.Position = UDim2.new(0.810975611, 0, 0.515810251, 0)
- OFF4.Size = UDim2.new(0, 24, 0, 22)
- OFF4.Font = Enum.Font.ArialBold
- OFF4.Text = "OFF"
- OFF4.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF4.TextScaled = true
- OFF4.TextSize = 14
- OFF4.TextWrapped = true
- OFF4.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local A_4 = "Main"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.DnaFunction
- Event:InvokeServer(A_1, A_4)
- end
- end)
- AutoBuyAllJUMPS.Name = "Auto Buy All JUMPS"
- AutoBuyAllJUMPS.Parent = Main
- AutoBuyAllJUMPS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoBuyAllJUMPS.BorderSizePixel = 0
- AutoBuyAllJUMPS.Position = UDim2.new(0, 0, 0.624505937, 0)
- AutoBuyAllJUMPS.Size = UDim2.new(0, 99, 0, 41)
- AutoBuyAllJUMPS.Font = Enum.Font.SourceSansSemibold
- AutoBuyAllJUMPS.Text = "Auto Buy All JUMPS"
- AutoBuyAllJUMPS.TextColor3 = Color3.new(0.333333, 0, 1)
- AutoBuyAllJUMPS.TextScaled = true
- AutoBuyAllJUMPS.TextSize = 14
- AutoBuyAllJUMPS.TextWrapped = true
- AutoBuyAllAURAS.Name = "Auto Buy All AURAS"
- AutoBuyAllAURAS.Parent = Main
- AutoBuyAllAURAS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoBuyAllAURAS.BorderSizePixel = 0
- AutoBuyAllAURAS.Position = UDim2.new(0, 0, 0.739130437, 0)
- AutoBuyAllAURAS.Size = UDim2.new(0, 99, 0, 41)
- AutoBuyAllAURAS.Font = Enum.Font.SourceSansSemibold
- AutoBuyAllAURAS.Text = "Auto Buy All AURAS"
- AutoBuyAllAURAS.TextColor3 = Color3.new(0.666667, 0.333333, 0)
- AutoBuyAllAURAS.TextScaled = true
- AutoBuyAllAURAS.TextSize = 14
- AutoBuyAllAURAS.TextWrapped = true
- AutoBuyAllBOSSHITS.Name = "Auto Buy All BOSS HITS"
- AutoBuyAllBOSSHITS.Parent = Main
- AutoBuyAllBOSSHITS.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- AutoBuyAllBOSSHITS.BorderSizePixel = 0
- AutoBuyAllBOSSHITS.Position = UDim2.new(0, 0, 0.837944686, 0)
- AutoBuyAllBOSSHITS.Size = UDim2.new(0, 99, 0, 41)
- AutoBuyAllBOSSHITS.Font = Enum.Font.SourceSansSemibold
- AutoBuyAllBOSSHITS.Text = "Auto Buy All BOSS HITS"
- AutoBuyAllBOSSHITS.TextColor3 = Color3.new(1, 1, 0)
- AutoBuyAllBOSSHITS.TextScaled = true
- AutoBuyAllBOSSHITS.TextSize = 14
- AutoBuyAllBOSSHITS.TextWrapped = true
- ON5.Name = "ON5"
- ON5.Parent = Main
- ON5.BackgroundColor3 = Color3.new(0, 1, 0)
- ON5.BorderSizePixel = 0
- ON5.Position = UDim2.new(0.664634168, 0, 0.6422925, 0)
- ON5.Size = UDim2.new(0, 24, 0, 22)
- ON5.Font = Enum.Font.ArialBold
- ON5.Text = "ON"
- ON5.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON5.TextSize = 14
- ON5.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.JumpEvent
- Event:InvokeServer(A_1)
- end
- end)
- ON6.Name = "ON6"
- ON6.Parent = Main
- ON6.BackgroundColor3 = Color3.new(0, 1, 0)
- ON6.BorderSizePixel = 0
- ON6.Position = UDim2.new(0.664634168, 0, 0.756917, 0)
- ON6.Size = UDim2.new(0, 24, 0, 22)
- ON6.Font = Enum.Font.ArialBold
- ON6.Text = "ON"
- ON6.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON6.TextSize = 14
- ON6.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.AuraFunction
- Event:InvokeServer(A_1)
- end
- end)
- ON7.Name = "ON7"
- ON7.Parent = Main
- ON7.BackgroundColor3 = Color3.new(0, 1, 0)
- ON7.BorderSizePixel = 0
- ON7.Position = UDim2.new(0.664634168, 0, 0.855731249, 0)
- ON7.Size = UDim2.new(0, 24, 0, 22)
- ON7.Font = Enum.Font.ArialBold
- ON7.Text = "ON"
- ON7.TextColor3 = Color3.new(0, 0.666667, 0.498039)
- ON7.TextSize = 14
- ON7.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BossHitFunction
- Event:InvokeServer(A_1)
- end
- end)
- OFF5.Name = "OFF5"
- OFF5.Parent = Main
- OFF5.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF5.BorderSizePixel = 0
- OFF5.Position = UDim2.new(0.810975611, 0, 0.6422925, 0)
- OFF5.Size = UDim2.new(0, 24, 0, 22)
- OFF5.Font = Enum.Font.ArialBold
- OFF5.Text = "OFF"
- OFF5.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF5.TextScaled = true
- OFF5.TextSize = 14
- OFF5.TextWrapped = true
- OFF5.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.JumpEvent
- Event:InvokeServer(A_1)
- end
- end)
- OFF6.Name = "OFF6"
- OFF6.Parent = Main
- OFF6.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF6.BorderSizePixel = 0
- OFF6.Position = UDim2.new(0.810975611, 0, 0.756917, 0)
- OFF6.Size = UDim2.new(0, 24, 0, 22)
- OFF6.Font = Enum.Font.ArialBold
- OFF6.Text = "OFF"
- OFF6.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF6.TextScaled = true
- OFF6.TextSize = 14
- OFF6.TextWrapped = true
- OFF6.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.AuraFunction
- Event:InvokeServer(A_1)
- end
- end)
- OFF7.Name = "OFF7"
- OFF7.Parent = Main
- OFF7.BackgroundColor3 = Color3.new(1, 0, 0)
- OFF7.BorderSizePixel = 0
- OFF7.Position = UDim2.new(0.810975611, 0, 0.855731249, 0)
- OFF7.Size = UDim2.new(0, 24, 0, 22)
- OFF7.Font = Enum.Font.ArialBold
- OFF7.Text = "OFF"
- OFF7.TextColor3 = Color3.new(0, 0.333333, 1)
- OFF7.TextScaled = true
- OFF7.TextSize = 14
- OFF7.TextWrapped = true
- OFF7.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait()--change your time if you want
- local A_1 = "BuyAll"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.BossHitFunction
- Event:InvokeServer(A_1)
- end
- end)
- RedeemAllCodes.Name = "Redeem All Codes"
- RedeemAllCodes.Parent = Main
- RedeemAllCodes.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- RedeemAllCodes.BorderSizePixel = 0
- RedeemAllCodes.Position = UDim2.new(0, 0, 0.940711439, 0)
- RedeemAllCodes.Size = UDim2.new(0, 164, 0, 30)
- RedeemAllCodes.Font = Enum.Font.ArialBold
- RedeemAllCodes.Text = "Redeem All Codes"
- RedeemAllCodes.TextColor3 = Color3.new(0.333333, 0.666667, 0.498039)
- RedeemAllCodes.TextScaled = true
- RedeemAllCodes.TextSize = 14
- RedeemAllCodes.TextWrapped = true
- RedeemAllCodes.MouseButton1Down:connect(function()
- local A_1 = "Release"
- local Event = game:GetService("ReplicatedStorage").Shared.Network.Network.Codes
- Event:InvokeServer(A_1)
- end)
- Main2.Name = "Main2"
- Main2.Parent = BattingChampionsHaxV32
- Main2.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Main2.BorderSizePixel = 0
- Main2.Position = UDim2.new(0.284329563, 0, 0.0606796108, 0)
- Main2.Size = UDim2.new(0, 152, 0, 374)
- Main2.Active = true
- Main2.Draggable = true
- ORANGELINESHAHSH2.Name = "ORANGELINE-SHAHSH2"
- ORANGELINESHAHSH2.Parent = Main2
- ORANGELINESHAHSH2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- ORANGELINESHAHSH2.BorderSizePixel = 0
- ORANGELINESHAHSH2.Position = UDim2.new(0, 0, 0.105789348, 0)
- ORANGELINESHAHSH2.Size = UDim2.new(0, 152, 0, 6)
- UnlockIslands.Name = "Unlock Islands"
- UnlockIslands.Parent = Main2
- UnlockIslands.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- UnlockIslands.BorderSizePixel = 0
- UnlockIslands.Size = UDim2.new(0, 152, 0, 39)
- UnlockIslands.Font = Enum.Font.SourceSansItalic
- UnlockIslands.Text = "Unlock Islands"
- UnlockIslands.TextColor3 = Color3.new(0.666667, 0.333333, 1)
- UnlockIslands.TextScaled = true
- UnlockIslands.TextSize = 14
- UnlockIslands.TextWrapped = true
- GrassyGreenland.Name = "Grassy Greenland"
- GrassyGreenland.Parent = Main2
- GrassyGreenland.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- GrassyGreenland.BorderSizePixel = 0
- GrassyGreenland.Position = UDim2.new(0, 0, 0.187165782, 0)
- GrassyGreenland.Size = UDim2.new(0, 152, 0, 48)
- GrassyGreenland.Font = Enum.Font.ArialBold
- GrassyGreenland.Text = "Grassy Greenland"
- GrassyGreenland.TextColor3 = Color3.new(0.333333, 1, 0)
- GrassyGreenland.TextScaled = true
- GrassyGreenland.TextSize = 14
- GrassyGreenland.TextWrapped = true
- GrassyGreenland.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49, 595, -196)
- end)
- SweetSugar.Name = "Sweet Sugar"
- SweetSugar.Parent = Main2
- SweetSugar.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- SweetSugar.BorderSizePixel = 0
- SweetSugar.Position = UDim2.new(0, 0, 0.393048048, 0)
- SweetSugar.Size = UDim2.new(0, 152, 0, 48)
- SweetSugar.Font = Enum.Font.ArialBold
- SweetSugar.Text = "Sweet Sugar"
- SweetSugar.TextColor3 = Color3.new(1, 0.666667, 1)
- SweetSugar.TextScaled = true
- SweetSugar.TextSize = 14
- SweetSugar.TextWrapped = true
- SweetSugar.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-48, 1654, -187)
- end)
- LucidLava.Name = "Lucid Lava"
- LucidLava.Parent = Main2
- LucidLava.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- LucidLava.BorderSizePixel = 0
- LucidLava.Position = UDim2.new(0, 0, 0.617647052, 0)
- LucidLava.Size = UDim2.new(0, 152, 0, 48)
- LucidLava.Font = Enum.Font.ArialBold
- LucidLava.Text = "Lucid Lava"
- LucidLava.TextColor3 = Color3.new(1, 0.333333, 0)
- LucidLava.TextScaled = true
- LucidLava.TextSize = 14
- LucidLava.TextWrapped = true
- LucidLava.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-32, 2963, -188)
- end)
- SodaSprings.Name = "Soda Springs"
- SodaSprings.Parent = Main2
- SodaSprings.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- SodaSprings.BorderSizePixel = 0
- SodaSprings.Position = UDim2.new(0, 0, 0.871657729, 0)
- SodaSprings.Size = UDim2.new(0, 152, 0, 48)
- SodaSprings.Font = Enum.Font.ArialBold
- SodaSprings.Text = "Soda Springs"
- SodaSprings.TextColor3 = Color3.new(0.666667, 0.666667, 1)
- SodaSprings.TextScaled = true
- SodaSprings.TextSize = 14
- SodaSprings.TextWrapped = true
- SodaSprings.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-95, 4869, -249)
- end)
- Main3.Name = "Main3"
- Main3.Parent = BattingChampionsHaxV32
- Main3.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Main3.BorderSizePixel = 0
- Main3.Position = UDim2.new(0.460420042, 0, 0.0606796108, 0)
- Main3.Size = UDim2.new(0, 152, 0, 276)
- Main3.Active = true
- Main3.Draggable = true
- ORANGELINESHAHSH3.Name = "ORANGELINE-SHAHSH3"
- ORANGELINESHAHSH3.Parent = Main3
- ORANGELINESHAHSH3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- ORANGELINESHAHSH3.BorderSizePixel = 0
- ORANGELINESHAHSH3.Position = UDim2.new(0, 0, 0.142021239, 0)
- ORANGELINESHAHSH3.Size = UDim2.new(0, 152, 0, 6)
- Teleports.Name = "Teleports"
- Teleports.Parent = Main3
- Teleports.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Teleports.BorderSizePixel = 0
- Teleports.Size = UDim2.new(0, 152, 0, 39)
- Teleports.Font = Enum.Font.SourceSansItalic
- Teleports.Text = "Teleports"
- Teleports.TextColor3 = Color3.new(1, 0.333333, 0.498039)
- Teleports.TextScaled = true
- Teleports.TextSize = 14
- Teleports.TextWrapped = true
- VIP.Name = "VIP"
- VIP.Parent = Main3
- VIP.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- VIP.BorderSizePixel = 0
- VIP.Position = UDim2.new(0, 0, 0.23550725, 0)
- VIP.Size = UDim2.new(0, 152, 0, 68)
- VIP.Font = Enum.Font.ArialBold
- VIP.Text = "VIP TP"
- VIP.TextColor3 = Color3.new(1, 1, 0)
- VIP.TextScaled = true
- VIP.TextSize = 14
- VIP.TextWrapped = true
- VIP.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 2, -51)
- end)
- PREMIUM.Name = "PREMIUM"
- PREMIUM.Parent = Main3
- PREMIUM.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- PREMIUM.BorderSizePixel = 0
- PREMIUM.Position = UDim2.new(0, 0, 0.648550689, 0)
- PREMIUM.Size = UDim2.new(0, 152, 0, 68)
- PREMIUM.AutoButtonColor = false
- PREMIUM.Font = Enum.Font.ArialBold
- PREMIUM.Text = "PREMIUM TP"
- PREMIUM.TextColor3 = Color3.new(0.666667, 0, 1)
- PREMIUM.TextScaled = true
- PREMIUM.TextSize = 14
- PREMIUM.TextWrapped = true
- PREMIUM.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-62, 3, -510)
- end)
- Main4.Name = "Main4"
- Main4.Parent = BattingChampionsHaxV32
- Main4.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Main4.BorderSizePixel = 0
- Main4.Position = UDim2.new(0.621163189, 0, 0.0606796108, 0)
- Main4.Size = UDim2.new(0, 152, 0, 325)
- Main4.Active = true
- Main4.Draggable = true
- ORANGELINESHAHSH4.Name = "ORANGELINE-SHAHSH4"
- ORANGELINESHAHSH4.Parent = Main4
- ORANGELINESHAHSH4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- ORANGELINESHAHSH4.BorderSizePixel = 0
- ORANGELINESHAHSH4.Position = UDim2.new(0, 0, 0.12048278, 0)
- ORANGELINESHAHSH4.Size = UDim2.new(0, 152, 0, 6)
- HelpAndCredits.Name = "Help And Credits"
- HelpAndCredits.Parent = Main4
- HelpAndCredits.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- HelpAndCredits.BorderSizePixel = 0
- HelpAndCredits.Size = UDim2.new(0, 152, 0, 39)
- HelpAndCredits.Font = Enum.Font.SourceSansItalic
- HelpAndCredits.Text = "Help & Credits"
- HelpAndCredits.TextColor3 = Color3.new(0.666667, 0.333333, 0)
- HelpAndCredits.TextScaled = true
- HelpAndCredits.TextSize = 14
- HelpAndCredits.TextWrapped = true
- HelpONANDOFF.Name = "Help: ON AND OFF"
- HelpONANDOFF.Parent = Main4
- HelpONANDOFF.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- HelpONANDOFF.BorderSizePixel = 0
- HelpONANDOFF.Position = UDim2.new(0, 0, 0.184615389, 0)
- HelpONANDOFF.Size = UDim2.new(0, 152, 0, 44)
- HelpONANDOFF.Font = Enum.Font.ArialBold
- HelpONANDOFF.Text = "For turn ON AutoFarms, you need click ON for autofarm, if you want stop autofarm, then click OFF for turn OFF (lol)"
- HelpONANDOFF.TextColor3 = Color3.new(0.666667, 0, 1)
- HelpONANDOFF.TextScaled = true
- HelpONANDOFF.TextSize = 14
- HelpONANDOFF.TextWrapped = true
- Scripter.Name = "Scripter"
- Scripter.Parent = Main4
- Scripter.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- Scripter.BorderSizePixel = 0
- Scripter.Position = UDim2.new(0, 0, 0.37846154, 0)
- Scripter.Size = UDim2.new(0, 152, 0, 44)
- Scripter.Font = Enum.Font.SourceSansItalic
- Scripter.Text = "Scripter: Dinosaur XxX"
- Scripter.TextColor3 = Color3.new(0.666667, 0, 1)
- Scripter.TextScaled = true
- Scripter.TextSize = 14
- Scripter.TextWrapped = true
- GUI.Name = "GUI"
- GUI.Parent = Main4
- GUI.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- GUI.BorderSizePixel = 0
- GUI.Position = UDim2.new(0, 0, 0.575384617, 0)
- GUI.Size = UDim2.new(0, 152, 0, 44)
- GUI.Font = Enum.Font.ArialBold
- GUI.Text = "GUI: Dinosaur XxX"
- GUI.TextColor3 = Color3.new(0.666667, 0, 1)
- GUI.TextScaled = true
- GUI.TextSize = 14
- GUI.TextWrapped = true
- CopyButton.Name = "CopyButton"
- CopyButton.Parent = Main4
- CopyButton.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- CopyButton.BorderSizePixel = 0
- CopyButton.Position = UDim2.new(0, 0, 0.803076923, 0)
- CopyButton.Size = UDim2.new(0, 152, 0, 44)
- CopyButton.Font = Enum.Font.ArialBold
- CopyButton.Text = "Copy YouTube Dinosaur XxX"
- CopyButton.TextColor3 = Color3.new(0.666667, 0, 1)
- CopyButton.TextScaled = true
- CopyButton.TextSize = 14
- CopyButton.TextWrapped = true
- CopyButton.MouseButton1Down:connect(function()
- setclipboard("https://www.youtube.com/channel/UCHBxhQ_-wt-ZP3Exti78YGQ")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement