Вы находитесь на странице: 1из 10

--Made by Hirari_Tear, credits to expro for the GUI--

plr = game.Players.LocalPlayer
mse = plr:GetMouse()
sound = Instance.new("Sound", game.Workspace)
sound.SoundId = "https://www.roblox.com/asset/?id=615678808"
sound.Volume = 10
canworld = true
mse.KeyDown:connect(function(key)
key = key:lower()
if key == "z" then
if canworld == false then return end
if canworld then
canworld = false
sound:Play()
local function spawnpart()
sphere = Instance.new("Part")
--game.Debris:AddItem(sphere,3)
local sm = Instance.new("SpecialMesh", sphere)
sm.MeshType = "Sphere"
sphere.Transparency = 0.5
sphere.Anchored = true
sphere.CanCollide = false
sphere.Material = "Neon"
sphere.BrickColor = BrickColor.new("Lapis")
end

local function weld(lol)


local weld = Instance.new("Weld", plr.Character.Torso)
weld.Part0 = plr.Character.Torso
weld.Part1 = lol
weld.C0 = plr.Character.Torso.CFrame:inverse()
weld.C1 = lol.CFrame:inverse()
end
wait(1.4)
spawnpart()
for i, v in pairs(game.Players:GetChildren()) do
t = v.Character:FindFirstChild("Torso")
if t then
t.Anchored = true
plr.Character:FindFirstChild("Torso").Anchored = false
end
RA = v.Character:FindFirstChild("Right Arm")
if RA then
RA.Anchored = true
plr.Character:FindFirstChild("Right Arm").Anchored = false
end
LA = v.Character:FindFirstChild("Left Arm")
if LA then
LA.Anchored = true
plr.Character:FindFirstChild("Left Arm").Anchored = false
end
RL = v.Character:FindFirstChild("Right Leg")
if RL then
RL.Anchored = true
plr.Character:FindFirstChild("Right Leg").Anchored = false
end
LL = v.Character:FindFirstChild("Left Leg")
if LL then
LL.Anchored = true
plr.Character:FindFirstChild("Left Leg").Anchored = false
end
end
weld(sphere)
cce = Instance.new("ColorCorrectionEffect", game.Lighting)
cce.Saturation = -2
--game.Debris:AddItem(cce, 5)
sphere.Parent = game.Workspace
for i = 1,10 do
sphere.Size = sphere.Size + Vector3.new(50,50,50)
wait()
end
--wait(5)

end
end
end
)

mse.KeyDown:connect(function(key)
key = key:lower()
if key == "x" then
canworld = true
for i, v in pairs(game.Players:GetChildren()) do
t = v.Character:FindFirstChild("Torso")
if t then
t.Anchored = false
end
RA = v.Character:FindFirstChild("Right Arm")
if RA then
RA.Anchored = false
end
LA = v.Character:FindFirstChild("Left Arm")
if LA then
LA.Anchored = false
end
RL = v.Character:FindFirstChild("Right Leg")
if RL then
RL.Anchored = false
end
LL = v.Character:FindFirstChild("Left Leg")
if LL then
LL.Anchored = false
end
end
cce.Saturation = 0
sphere:Destroy()
end
end)
local s = Instance.new("Sound",char)
s.Name = "BGMusic"
s.SoundId = "http://www.roblox.com/asset/?id=575495113"
s.Pitch = 0.72
s.Volume = 1
s.Looped = true
s.archivable = false
s.Parent = game.Workspace
wait(0.1)
s:play()
p = game.Players.LocalPlayer
char = p.Character
torso = char.Torso
neck = char.Torso.Neck
hum = char.Humanoid
hum.MaxHealth = 52500
wait()
hum.Health =hum.MaxHealth
char.Head.face.Texture = "rbxassetid://416589371"

for i,v in pairs(char:children()) do


if v:IsA("Hat") then
v:Destroy()
end
end

ypcall(function()
char.Shirt:Destroy()
char.Pants:Destroy()
shirt = Instance.new("Shirt", char)
shirt.Name = "Shirt"
pants = Instance.new("Pants", char)
pants.Name = "Pants"
char.Shirt.ShirtTemplate = "rbxassetid://337059031"
char.Pants.PantsTemplate = "rbxassetid://337059100"
end)

CV="Maroon"

local txt = Instance.new("BillboardGui", char)


txt.Adornee = char .Head
txt.Name = "_status"
txt.Size = UDim2.new(2, 0, 1.2, 0)
txt.StudsOffset = Vector3.new(-9, 8, 0)
local text = Instance.new("TextLabel", txt)
text.Size = UDim2.new(10, 0, 7, 0)
text.FontSize = "Size24"
text.TextScaled = true
text.TextTransparency = 0
text.BackgroundTransparency = 1
text.TextTransparency = 0
text.TextStrokeTransparency = 0
text.Font = "Bodoni"
text.TextStrokeColor3 = Color3.new(0,0,0)

v=Instance.new("Part")
v.Name = "ColorBrick"
v.Parent=p.Character
v.FormFactor="Symmetric"
v.Anchored=true
v.CanCollide=false
v.BottomSurface="Smooth"
v.TopSurface="Smooth"
v.Size=Vector3.new(10,5,3)
v.Transparency=1
v.CFrame=char.Torso.CFrame
v.BrickColor=BrickColor.new(CV)
v.Transparency=1
text.TextColor3 = Color3.new(255,0,0)
v.Shape="Block"
text.Text = "Kira"

Player = game:GetService("Players").LocalPlayer
Character = Player.Character
PlayerGui = Player.PlayerGui
Backpack = Player.Backpack
Torso = Character.Torso
Head = Character.Head
Humanoid = Character.Humanoid
Face = Head.face

local Handle = Instance.new('Part')

local Mesh = Instance.new('SpecialMesh')

local Death = Instance.new('Tool')

Death.Name = "Death Note"

Handle.Name = "Handle"

Death.Parent = game.Players.LocalPlayer.Backpack

Death.GripForward = Vector3.new(0.331, -0.766, 0.551)

Death.GripPos = Vector3.new(-0.8, 0, -0.8)

Death.GripRight = Vector3.new(-0.943, -0.297, 0.152)

Death.GripUp = Vector3.new(-0.048, 0.57, 0.82)

Death.ToolTip = "Kill your fucking rival"

Handle.Parent = Death

Mesh.Parent = Handle

Mesh.MeshId = "http://www.roblox.com/asset/?id=1136139"

Mesh.TextureId = "http://www.roblox.com/asset/?id=18276952"

Mesh.Scale = Vector3.new(0.55, 0.174, 0.6)

Handle.Rotation = Vector3.new(0,-90,0)

Death.Equipped:connect(function(mouse)

local Bounce = Enum.EasingStyle.Bounce

local Quad = Enum.EasingStyle.Quad

local Normal = Enum.EasingStyle.Linear

local ScreenGui = Instance.new("ScreenGui", game.Players["LocalPlayer"].PlayerGui)


ScreenGui.Name = "Death Note"

local open = Instance.new("ImageButton", ScreenGui)

open.Position = UDim2.new(1, -110, 1, 500)

open.Size = UDim2.new(0, 100,0, 150)

open.Image = "rbxassetid://18536731"

open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Bounce, 0.8, true)

local Note = Instance.new("Frame", ScreenGui)

Note.Active = true

Note.Position = UDim2.new(1, -321, 1, 500)

Note.Size = UDim2.new(0, 320,0, 250)

Note.Visible = false

Note.Draggable = true

open.MouseButton1Down:connect(function()

open:TweenPosition(UDim2.new(open.Position.X.Scale,open.Position.X.Offset, 1, 500),
"Out", Normal, 0.8, true)

wait(0.30)

open.Visible = false

Note.Visible = true

Note.Position = UDim2.new(1, -321, 1, 500)

Note:TweenPosition(UDim2.new(1, -321, 1, -251), "In", Normal, 0.5, true)

end)

local bg = Instance.new("Frame", Note)

bg.BackgroundColor3 = Color3.fromRGB(31, 31, 31)

bg.Size = UDim2.new(0, 160,0, 250)

bg.ZIndex = 2
-- Background

local close = Instance.new("TextButton", bg)

close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

close.BackgroundTransparency = 1

close.Position = UDim2.new(0, 8,0, 10)

close.Size = UDim2.new(0, 10,0, 10)

close.ZIndex = 4

close.Font = "Cartoon"

close.Text = "X"

close.TextColor3 = Color3.fromRGB(255, 255, 255)

close.TextSize = "17"

close.MouseButton1Down:connect(function()

Note:TweenPosition(UDim2.new(Note.Position.X.Scale,Note.Position.X.Offset,1, 500),
"Out", Normal, 0.5, true)

wait(0.30)

Note.Visible = false

open.Visible = true

open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Normal, 0.8, true)

end)

local image1 = Instance.new("ImageLabel", bg)

image1.BackgroundTransparency = 1

image1.Size = UDim2.new(1, 0,1, 0)

image1.ZIndex = 3

image1.Image = "rbxassetid://18528551"

local title = Instance.new("TextLabel", bg)

title.BackgroundTransparency = 1
title.Position = UDim2.new(0, 0,0, 30)

title.Size = UDim2.new(1, 0,0, 30)

title.ZIndex = 4

title.Font = "Bodoni"

title.Text = "DEATH NOTE"

title.TextColor3 = Color3.fromRGB(255, 255, 255)

title.TextSize = "18"

local body = Instance.new("TextLabel", bg)

body.BackgroundTransparency = 1

body.Position = UDim2.new(0, 15,0, 65)

body.Size = UDim2.new(0, 134,0, 40)

body.ZIndex = 4

body.Font = "Garamond"

body.Text = "Type in somebody's name to kill them."

body.TextColor3 = Color3.fromRGB(255, 255, 255)

body.TextSize = "19"

body.TextWrapped = true

body.TextXAlignment = "Left"

body.TextYAlignment = "Top"

local line = Instance.new("TextLabel", body)

line.BackgroundTransparency = 1

line.Position = UDim2.new(0, 0,0, 50)

line.Size = UDim2.new(0, 130,0, 40)

line.ZIndex = 4

line.Font = "Garamond"

line.Text = "________________"

line.TextColor3 = Color3.fromRGB(255, 255, 255)

line.TextSize = "19"
line.TextWrapped = true

line.TextXAlignment = "Left"

line.TextYAlignment = "Top"

local text = Instance.new("TextLabel", body)

text.BackgroundTransparency = 1

text.Position = UDim2.new(0, 0,0, 100)

text.Size = UDim2.new(0, 134,0, 40)

text.ZIndex = 4

text.Font = "Garamond"

text.Text = "This was made by RcDZ."

text.TextColor3 = Color3.fromRGB(255, 255, 255)

text.TextSize = "19"

text.TextWrapped = true

text.TextXAlignment = "Left"

text.TextYAlignment = "Top"

-- Page

local page = Instance.new("Frame", Note)

page.BackgroundColor3 = Color3.fromRGB(236, 236, 236)

page.Position = UDim2.new(0, 160,0, 0)

page.Size = UDim2.new(0, 160,0, 250)

page.ZIndex = 2

local list = Instance.new("TextBox", page)

list.BackgroundTransparency = 1

list.Position = UDim2.new(0, 25,0, 20)

list.Size = UDim2.new(0.8, 5,0, 230)


list.ZIndex = 4

list.Font = "Antique"

list.Text = ""

list.TextColor3 = Color3.fromRGB(0, 0, 0)

list.TextSize = "23"

list.TextWrapped = true

list.TextXAlignment = "Left"

list.TextYAlignment = "Top"

local image2 = Instance.new("ImageLabel", page)

image2.BackgroundTransparency = 1

image2.Size = UDim2.new(1, 0,1, 0)

image2.ZIndex = 3

image2.Image = "rbxassetid://170279713"

image2.Transparency = 0.2

while true do

repeat wait() until game.Workspace:FindFirstChild(list.Text)

if game.Workspace[list.Text]:FindFirstChild("Humanoid") then

game.Workspace[list.Text].Humanoid.PlatformStand = true

game.Workspace[list.Text].Humanoid.Health = 0

elseif game.Workspace[list.Text]:FindFirstChild("Zombie") then

game.Workspace[list.Text].Zombie.PlatformStand = true

game.Workspace[list.Text].Zombie.Health = 0

end

end

end)

Death.Unequipped:connect(function(mouse)

game.Players.LocalPlayer.PlayerGui["Death Note"]:remove()

end)
--12333

Вам также может понравиться

  • Can Bomb
    Can Bomb
    Документ9 страниц
    Can Bomb
    Decri Kivon
    Оценок пока нет
  • Frag Grenade
    Frag Grenade
    Документ10 страниц
    Frag Grenade
    Decri Kivon
    Оценок пока нет
  • Spider-Man FE GUI
    Spider-Man FE GUI
    Документ11 страниц
    Spider-Man FE GUI
    spiderverse.anto
    Оценок пока нет
  • Control player character and movement without network limitations
    Control player character and movement without network limitations
    Документ46 страниц
    Control player character and movement without network limitations
    Kira Raka
    Оценок пока нет
  • C
    C
    Документ18 страниц
    C
    rayan Yousfi
    Оценок пока нет
  • FE Dog Net Needed (Melon)
    FE Dog Net Needed (Melon)
    Документ13 страниц
    FE Dog Net Needed (Melon)
    Alfredo Yahir Salinas Urbina
    Оценок пока нет
  • Concussion Grenade
    Concussion Grenade
    Документ9 страниц
    Concussion Grenade
    Decri Kivon
    Оценок пока нет
  • Roblox FE Script
    Roblox FE Script
    Документ9 страниц
    Roblox FE Script
    Miguel BR
    Оценок пока нет
  • Found It
    Found It
    Документ46 страниц
    Found It
    yousef alnomani
    Оценок пока нет
  • Knife Fluxus Script
    Knife Fluxus Script
    Документ24 страницы
    Knife Fluxus Script
    Diego Garcia tecxooo
    Оценок пока нет
  • Arsenal Gui
    Arsenal Gui
    Документ8 страниц
    Arsenal Gui
    Chris John Gantalao Gasco
    Оценок пока нет
  • Arsenal Hack
    Arsenal Hack
    Документ8 страниц
    Arsenal Hack
    Christian Tiongson
    Оценок пока нет
  • Gui
    Gui
    Документ16 страниц
    Gui
    LeoXGamer
    0% (1)
  • Untitled
    Untitled
    Документ83 страницы
    Untitled
    Exploitingtime
    Оценок пока нет
  • Lua Script Editable
    Lua Script Editable
    Документ8 страниц
    Lua Script Editable
    Adrian Maulana
    Оценок пока нет
  • Free Exploit For Roblox
    Free Exploit For Roblox
    Документ73 страницы
    Free Exploit For Roblox
    James
    Оценок пока нет
  • Invisible Fling
    Invisible Fling
    Документ5 страниц
    Invisible Fling
    Kiagus M. Roihan A.
    Оценок пока нет
  • Exotic LC
    Exotic LC
    Документ120 страниц
    Exotic LC
    Abis Jafri
    Оценок пока нет
  • Sharkbite
    Sharkbite
    Документ10 страниц
    Sharkbite
    Carson Szprejda
    Оценок пока нет
  • Zeros Visualizer
    Zeros Visualizer
    Документ4 страницы
    Zeros Visualizer
    Still Hoppin
    Оценок пока нет
  • Amen Autobroly XD
    Amen Autobroly XD
    Документ3 страницы
    Amen Autobroly XD
    Hersz ́
    Оценок пока нет
  • Ghi Chú 2 - 08 - 59 CHngày 28 THG 112023
    Ghi Chú 2 - 08 - 59 CHngày 28 THG 112023
    Документ8 страниц
    Ghi Chú 2 - 08 - 59 CHngày 28 THG 112023
    hoanglala001
    Оценок пока нет
  • Script
    Script
    Документ254 страницы
    Script
    Andezta ?
    Оценок пока нет
  • Fe Kill
    Fe Kill
    Документ2 страницы
    Fe Kill
    DanICover
    Оценок пока нет
  • Grab Knife V1
    Grab Knife V1
    Документ13 страниц
    Grab Knife V1
    AlexLee26
    Оценок пока нет
  • Ban Hammer
    Ban Hammer
    Документ38 страниц
    Ban Hammer
    qwerty uiop
    Оценок пока нет
  • Jailbreak (#1)
    Jailbreak (#1)
    Документ12 страниц
    Jailbreak (#1)
    ZadnesTox
    Оценок пока нет
  • Esp Script
    Esp Script
    Документ4 страницы
    Esp Script
    Hello.
    Оценок пока нет
  • Bloxwatch
    Bloxwatch
    Документ9 страниц
    Bloxwatch
    qwerty uiop
    Оценок пока нет
  • STALKER HACKS
    STALKER HACKS
    Документ420 страниц
    STALKER HACKS
    Nigel DelaPena
    Оценок пока нет
  • Roblox AR Script
    Roblox AR Script
    Документ17 страниц
    Roblox AR Script
    Jsjsjsjsjsjs
    Оценок пока нет
  • Cbro Aimbot Script
    Cbro Aimbot Script
    Документ4 страницы
    Cbro Aimbot Script
    Ken Kaneki
    Оценок пока нет
  • Aimlock
    Aimlock
    Документ22 страницы
    Aimlock
    ikangfadli19
    Оценок пока нет
  • MW Fdless5
    MW Fdless5
    Документ13 страниц
    MW Fdless5
    euthimiosgkousaris
    Оценок пока нет
  • (FE) Invisible
    (FE) Invisible
    Документ1 страница
    (FE) Invisible
    Sogeki Lee
    Оценок пока нет
  • Fly
    Fly
    Документ8 страниц
    Fly
    Claudia Pires
    Оценок пока нет
  • R 3 Qws PW3
    R 3 Qws PW3
    Документ3 страницы
    R 3 Qws PW3
    Роман Каленіков
    Оценок пока нет
  • Headhunter
    Headhunter
    Документ53 страницы
    Headhunter
    Kyler Greenway
    Оценок пока нет
  • Arsenal Aimbot Gui
    Arsenal Aimbot Gui
    Документ11 страниц
    Arsenal Aimbot Gui
    kevin
    Оценок пока нет
  • Message
    Message
    Документ90 страниц
    Message
    Andrei Fabian
    Оценок пока нет
  • Settings Editor for Hacking Script
    Settings Editor for Hacking Script
    Документ13 страниц
    Settings Editor for Hacking Script
    Reglia Shin
    Оценок пока нет
  • FE Floppa Script
    FE Floppa Script
    Документ16 страниц
    FE Floppa Script
    Jsjsjsjsjsjs
    Оценок пока нет
  • Kat by JN
    Kat by JN
    Документ4 страницы
    Kat by JN
    Despe JM
    Оценок пока нет
  • (FE) Bomb Vest
    (FE) Bomb Vest
    Документ3 страницы
    (FE) Bomb Vest
    JOSEPH ANTHONY FORAQUITA INGARUCA
    Оценок пока нет
  • Reload animation for RPK-74
    Reload animation for RPK-74
    Документ68 страниц
    Reload animation for RPK-74
    AMD-65 enjoyer
    Оценок пока нет
  • Jojo
    Jojo
    Документ39 страниц
    Jojo
    Rodrigo Gutierrez
    Оценок пока нет
  • My Sa
    My Sa
    Документ43 страницы
    My Sa
    Charlie Dickson
    Оценок пока нет
  • FE Script Features
    FE Script Features
    Документ7 страниц
    FE Script Features
    Sogeki Lee
    100% (2)
  • Russian Fling
    Russian Fling
    Документ16 страниц
    Russian Fling
    euthimiosgkousaris
    Оценок пока нет
  • Reach Script (UNIVERSAL)
    Reach Script (UNIVERSAL)
    Документ6 страниц
    Reach Script (UNIVERSAL)
    ツTyrol
    Оценок пока нет
  • SPLEX
    SPLEX
    Документ6 страниц
    SPLEX
    Alex Xie
    Оценок пока нет
  • Zetox 7 Kawaito
    Zetox 7 Kawaito
    Документ408 страниц
    Zetox 7 Kawaito
    FL3MZ
    Оценок пока нет
  • 2
    2
    Документ3 страницы
    2
    elvisiprooYT
    Оценок пока нет
  • Your Bizarre Adventure ITEM AUTO FARM
    Your Bizarre Adventure ITEM AUTO FARM
    Документ2 страницы
    Your Bizarre Adventure ITEM AUTO FARM
    Đorđe Marić
    Оценок пока нет
  • Invisible Fling
    Invisible Fling
    Документ26 страниц
    Invisible Fling
    kelil85064oniecancom
    Оценок пока нет
  • Learn Python through Nursery Rhymes and Fairy Tales: Classic Stories Translated into Python Programs (Coding for Kids and Beginners)
    Learn Python through Nursery Rhymes and Fairy Tales: Classic Stories Translated into Python Programs (Coding for Kids and Beginners)
    От Everand
    Learn Python through Nursery Rhymes and Fairy Tales: Classic Stories Translated into Python Programs (Coding for Kids and Beginners)
    Рейтинг: 5 из 5 звезд
    5/5 (1)
  • PlayStation: Video game cheats tips and secrets for playstation 3 & Psp
    PlayStation: Video game cheats tips and secrets for playstation 3 & Psp
    От Everand
    PlayStation: Video game cheats tips and secrets for playstation 3 & Psp
    Оценок пока нет
  • EZ Cheats: Cheat Codes & Tips for PS3, Xbox 360, Wii, DS & PSP, 6th Edition
    EZ Cheats: Cheat Codes & Tips for PS3, Xbox 360, Wii, DS & PSP, 6th Edition
    От Everand
    EZ Cheats: Cheat Codes & Tips for PS3, Xbox 360, Wii, DS & PSP, 6th Edition
    Рейтинг: 4.5 из 5 звезд
    4.5/5 (2)
  • The Lost Ancient World of Zanterian d20 Role Playing Game Book: The World's Dangerous Dungeon
    The Lost Ancient World of Zanterian d20 Role Playing Game Book: The World's Dangerous Dungeon
    От Everand
    The Lost Ancient World of Zanterian d20 Role Playing Game Book: The World's Dangerous Dungeon
    Оценок пока нет
  • De Moiver's Theorem (Trigonometry) Mathematics Question Bank
    De Moiver's Theorem (Trigonometry) Mathematics Question Bank
    От Everand
    De Moiver's Theorem (Trigonometry) Mathematics Question Bank
    Оценок пока нет
  • Voodoo Child
    Voodoo Child
    Документ43 страницы
    Voodoo Child
    qwerty uiop
    Оценок пока нет
  • Virdis
    Virdis
    Документ39 страниц
    Virdis
    qwerty uiop
    Оценок пока нет
  • Reaper V2
    Reaper V2
    Документ51 страница
    Reaper V2
    qwerty uiop
    Оценок пока нет
  • Sin Unleashed
    Sin Unleashed
    Документ40 страниц
    Sin Unleashed
    qwerty uiop
    Оценок пока нет
  • Waifu
    Waifu
    Документ35 страниц
    Waifu
    qwerty uiop
    Оценок пока нет
  • Project 44033514
    Project 44033514
    Документ66 страниц
    Project 44033514
    qwerty uiop
    Оценок пока нет
  • Topkek 4.0
    Topkek 4.0
    Документ56 страниц
    Topkek 4.0
    qwerty uiop
    Оценок пока нет
  • WYD Form
    WYD Form
    Документ67 страниц
    WYD Form
    qwerty uiop
    Оценок пока нет
  • UNSC Truck
    UNSC Truck
    Документ87 страниц
    UNSC Truck
    qwerty uiop
    Оценок пока нет
  • TL3MC War Tank
    TL3MC War Tank
    Документ144 страницы
    TL3MC War Tank
    qwerty uiop
    Оценок пока нет
  • TALHA Gui
    TALHA Gui
    Документ126 страниц
    TALHA Gui
    qwerty uiop
    Оценок пока нет
  • Shadow Ravager
    Shadow Ravager
    Документ62 страницы
    Shadow Ravager
    qwerty uiop
    Оценок пока нет
  • Lustris V2 Sword
    Lustris V2 Sword
    Документ36 страниц
    Lustris V2 Sword
    qwerty uiop
    Оценок пока нет
  • Star Dust Huge Weapon
    Star Dust Huge Weapon
    Документ36 страниц
    Star Dust Huge Weapon
    qwerty uiop
    Оценок пока нет
  • Trap Gun
    Trap Gun
    Документ15 страниц
    Trap Gun
    qwerty uiop
    Оценок пока нет
  • Bypassed Audios
    Bypassed Audios
    Документ3 страницы
    Bypassed Audios
    qwerty uiop
    Оценок пока нет
  • Noob Baseball Bat
    Noob Baseball Bat
    Документ50 страниц
    Noob Baseball Bat
    qwerty uiop
    Оценок пока нет
  • Bloxwatch
    Bloxwatch
    Документ9 страниц
    Bloxwatch
    qwerty uiop
    Оценок пока нет
  • Liron
    Liron
    Документ173 страницы
    Liron
    qwerty uiop
    Оценок пока нет
  • Bypassed Audios (Favorites)
    Bypassed Audios (Favorites)
    Документ1 страница
    Bypassed Audios (Favorites)
    qwerty uiop
    Оценок пока нет
  • Uganda Knuckles
    Uganda Knuckles
    Документ3 страницы
    Uganda Knuckles
    qwerty uiop
    Оценок пока нет
  • Bomb Vest
    Bomb Vest
    Документ3 страницы
    Bomb Vest
    qwerty uiop
    Оценок пока нет
  • Memeus V2
    Memeus V2
    Документ29 страниц
    Memeus V2
    qwerty uiop
    Оценок пока нет
  • Monika
    Monika
    Документ67 страниц
    Monika
    qwerty uiop
    Оценок пока нет
  • Ishida Sword and Armor
    Ishida Sword and Armor
    Документ192 страницы
    Ishida Sword and Armor
    qwerty uiop
    Оценок пока нет
  • Nuke Launcher
    Nuke Launcher
    Документ21 страница
    Nuke Launcher
    qwerty uiop
    Оценок пока нет
  • Body Guards V2
    Body Guards V2
    Документ8 страниц
    Body Guards V2
    qwerty uiop
    Оценок пока нет
  • John Doe
    John Doe
    Документ21 страница
    John Doe
    qwerty uiop
    Оценок пока нет
  • Ruiner v2 ULTRA RARE
    Ruiner v2 ULTRA RARE
    Документ13 страниц
    Ruiner v2 ULTRA RARE
    qwerty uiop
    Оценок пока нет
  • Nuke
    Nuke
    Документ2 страницы
    Nuke
    qwerty uiop
    Оценок пока нет
  • American Amateur Press Association, American Type Founders Faces
    American Amateur Press Association, American Type Founders Faces
    Документ29 страниц
    American Amateur Press Association, American Type Founders Faces
    Anna
    Оценок пока нет
  • Rockwell
    Rockwell
    Документ5 страниц
    Rockwell
    diramandar
    100% (1)
  • Bodoni
    Bodoni
    Документ1 страница
    Bodoni
    Patrick Kendro
    Оценок пока нет
  • Usur Func Corr SPF
    Usur Func Corr SPF
    Документ126 страниц
    Usur Func Corr SPF
    Cesar Galvez
    Оценок пока нет
  • {\Rtf1\Adeflang1025\Ansi\Ansicpg1252\Uc1\Adeff0\Deff0\Stshfdbch0\Stshfloch0\Stshfhich0\Stsh {\f2\Fbidi \Fmodern\Fcharset0\Fprq1{\*\Panose 02070309020205020404}Courier New;}{\f3\Fbidi {\f34\Fbidi \Froman\Fcharset0\Fprq2{\*\Panose
    {\Rtf1\Adeflang1025\Ansi\Ansicpg1252\Uc1\Adeff0\Deff0\Stshfdbch0\Stshfloch0\Stshfhich0\Stsh {\f2\Fbidi \Fmodern\Fcharset0\Fprq1{\*\Panose 02070309020205020404}Courier New;}{\f3\Fbidi {\f34\Fbidi \Froman\Fcharset0\Fprq2{\*\Panose
    Документ41 страница
    {\Rtf1\Adeflang1025\Ansi\Ansicpg1252\Uc1\Adeff0\Deff0\Stshfdbch0\Stshfloch0\Stshfhich0\Stsh {\f2\Fbidi \Fmodern\Fcharset0\Fprq1{\*\Panose 02070309020205020404}Courier New;}{\f3\Fbidi {\f34\Fbidi \Froman\Fcharset0\Fprq2{\*\Panose
    Jeffrey Young
    Оценок пока нет
  • Font Catalog - All Fonts - 09:14:14
    Font Catalog - All Fonts - 09:14:14
    Документ31 страница
    Font Catalog - All Fonts - 09:14:14
    jonathon41uk
    Оценок пока нет
  • Typography
    Typography
    Документ8 страниц
    Typography
    api-348232256
    100% (1)
  • Stiehl, U. - Key To The Bitstream Fonts
    Stiehl, U. - Key To The Bitstream Fonts
    Документ13 страниц
    Stiehl, U. - Key To The Bitstream Fonts
    Marcos I. Mendoza
    Оценок пока нет
  • Fontfolio11.1 Font List
    Fontfolio11.1 Font List
    Документ163 страницы
    Fontfolio11.1 Font List
    Alberto
    Оценок пока нет
  • MathFonts Beamer
    MathFonts Beamer
    Документ18 страниц
    MathFonts Beamer
    Nishant Panda
    Оценок пока нет
  • William Caslon, designer of the Caslon typeface
    William Caslon, designer of the Caslon typeface
    Документ3 страницы
    William Caslon, designer of the Caslon typeface
    vopa
    Оценок пока нет
  • CkFont List
    CkFont List
    Документ9 страниц
    CkFont List
    Laurel Zovko Geisbush
    Оценок пока нет
  • Bodoni Book
    Bodoni Book
    Документ13 страниц
    Bodoni Book
    Anonymous yNm0u3APSo
    Оценок пока нет
  • Type Book
    Type Book
    Документ22 страницы
    Type Book
    Anonymous tleXLk7pu8
    100% (1)
  • Metric Equivalent Fonts Test
    Metric Equivalent Fonts Test
    Документ4 страницы
    Metric Equivalent Fonts Test
    alidekker
    Оценок пока нет
  • The Eden Project
    The Eden Project
    Документ1 страница
    The Eden Project
    Rebecca Bella Combest-Nassetta
    Оценок пока нет
  • Typography Manual Vol1 1
    Typography Manual Vol1 1
    Документ13 страниц
    Typography Manual Vol1 1
    Hélder Pina
    100% (1)
  • Emigre Font Library: Summer/Fall 2011
    Emigre Font Library: Summer/Fall 2011
    Документ7 страниц
    Emigre Font Library: Summer/Fall 2011
    Alejandro Montoya
    Оценок пока нет
  • 29 Google Fonts
    29 Google Fonts
    Документ13 страниц
    29 Google Fonts
    Trường Nguyễn Xuân
    Оценок пока нет
  • Itc Ot CD
    Itc Ot CD
    Документ5 страниц
    Itc Ot CD
    jackstern
    Оценок пока нет
  • fontspec All The Fonts!: Liantze Lim (Overleaf) January 7, 2020
    fontspec All The Fonts!: Liantze Lim (Overleaf) January 7, 2020
    Документ28 страниц
    fontspec All The Fonts!: Liantze Lim (Overleaf) January 7, 2020
    Andrés HK
    Оценок пока нет
  • Adobe Garamond Pro: A Typeface History
    Adobe Garamond Pro: A Typeface History
    Документ9 страниц
    Adobe Garamond Pro: A Typeface History
    Alex Mirutziu
    Оценок пока нет
  • Font List
    Font List
    Документ17 страниц
    Font List
    serban
    Оценок пока нет
  • Introducing: A Typeface Designed by Zuzana Licko. Mrs Eaves XL Regular and XL Narrow. Licensed and Distributed by Emigre
    Introducing: A Typeface Designed by Zuzana Licko. Mrs Eaves XL Regular and XL Narrow. Licensed and Distributed by Emigre
    Документ17 страниц
    Introducing: A Typeface Designed by Zuzana Licko. Mrs Eaves XL Regular and XL Narrow. Licensed and Distributed by Emigre
    Alejandro Montoya
    Оценок пока нет
  • TYPO1
    TYPO1
    Документ1 страница
    TYPO1
    Goutham Riyan
    Оценок пока нет
  • Eliminar Gente FB
    Eliminar Gente FB
    Документ2 страницы
    Eliminar Gente FB
    Aurelia Castillo
    Оценок пока нет
  • 500050-00-000-PP12PP-001-OVERALL PLOT PLAN - Rev C - Bind
    500050-00-000-PP12PP-001-OVERALL PLOT PLAN - Rev C - Bind
    Документ1 страница
    500050-00-000-PP12PP-001-OVERALL PLOT PLAN - Rev C - Bind
    Sachin Shinde
    Оценок пока нет
  • FJMeduzaCollectionSpecimen FRNCOJONAS
    FJMeduzaCollectionSpecimen FRNCOJONAS
    Документ12 страниц
    FJMeduzaCollectionSpecimen FRNCOJONAS
    marjorie andrade
    Оценок пока нет
  • Windows Fonts PDF
    Windows Fonts PDF
    Документ5 страниц
    Windows Fonts PDF
    Angga
    Оценок пока нет
  • SHess
    SHess
    Документ4 страницы
    SHess
    donkonkee
    Оценок пока нет