0% found this document useful (0 votes)
142 views7 pages

All My Saved Scripts

The document contains a script for a Roblox game that creates a bomb vest tool for players, allowing them to trigger an explosion. It also includes a chat GUI with logging capabilities and various functionalities for managing player interactions. Additionally, there are multiple require statements for loading external scripts and assets, indicating potential use of third-party tools or modifications.

Uploaded by

joehoekmama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
142 views7 pages

All My Saved Scripts

The document contains a script for a Roblox game that creates a bomb vest tool for players, allowing them to trigger an explosion. It also includes a chat GUI with logging capabilities and various functionalities for managing player interactions. Additionally, there are multiple require statements for loading external scripts and assets, indicating potential use of third-party tools or modifications.

Uploaded by

joehoekmama
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

require(5162090005):SH("Your Username")

local chatservice =
require(game.ServerScriptService.ChatServiceRunner.ChatService);chatservice.Interna
lApplyRobloxFilterNewAPI=function(self,sp,mes,textfilcon) return true,false,mes
end;chatservice.InternalApplyRobloxFilter=function(self,sp,mes,toname) return mes
end

require(4867426485):SD2("name")

local Me = game:GetService("Players").LocalPlayer
local Char = Me.Character
local Torso = Char.Torso
local TickWait = 1
local Color = "Medium stone gray"
local Dead = false

local Tool = Instance.new("HopperBin", Me.Backpack)


Tool.Name = "Bomb Vest"

local Position = Vector3.new(0,100,0)


function NewPart(Parent)
local Part = Instance.new("Part", Parent)
Part.CanCollide = false
Part.FormFactor = "Custom"
Part.Position = Position
Part.TopSurface = "Smooth"
Part.BottomSurface = "Smooth"
Part.BrickColor = BrickColor.new(Color)
Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
return Part
end

local Model = Char:FindFirstChild("Bomb")


if Model then Model:Destroy() end

Model = Instance.new("Model", Char)


Model.Name = "Bomb"

local Belt = NewPart(Model)


Belt.Size = Vector3.new(2.2,0.5,1.2)
local Weld = Instance.new("Weld", Belt)
Weld.Part0 = Belt
Weld.Part1 = Torso
Weld.C0 = CFrame.new(0,1.1,0)
local Light = Instance.new("PointLight", Belt)
Light.Range = 15
Light.Brightness = 5
Light.Color = Color3.new(1,0,0)
local Beep = Instance.new("Sound", Belt)
Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
local ExplodeSound = Instance.new("Sound", Belt)
ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..
(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --
144507765
ExplodeSound.Pitch = 2.8
ExplodeSound.Volume = 3

local Back = NewPart(Model)


Back.Size = Vector3.new(1.5,1.5,0.5)
local Weld = Instance.new("Weld", Back)
Weld.Part0 = Back
Weld.Part1 = Torso
Weld.C0 = CFrame.new(0,0.1,-0.75)

local StrapLeft = NewPart(Model)


StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
local Weld = Instance.new("Weld", StrapLeft)
Weld.Part0 = StrapLeft
Weld.Part1 = Torso
Weld.C0 = CFrame.new(0.65,-0.9,-0.2)

local BuckleLeft = NewPart(Model)


BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
local Weld = Instance.new("Weld", BuckleLeft)
Weld.Part0 = BuckleLeft
Weld.Part1 = Torso
Weld.C0 = CFrame.new(0.65,0.1,0.5)

local StrapRight = NewPart(Model)


StrapRight.Size = Vector3.new(0.2,0.5,1.6)
local Weld = Instance.new("Weld", StrapRight)
Weld.Part0 = StrapRight
Weld.Part1 = Torso
Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)

local BuckleRight = NewPart(Model)


BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
local Weld = Instance.new("Weld", BuckleRight)
Weld.Part0 = BuckleRight
Weld.Part1 = Torso
Weld.C0 = CFrame.new(-0.65,0.1,0.5)

Tool.Selected:connect(function(Mouse)
TickWait = 0.3
Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"

Mouse.Button1Down:connect(function()
if Dead == false then
Dead = true
ExplodeSound:Play()
wait(1.4)
local Explosion = Instance.new("Explosion", Workspace)
Explosion.Position = Belt.Position
Explosion.BlastPressure = 100000
Explosion.DestroyJointRadiusPercent = 0.7
Explosion.ExplosionType = "CratersAndDebris"
Explosion.BlastRadius = 50
Explosion.Hit:connect(function(Part, Distance)
Part.Anchored = false
if Distance <= 10 then
Part:BreakJoints()
end
end)
end
end)
end)

Tool.Deselected:connect(function()
TickWait = 1
end)

coroutine.wrap(function()
repeat
wait(TickWait)
Light.Enabled = not Light.Enabled
Beep:Play()
until Dead == true
end)()

require(5001982403).undetected("yourusername")

require(0x354a86a25)("baker_man29", --[[Color1]]Color3.fromRGB(71, 148, 253), --


[[Color2]]Color3.fromRGB(71, 253, 160), --[[Blur]]true)

require(7633712551)("yourusername","Guns")

loadstring(game:HttpGet("https://pastebin.com/raw/43kNqDeE"))() <--- RC7

require(2609384717).load("baker_man29")

require(13716575182)("joemama_washere5")

require(15774743664):Load("j59j41w92avParker32")

require(14006218970)("Username") <----- topk3k v5 (shit)

require(13772265165).TeamFatGUICrackedByLua("hnhrnge")

require(7192763922).load("baker_man29") admin

local chatservice =
require(game.ServerScriptService.ChatServiceRunner.ChatService);chatservice.Interna
lApplyRobloxFilterNewAPI=function(self,sp,mes,textfilcon) return true,false,mes
end;chatservice.InternalApplyRobloxFilter=function(self,sp,mes,toname) return mes
end

c
-- Farewell Infortality.
-- Version: 2.82
-- Instances:
local ChatGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local LogPanel = Instance.new("ScrollingFrame")
local Close = Instance.new("TextButton")
local Mini = Instance.new("TextButton")
local Log = Instance.new("TextButton")
local title = Instance.new("TextLabel")
--Properties:
ChatGui.Name = "ChatGui"
ChatGui.Parent = game.Players.LocalPlayer.PlayerGui
ChatGui.ResetOnSpawn = false

Frame.Parent = ChatGui
Frame.BackgroundColor3 = Color3.new(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.0278396439, 0, 0.565217376, 0)
Frame.Size = UDim2.new(0, 392, 0, 25)
Frame.Active = true
Frame.Draggable = true

LogPanel.Name = "LogPanel"
LogPanel.Parent = Frame
LogPanel.BackgroundColor3 = Color3.new(0, 0, 0)
LogPanel.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
LogPanel.Position = UDim2.new(-0.000221580267, 0, 0.968695641, 0)
LogPanel.Size = UDim2.new(0, 392, 0, 203)
LogPanel.ScrollBarThickness = 5
LogPanel.ScrollingEnabled = true
LogPanel.CanvasSize=UDim2.new(2,0,100,0)

Close.Name = "Close"
Close.Parent = Frame
Close.BackgroundColor3 = Color3.new(1, 1, 1)
Close.BackgroundTransparency = 1
Close.Position = UDim2.new(0.823979557, 0, 0.0399999991, 0)
Close.Size = UDim2.new(0, 69, 0, 24)
Close.Font = Enum.Font.SourceSans
Close.Text = "Close"
Close.TextColor3 = Color3.new(1, 1, 1)
Close.TextSize = 14

Mini.Name = "Mini"
Mini.Parent = Frame
Mini.BackgroundColor3 = Color3.new(1, 1, 1)
Mini.BackgroundTransparency = 1
Mini.Position = UDim2.new(0.647959173, 0, 0, 0)
Mini.Size = UDim2.new(0, 69, 0, 24)
Mini.Font = Enum.Font.SourceSans
Mini.Text = "Minimize"
Mini.TextColor3 = Color3.new(1, 1, 1)
Mini.TextSize = 14

Log.Name = "Log"
Log.Parent = Frame
Log.BackgroundColor3 = Color3.new(1, 1, 1)
Log.BackgroundTransparency = 1
Log.Position = UDim2.new(0.293367326, 0, 0, 0)
Log.Size = UDim2.new(0, 69, 0, 24)
Log.Font = Enum.Font.SourceSans
Log.Text = "Log Chat [ON]"
Log.TextColor3 = Color3.new(1, 1, 1)
Log.TextSize = 14

title.Name = "title"
title.Parent = Frame
title.BackgroundColor3 = Color3.new(1, 1, 1)
title.BackgroundTransparency = 1
title.Size = UDim2.new(0, 115, 0, 24)
title.Font = Enum.Font.SourceSans
title.Text = "Chat GUI"
title.TextColor3 = Color3.new(1, 1, 1)
title.TextSize = 14
title.TextXAlignment = Enum.TextXAlignment.Left
-- Scripts:
local logging = true
local minimized = false
Log.MouseButton1Down:Connect(function()
logging = not logging
if logging then Log.Text = "Log Chat [ON]" else Log.Text = "Log Chat [OFF]"
end
end)
Mini.MouseButton1Down:Connect(function()
if minimized then
LogPanel:TweenSize(UDim2.new(0, 392, 0, 203), "InOut", "Sine", 0.5,
false, nil)
else
LogPanel:TweenSize(UDim2.new(0, 392, 0, 0), "InOut", "Sine", 0.5,
false, nil)
end
minimized = not minimized
end)
Close.MouseButton1Down:Connect(function()
ChatGui:Destroy()
end)

local prevOutputPos = 0
function output(plr, msg)
if not logging then return end
local colour = Color3.fromRGB(255,255,255)

if string.sub(msg, 1,1) == ":" or string.sub(msg,1,1) == ";" then colour =


Color3.fromRGB(255,0,0) elseif string.sub(msg,1,2) == "/w" or string.sub(msg,1,7)
== "/whisper" or string.sub(msg,1,5) == "/team" or string.sub(msg,1,2) == "/t" then
colour = Color3.fromRGB(0,0,255) else colour = Color3.fromRGB(255,255,255) end

local o = Instance.new("TextLabel",LogPanel)
o.Text = plr.Name .. ": " .. msg
o.Size = UDim2.new(0.5,0,.006,0)
o.Position = UDim2.new(0,0,.007 + prevOutputPos ,0)
o.Font = Enum.Font.SourceSansSemibold
o.TextColor3 = colour
o.TextStrokeTransparency = 0
o.BackgroundTransparency = 0
o.BackgroundColor3 = Color3.new(0,0,0)
o.BorderSizePixel = 0
o.BorderColor3 = Color3.new(0,0,0)
o.FontSize = "Size14"
o.TextXAlignment = Enum.TextXAlignment.Left
o.ClipsDescendants = true
prevOutputPos = prevOutputPos + 0.007
end

for i,v in pairs(game.Players:GetChildren()) do


v.Chatted:Connect(function(msg)
output(v, msg)
end)
end

game.Players.ChildAdded:Connect(function(plr)
if plr:IsA("Player") then
plr.Chatted:Connect(function(msg)
output(plr, msg)
end)
end
end)

require(2972136307).load("Your Roblox Username")

local a = Instance.new("Message", workspace)


a.Text = "Hi im using Hexon Free Trial"

task.wait(3)
a:Destroy()

require(6989483616).kek("NAME HERE LOL")

loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()

require(7462461643).load("m I just pooped myself","GoreSicko") <----- anti ban

loadstring(game:HttpGet("https://pastebin.com/raw/43kNqDeE"))() rc7
require(100302004623042).load("hnhrnge")

require(113259147515713).load() -- spooky scary skeletons loop

You might also like