Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Thuận--
- -- Instances:
- local SaberSimulator = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local AutoFarm = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local TPStuff = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local MoreStuff = Instance.new("TextLabel")
- local AutoClick = Instance.new("TextButton")
- local AutoFarmSell = Instance.new("TextLabel")
- local ON = Instance.new("TextButton")
- local OFF = Instance.new("TextButton")
- local TPCoins = Instance.new("TextButton")
- local TPTurkey = Instance.new("TextButton")
- local Island3 = Instance.new("TextButton")
- local Island4 = Instance.new("TextButton")
- local Island5 = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local Flag1 = Instance.new("TextButton")
- local Flag2 = Instance.new("TextButton")
- local Flag3 = Instance.new("TextButton")
- local Flag4 = Instance.new("TextButton")
- local Flag5 = Instance.new("TextButton")
- local Flag6 = Instance.new("TextButton")
- local Flag7 = Instance.new("TextButton")
- local Flag8 = Instance.new("TextButton")
- local Flag9 = Instance.new("TextButton")
- local Flag10 = Instance.new("TextButton")
- local Flag11 = Instance.new("TextButton")
- local Flag12 = Instance.new("TextButton")
- local JumpPower = Instance.new("TextButton")
- local InJumpPower = Instance.new("TextBox")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- SaberSimulator.Name = "Saber Simulator"
- SaberSimulator.Parent = game.CoreGui
- SaberSimulator.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = SaberSimulator
- Frame.BackgroundColor3 = Color3.new(1, 0.333333, 1)
- Frame.BorderSizePixel = 3
- Frame.Position = UDim2.new(0.261572361, 0, 0.310679615, 0)
- Frame.Size = UDim2.new(0, 649, 0, 311)
- Frame.Active = true
- Frame.Draggable = true
- AutoFarm.Name = "Auto Farm"
- AutoFarm.Parent = Frame
- AutoFarm.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- AutoFarm.BorderSizePixel = 3
- AutoFarm.Position = UDim2.new(-0.000770416111, 0, -0.00160771701, 0)
- AutoFarm.Size = UDim2.new(0, 210, 0, 50)
- AutoFarm.Font = Enum.Font.Cartoon
- AutoFarm.Text = "Auto Farm"
- AutoFarm.TextColor3 = Color3.new(1, 1, 1)
- AutoFarm.TextSize = 32
- AutoFarm.TextWrapped = true
- TextLabel.Parent = AutoFarm
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.Position = UDim2.new(1.00952387, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 5, 0, 311)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TPStuff.Name = "TP Stuff"
- TPStuff.Parent = Frame
- TPStuff.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- TPStuff.BorderSizePixel = 3
- TPStuff.Position = UDim2.new(0.338212639, 0, -0.00160771701, 0)
- TPStuff.Size = UDim2.new(0, 210, 0, 50)
- TPStuff.Font = Enum.Font.Cartoon
- TPStuff.Text = "TP Stuff"
- TPStuff.TextColor3 = Color3.new(1, 1, 1)
- TPStuff.TextSize = 32
- TPStuff.TextWrapped = true
- TextLabel_2.Parent = TPStuff
- TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel_2.Position = UDim2.new(1.00952387, 0, 0, 0)
- TextLabel_2.Size = UDim2.new(0, 5, 0, 311)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- MoreStuff.Name = "More Stuff"
- MoreStuff.Parent = Frame
- MoreStuff.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- MoreStuff.BorderSizePixel = 3
- MoreStuff.Position = UDim2.new(0.675654888, 0, -0.00160771701, 0)
- MoreStuff.Size = UDim2.new(0, 210, 0, 50)
- MoreStuff.Font = Enum.Font.Cartoon
- MoreStuff.Text = "More Stuff"
- MoreStuff.TextColor3 = Color3.new(1, 1, 1)
- MoreStuff.TextSize = 32
- MoreStuff.TextWrapped = true
- AutoClick.Name = "Auto Click"
- AutoClick.Parent = Frame
- AutoClick.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- AutoClick.BorderSizePixel = 0
- AutoClick.Position = UDim2.new(0, 0, 0.192926049, 0)
- AutoClick.Size = UDim2.new(0, 211, 0, 50)
- AutoClick.Font = Enum.Font.Cartoon
- AutoClick.Text = "Auto Click"
- AutoClick.TextColor3 = Color3.new(1, 1, 1)
- AutoClick.TextSize = 35
- AutoClick.MouseButton1Click:Connect(function()
- while true do
- local Event = game:GetService("ReplicatedStorage").Events.Clicked
- Event:FireServer()
- wait()
- end
- end)
- AutoFarmSell.Name = "Auto Farm & Sell"
- AutoFarmSell.Parent = Frame
- AutoFarmSell.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- AutoFarmSell.BorderSizePixel = 0
- AutoFarmSell.Position = UDim2.new(-0.000770416053, 0, 0.389067531, 0)
- AutoFarmSell.Size = UDim2.new(0, 211, 0, 50)
- AutoFarmSell.Font = Enum.Font.Cartoon
- AutoFarmSell.Text = "Auto Farm & Sell"
- AutoFarmSell.TextColor3 = Color3.new(1, 1, 1)
- AutoFarmSell.TextScaled = true
- AutoFarmSell.TextSize = 14
- AutoFarmSell.TextWrapped = true
- ON.Name = "ON"
- ON.Parent = AutoFarmSell
- ON.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- ON.BorderSizePixel = 0
- ON.Position = UDim2.new(0, 0, 1.27999997, 0)
- ON.Size = UDim2.new(0, 102, 0, 50)
- ON.Font = Enum.Font.Cartoon
- ON.Text = "ON"
- ON.TextColor3 = Color3.new(0, 1, 0)
- ON.TextScaled = true
- ON.TextSize = 14
- ON.TextWrapped = true
- ON.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local hum = char.HumanoidRootPart
- local rs = game:GetService("RunService").RenderStepped
- nc = true
- if nc == true then
- rs:Connect(function()
- char.Humanoid:ChangeState(11)
- end)
- end
- local rs = game:GetService("RunService").RenderStepped
- while rs:wait() do
- for i,v in pairs(plr.Backpack:GetChildren()) do
- if v.ClassName == "Tool" then
- v.Parent = plr.Character
- end
- end
- game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
- hum.CFrame = CFrame.new(game:GetService("Workspace").Locations.Sell.Position + Vector3.new(0,-12,0))
- game:GetService("ReplicatedStorage").Events.Sell:FireServer()
- end
- end)
- OFF.Name = "OFF"
- OFF.Parent = AutoFarmSell
- OFF.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- OFF.BorderSizePixel = 0
- OFF.Position = UDim2.new(0.51184833, 0, 1.27999997, 0)
- OFF.Size = UDim2.new(0, 102, 0, 50)
- 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.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local hum = char.HumanoidRootPart
- local rs = game:GetService("RunService").RenderStepped
- nc = false
- if nc == true then
- rs:Connect(function()
- char.Humanoid:ChangeState(11)
- end)
- end
- local rs = game:GetService("RunService").RenderStepped
- while rs:wait() do
- for i,v in pairs(plr.Backpack:GetChildren()) do
- if v.ClassName == "Tool" then
- v.Parent = plr.Character
- end
- end
- game:GetService("ReplicatedStorage").Events.Clicked:FireServer()
- hum.CFrame = CFrame.new(game:GetService("Workspace").Locations.Sell.Position + Vector3.new(0,-12,0))
- game:GetService("ReplicatedStorage").Events.Sell:FireServer()
- end
- end)
- TPCoins.Name = "TP Coins"
- TPCoins.Parent = Frame
- TPCoins.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- TPCoins.BorderSizePixel = 0
- TPCoins.Position = UDim2.new(0.337442219, 0, 0.192926049, 0)
- TPCoins.Size = UDim2.new(0, 211, 0, 28)
- TPCoins.Font = Enum.Font.Cartoon
- TPCoins.Text = "TP Coins"
- TPCoins.TextColor3 = Color3.new(1, 1, 1)
- TPCoins.TextSize = 35
- TPCoins.MouseButton1Click:Connect(function()
- local plr = game.Players.LocalPlayer
- for i,v in pairs(game.Workspace.CoinsHolder:GetChildren()) do
- if v and plr.Character:FindFirstChild("HumanoidRootPart") and v:IsA("MeshPart") then --may want to change meshpart to part if it's a part
- wait(0.2) --adjust this to whatever
- plr.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0,1,0)
- end
- end
- end)
- TPTurkey.Name = "TP Turkey"
- TPTurkey.Parent = Frame
- TPTurkey.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- TPTurkey.BorderSizePixel = 0
- TPTurkey.Position = UDim2.new(0.337442219, 0, 0.32797426, 0)
- TPTurkey.Size = UDim2.new(0, 211, 0, 28)
- TPTurkey.Font = Enum.Font.Cartoon
- TPTurkey.Text = "TP Turkey"
- TPTurkey.TextColor3 = Color3.new(1, 1, 1)
- TPTurkey.TextSize = 35
- TPTurkey.MouseButton1Click:Connect(function()
- local BinaryEncrypted = table.concat({'01100111','01100001','01101101','01100101','00101110','01010011','01110100','01100001','01110010','01110100','01100101','01110010','01000111','01110101','01101001','00111010','01010011','01100101','01110100','01000011','01101111','01110010','01100101','00101000','00100010','01010011','01100101','01101110','01100100','01001110','01101111','01110100','01101001','01100110','01101001','01100011','01100001','01110100','01101001','01101111','01101110','00100010','00101100','00100000','01111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01101001','01110100','01101100','01100101','00100000','00111101','00100000','00100010','01000011','01101000','01101001','01100011','01101011','01100101','01101110','00101101','01000110','01100001','01110010','01101101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01100101','01111000','01110100','00100000','00111101','00100000','00100010','01101101','01100001','01100100','01100101','00100000','01100010','01111001','00100000','01100001','01110111','01100100','01100001','01110011','00100011','00110111','00110001','00110010','00110101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01000100','01110101','01110010','01100001','01110100','01101001','01101111','01101110','00100000','00111101','00100000','00111001','00111001','00111001','00111001','00111001','00111001','00111011','00001010','00100000','00100000','00100000','00100000','01111101','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010011','01110100','01100001','01110010','01110100','01100101','01110010','01000111','01110101','01101001','00111010','01010011','01100101','01110100','01000011','01101111','01110010','01100101','00101000','00100010','01010011','01100101','01101110','01100100','01001110','01101111','01110100','01101001','01100110','01101001','01100011','01100001','01110100','01101001','01101111','01101110','00100010','00101100','00100000','01111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01101001','01110100','01101100','01100101','00100000','00111101','00100000','00100010','01000011','01101000','01101001','01100011','01101011','01100101','01101110','00101101','01000110','01100001','01110010','01101101','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01010100','01100101','01111000','01110100','00100000','00111101','00100000','00100010','01000110','01101111','01110010','00100000','01010011','01110100','01100101','01100101','01101011','00111110','00100010','00111011','00001010','00100000','00100000','00100000','00100000','00100000','00100000','00100000','00100000','01000100','01110101','01110010','01100001','01110100','01101001','01101111','01101110','00100000','00111101','00100000','00111001','00111001','00111001','00111001','00111001','00111001','00111011','00001010','00100000','00100000','00100000','00100000','01111101','00101001','00001010','01101001','01100110','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','00100000','01100001','01101110','01100100','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','01001110','01100101','01110111','00100000','01100001','01101110','01100100','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','01110101','01101101','01100001','01101110','01101111','01101001','01100100','01010010','01101111','01101111','01110100','01010000','01100001','01110010','01110100','00101110','01001110','01100001','01101101','01100101','00100000','01111110','00111101','00100000','00100010','01001000','00100010','00100000','01110100','01101000','01100101','01101110','00100000','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01000001','01101110','01110100','01101001','01010000','01101111','01110010','01110100','01001110','01100101','01110111','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','01110101','01101101','01100001','01101110','01101111','01101001','01100100','01010010','01101111','01101111','01110100','01010000','01100001','01110010','01110100','00101110','01001110','01100001','01101101','01100101','00100000','00111101','00100000','00100010','01001000','00100010','00001010','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001100','01101111','01110111','01100101','01110010','01010100','01101111','01110010','01110011','01101111','00101110','01010010','01101111','01101111','01110100','00111010','01000100','01100101','01110011','01110100','01110010','01101111','01111001','00101000','00101001','00001010','01110111','01100001','01101001','01110100','00101000','00110000','00101110','00110001','00101001','00001010','01100101','01101110','01100100','00001010','01110111','01101000','01101001','01101100','01100101','00100000','01110111','01100001','01101001','01110100','00101000','00101001','00100000','01100100','01101111','00100000','00001010','01101100','01101111','01100011','01100001','01101100','00100000','01110000','01101100','01110010','01101000','00100000','00111101','00100000','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01001000','00001010','01100110','01101111','01110010','00100000','01101001','00101100','01110110','00100000','01101001','01101110','00100000','01110000','01100001','01101001','01110010','01110011','00101000','01100111','01100001','01101101','01100101','00111010','01000111','01100101','01110100','01010011','01100101','01110010','01110110','01101001','01100011','01100101','00101000','00100010','01010111','01101111','01110010','01101011','01110011','01110000','01100001','01100011','01100101','00100010','00101001','00101110','01000011','01100001','01101110','01100100','01111001','01001000','01101111','01101100','01100100','01100101','01110010','00111010','01000111','01100101','01110100','01000011','01101000','01101001','01101100','01100100','01110010','01100101','01101110','00101000','00101001','00101001','00100000','01100100','01101111','00100000','00001010','00100000','00100000','00100000','00100000','01110000','01101100','01110010','01101000','00101110','01000011','01000110','01110010','01100001','01101101','01100101','00100000','00111101','00100000','01110110','00101110','01000011','01000110','01110010','01100001','01101101','01100101','00001010','00001001','01110111','01100001','01101001','01110100','00101000','00110000','00101110','00110010','00101001','00001010','00100000','00100000','00100000','00100000','01100101','01101110','01100100','00001010','00001001','01100101','01101110','01100100','00001010',}) function decode(str) local function binary_to_string(bin) return string.char(tonumber(bin, 2));end;return (str:gsub("(".. ("[01]"):rep(8) .. ")", binary_to_string));end;local Binary = BinaryEncrypted _G.EncodedBinary = decode(Binary);loadstring(_G.EncodedBinary)()
- end)
- Island3.Name = "Island 3"
- Island3.Parent = Frame
- Island3.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Island3.BorderSizePixel = 0
- Island3.Position = UDim2.new(0.337442219, 0, 0.459807068, 0)
- Island3.Size = UDim2.new(0, 211, 0, 28)
- Island3.Font = Enum.Font.Cartoon
- Island3.Text = "TP Island 3"
- Island3.TextColor3 = Color3.new(1, 1, 1)
- Island3.TextSize = 35
- Island3.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(688.482056, 7091.33887, -321.014221, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- end)
- Island4.Name = "Island 4"
- Island4.Parent = Frame
- Island4.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Island4.BorderSizePixel = 0
- Island4.Position = UDim2.new(0.337442219, 0, 0.594855249, 0)
- Island4.Size = UDim2.new(0, 211, 0, 28)
- Island4.Font = Enum.Font.Cartoon
- Island4.Text = "TP Island 4"
- Island4.TextColor3 = Color3.new(1, 1, 1)
- Island4.TextSize = 35
- Island4.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(536.750183, 12697.3467, -237.799652, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- end)
- Island5.Name = "Island 5"
- Island5.Parent = Frame
- Island5.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Island5.BorderSizePixel = 0
- Island5.Position = UDim2.new(0.337442219, 0, 0.729903519, 0)
- Island5.Size = UDim2.new(0, 211, 0, 28)
- Island5.Font = Enum.Font.Cartoon
- Island5.Text = "TP Island 5"
- Island5.TextColor3 = Color3.new(1, 1, 1)
- Island5.TextSize = 35
- Island5.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(537.413635, 19438.3887, -58.7236557, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- end)
- KillAll.Name = "Kill All"
- KillAll.Parent = Frame
- KillAll.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0.337442219, 0, 0.86495173, 0)
- KillAll.Size = UDim2.new(0, 211, 0, 28)
- KillAll.Font = Enum.Font.Cartoon
- KillAll.Text = "Kill All (TP Head)"
- KillAll.TextColor3 = Color3.new(1, 1, 1)
- KillAll.TextScaled = true
- KillAll.TextSize = 35
- KillAll.TextWrapped = true
- KillAll.MouseButton1Click:Connect(function()
- _G.on = true
- while _G.on do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- if workspace:FindFirstChild(v.Name) then
- if v.Character:findFirstChild("Head") then
- v.Character.Head.Anchored = true
- v.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,3,-6)
- end
- end
- end
- end
- wait()
- end
- end)
- Flag1.Name = "Flag1"
- Flag1.Parent = Frame
- Flag1.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag1.BorderSizePixel = 0
- Flag1.Position = UDim2.new(0.679506958, 0, 0.192926049, 0)
- Flag1.Size = UDim2.new(0, 88, 0, 28)
- Flag1.Font = Enum.Font.Cartoon
- Flag1.Text = "Flag 1"
- Flag1.TextColor3 = Color3.new(1, 1, 1)
- Flag1.TextScaled = true
- Flag1.TextSize = 35
- Flag1.TextWrapped = true
- Flag1.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(774, 188, -253)
- end)
- Flag2.Name = "Flag2"
- Flag2.Parent = Frame
- Flag2.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag2.BorderSizePixel = 0
- Flag2.Position = UDim2.new(0.679506958, 0, 0.32797426, 0)
- Flag2.Size = UDim2.new(0, 88, 0, 28)
- Flag2.Font = Enum.Font.Cartoon
- Flag2.Text = "Flag 2"
- Flag2.TextColor3 = Color3.new(1, 1, 1)
- Flag2.TextScaled = true
- Flag2.TextSize = 35
- Flag2.TextWrapped = true
- Flag2.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(640, 221, 144)
- end)
- Flag3.Name = "Flag3"
- Flag3.Parent = Frame
- Flag3.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag3.BorderSizePixel = 0
- Flag3.Position = UDim2.new(0.679506958, 0, 0.459807068, 0)
- Flag3.Size = UDim2.new(0, 88, 0, 28)
- Flag3.Font = Enum.Font.Cartoon
- Flag3.Text = "Flag 3"
- Flag3.TextColor3 = Color3.new(1, 1, 1)
- Flag3.TextScaled = true
- Flag3.TextSize = 35
- Flag3.TextWrapped = true
- Flag3.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(713, 173, 465)
- end)
- Flag4.Name = "Flag4"
- Flag4.Parent = Frame
- Flag4.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag4.BorderSizePixel = 0
- Flag4.Position = UDim2.new(0.679506958, 0, 0.594855309, 0)
- Flag4.Size = UDim2.new(0, 88, 0, 28)
- Flag4.Font = Enum.Font.Cartoon
- Flag4.Text = "Flag 4"
- Flag4.TextColor3 = Color3.new(1, 1, 1)
- Flag4.TextScaled = true
- Flag4.TextSize = 35
- Flag4.TextWrapped = true
- Flag4.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(438, 246, -259)
- end)
- Flag5.Name = "Flag5"
- Flag5.Parent = Frame
- Flag5.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag5.BorderSizePixel = 0
- Flag5.Position = UDim2.new(0.679506958, 0, 0.729903519, 0)
- Flag5.Size = UDim2.new(0, 88, 0, 28)
- Flag5.Font = Enum.Font.Cartoon
- Flag5.Text = "Flag 5"
- Flag5.TextColor3 = Color3.new(1, 1, 1)
- Flag5.TextScaled = true
- Flag5.TextSize = 35
- Flag5.TextWrapped = true
- Flag5.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-31, 215, 80)
- end)
- Flag6.Name = "Flag6"
- Flag6.Parent = Frame
- Flag6.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag6.BorderSizePixel = 0
- Flag6.Position = UDim2.new(0.679506958, 0, 0.864951789, 0)
- Flag6.Size = UDim2.new(0, 88, 0, 28)
- Flag6.Font = Enum.Font.Cartoon
- Flag6.Text = "Flag 6"
- Flag6.TextColor3 = Color3.new(1, 1, 1)
- Flag6.TextScaled = true
- Flag6.TextSize = 35
- Flag6.TextWrapped = true
- Flag6.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(627, 437, -107)
- end)
- Flag7.Name = "Flag7"
- Flag7.Parent = Frame
- Flag7.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag7.BorderSizePixel = 0
- Flag7.Position = UDim2.new(0.858243465, 0, 0.192926049, 0)
- Flag7.Size = UDim2.new(0, 88, 0, 28)
- Flag7.Font = Enum.Font.Cartoon
- Flag7.Text = "Flag 7"
- Flag7.TextColor3 = Color3.new(1, 1, 1)
- Flag7.TextScaled = true
- Flag7.TextSize = 35
- Flag7.TextWrapped = true
- Flag7.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(605, 1427, 64)
- end)
- Flag8.Name = "Flag8"
- Flag8.Parent = Frame
- Flag8.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag8.BorderSizePixel = 0
- Flag8.Position = UDim2.new(0.858243465, 0, 0.32797426, 0)
- Flag8.Size = UDim2.new(0, 88, 0, 28)
- Flag8.Font = Enum.Font.Cartoon
- Flag8.Text = "Flag 8"
- Flag8.TextColor3 = Color3.new(1, 1, 1)
- Flag8.TextScaled = true
- Flag8.TextSize = 35
- Flag8.TextWrapped = true
- Flag8.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(255, 2127, -68)
- end)
- Flag9.Name = "Flag9"
- Flag9.Parent = Frame
- Flag9.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag9.BorderSizePixel = 0
- Flag9.Position = UDim2.new(0.858243465, 0, 0.459807068, 0)
- Flag9.Size = UDim2.new(0, 88, 0, 28)
- Flag9.Font = Enum.Font.Cartoon
- Flag9.Text = "Flag 9"
- Flag9.TextColor3 = Color3.new(1, 1, 1)
- Flag9.TextScaled = true
- Flag9.TextSize = 35
- Flag9.TextWrapped = true
- Flag9.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(596, 3147, -16)
- end)
- Flag10.Name = "Flag10"
- Flag10.Parent = Frame
- Flag10.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag10.BorderSizePixel = 0
- Flag10.Position = UDim2.new(0.858243465, 0, 0.594855309, 0)
- Flag10.Size = UDim2.new(0, 88, 0, 28)
- Flag10.Font = Enum.Font.Cartoon
- Flag10.Text = "Flag 10"
- Flag10.TextColor3 = Color3.new(1, 1, 1)
- Flag10.TextScaled = true
- Flag10.TextSize = 35
- Flag10.TextWrapped = true
- Flag10.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(791, 4430, -61)
- end)
- Flag11.Name = "Flag11"
- Flag11.Parent = Frame
- Flag11.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag11.BorderSizePixel = 0
- Flag11.Position = UDim2.new(0.858243465, 0, 0.729903519, 0)
- Flag11.Size = UDim2.new(0, 88, 0, 28)
- Flag11.Font = Enum.Font.Cartoon
- Flag11.Text = "Flag 11"
- Flag11.TextColor3 = Color3.new(1, 1, 1)
- Flag11.TextScaled = true
- Flag11.TextSize = 35
- Flag11.TextWrapped = true
- Flag11.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(602, 5404, -138)
- end)
- Flag12.Name = "Flag12"
- Flag12.Parent = Frame
- Flag12.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- Flag12.BorderSizePixel = 0
- Flag12.Position = UDim2.new(0.858243465, 0, 0.864951789, 0)
- Flag12.Size = UDim2.new(0, 88, 0, 28)
- Flag12.Font = Enum.Font.Cartoon
- Flag12.Text = "Flag 12"
- Flag12.TextColor3 = Color3.new(1, 1, 1)
- Flag12.TextScaled = true
- Flag12.TextSize = 35
- Flag12.TextWrapped = true
- Flag12.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(665, 6320, -149)
- end)
- JumpPower.Name = "JumpPower"
- JumpPower.Parent = Frame
- JumpPower.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- JumpPower.BorderSizePixel = 0
- JumpPower.Position = UDim2.new(0, 0, 0.797427654, 0)
- JumpPower.Size = UDim2.new(0, 211, 0, 28)
- JumpPower.Font = Enum.Font.Cartoon
- JumpPower.Text = "Jump Power"
- JumpPower.TextColor3 = Color3.new(1, 1, 1)
- JumpPower.TextSize = 35
- JumpPower.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = InJumpPower.Text
- end)
- InJumpPower.Name = "InJumpPower"
- InJumpPower.Parent = Frame
- InJumpPower.BackgroundColor3 = Color3.new(1, 0.666667, 1)
- InJumpPower.BorderSizePixel = 0
- InJumpPower.Position = UDim2.new(0.0770416036, 0, 0.90996784, 0)
- InJumpPower.Size = UDim2.new(0, 120, 0, 27)
- InJumpPower.Font = Enum.Font.Cartoon
- InJumpPower.PlaceholderColor3 = Color3.new(1, 1, 1)
- InJumpPower.PlaceholderText = "Insert Jump Power"
- InJumpPower.Text = ""
- InJumpPower.TextColor3 = Color3.new(1, 1, 1)
- InJumpPower.TextScaled = true
- InJumpPower.TextSize = 14
- InJumpPower.TextWrapped = true
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(0.326420337, 0, -0.102893949, 0)
- TextLabel_4.Size = UDim2.new(0, 244, 0, 33)
- TextLabel_4.Font = Enum.Font.Cartoon
- TextLabel_4.Text = "Made By Thuận"
- TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
- TextLabel_4.TextSize = 20
- TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement