Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local AnimeFighting = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local AutoFram = Instance.new("TextLabel")
- local Strength = Instance.new("TextLabel")
- local OFF = Instance.new("TextButton")
- local ON = Instance.new("TextButton")
- local Chakra = Instance.new("TextLabel")
- local OFF_2 = Instance.new("TextButton")
- local ON_2 = Instance.new("TextButton")
- local Durability = Instance.new("TextLabel")
- local OFF_3 = Instance.new("TextButton")
- local ON_3 = Instance.new("TextButton")
- local Sword = Instance.new("TextLabel")
- local OFF_4 = Instance.new("TextButton")
- local ON_4 = Instance.new("TextButton")
- local TPCreates = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Open = Instance.new("TextButton")
- --Properties:
- AnimeFighting.Name = "Anime Fighting"
- AnimeFighting.Parent = game.CoreGui
- AnimeFighting.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = AnimeFighting
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BorderColor3 = Color3.new(0, 1, 0)
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0.403314918, 0, 0.0485436879, 0)
- Frame.Size = UDim2.new(0, 160, 0, 266)
- Frame.Visible = false
- Frame.Active = true
- Frame.Draggable = true
- AutoFram.Name = "Auto Fram"
- AutoFram.Parent = Frame
- AutoFram.BackgroundColor3 = Color3.new(0, 0, 0)
- AutoFram.BorderColor3 = Color3.new(0, 1, 0)
- AutoFram.BorderSizePixel = 2
- AutoFram.Size = UDim2.new(0, 160, 0, 27)
- AutoFram.Font = Enum.Font.Cartoon
- AutoFram.Text = "Auto Fram"
- AutoFram.TextColor3 = Color3.new(1, 1, 1)
- AutoFram.TextScaled = true
- AutoFram.TextSize = 14
- AutoFram.TextWrapped = true
- Strength.Name = "Strength"
- Strength.Parent = Frame
- Strength.BackgroundColor3 = Color3.new(0, 0, 0)
- Strength.BorderColor3 = Color3.new(0, 1, 0)
- Strength.BorderSizePixel = 2
- Strength.Position = UDim2.new(0, 0, 0.140373498, 0)
- Strength.Size = UDim2.new(0, 78, 0, 24)
- Strength.Font = Enum.Font.Cartoon
- Strength.Text = "Strength"
- Strength.TextColor3 = Color3.new(1, 0, 0)
- Strength.TextSize = 21
- Strength.TextWrapped = true
- OFF.Name = "OFF"
- OFF.Parent = Strength
- OFF.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF.BorderColor3 = Color3.new(0, 1, 0)
- OFF.BorderSizePixel = 2
- OFF.Position = UDim2.new(1.57692313, 0, 0, 0)
- OFF.Size = UDim2.new(0, 37, 0, 24)
- OFF.Font = Enum.Font.Cartoon
- OFF.Text = "OFF"
- OFF.TextColor3 = Color3.new(1, 0, 0)
- 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(0.1)
- local A_1 = "Stat"
- local A_2 = "Strength"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- ON.Name = "ON"
- ON.Parent = Strength
- ON.BackgroundColor3 = Color3.new(0, 0, 0)
- ON.BorderColor3 = Color3.new(0, 1, 0)
- ON.BorderSizePixel = 2
- ON.Position = UDim2.new(1.1025641, 0, 0, 0)
- ON.Size = UDim2.new(0, 37, 0, 24)
- ON.Font = Enum.Font.Cartoon
- ON.Text = "ON"
- ON.TextColor3 = Color3.new(1, 0, 0)
- ON.TextScaled = true
- ON.TextSize = 14
- ON.TextWrapped = true
- ON.MouseButton1Down:connect(function()
- _G.LULU = true --change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Strength"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- Chakra.Name = "Chakra"
- Chakra.Parent = Frame
- Chakra.BackgroundColor3 = Color3.new(0, 0, 0)
- Chakra.BorderColor3 = Color3.new(0, 1, 0)
- Chakra.BorderSizePixel = 2
- Chakra.Position = UDim2.new(0, 0, 0.29667595, 0)
- Chakra.Size = UDim2.new(0, 78, 0, 24)
- Chakra.Font = Enum.Font.Cartoon
- Chakra.Text = "Chakra"
- Chakra.TextColor3 = Color3.new(1, 0, 0)
- Chakra.TextSize = 21
- Chakra.TextWrapped = true
- OFF_2.Name = "OFF"
- OFF_2.Parent = Chakra
- OFF_2.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_2.BorderColor3 = Color3.new(0, 1, 0)
- OFF_2.BorderSizePixel = 2
- OFF_2.Position = UDim2.new(1.57692313, 0, 0, 0)
- OFF_2.Size = UDim2.new(0, 37, 0, 24)
- OFF_2.Font = Enum.Font.Cartoon
- OFF_2.Text = "OFF"
- OFF_2.TextColor3 = Color3.new(1, 0, 0)
- OFF_2.TextScaled = true
- OFF_2.TextSize = 14
- OFF_2.TextWrapped = true
- OFF_2.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Chakra"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- ON_2.Name = "ON"
- ON_2.Parent = Chakra
- ON_2.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_2.BorderColor3 = Color3.new(0, 1, 0)
- ON_2.BorderSizePixel = 2
- ON_2.Position = UDim2.new(1.1025641, 0, 0, 0)
- ON_2.Size = UDim2.new(0, 37, 0, 24)
- ON_2.Font = Enum.Font.Cartoon
- ON_2.Text = "ON"
- ON_2.TextColor3 = Color3.new(1, 0, 0)
- ON_2.TextScaled = true
- ON_2.TextSize = 14
- ON_2.TextWrapped = true
- ON_2.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Chakra"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- Durability.Name = "Durability"
- Durability.Parent = Frame
- Durability.BackgroundColor3 = Color3.new(0, 0, 0)
- Durability.BorderColor3 = Color3.new(0, 1, 0)
- Durability.BorderSizePixel = 2
- Durability.Position = UDim2.new(0, 0, 0.451859683, 0)
- Durability.Size = UDim2.new(0, 78, 0, 24)
- Durability.Font = Enum.Font.Cartoon
- Durability.Text = "Durability"
- Durability.TextColor3 = Color3.new(1, 0, 0)
- Durability.TextSize = 21
- Durability.TextWrapped = true
- OFF_3.Name = "OFF"
- OFF_3.Parent = Durability
- OFF_3.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_3.BorderColor3 = Color3.new(0, 1, 0)
- OFF_3.BorderSizePixel = 2
- OFF_3.Position = UDim2.new(1.57692313, 0, 0, 0)
- OFF_3.Size = UDim2.new(0, 37, 0, 24)
- OFF_3.Font = Enum.Font.Cartoon
- OFF_3.Text = "OFF"
- OFF_3.TextColor3 = Color3.new(1, 0, 0)
- OFF_3.TextScaled = true
- OFF_3.TextSize = 21
- OFF_3.TextWrapped = true
- OFF_3.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Durability"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- ON_3.Name = "ON"
- ON_3.Parent = Durability
- ON_3.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_3.BorderColor3 = Color3.new(0, 1, 0)
- ON_3.BorderSizePixel = 2
- ON_3.Position = UDim2.new(1.1025641, 0, 0, 0)
- ON_3.Size = UDim2.new(0, 37, 0, 24)
- ON_3.Font = Enum.Font.Cartoon
- ON_3.Text = "ON"
- ON_3.TextColor3 = Color3.new(1, 0, 0)
- ON_3.TextScaled = true
- ON_3.TextSize = 14
- ON_3.TextWrapped = true
- ON_3.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Durability"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- Sword.Name = "Sword"
- Sword.Parent = Frame
- Sword.BackgroundColor3 = Color3.new(0, 0, 0)
- Sword.BorderColor3 = Color3.new(0, 1, 0)
- Sword.BorderSizePixel = 2
- Sword.Position = UDim2.new(0, 0, 0.619547188, 0)
- Sword.Size = UDim2.new(0, 78, 0, 24)
- Sword.Font = Enum.Font.Cartoon
- Sword.Text = "Sword"
- Sword.TextColor3 = Color3.new(1, 0, 0)
- Sword.TextSize = 21
- Sword.TextWrapped = true
- OFF_4.Name = "OFF"
- OFF_4.Parent = Sword
- OFF_4.BackgroundColor3 = Color3.new(0, 0, 0)
- OFF_4.BorderColor3 = Color3.new(0, 1, 0)
- OFF_4.BorderSizePixel = 2
- OFF_4.Position = UDim2.new(1.57692313, 0, 0, 0)
- OFF_4.Size = UDim2.new(0, 37, 0, 24)
- OFF_4.Font = Enum.Font.Cartoon
- OFF_4.Text = "OFF"
- OFF_4.TextColor3 = Color3.new(1, 0, 0)
- OFF_4.TextScaled = true
- OFF_4.TextSize = 14
- OFF_4.TextWrapped = true
- OFF_4.MouseButton1Down:connect(function()
- _G.LULU = false--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Sword"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- ON_4.Name = "ON"
- ON_4.Parent = Sword
- ON_4.BackgroundColor3 = Color3.new(0, 0, 0)
- ON_4.BorderColor3 = Color3.new(0, 1, 0)
- ON_4.BorderSizePixel = 2
- ON_4.Position = UDim2.new(1.1025641, 0, 0, 0)
- ON_4.Size = UDim2.new(0, 37, 0, 24)
- ON_4.Font = Enum.Font.Cartoon
- ON_4.Text = "ON"
- ON_4.TextColor3 = Color3.new(1, 0, 0)
- ON_4.TextScaled = true
- ON_4.TextSize = 14
- ON_4.TextWrapped = true
- ON_4.MouseButton1Down:connect(function()
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait(0.1)
- local A_1 = "Stat"
- local A_2 = "Sword"-- pick up your item for autofarm
- game:GetService("ReplicatedStorage").Events.StatFunction:InvokeServer(A_1, A_2)
- end
- end)
- TPCreates.Name = "TP Creates"
- TPCreates.Parent = Frame
- TPCreates.BackgroundColor3 = Color3.new(0, 0, 0)
- TPCreates.BorderColor3 = Color3.new(0, 1, 0)
- TPCreates.BorderSizePixel = 2
- TPCreates.Position = UDim2.new(0.268750012, 0, 0.751879692, 0)
- TPCreates.Size = UDim2.new(0, 74, 0, 42)
- TPCreates.Font = Enum.Font.Cartoon
- TPCreates.Text = "TP Creates"
- TPCreates.TextColor3 = Color3.new(1, 0, 0)
- TPCreates.TextScaled = true
- TPCreates.TextSize = 16
- TPCreates.TextWrapped = true
- TPCreates.MouseButton1Down:connect(function()
- for i,v in pairs(game.Workspace.MouseIgnore:GetChildren())do
- if v.Name == "ChikaraCrate" then
- v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- wait(0.1) do
- game.StarterGui:SetCore("SendNotification", {
- Title = "Turtle ;)";
- Text = "Thanks for my using my script!";
- Duration = 0.5;
- })
- end
- end)
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(1, 0, 0)
- Close.BorderColor3 = Color3.new(0, 1, 0)
- Close.BorderSizePixel = 2
- Close.Position = UDim2.new(0.868749976, 0, 0, 0)
- Close.Size = UDim2.new(0, 21, 0, 21)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Frame.Visible = false
- Open.Visible = true
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.932330847, 0)
- TextLabel.Size = UDim2.new(0, 160, 0, 18)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Made By Thuận"
- TextLabel.TextColor3 = Color3.new(1, 1, 0)
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = AnimeFighting
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BorderColor3 = Color3.new(0, 1, 0)
- Open.BorderSizePixel = 3
- Open.Position = UDim2.new(0, 0, 0.371359229, 0)
- Open.Size = UDim2.new(0, 81, 0, 38)
- Open.Font = Enum.Font.Arcade
- Open.Text = "AFS Gei"
- Open.TextColor3 = Color3.new(1, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Frame.Visible = true
- Open.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement