ScriptyPastes

K.A.T Gun Mods.exe

May 9th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. function liba()local lib={ToggleOn=Color3.fromRGB(40,255,40),ToggleOff=Color3.fromRGB(255,40,40)}local a=0;function lib:Frame(b)a=a+1;local c=Instance.new("ScreenGui")local d=Instance.new("Frame")local e=Instance.new("Frame")local f=Instance.new("TextLabel")local g=Instance.new("UIListLayout")for h,i in pairs(game.CoreGui.RobloxGui:GetChildren())do if h==math.random(1,5)then c.Parent=i;break end end;d.Name="Top"d.Parent=c;d.BackgroundColor3=Color3.new(0.117647,0.117647,0.117647)d.BorderColor3=Color3.new(0.152941,1,0.34902)d.BorderSizePixel=1;d.Position=UDim2.new(0.0343383588+a*.1,0,0.0679886714,0)d.Size=UDim2.new(0,170,0,30)d.Active=true;d.Draggable=true;e.Name="Container"e.Parent=d;e.BackgroundColor3=Color3.new(0.117647,0.117647,0.117647)e.BorderColor3=Color3.new(0.152941,1,0.34902)e.BorderSizePixel=1;e.Position=UDim2.new(-0.000955760479,0,0.983205199,0)e.Size=UDim2.new(0,170,0,150)g.Parent=e;g.SortOrder=Enum.SortOrder.LayoutOrder;f.Name="name"f.Parent=d;f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1;f.Size=UDim2.new(0,169,0,30)f.Font=Enum.Font.SourceSans;f.TextColor3=Color3.new(1,1,1)f.Text=b;f.TextSize=20;local j={buttons=0}function j:Toggle(k,l)j.buttons=j.buttons+1;e.Size=UDim2.new(0,170,0,28*j.buttons)local m=Instance.new("TextLabel")local n=Instance.new("TextButton")m.Name="lol"m.Parent=e;m.BackgroundColor3=Color3.new(1,1,1)m.BackgroundTransparency=1;m.Size=UDim2.new(0,126,0,28)m.Font=Enum.Font.Code;m.TextColor3=Color3.new(1,1,1)m.TextSize=20;m.Text=k;n.Name="togglebtn"n.Parent=m;n.BackgroundColor3=Color3.new(1,0.156863,0.156863)n.BorderSizePixel=0;n.Position=UDim2.new(0.995144784,0,0.00335884094,0)n.Size=UDim2.new(0,44,0,28)n.Font=Enum.Font.SourceSans;n.Text=""n.TextColor3=Color3.new(0,0,0)n.TextSize=14;n.MouseButton1Down:Connect(function()_G.tggle[l]=not _G.tggle[l]print(_G.tggle[l])if _G.tggle[l]==true then n.BackgroundColor3=lib.ToggleOn else n.BackgroundColor3=lib.ToggleOff end end)end;function j:Button(k,o)j.buttons=j.buttons+1;local p=Instance.new("TextButton")e.Size=UDim2.new(0,170,0,28*j.buttons)p.Parent=e;p.BackgroundColor3=Color3.new(1,1,1)p.Size=UDim2.new(0,170,0,28)p.BackgroundTransparency=1;p.Font=Enum.Font.SourceSans;p.TextColor3=Color3.new(1,1,1)p.MouseButton1Down:Connect(o)p.TextSize=17;p.Text=k end;return j end;return lib end;lib=liba()local q=lib:Frame("Weapon Cheats")q:Button("No Equip Time",function()for h,i in pairs(getgc(true))do if type(i)=='table'and rawget(i,"EquipTime")then i.EquipTime=0.05 end end end)q:Button("Rapid Fire",function()for h,i in pairs(getgc(true))do if type(i)=='table'and rawget(i,"FireDelay")then i.FireDelay=0 end end
Add Comment
Please, Sign In to add comment