karobloxYT

Untitled

May 9th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextBox")local d=Instance.new("TextButton")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextLabel")a.Name="KG"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Parent=a;b.BackgroundColor3=Color3.new(0,0,0)b.Position=UDim2.new(0.330143541,0,0.296238244,0)b.Size=UDim2.new(0,260,0,280)b.Draggable=true;b.Active=true;c.Name="Weight"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0.238461539,0,0.182142854,0)c.Size=UDim2.new(0,135,0,50)c.Font=Enum.Font.SourceSans;c.Text="Weight name"c.TextColor3=Color3.new(0,0,0)c.TextSize=25;d.Name="Equipon"d.Parent=b;d.BackgroundColor3=Color3.new(0,0,0)d.BorderSizePixel=0;d.Position=UDim2.new(0,0,0.5,0)d.Size=UDim2.new(0,126,0,50)d.Font=Enum.Font.SourceSans;d.Text=">Equip"d.TextColor3=Color3.new(0,0,0)d.TextSize=25;e.Name="Farmon"e.Parent=b;e.BackgroundColor3=Color3.new(0,0,0)e.BorderSizePixel=0;e.Position=UDim2.new(0.52692306,0,0.5,0)e.Size=UDim2.new(0,123,0,50)e.Font=Enum.Font.SourceSans;e.Text=">Farm"e.TextColor3=Color3.new(0,0,0)e.TextSize=25;f.Name="Farmoff"f.Parent=b;f.BackgroundColor3=Color3.new(0,0,0)f.BorderSizePixel=0;f.Position=UDim2.new(0.52692306,0,0.5,0)f.Size=UDim2.new(0,123,0,50)f.Visible=false;f.Font=Enum.Font.SourceSans;f.Text="<Farm"f.TextColor3=Color3.new(0,0,0)f.TextSize=25;g.Name="Equipoff"g.Parent=b;g.BackgroundColor3=Color3.new(0,0,0)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,0.5,0)g.Size=UDim2.new(0,126,0,50)g.Visible=false;g.Font=Enum.Font.SourceSans;g.Text="<Equip"g.TextColor3=Color3.new(0,0,0)g.TextSize=25;h.Parent=b;h.BackgroundColor3=Color3.new(1,1,1)h.Position=UDim2.new(-0.000625699759,0,-0.000190317631,0)h.Size=UDim2.new(0,260,0,51)h.Font=Enum.Font.SourceSans;h.Text="Gui By Kietprofe40"h.TextColor3=Color3.new(0,0,0)h.TextSize=25;d.MouseButton1Down:connect(function()d.Visible=false;g.Visible=true;_G.equip=true;while _G.equip do wait(0.1)for i,j in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if j.Name==c.Text then j.Parent=game.Players.LocalPlayer.Character end end end end)g.MouseButton1Down:connect(function()g.Visible=false;d.Visible=true;_G.equip=false end)e.MouseButton1Down:connect(function()e.Visible=false;f.Visible=true;_G.farm=true;while _G.farm do wait(0.1)for i,j in pairs(game.Players.LocalPlayer.Character:GetChildren())do if j.Name==c.Text then j:Activate()end end end end)f.MouseButton1Down:connect(function()e.Visible=true;f.Visible=false;_g.farm=false end)function zigzag(k)return math.acos(math.cos(k*math.pi))/math.pi end;counter=0;while wait(0.1)do f.TextColor3=Color3.fromHSV(zigzag(counter),1,1)g.TextColor3=Color3.fromHSV(zigzag(counter),1,1)h.TextColor3=Color3.fromHSV(zigzag(counter),1,1)e.TextColor3=Color3.fromHSV(zigzag(counter),1,1)d.TextColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01 end
Add Comment
Please, Sign In to add comment