Cadastrar
Login
Novo texto
Página Inicial
Trending
Arquivo
Português
English
Português
Cadastrar
Login
Novo Texto
Importar Arquivo
local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))() local Window = Library.CreateLib("Doors Hub V2", "GrapeTheme") local Tab = Window:NewTab("Modes") local Section = Tab:NewSection("Modes") Section:NewButton("Mayhem Mode", "Have Fun!", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/HollowedOutMods/MayhemMode/main/loader.lua'))() end) Section:NewButton("Impossible Mode", "Have Fun!", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Ukazix/impossible-mode/main/Protected_79.lua.txt'))() end) Section:NewButton("Endless Doors", "Have Fun!", function() --Credits to NovaNextruis, Muhammadgames, Zavaled, SquidR --ICherryKardess, Screech, Jessica, TheEndIsNear, C87FM --Your game might crash when you get an achievement game.SoundService.AmbientReverb = "City" loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/Script.lua"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/ScriptNoAchievements.txt"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/seekeye.lua"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/seekmodel.lua"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/VictrolaRecreation.txt"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/worldcuuuup/main/MusicReplace.txt"))() loadstring(game:HttpGet("https://raw.githubusercontent.com/check78/Entities/main/DeathSound.txt"))() end) Section:NewButton("Fragmented Mode", "Have fun!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Potato032/Doors-Fragmented-Mode/main/ScriptDontShareItsOnDC.txt"))() end) Section:NewButton("Noonie Hardcore", "Have Fun!", function() loadstring(game:HttpGet('https://pastebin.com/raw/fT92NSzU'))() end) Section:NewButton("AK47 gun", "Dont Kill your friends!", function() -- Credit to PenguinManiack For Creating The Script local Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua"))() local CustomShop = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Shop%20Items/Source.lua"))() local UIS = game:GetService("UserInputService") local exampleTool = LoadCustomInstance("rbxassetid://12848567274") -- wand model if game:GetService("Players").LocalPlayer.PlayerGui.MainUI.ItemShop.Visible == true then -- Create custom shop item CustomShop.CreateItem(exampleTool, { Title = "Harry Potter Wand", Desc = "Works on entities", Image = "https://cdn.discordapp.com/attachments/1049016956231102465/1078727375631679688/image_2023-02-24_121721211-removebg-preview.png", Price = "gun", Stack = 1, }) ----------------------------------------- parenting else exampleTool.Parent = game.Players.LocalPlayer.Backpack end local tool = exampleTool local function Shoot() local bullet = game:GetObjects("rbxassetid://12848374097")[1] task.wait() bullet.Anchored = false bullet.Massless = false local Sound = Instance.new("Sound", game.StarterPlayer) Sound.Volume = 3.5 Sound.SoundId = "rbxassetid://5238024665" Sound.PlayOnRemove = true Sound:Destroy() HRP = exampleTool.BulletPart.CFrame * CFrame.Angles(0,math.rad(-90),0) local Attachment = Instance.new("Attachment", bullet) local LV = Instance.new("LinearVelocity", Attachment) -- creating the linear velocity LV.MaxForce = math.huge -- no need to worry about this LV.VectorVelocity = (game:GetService("Players").LocalPlayer:GetMouse().Hit.Position - tool.BulletPart.Position).Unit * 100-- HRP.lookVector * 50 -- change 100 with how fast you want the projectile to go LV.Attachment0 = Attachment --Required Attachment bullet.Parent = game.Workspace bullet.CFrame = tool.BulletPart.CFrame * CFrame.Angles(math.rad(0),math.rad(90),math.rad(90)) bullet.Touched:Connect(function(part) local Model = part:FindFirstAncestorWhichIsA("Model") if Model ~= nil and Model:GetAttribute("IsCustomEntity") == true then Model:Destroy() end end) task.wait(0.3) bullet:Destroy() end ----------------------------------------------- Shooting! UIS.InputBegan:Connect(function(input) if tool.Parent == game.Players.LocalPlayer.Character then if input.UserInputType == Enum.UserInputType.MouseButton1 then getgenv().BulletType = "12848374097" Shoot() end end end) end) Section:NewButton("Purple Flashlight", "Light up;!", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Purple%20Flashlight"))() end) Section:NewButton("Crucifix on anything press [q]", "Have Fun!", function() _G.Uses = 1 _G.Range = 30 _G.OnAnything = true _G.Fail = false _G.Variant = "Electric" loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua'))() end) local Tab = window:NewTab("Credits") local Section = Tab:NewSection("Credits") Section:NewButton("Angeliqq/Rainbow", "Owner", function() loadstring(game:HttpGet("https://pastebin.com/raw/tWGxhNq0"))() end)
Configurações do Texto
Título do Texto :
[Opcional]
Guardar na Pasta :
[Opcional]
Selecionar
Syntax Highlighting :
[Opcional]
Selecionar
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Expiração do Texto :
[Opcional]
Nunca
Auto Destruir
10 Minutos
1 Hora
1 Dia
1 Semana
2 Semanas
1 Mês
6 Meses
1 Ano
Status do Texto :
[Opcional]
Público
Não Listado
Privado (somente membros)
Senha :
[Opcional]
Descrição:
[Opcional]
Tags:
[Opcional]
Criptografar Texto
(
?
)
Criar Novo Texto
No momento você não está logado, isso significa que você não pode editar ou excluir nada que você poste.
Cadastre-se
ou faça o
Login
Idiomas do site
×
English
Português
Você gosta de cookies?
🍪 Usamos cookies para garantir que você obtenha a melhor experiência em nosso site.
Saber mais
Concordo