local lib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/Vape.txt")() local win = lib:Window("TMD",Color3.fromRGB(44, 120, 224), Enum.KeyCode.RightControl) local tab = win:Tab("WITCH") tab:Button("Channel Self", function() local args = { [1] = "channel", [2] = game:GetService("Players").LocalPlayer.Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Bind("Curse Self",Enum.KeyCode.RightShift, function() local args = { [1] = "curse", [2] = game:GetService("Players").LocalPlayer.Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, [5] = CFrame.new(Vector3.new(185.57386779785, -15.750636100769, 255.34948730469), Vector3.new(-0.6474004983902, -0.25247502326965, 0.71911692619324)) } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Textbox("Jedi Choke",true, function(t) local args = { [1] = "choke", [2] = game:GetService("Players").LocalPlayer.Character.Humanoid, [3] = game:GetService("Players").LocalPlayer.Character, [4] = game:GetService("Players")[t].Character.Head } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) tab:Bind("Invisique",Enum.KeyCode.RightShift, function() local args = { [1] = "invisique", [2] = game:GetService("Players").LocalPlayer.Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, [5] = CFrame.new(Vector3.new(185.57386779785, -15.750636100769, 255.34948730469), Vector3.new(-0.6474004983902, -0.25247502326965, 0.71911692619324)) } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Bind("Bulla",Enum.KeyCode.RightShift, function() local args = { [1] = "bulla", [2] = workspace.Terrain, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Textbox("Turn to Werewolf",true, function(t) local args = { [1] = "trans", [2] = game:GetService("Players")[t].Character.Humanoid, [3] = game:GetService("Players")[t].Character } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) tab:Textbox("Weather",true, function(t) local args = { [1] = [t], [2] = game:GetService("Players").LocalPlayer.Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Textbox("Appearance Change",true, function(t) local args = { [1] = "mystique", [2] = game:GetService("Players")[t].Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, [5] = CFrame.new(Vector3.new(279.12023925781, 10.947885513306, -303.12445068359), Vector3.new(0.88454461097717, -0.45494940876961, -0.10296545177698)) } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Textbox("Unturn Werewolf",true, function(t) local args = { [1] = "detrans", [2] = game:GetService("Players")[t].Character.Humanoid, [3] = game:GetService("Players")[t].Character } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) tab:Textbox("Spells On Otherside",true, function(t) game.Workspace[t].Humanoid.OtherSide.Value = false end) tab:Textbox("Remove Transition",true, function(t) game.Workspace[t].InTrans:Destroy() end) tab:Textbox("channel person",true, function(t) local args = { [1] = "channel", [2] = game:GetService("Players")[t].Character.Head, [3] = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, [4] = game:GetService("Players").LocalPlayer.Character.Humanoid, } game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer(unpack(args)) end) tab:Label("Created by spellchild") local changeclr = win:Tab("Change UI Color") changeclr:Colorpicker("Change UI Color",Color3.fromRGB(44, 120, 224), function(t) lib:ChangePresetColor(Color3.fromRGB(t.R * 255, t.G * 255, t.B * 255)) end) local every = win:Tab("Server Spells") every:Button("Ad Somnum", function() plrChar = game.Players.LocalPlayer.Character for i,v in pairs(game.Players:GetPlayers()) do if v.Character ~= nil and v.Name ~= plrChar.Name and v.Character:FindFirstChild("Head") then game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer("somnum",v.Character.Head,plrChar.HumanoidRootPart,plrChar.Humanoid) end end end) every:Button("Break Bones", function() plrChar = game.Players.LocalPlayer.Character for i,v in pairs(game.Players:GetPlayers()) do if v.Character ~= nil and v.Name ~= plrChar.Name and v.Character:FindFirstChild("Head") then game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer("femus",v.Character.Head,plrChar.HumanoidRootPart,plrChar.Humanoid) end end end) every:Button("Circulum Everyone", function() plrChar = game.Players.LocalPlayer.Character for i,v in pairs(game.Players:GetPlayers()) do if v.Character ~= nil and v.Name ~= plrChar.Name and v.Character:FindFirstChild("Head") then game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer("infernum",v.Character.Head,plrChar.HumanoidRootPart,plrChar.Humanoid) end end end) every:Button("Delfan Eoten Cor", function() plrChar = game.Players.LocalPlayer.Character for i,v in pairs(game.Players:GetPlayers()) do if v.Character ~= nil and v.Name ~= plrChar.Name and v.Character:FindFirstChild("Head") then game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer("delfan",v.Character.Head,plrChar.HumanoidRootPart,plrChar.Humanoid) end end end) every:Button("Summon Everyone", function() local args = { [1] = "summon", [2] = game:GetService("Players").LocalPlayer.Character.Humanoid, [3] = game:GetService("Players").LocalPlayer.Character, [4] = game:GetService("Players").LocalPlayer.Character.Head } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) every:Button("Immobulus", function() plrChar = game.Players.LocalPlayer.Character for i,v in pairs(game.Players:GetPlayers()) do if v.Character ~= nil and v.Name ~= plrChar.Name and v.Character:FindFirstChild("Head") then game:GetService("ReplicatedStorage").REMOTES.Spell:FireServer("immobulus",v.Character.Head,plrChar.HumanoidRootPart,plrChar.Humanoid) end end end) local vamp = win:Tab("Vampire") vamp:Textbox("Feed On",true, function(t) local args = { [1] = "feed", [2] = game:GetService("Players").LocalPlayer.Character.Humanoid, [3] = game:GetService("Players").LocalPlayer.Character, [4] = game:GetService("Players")[t].Character.Head } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) vamp:Textbox("Stroke Person",true, function(t) local args = { [1] = "stroke", [2] = game:GetService("Players").LocalPlayer.Character.Humanoid, [3] = game:GetService("Players").LocalPlayer.Character, [4] = game:GetService("Players").Colenukenin.Character.Head } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end) vamp:Textbox("Threaten Person",true, function(t) local args = { [1] = "threat", [2] = game:GetService("Players").LocalPlayer.Character.Humanoid, [3] = game:GetService("Players").LocalPlayer.Character, [4] = game:GetService("Players")[t].Character.Head } game:GetService("ReplicatedStorage").REMOTES.Key:FireServer(unpack(args)) end)