Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gui = Instance.new("ScreenGui",game.Players.liampdoherty.PlayerGui)
- gui.ResetOnSpawn = false
- gui.Name = "RaindropHub"
- top = Instance.new("Frame",gui)
- top.Name = "Top"
- top.Position = UDim2.new(0.5,-166,0.065,0)
- top.Size = UDim2.new(0,333,0.07,0)
- top.Style = "DropShadow"
- toptext = Instance.new("TextLabel",top)
- toptext.Name = "Text"
- toptext.BackgroundTransparency = 1
- toptext.Size = UDim2.new(1,0,1,0)
- toptext.Font = "SciFi"
- toptext.Text = "Hacking101's Script Hub"
- toptext.TextColor3 = Color3.new(255,255,255)
- toptext.TextStrokeTransparency = 0
- toptext.TextScaled = true
- toptext.TextWrapped = true
- inn = Instance.new("TextButton",top)
- inn.Visible = false
- inn.BackgroundTransparency = 1
- inn.Size = UDim2.new(1,0,1,0)
- inn.Text = ""
- inn.Name = "innn"
- outt = Instance.new("TextButton",top)
- outt.Name = "outtt"
- outt.Visible = true
- outt.BackgroundTransparency = 1
- outt.Size = UDim2.new(1,0,1,0)
- outt.Text = ""
- main = Instance.new("Frame", gui)
- main.Name = "Main"
- main.Position = UDim2.new(0.5,-250,0.13,0)
- main.Size = UDim2.new(0,500,0.8,0)
- main.Style = "DropShadow"
- list = Instance.new("ScrollingFrame", main)
- list.Name = "List"
- list.BackgroundTransparency = 1
- list.Size = UDim2.new(0,250,1,0)
- list.ScrollBarThickness = 0
- list.CanvasSize = UDim2.new(0,0,6.1,0)
- desc = Instance.new("Frame",main)
- desc.Name = "Desc"
- desc.Position = UDim2.new(1,-225,0.5,0)
- desc.Size = UDim2.new(0,225,0.5,0)
- desc.Style = "DropShadow"
- dtext = Instance.new("TextLabel",desc)
- dtext.BackgroundTransparency = 1
- dtext.Size = UDim2.new(1,0,0.75,0)
- dtext.Font = "SciFi"
- dtext.TextSize = 24
- dtext.Text = "Script description."
- dtext.TextWrapped = true
- dtext.TextYAlignment = "Top"
- dtext.TextColor3 = Color3.new(255,255,255)
- dtext.TextStrokeTransparency = 0
- dbutton = Instance.new("TextButton",desc)
- dbutton.Position = UDim2.new(0,0,0.75,0)
- dbutton.Size = UDim2.new(1,0,0.25,0)
- dbutton.Style = "RobloxRoundButton"
- dbutton.Font = "SciFi"
- dbutton.TextSize = 14
- dbutton.TextColor3 = Color3.new(255,255,255)
- dbutton.Text = "Launch"
- dbutton.TextStrokeTransparency = 0
- dbutton.TextScaled = true
- dbutton.TextWrapped = true
- title = Instance.new("Frame",main)
- title.Name = "Title"
- title.Position = UDim2.new(1,-225,0,0)
- title.Size = UDim2.new(0,225,0.5,0)
- title.Style = "DropShadow"
- scriptimage = Instance.new("ImageLabel",title)
- scriptimage.Name = "Image"
- scriptimage.Position = UDim2.new(0,0,0.1,0)
- scriptimage.Size = UDim2.new(1,0,0.8,0)
- scriptimage.Visible = false
- scriptimage.BackgroundTransparency = 1
- scripttext = Instance.new("TextLabel",title)
- scripttext.Name = "Text"
- scripttext.BackgroundTransparency = 1
- scripttext.Size = UDim2.new(1,0,1,0)
- scripttext.Font = "SciFi"
- scripttext.Text = "Script Name"
- scripttext.TextColor3 = Color3.new(255,255,255)
- scripttext.TextScaled = true
- scripttext.TextStrokeTransparency = 0
- stringv = "print('No script loaded!')"
- warning = Instance.new("TextLabel",desc)
- warning.BackgroundTransparency = 1
- warning.Position = UDim2.new(0,0,0.65,0)
- warning.Size = UDim2.new(1,0,0.102,0)
- warning.Font = "SciFi"
- warning.TextColor3 = Color3.new(255,0,0)
- warning.Text = "*This script will not work in this game*"
- warning.TextStrokeTransparency = 0
- warning.TextScaled = true
- warning.TextWrapped = true
- warning.Visible = false
- dbutton.MouseButton1Down:connect(function()
- loadstring(stringv)()
- end)
- top.outtt.MouseButton1Down:connect(function()
- top.outtt.Visible = false
- main:TweenPosition(UDim2.new(0.5, -250, -1, 0), "Out", "Quad", 2)
- top:TweenPosition(UDim2.new(0.5, -166, 0, 0), "Out", "Quad", 2)
- top.innn.Visible = true
- end)
- top.innn.MouseButton1Down:connect(function()
- top.innn.Visible = false
- main:TweenPosition(UDim2.new(0.5, -250, 0.13, 0), "In", "Quad", 2)
- top:TweenPosition(UDim2.new(0.5, -166, 0.065, 0), "In", "Quad", 2)
- top.outtt.Visible = true
- end)
- pos = 0
- Create = function(st,parent)
- local listbutton = Instance.new("TextButton",parent)
- listbutton.Name = st
- listbutton.BackgroundColor3 = Color3.new(50/255,50/255,50/255)
- listbutton.BackgroundTransparency = 0.21
- listbutton.Position = UDim2.new(0,5,0,pos*45+5)
- listbutton.Size = UDim2.new(1,0,0,40)
- listbutton.Font = "SciFi"
- listbutton.TextSize = 28
- listbutton.Text = st
- listbutton.TextColor3 = Color3.new(255,255,255)
- listbutton.TextStrokeTransparency = 0
- listbutton.TextWrapped = true
- pos = pos+1
- return listbutton
- end
- place = game.PlaceId
- Check = function(id)
- if place == id then
- warning.Visible = false
- dbutton.TextStrokeTransparency = 0
- dbutton.TextTransparency = 0
- else
- warning.Visible = true
- dbutton.TextStrokeTransparency = 0.5
- dbutton.TextTransparency = 0.5
- if id == 0 then
- warning.Visible = false
- dbutton.TextStrokeTransparency = 0
- dbutton.TextTransparency = 0
- end
- end
- end
- local ff = Create("WIP",list)
- local musicgui = Create("Music Gui", list)
- local apocesp = Create("Apoc ESP", list)
- local redwoodguns = Create("Redwood Prison Wepons", list)
- local prisonlifeshotgun = Create("Prison Life Wepons", list)
- local lvgui = Create("Las Vegas GUI", list)
- local loophealapoc = Create("Apoc Loopheal", list)
- local bcdadmin = Create("BCDAdmin", list)
- local apocgui = Create("Apoc Gui", list)
- local killall = Create("Kill All", list)
- local duck = Create("Duck", list)
- local sunsetcity = Create("Sunset City Money",list)
- local catsdogs = Create("Cats And Dogs",list)
- ff.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "N/A"
- scriptimage.Image = ""
- dtext.Text = "WIP"
- stringv = [[]]
- end)
- musicgui.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Music Gui"
- scriptimage.Image = ""
- dtext.Text = "Music GUI \n Includes: \n Pitch \n Volume \n Start/Stop \n Custom audio \n Made by DragonRamer"
- stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/606ktfaU'))()]]
- end)
- apocesp.MouseButton1Down:connect(function()
- Check(1600503)
- scripttext.Visible = false
- scriptimage.Visible = true
- scripttext.Text = ""
- scriptimage.Image = "rbxassetid://554496857"
- dtext.Text = "Apoc GUI \n Lets you see anyone else in-game \n Works other games \n Made by Brack4712"
- stringv = [[for i,v in pairs(game.Players:GetChildren()) do
- local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui)
- handle.Adornee = v.Character.Head
- handle.Color3 = Color3.new(0/255, 255/255, 0/255)
- handle.Transparency = 0
- handle.Style = "Resize"
- end]]
- end)
- redwoodguns.MouseButton1Down:connect(function()
- Check(402122991)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Redwood Prison Wepons"
- scriptimage.Image = ""
- dtext.Text = "Gives you 3 tools: \n Taser \n Beretta M9 \n UMP-45 \n made by Bunnylord"
- stringv = [[game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
- wait(1)
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
- wait(1)
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")]]
- end)
- prisonlifeshotgun.MouseButton1Down:connect(function()
- Check(155615604)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Prison Life Wepons"
- scriptimage.Image = ""
- dtext.Text = "Gives you multiple wepons in Prison Life 2.0 \n made by AzulScript"
- stringv = [[for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
- lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
- end]]
- end)
- lvgui.MouseButton1Down:connect(function()
- Check(163865146)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Las Vegas GUI"
- scriptimage.Image = ""
- dtext.Text = "Lets you get cars,wepons and lets you teleport! \n made by DragonRamer"
- stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/iVJ1rSSA'))()]]
- end)
- loophealapoc.MouseButton1Down:connect(function()
- Check(1600503)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Apoc Loopheal"
- scriptimage.Image = ""
- dtext.Text = "Loopheals you in apoc rising \n made by Unit-01"
- stringv = [[local Remote = game.Lighting.Remote.AddHealth
- local Player = game.Workspace.UnjustifiedLimited.Humanoid
- game:GetService("RunService").RenderStepped:connect(function()
- Remote:FireServer(Player, 5000000)
- end)]]
- end)
- bcdadmin.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "BCDAdmin"
- scriptimage.Image = ""
- dtext.Text = "Gives you admin \n made by GtaMasterYT"
- stringv = [[loadstring(Raindrop:DownloadString('http://hastebin.com/raw/kozebukeye'))()]]
- end)
- apocgui.MouseButton1Down:connect(function()
- Check(1600503)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Apoc GUI"
- scriptimage.Image = ""
- dtext.Text = "Does... Something... \n made by JosephR"
- stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/tBhddmCX'))()]]
- end)
- killall.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Kill All"
- scriptimage.Image = ""
- dtext.Text = "Kills all players \n made by unverified"
- stringv = [[for i,v in pairs(game.Players:GetChildren()) do
- if v.Character.Humanoid then
- v.Character.Humanoid.Health = 0
- end
- end]]
- end)
- duck.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Duck"
- scriptimage.Image = ""
- dtext.Text = "Makes you a duck \n R6 AVATAR ONLY \n made by DragonRamer"
- stringv = [[local pchar = game.Players.LocalPlayer.Character
- local duck = Instance.new("SpecialMesh", pchar.Torso)
- duck.MeshType = "FileMesh"
- duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
- duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
- duck.Scale = Vector3.new(5, 5, 5)
- pchar.Head.Transparency = 1
- pchar["Left Arm"].Transparency = 1
- pchar["Right Arm"].Transparency = 1
- pchar["Left Leg"].Transparency = 1
- pchar["Right Leg"].Transparency = 1]]
- end)
- sunsetcity.MouseButton1Down:connect(function()
- Check(28397429)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Sunset City"
- scriptimage.Image = ""
- dtext.Text = "Completes a job 10 times \n Requirements: Be in a job \n Only works in Sunset City \n Made by OVOXO (laggy)"
- stringv = [[local i = 0
- local b = 10
- repeat
- game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
- wait(0.1)
- i = i + 1
- wait(0.1)
- print(i)
- until i == b]]
- end)
- catsdogs.MouseButton1Down:connect(function()
- Check(0)
- scripttext.Visible = true
- scriptimage.Visible = false
- scripttext.Text = "Cats and Dogs"
- scriptimage.Image = ""
- dtext.Text = "Rains cats and dogs! \n Made by lyroo"
- stringv = [[while true do
- local a = Instance.new("Part", workspace)
- local b = Instance.new("Part", workspace)
- a.Position = Vector3.new(math.random(200), math.random(200), math.random(200))
- b.Position = Vector3.new(math.random(200), math.random(200), math.random(200))
- dog = Instance.new("SpecialMesh", b)
- dog.MeshId = "http://www.roblox.com/asset/?id=68340830"
- dog.TextureId = "http://www.roblox.com/asset/?id=68331520"
- cat = Instance.new("SpecialMesh", a)
- cat.MeshId = "http://www.roblox.com/asset/?id=180289755"
- cat.TextureId = ""
- wait(0.5)
- d = Instance.new("Sound", a)
- d.SoundId = "http://www.roblox.com/asset/?id=138078642"
- d.Volume = 10
- d.Looped = false
- d:Play()
- f = Instance.new("Sound", b)
- f.SoundId = "http://www.roblox.com/asset/?id=132514715"
- f.Volume = 10
- f.Looped = false
- f:Play()
- end]]
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement