Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --TITLE: Raindrop Gui
- gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- gui.Name = "Script Hub"
- gui.ResetOnSpawn = false
- closed = false
- loading = true
- main = Instance.new("Frame",gui)
- main.Name = "Main"
- main.Size = UDim2.new(0,300,0,250)
- main.Position = UDim2.new(0,125,.5,-125)
- main.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- main.BorderColor3 = Color3.new(90/255,90/255,90/255)
- main.BorderSizePixel = 2
- list = Instance.new("Frame",gui)
- list.Name = "List"
- list.Size = UDim2.new(0,100,0,250)
- list.Position = UDim2.new(0,10,.5,-125)
- list.BackgroundColor3 = Color3.new(255,255,255)
- list.BorderColor3 = Color3.new(90/255,90/255,90/255)
- list.BorderSizePixel = 2
- changelist = Instance.new("TextButton",list)
- changelist.AutoButtonColor = false
- changelist.BackgroundColor3 = Color3.new(215/255,0/255,0/255)
- changelist.BorderColor3 = Color3.new(185/255,0/255,0/255)
- changelist.Name = "Change List"
- changelist.Size = UDim2.new(1,0,0.1,0)
- changelist.Font = "SciFi"
- changelist.Text = "Scripts"
- changelist.TextColor3 = Color3.new(255/255,255/255,255/255)
- changelist.TextScaled = true
- changelist.TextWrapped = true
- changelist.TextStrokeTransparency = 0
- changelist.TextYAlignment = "Top"
- tit = Instance.new("TextLabel",main)
- tit.Name = "Title"
- tit.Size = UDim2.new(0.9,-2,.1,0)
- tit.BackgroundColor3 = Color3.new(215/255,0,0)
- tit.BorderColor3 = Color3.new(185/255,0,0)
- tit.Font = "SciFi"
- tit.FontSize = "Size24"
- tit.Text = "Hacking101's Script Hub"
- tit.TextColor3 = Color3.new(255,255,255)
- tit.TextStrokeTransparency = 0
- exit = Instance.new("TextButton",main)
- exit.AutoButtonColor = false
- exit.BackgroundColor3 = Color3.new(215/255,0/255,0/255)
- exit.BorderColor3 = Color3.new(185/255,0/255,0/255)
- exit.Position = UDim2.new(0.9,0,0,0)
- exit.Size = UDim2.new(0.1,0,0.1,0)
- exit.Font = "SciFi"
- exit.TextSize = 24
- exit.Text = "X"
- exit.TextColor3 = Color3.new(255/255,255/255,255/255)
- exit.TextStrokeTransparency = 0
- stit = Instance.new("TextLabel",main)
- stit.Name = "ScriptTitle"
- stit.Size = UDim2.new(1,-10,.18,0)
- stit.Position = UDim2.new(0,5,.1,5)
- stit.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- stit.BackgroundTransparency = .7
- stit.Font = "SciFi"
- stit.Text = "Some Script Name"
- stit.TextColor3 = Color3.new(255,255,255)
- stit.TextScaled = true
- stit.TextWrapped = true
- stit.TextStrokeTransparency = 0
- desc = Instance.new("TextLabel",main)
- desc.Name = "ScriptDesc"
- desc.Size = UDim2.new(1,-10,.53,0)
- desc.Position = UDim2.new(0,5,.3,5)
- desc.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- desc.BackgroundTransparency = .7
- desc.Font = "SciFi"
- desc.FontSize = "Size14"
- desc.Text = "Some Script Desc."
- desc.TextColor3 = Color3.new(255,255,255)
- desc.TextStrokeTransparency = 0
- desc.TextYAlignment = "Top"
- desc.TextWrapped = true
- wrn = Instance.new("TextLabel",main)
- wrn.Name = "ScriptWarn"
- wrn.Size = UDim2.new(1,-10,.07,0)
- wrn.Position = UDim2.new(0,5,.78,0)
- wrn.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- wrn.BackgroundTransparency = 1
- wrn.Font = "SciFi"
- wrn.FontSize = "Size14"
- wrn.Text = "*Notice* \n This script might not work on the game your in."
- wrn.TextColor3 = Color3.new(255,0,0)
- wrn.TextStrokeTransparency = 0
- wrn.Visible = false
- exe = Instance.new("TextButton",main)
- exe.Name = "Execute"
- exe.Size = UDim2.new(.33,-5,.1,0)
- exe.Position = UDim2.new(.65,10,.88,0)
- exe.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- exe.BackgroundTransparency = .7
- exe.Font = "SciFi"
- exe.FontSize = "Size24"
- exe.Text = "Execute"
- exe.TextColor3 = Color3.new(255,255,255)
- exe.TextStrokeTransparency = 0
- box = Instance.new("TextBox",main)
- box.Name = "box"
- box.Size = UDim2.new(0.33,-5,0.1,0)
- box.Position = UDim2.new(0,0,0.88,0)
- box.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- box.BackgroundTransparency = 0.7
- box.BorderColor3 = Color3.new(27/255,42/255,53/255)
- box.Font = "SciFi"
- box.Text = "Hacking101"
- box.TextScaled = true
- box.TextWrapped = true
- box.TextColor3 = Color3.new(255/255,255/255,255/255)
- box.TextStrokeTransparency = 0
- box2 = Instance.new("TextBox",main)
- box2.Name = "box"
- box2.Size = UDim2.new(0.33,-5,0.1,0)
- box2.Position = UDim2.new(0.33,5,0.88,0)
- box2.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
- box2.BackgroundTransparency = 0.7
- box2.BorderColor3 = Color3.new(27/255,42/255,53/255)
- box2.Font = "SciFi"
- box2.Text = "Joseph2235"
- box2.TextScaled = true
- box2.TextWrapped = true
- box2.TextColor3 = Color3.new(255/255,255/255,255/255)
- box2.TextStrokeTransparency = 0
- one = Instance.new("ScrollingFrame",list)
- one.Name = "one"
- one.Size = UDim2.new(1,0,.9,0)
- one.Position = UDim2.new(0,0,0.1,0)
- one.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- one.BorderSizePixel = 0
- one.ScrollBarThickness = 0
- two = Instance.new("ScrollingFrame",list)
- two.Name = "two"
- two.Visible = false
- two.Size = UDim2.new(1,0,.9,0)
- two.Position = UDim2.new(0,0,0.1,0)
- two.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- two.BorderSizePixel = 0
- two.ScrollBarThickness = 0
- three = Instance.new("ScrollingFrame",list)
- three.Name = "three"
- three.Visible = false
- three.Size = UDim2.new(1,0,.9,0)
- three.Position = UDim2.new(0,0,0.1,0)
- three.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- three.BorderSizePixel = 0
- three.ScrollBarThickness = 0
- four = Instance.new("ScrollingFrame",list)
- four.Name = "four"
- four.Visible = false
- four.Size = UDim2.new(1,0,.9,0)
- four.Position = UDim2.new(0,0,0.1,0)
- four.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
- four.BorderSizePixel = 0
- four.ScrollBarThickness = 0
- exit.MouseButton1Down:connect(function()
- if closed == false then
- main:TweenPosition(UDim2.new(-1,125,0.5,-125),"Out","Quad",4,true)
- changelist.Text = "Open"
- closed = true
- end
- end)
- tab = 1
- listtab = {
- "one",
- "two",
- "three",
- "four"
- }
- tabname = {
- "Scripts",
- "FE Scripts",
- "Players",
- "Server"
- }
- changelist.MouseButton1Down:connect(function()
- if closed == true then
- changelist.Text = tabname[tab]
- main:TweenPosition(UDim2.new(0,125,0.5,-125),"Out","Quad",2,true)
- closed = false
- elseif closed == false then
- list[listtab[tab]].Visible = false
- if tab == 4 then
- tab=1
- changelist.Text = tabname[1]
- list[listtab[1]].Visible = true
- else list[listtab[tab+1]].Visible = true
- changelist.Text = tabname[tab+1]
- tab=tab+1
- end
- end
- end)
- values = {
- 5,
- 5,
- 5,
- 5
- }
- function button(name,ls,val)
- local b = Instance.new("TextButton",ls)
- b.Name = name
- b.BackgroundColor3 = Color3.new(180/255,0/255,0/255)
- b.BorderColor3 = Color3.new(160/255,0/255,0/255)
- b.Position = UDim2.new(0,0,0,values[val])
- b.Size = UDim2.new(1,0,0,25)
- b.Font = "SciFi"
- b.Text = name
- b.TextScaled = true
- b.TextWrapped = true
- b.TextColor3 = Color3.new(255/255,255/255,255/255)
- b.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
- b.TextStrokeTransparency = 0
- values[val] = values[val]+30
- return b
- end
- local load = ""
- function setdesc(Title,Desc,PlaceID,boxes,box1,box2)
- stit.Text = Title
- desc.Text = Desc
- if PlaceID == 0 then
- wrn.Visible = false
- elseif PlaceID > 0 then
- if game.PlaceId ~= PlaceID then
- wrn.Visible = true else
- wrn.Visible = false
- end
- end
- if boxes == 0 then textbox0() elseif boxes == 1 then textbox1(box1) elseif boxes == 2 then textbox2(box1,box2) end
- end
- function textbox2(one,two)
- box.Visible = true
- box2.Visible = true
- exe.Visible = true
- box.Text = one
- box2.Text = two
- box:TweenSizeAndPosition(UDim2.new(0.33, -5,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
- box2:TweenSizeAndPosition(UDim2.new(0.33,-5,0.1,0),UDim2.new(0.33,5,0.88,0),"Out","Quad",0.5,true)
- exe:TweenSizeAndPosition(UDim2.new(0.33, -5,0.1, 0),UDim2.new(0.65,10,0.88,0),"Out","Quad",0.5,true)
- end
- function textbox1(one)
- box.Visible = true
- box2.Visible = false
- exe.Visible = true
- box.Text = one
- box:TweenSizeAndPosition(UDim2.new(0.5, -5,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
- exe:TweenSizeAndPosition(UDim2.new(0.5, -5,0.1, 0),UDim2.new(0.5,0,0.88,0),"Out","Quad",0.5,true)
- end
- function textbox0()
- box.Visible = false
- box2.Visible = false
- exe.Visible = true
- exe:TweenSizeAndPosition(UDim2.new(1, 0,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
- end
- exe.MouseButton1Down:connect(function()
- loadstring(load)()
- end)
- ffplayer = button("Coming Soon!",three,3)
- musicgui = button("Music Gui",one,1)
- apocesp = button("Apoc ESP",one,1)
- redwoodguns = button("Redwood Guns",one,1)
- BSODScript = button("BSOD",one,1)
- HilaryScript = button("Hilary Meme",one,1)
- TrumpScript = button("Trump Meme",one,1)
- DuckScript = button("Duck",one,1)
- DatBoi = button("DatBoi",one,1)
- Treasure = button("Treasure Island",one,1)
- PLG = button("Prison Life Guns",one,1)
- Skybox = button("Skybox GUI",one,1)
- FEGod = button("FE God",two,2)
- Shutdown = button("Shutdown",four,4)
- AdminGui = button("Admin GUI",one,1)
- RF = button("Rainbow Fire",one,1)
- sunsetcity = button("Sunset City Money",one,1)
- ffplayer.MouseButton1Down:connect(function()
- setdesc("Coming Soon!","Raindrop has a problem with the script method. Please wait till the problem is resolved. Thanks!",0,1,"Type here")
- load = [[print("This will be fixed in Raindrop 2.0.0")]]
- end)
- musicgui.MouseButton1Down:connect(function()
- setdesc("Music Gui by DragonRamer","Music gui that lets you insert music with properties such as: Pitch, Volume etc.",0,0)
- load = [[local ScreenGui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- ScreenGui.Name = "MusicGui"
- ScreenGui.ResetOnSpawn = true
- local bamount = 0
- Sound = Instance.new("Sound")
- Sound.Parent = workspace
- Sound.Name = "Baby"
- Sound.Looped = true
- local Frame = Instance.new("Frame", ScreenGui)
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(31/255, 31/255, 31/255)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 10, 0.5, -100)
- Frame.Size = UDim2.new(0, 300,0, 200)
- Frame.Draggable = true
- local Title = Instance.new("TextLabel", Frame)
- Title.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
- Title.BackgroundTransparency = 0.1
- Title.BorderSizePixel = 0
- Title.Name = "Title"
- Title.Size = UDim2.new(1, 0, 0, 20)
- Title.Text = "Music-GUI"
- local SoundID = Instance.new("TextBox", Frame)
- SoundID.Name = 'SoundID'
- SoundID.BackgroundColor3 = Color3.new(31/255, 31/255, 31/255)
- SoundID.BackgroundTransparency = 0.5
- SoundID.BorderColor3 = Color3.new(31/255, 31/255, 31/255)
- SoundID.BorderSizePixel = 0
- SoundID.Position = UDim2.new(0, 0, 0, 50)
- SoundID.Size = UDim2.new(0, 300,0, 50)
- SoundID.Text = "Sound-ID"
- SoundID.TextSize = 14
- SoundID.TextColor = BrickColor.new(255/255, 255/255, 255/255)
- SoundID.TextWrapped = true
- SoundID.TextScaled = true
- local StartSound = Instance.new("TextButton", Frame)
- StartSound.Name = 'Start'
- StartSound.BackgroundColor3 = Color3.new(0/255, 255/255, 0/255)
- StartSound.BackgroundTransparency = 0.5
- StartSound.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
- StartSound.BorderSizePixel = 1
- StartSound.Position = UDim2.new(0, 0, 0, 150)
- StartSound.Size = UDim2.new(0, 150,0, 50)
- StartSound.TextSize = 24
- StartSound.TextColor = BrickColor.new(255/255, 255/255, 255/255)
- StartSound.Text = 'Start'
- local StopSound = Instance.new("TextButton", Frame)
- StopSound.Name = 'Stop'
- StopSound.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
- StopSound.BackgroundTransparency = 0.5
- StopSound.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
- StopSound.BorderSizePixel = 1
- StopSound.Position = UDim2.new(0, 150, 0, 150)
- StopSound.Size = UDim2.new(0, 150,0, 50)
- StopSound.TextSize = 24
- StopSound.TextColor = BrickColor.new(255/255, 255/255, 255/255)
- StopSound.Text = 'Stop'
- local Volume = Instance.new("TextBox", Frame)
- Volume.Name = 'Volume'
- Volume.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
- Volume.BackgroundTransparency = 0.5
- Volume.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
- Volume.BorderSizePixel = 1
- Volume.Position = UDim2.new(0, 150, 0, 125)
- Volume.Size = UDim2.new(0, 150,0, 25)
- Volume.Text = "Volume Amount"
- Volume.TextSize = 20
- Volume.TextColor = BrickColor.new(255/255, 255/255, 255/255)
- Volume.TextWrapped = true
- Volume.TextScaled = true
- local Pitch = Instance.new("TextBox", Frame)
- Pitch.Name = 'Pitch'
- Pitch.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
- Pitch.BackgroundTransparency = 0.5
- Pitch.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
- Pitch.BorderSizePixel = 1
- Pitch.Position = UDim2.new(0, 0, 0, 125)
- Pitch.Size = UDim2.new(0, 150,0, 25)
- Pitch.Text = "Pitch Amount"
- Pitch.TextSize = 20
- Pitch.TextColor = BrickColor.new(255/255, 255/255, 255/255)
- Pitch.TextWrapped = true
- Pitch.TextScaled = true
- --Start Of Scripting & End Of Buttons
- StartSound.MouseButton1Down:connect(function()
- Sound.SoundId = 'rbxassetid://'..SoundID.Text
- Sound:Play()
- Sound.TimePosition = 0
- end)
- StopSound.MouseButton1Down:connect(function()
- Sound:Stop()
- Sound.TimePosition = 0
- end)
- Volume.InputEnded:connect(function()
- Sound.Volume = Volume.Text
- end)
- Pitch.InputEnded:connect(function()
- Sound.Pitch = Pitch.Text
- end)
- Sound.Volume = 1
- Sound.Pitch = 1
- --End of Scripting & End of Script
- ]]
- end)
- apocesp.MouseButton1Down:connect(function()
- setdesc("Apoc ESP by Brack4712","Lets you see your enemies from far distances.",0,0)
- load = [[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()
- setdesc("Redwood Gun Giver by Bunnylord","Gives you three items: \n Taser \n Beretta M9 \n UMP-45",402122991,0)
- load = [[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)
- BSODScript.MouseButton1Down:connect(function()
- setdesc("BSOD Script by joseph2235","Destroys the server with particles + music",0,0)
- load = [[local w = workspace:GetChildren()
- local a = Instance.new("Sky",game.Lighting)
- local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
- for _,v in pairs(b) do
- a["Skybox"..v]="rbxassetid://111954944"
- end
- for q,p in pairs(game.Players:GetPlayers()) do
- local c = Instance.new("ParticleEmitter",p.Character.Torso)
- c.Texture = "rbxassetid://79187163"
- c.VelocitySpread = 50 end
- local d = Instance.new("Sound",workspace)
- d.SoundId = "rbxassetid://507839176"
- d.Looped = true
- d:Play()
- for i= 1,#w do
- if w[i]:isA("BasePart") then
- pe = Instance.new("ParticleEmitter", w[i])
- pe.Texture = "rbxassetid://79187163"
- pe.VelocitySpread = 5
- end end
- for n,m in pairs(game.Players:GetPlayers()) do
- local dd = Instance.new("ParticleEmitter",m.Character.Torso)
- dd.Texture = "rbxassetid://357822657"
- dd.VelocitySpread = 50 end]]
- end)
- HilaryScript.MouseButton1Down:connect(function()
- setdesc("Hilary Meme Script by joseph2235","Makes your head a Hilary image",0,0)
- load = [[gui1=Instance.new("BillboardGui")
- gui1.Parent = game.Players.LocalPlayer.Character.Head
- gui1.Adornee = game.Players.LocalPlayer.Character.Head
- gui1.Size=UDim2.new(2.5,0,2.5,0)
- gui1.StudsOffset=Vector3.new(0,0.2,0)
- gui1.AlwaysOnTop = true
- text1=Instance.new("ImageLabel")
- text1.Image = "rbxassetid://499105465" --
- text1.Size=UDim2.new(1,0,1,0)
- text1.Position=UDim2.new(0,0,0,0)
- text1.BackgroundTransparency = 1
- text1.Parent=gui1
- game.Players.LocalPlayer.Character.Head.Transparency = 1]]
- end)
- TrumpScript.MouseButton1Down:connect(function()
- setdesc("Trump Meme Script by joseph2235","Makes your head a Trump image",0,0)
- load = [[gui1=Instance.new("BillboardGui")
- gui1.Parent = game.Players.LocalPlayer.Character.Head
- gui1.Adornee = game.Players.LocalPlayer.Character.Head
- gui1.Size=UDim2.new(2.5,0,2.5,0)
- gui1.StudsOffset=Vector3.new(0,0.2,0)
- gui1.AlwaysOnTop = true
- text1=Instance.new("ImageLabel")
- text1.Image = "rbxassetid://343377229"
- text1.Size=UDim2.new(1,0,1,0)
- text1.Position=UDim2.new(0,0,0,0)
- text1.BackgroundTransparency = 1
- text1.Parent=gui1
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v.ClassName == 'Hat' then v:remove() end end]]
- end)
- DuckScript.MouseButton1Down:connect(function()
- setdesc("Duck Script by 3dsboy08","Makes your character a giant duck",0,0)
- load = [[local pchar = game.Players.LocalPlayer.Character
- local duck = Instance.new("SpecialMesh", pchar.Torso)
- duck.MeshType = "FileMesh"
- duck.MeshId = "rbxassetid://9419831"
- duck.TextureId = "rbxassetid://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)
- DatBoi.MouseButton1Down:connect(function()
- setdesc("DatBoi script by joseph2235","Makes you datboi",0,0)
- load = [[local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- local datboi = Instance.new('SpecialMesh', char.Torso)
- datboi.MeshType = 'FileMesh'
- datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
- datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
- datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1]]
- end)
- Treasure.MouseButton1Down:connect(function()
- setdesc("Treasure Island Money Script by Unit-01","Teleports all metals to you",506399422,0)
- load = [[for i,v in pairs(workspace.Metals:GetChildren()) do
- v.Position = game.Players.LocalPlayer.Character.Head.Position
- end]]
- end)
- PLG.MouseButton1Down:connect(function()
- setdesc("Prison Life Script by haxxor222","Spawns Remington 870, M9 and AK47 above your character",155615604,0)
- load = [[local weapons = {"Remington 870", "M9", "AK-47", "M4A1"}
- for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
- for j, k in pairs(weapons) do
- if v.Name == k then
- v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
- end
- end
- end]]
- end)
- Skybox.MouseButton1Down:connect(function()
- setdesc("Skybox GUI Setter by joseph2235","Sets the skybox to whatever you put in the GUI",0,0)
- load = [[--joseph2235
- gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- gui.Name = "SkyboxSetter"
- gui.ResetOnSpawn = false
- box = Instance.new("Frame",gui)
- box.Name = "Box"
- box.Size = UDim2.new(0,300,0,200)
- box.Position = UDim2.new(0,650,0,300)
- box.BackgroundColor3 = Color3.new(255,255,255)
- box.BackgroundTransparency = .65
- box.BorderSizePixel = 0
- box.Active = true
- box.Draggable = true
- clse = Instance.new("TextButton",box)
- clse.Name = "CloseButton"
- clse.Size = UDim2.new(0,25,0,25)
- clse.Position = UDim2.new(0,275,0,0)
- clse.BackgroundColor3 = Color3.new(255,0,0)
- clse.BackgroundTransparency = .7
- clse.BorderSizePixel = 0
- clse.Font = "SourceSansLight"
- clse.FontSize = "Size18"
- clse.Text = "X"
- clse.TextColor3 = Color3.new(0,0,0)
- top = Instance.new("TextLabel",box)
- top.Name = "TopBar"
- top.Size = UDim2.new(0,275,0,25)
- top.BackgroundColor3 = Color3.new(255,255,255)
- top.BackgroundTransparency = .45
- top.BorderSizePixel = 0
- top.Font = "SourceSans"
- top.FontSize = "Size14"
- top.Text = "Skybox Setter"
- top.TextColor3 = Color3.new(0,0,0)
- tbox = Instance.new("TextBox",box)
- tbox.Name = "IdBox"
- tbox.Size = UDim2.new(0,300,0,100)
- tbox.Position = UDim2.new(0,0,0,25)
- tbox.BackgroundColor3 = Color3.new(255,255,255)
- tbox.BackgroundTransparency = .65
- tbox.BorderSizePixel = 0
- tbox.ClearTextOnFocus = false
- tbox.Font = "SourceSansLight"
- tbox.FontSize = "Size42"
- tbox.Text = "Asset-Id"
- tbox.TextColor3 = Color3.new(0,0,0)
- sbtn = Instance.new("TextButton",box)
- sbtn.Name = "SetButton"
- sbtn.Size = UDim2.new(0,300,0,75)
- sbtn.Position = UDim2.new(0,0,0,125)
- sbtn.BackgroundColor3 = Color3.new(255,255,255)
- sbtn.BackgroundTransparency = .65
- sbtn.BorderSizePixel = 0
- sbtn.Font = "SourceSansLight"
- sbtn.FontSize = "Size36"
- sbtn.Text = "Set"
- sbtn.TextColor3 = Color3.new(0,0,0)
- clse.MouseButton1Down:connect(function()
- gui:Remove()
- end)
- sbtn.MouseButton1Down:connect(function()
- for o,p in pairs(game.Lighting:GetChildren()) do
- if p.ClassName == "Sky" then
- p:Remove()
- end
- end
- local a=Instance.new("Sky",game.Lighting)
- local b={"Bk","Dn","Ft","Lf","Rt","Up"}
- for i,v in pairs(b) do
- a["Skybox"..v]="rbxassetid://"..tbox.Text
- end
- end)
- wait(.1)
- msg = Instance.new("Message",workspace) msg.Text = "Loaded! Made by joseph2235" wait(2) msg:Remove()
- ]]
- end)
- FEGod.MouseButton1Down:connect(function()
- setdesc("FE God Script by unverified","Uses a simple FE trick to give ou god \n (Removes humanoid and re-inserts it)",0,0)
- load = [[game.Players.LocalPlayer.Character.Humanoid:Destroy()
- Instance.new("Humanoid",game.Players.LocalPlayer.Character)]]
- end)
- Shutdown.MouseButton1Down:connect(function()
- setdesc("Shutdown Script by unverified","Shuts down the server",0,0)
- load = [[game.Workspace.Gravity = 0/0]]
- end)
- AdminGui.MouseButton1Down:connect(function()
- setdesc("Simple Admin GUI by joseph2235","GUI for inserting admin commands",0,0)
- load = [[wait(2)
- gui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- gui.Name = "SimpleAdminGui"
- gui.ResetOnSpawn = false
- box = Instance.new("Frame",gui)
- box.Name = "Box"
- box.Size = UDim2.new(0,401,0,275)
- box.Position = UDim2.new(0,602,0,-350)
- box.BackgroundColor3 = Color3.new(26/255,164/255,255)
- box.BackgroundTransparency = .3
- box.BorderColor3 = Color3.new(48/255,113/255,255)
- box.BorderSizePixel = 2
- box.Active = true
- box.Draggable = true
- obox = Instance.new("Frame",gui)
- obox.Name = "OpenFrame"
- obox.Size = UDim2.new(0,300,0,45)
- obox.Position = UDim2.new(0,650,0,0)
- obox.BackgroundTransparency = .999
- opn = Instance.new("TextButton",obox)
- opn.Name = "OpenButton"
- opn.Size = UDim2.new(0,300,0,45)
- opn.BackgroundColor3 = Color3.new(26/255,164/255,255)
- opn.BackgroundTransparency = .3
- opn.BorderColor3 = Color3.new(48/255,113/255,255)
- opn.BorderSizePixel = 2
- opn.Font = "SourceSans"
- opn.FontSize = "Size24"
- opn.Text = "Open"
- opn.TextColor3 = Color3.new(255,255,255)
- opn.TextStrokeTransparency = 0
- Open = true
- opn.MouseButton1Down:connect(function()
- if Open == false then
- box:TweenPosition(UDim2.new(0,602,0,-350),'In','Quad',1)
- opn.Text = "Open"
- Open = true
- elseif Open == true then
- box:TweenPosition(UDim2.new(0,602,0,230),'In','Quad',1)
- opn.Text = "Close"
- Open = false
- end
- end)
- top = Instance.new("TextLabel",box)
- top.Name = "TopBar"
- top.Size = UDim2.new(0,401,0,25)
- top.BackgroundColor3 = Color3.new(46/255,140/255,255)
- top.BorderSizePixel = 0
- top.Font = "SourceSans"
- top.FontSize = "Size14"
- top.Text = "Simple Admin Gui"
- top.TextColor3 = Color3.new(255,255,255)
- top.TextStrokeTransparency = 0
- name = Instance.new("TextBox",box)
- name.Name = "NameBox"
- name.Size = UDim2.new(0,275,0,125)
- name.Position = UDim2.new(0,0,0,25)
- name.BackgroundColor3 = Color3.new(26/255,164/255,255)
- name.BackgroundTransparency = .4
- name.BorderColor3 = Color3.new(48/255,113/255,255)
- name.Font = "SourceSansLight"
- name.FontSize = "Size48"
- name.Text = "UserName"
- name.TextColor3 = Color3.new(255,255,255)
- name.TextStrokeTransparency = 0
- name.TextWrapped = true
- name.ClearTextOnFocus = false
- val = Instance.new("TextBox",box)
- val.Name = "ValueBox"
- val.Size = UDim2.new(0,275,0,125)
- val.Position = UDim2.new(0,0,0,150)
- val.BackgroundColor3 = Color3.new(26/255,164/255,255)
- val.BackgroundTransparency = .4
- val.BorderColor3 = Color3.new(48/255,113/255,255)
- val.Font = "SourceSansLight"
- val.FontSize = "Size48"
- val.Text = "Value"
- val.TextColor3 = Color3.new(255,255,255)
- val.TextStrokeTransparency = 0
- val.TextWrapped = true
- val.ClearTextOnFocus = false
- list = Instance.new("ScrollingFrame",box)
- list.Name = "List"
- list.Size = UDim2.new(0,125,0,250)
- list.Position = UDim2.new(0,276,0,25)
- list.BackgroundColor3 = Color3.new(26/255,164/255,255)
- list.BorderColor3 = Color3.new(48/255,113/255,255)
- list.BackgroundTransparency = .3
- list.ScrollBarThickness = 0
- pos = 0
- function newbtn(txt)
- local a = Instance.new("TextButton",list)
- a.Name = txt
- a.Size = UDim2.new(0,125,0,25)
- a.Position = UDim2.new(0,0,0,pos)
- a.BackgroundColor3 = Color3.new(26/255,164/255,255)
- a.BackgroundTransparency = .5
- a.BorderColor3 = Color3.new(48/255,113/255,255)
- a.Font = "SourceSans"
- a.FontSize = "Size24"
- a.Text = txt
- a.TextColor3 = Color3.new(255,255,255)
- a.TextStrokeTransparency = 0
- a.TextWrapped = true
- pos = pos+26
- return a
- end
- pl = game.Players
- kill = newbtn("Kill") explode = newbtn("Explode") god = newbtn("God") ff = newbtn("ForceField") ws = newbtn("WalkSpeed") jp = newbtn("JumpPower") frz = newbtn("Freeze")
- thaw = newbtn("Thaw") naked = newbtn("Naked") block = newbtn("Blockhead") face = newbtn("Faceless") sparkles = newbtn("Sparkles") fire = newbtn("Fire")
- smoke = newbtn("Smoke") set = newbtn("Set Health") btools = newbtn("Btools") hide = newbtn("Hide Name") show = newbtn("Show Name")invis = newbtn("Invis")
- vis = newbtn("Vis") charapp = newbtn("CharApp")
- charapp.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.CharacterAppearanceId = val.Text
- p.Character:BreakJoints()
- end
- end)
- vis.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- local a = p.Character
- a.Head.Transparency = 0
- a.Torso.Transparency = 0
- a["Right Leg"].Transparency = 0
- a["Left Leg"].Transparency = 0
- a["Right Arm"].Transparency = 0
- a["Left Arm"].Transparency = 0
- end
- end)
- invis.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- local a = p.Character
- a.Head.Transparency = 1
- a.Torso.Transparency = 1
- a["Right Leg"].Transparency = 1
- a["Left Leg"].Transparency = 1
- a["Right Arm"].Transparency = 1
- a["Left Arm"].Transparency = 1
- end
- end)
- show.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Head.Transparency = 0
- end
- end)
- hide.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Head.Transparency = 1
- end
- end)
- btools.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- wait(.1)
- local a = Instance.new("HopperBin")
- a.BinType = 1
- a.Parent = p.Backpack
- wait(.1)
- local b = Instance.new("HopperBin")
- b.BinType = 4
- b.Parent = p.Backpack
- wait(.1)
- local c = Instance.new("HopperBin")
- c.BinType = 3
- c.Parent = p.Backpack
- end
- end)
- set.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Humanoid.MaxHealth = val.Text
- end
- end)
- smoke.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- Instance.new("Smoke",p.Character.Torso)
- end
- end)
- fire.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- Instance.new("Fire",p.Character.Torso)
- end
- end)
- sparkles.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- Instance.new("Sparkles",p.Character.Torso)
- end
- end)
- face.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Head.face:remove()
- end
- end)
- block.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Head.Mesh:remove()
- end
- end)
- naked.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Shirt:remove()
- p.Character.Pants:remove()
- p.Character.Torso.roblox:remove()
- end
- end)
- explode.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- local a = Instance.new("Explosion",p.Character.Torso)
- a.Position = p.Character.Torso.Position
- end
- end)
- thaw.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Torso.Anchored = false
- end
- end)
- frz.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Torso.Anchored = true
- end
- end)
- jp.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Humanoid.JumpPower = val.Text
- end
- end)
- ws.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Humanoid.WalkSpeed = val.Text
- end
- end)
- ff.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- Instance.new("ForceField",p.Character)
- end
- end)
- god.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character.Humanoid.MaxHealth = 2000000000
- end
- end)
- kill.MouseButton1Down:connect(function()
- local p = pl:FindFirstChild(name.Text)
- if p ~= nil then
- p.Character:BreakJoints()
- end
- end)]]
- end)
- RF.MouseButton1Down:connect(function()
- setdesc("Rainbow Fire by unverified","Gives rainbow fire to the localplayer's torso",0,0)
- load = [[fire = Instance.new("Fire", game.Players.LocalPlayer.Character.Torso)
- fire.Heat = 25
- fire.Size = 30
- while true do wait(1)
- fire.Color = Color3.new(math.random(),math.random(),math.random())
- end]]
- end)
- sunsetcity.MouseButton1Down:connect(function()
- setdesc("Sunset City Money by OVOXO","Completes a sunset city job 10x (money maker)",28397429,0)
- load = [[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)
- sunsetcity.MouseButton1Down:connect(function()
- setdesc("Bucket Hub by [TreZ] Bucket","GUI hub with scripts",0,0)
- load = [[Bucket_Hub = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- Main = Instance.new("Frame",Bucket_Hub)
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.07059, 0.0705882, 0.0705882)
- Main.BorderSizePixel = 2
- Main.Draggable = true
- Main.Position = UDim2.new(0, 30, 0.100000001, 30)
- Main.Size = UDim2.new(0.20000096, 100, 0.65, 100)
- Main.Style = "RobloxRound"
- TextLabel = Instance.new("TextLabel",Main)
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Draggable = true
- TextLabel.Position = UDim2.new(0.2, 0, 0, 10)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = "SciFi"
- TextLabel.Text = "Bucket's Hub"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 60
- Buttons = Instance.new("ScrollingFrame",Main)
- Buttons.BackgroundColor3 = Color3.new(0, 0, 0)
- Buttons.BackgroundTransparency = 1
- Buttons.Position = UDim2.new(-0, 0, 0.289000005, 0)
- Buttons.Size = UDim2.new(1, 0, 0.479999989, 100)
- Buttons.ScrollBarThickness = 0
- pos1 = 0
- function c2(txt)
- TextButton = Instance.new("TextButton",Buttons)
- TextButton.Name = (txt)
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.5
- TextButton.Position = UDim2.new(0.0299999993, 0,pos1, 0)
- TextButton.Size = UDim2.new(0.300000012, 200, 0, 50)
- TextButton.Font = "SciFi"
- TextButton.Text = (txt)
- TextButton.TextSize = 42
- pos1 = pos1+0.064999998
- return TextButton
- end
- prnt = c2("Auto Duels")
- prnt.MouseButton1Click:connect(function()
- local sword=game.Players.LocalPlayer.Backpack.LinkedSword
- a=Instance.new("SelectionBox",sword.Handle)
- a.Adornee=sword.Handle
- sword.Handle.Size=Vector3.new(0.2,0.2,121)
- sword.Equipped:connect(function()
- while wait() do
- game.Workspace[game.Players.LocalPlayer.Name].LinkedSword.GripPos=Vector3.new(0,0,-60)
- end
- end)
- end)
- prnt = c2("LasVegas GUI")
- prnt.MouseButton1Click:connect(function()
- local ScreenGui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- ScreenGui.Name = "LasVegasGui"
- local Frame = Instance.new("Frame", ScreenGui)
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(31/255, 31/255, 31/255)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 10, 0.5, -100)
- Frame.Size = UDim2.new(0, 295, 0, 200)
- Frame.Draggable = true
- local Title = Instance.new("TextLabel", Frame)
- Title.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
- Title.BackgroundTransparency = 0.1
- Title.BorderSizePixel = 0
- Title.Name = "Title"
- Title.Size = UDim2.new(1, 0, 0, 20)
- Title.Text = "Las Vegas Gui"
- local Buttons = Instance.new("ScrollingFrame", Frame)
- Buttons.BackgroundColor3 = Color3.new(0, 0, 0)
- Buttons.BackgroundTransparency = 0.9
- Buttons.BorderSizePixel = 0
- Buttons.Name = "Buttons"
- Buttons.Position = UDim2.new(0, 8,1, -175)
- Buttons.Size = UDim2.new(0, 280,0, 170)
- Buttons.BottomImage = ""
- Buttons.ScrollBarThickness = 0
- Buttons.TopImage = ""
- local Teleporters = Instance.new("Frame", Frame)
- Teleporters.BackgroundColor3 = Color3.new(31/255, 31/255, 31/255)
- Teleporters.BackgroundTransparency = 0.5
- Teleporters.BorderSizePixel = 0
- Teleporters.Name = "Teleporters"
- Teleporters.Position = UDim2.new(0.5, -148, 1, 5)
- Teleporters.Size = UDim2.new(0, 295, 0, 100)
- local TeleportersList = Instance.new("ScrollingFrame", Teleporters)
- TeleportersList.BackgroundColor3 = Color3.new(0, 0, 0)
- TeleportersList.BackgroundTransparency = 0.9
- TeleportersList.BorderSizePixel = 0
- TeleportersList.Name = "List"
- TeleportersList.Position = UDim2.new(0, 5, 0, 5)
- TeleportersList.Size = UDim2.new(0, 285, 0, 90)
- TeleportersList.BottomImage = ""
- TeleportersList.CanvasSize = UDim2.new(0, 0, 6.1, 0)
- TeleportersList.ScrollBarThickness = 0
- TeleportersList.TopImage = ""
- SelectedPlayers = {}
- Cars = {"Sedan", "Van", "SUV", "Pickup", "Sports Car", "Lawn Mower", "Quad", "Golf Caddy", "Ice-Cream Van", "Lowrider", "Muscle Car", "Limo", "RV - Class A", "RV - Class B", "Luxury Coupe", "Luxury Sedan", "Routemaster Bus", "MG", "Box Truck", "Flatbed", "Flatbed Transport"}
- -- Functions
- local amount = 0
- local bamount = 0
- local bamount2 = 0
- CreateButton = function(name, text, parent)
- local Button = Instance.new("TextButton", parent)
- Button.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
- Button.BackgroundTransparency = 0.1
- Button.BorderSizePixel = 0
- Button.Name = name
- Button.Position = UDim2.new(0, 0, 0, 20*bamount)
- Button.Size = UDim2.new(1, 0, 0, 20)
- Button.Visible = true
- Button.Text = text
- bamount = bamount + 1
- return Button
- end
- CreateTeleportButton = function(name, text, parent)
- local Button = Instance.new("TextButton", parent)
- Button.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
- Button.BackgroundTransparency = 0.1
- Button.BorderSizePixel = 0
- Button.Name = name
- Button.Position = UDim2.new(0, 0, 0, 20*bamount2)
- Button.Size = UDim2.new(1, 0, 0, 20)
- Button.Visible = true
- Button.Text = text
- bamount2 = bamount2 + 1
- return Button
- end
- -- Buttons
- local Amphs = CreateButton("Amphs", "Amphs", Buttons)
- local PurchaseTar = CreateButton("PurchaseTar", "Purchase TAR-21", Buttons)
- local PurchaseArmour = CreateButton("PurchaseArmor", "Purchase Armour", Buttons)
- local PurchaseCars = CreateButton("PurchaseCars", "Purchase All Cars", Buttons)
- local PurchaseMuscle = CreateButton("PurchaseMuscle", "Purchase Muscle Car", Buttons)
- local UnarrestSelected = CreateButton("Unarrest", "Unarrest LocalPlayer", Buttons)
- local TenMillionBank = CreateButton("10MillionBank", "300K+ Bank", Buttons)
- local TenMillionHand = CreateButton("10MillionHand", "300K+ Hand", Buttons)
- local DepositWithdraw = CreateButton("DepositWithdraw", "Deposit/Withdraw", Buttons)
- -- Teleport Buttons
- local BankofAmerica = CreateTeleportButton("Bank of America", "Bank of America", TeleportersList)
- local GNCBank = CreateTeleportButton("GNC Bank", "GNC Bank", TeleportersList)
- local Casino = CreateTeleportButton("Casino", "Casino", TeleportersList)
- local InsideCasino = CreateTeleportButton("Inside Casino", "Inside Casino", TeleportersList)
- local AirportTerminal = CreateTeleportButton("Airport Terminal", "Airport Terminal", TeleportersList)
- local CarDealer1 = CreateTeleportButton("Car Dealer 1", "Car Dealer 1", TeleportersList)
- local CarDealer2 = CreateTeleportButton("Car Dealer 2", "Car Dealer 2", TeleportersList)
- local AdAgency = CreateTeleportButton("Ad Agency", "Ad Agency", TeleportersList)
- local EstateAgency = CreateTeleportButton("Estate Agency", "Estate Agency", TeleportersList)
- local HeliStore = CreateTeleportButton("Heli Store", "Heli Store", TeleportersList)
- local Prison = CreateTeleportButton("Prison", "Prison", TeleportersList)
- local PoliceStation = CreateTeleportButton("Police Station", "Police Station", TeleportersList)
- -- End Of Buttons Start of Click's
- Amphs.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.MedicineGiver:FireServer("Amphetamines", true)
- end)
- PurchaseTar.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.ToolRequests:FireServer("TAR-21", "CellPhone")
- end)
- PurchaseArmour.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.ToolRequests:FireServer("Body Armour", "CellPhone")
- end)
- PurchaseCars.MouseButton1Down:connect(function()
- for _,v in pairs(Cars) do
- game.ReplicatedStorage.Events.CarShopGiver:FireServer(false, v)
- end
- end)
- PurchaseMuscle.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.CarShopGiver:FireServer(false, "Muscle Car")
- end)
- UnarrestSelected.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.JailTimeRequest:FireServer(game.Player.LocalPlayer.UserId, "Unarrest")
- end)
- TenMillionBank.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.MoneyRequest:FireServer(300000, "Money")
- end)
- TenMillionHand.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.MoneyRequest:FireServer(300000, "Cash")
- end)
- DepositWithdraw.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Events.GuiHandler:FireServer(true, "BankGui")
- end)
- -- Teleporter Clicks
- BankofAmerica.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(911.003174, 3.59000015, -2079.96191))
- end)
- GNCBank.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2497.26611, 3.58985662, -70.92202))
- end)
- Casino.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1363.41785, 3.58783937, -471.999451))
- end)
- InsideCasino.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1310.09351, 3.76108289, -521.933777))
- end)
- AirportTerminal.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(170.169, 1.088, 737.056))
- end)
- CarDealer1.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(86.1, 2.09, 350.7))
- end)
- CarDealer2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1362.7, 2.59, -1570.699))
- end)
- AdAgency.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(50.901, 2.288, -1027.747))
- end)
- EstateAgency.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(646.001, 2.39, -865.973))
- end)
- HeliStore.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(550.1, 3.287, 488.199))
- end)
- Prison.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-723.627, 2.59, -2175.249))
- end)
- PoliceStation.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(236.4, 6.59, 20))
- end)
- -- Teleporter Debug
- game:GetService("RunService").RenderStepped:connect(function()
- game.Players.LocalPlayer.PlayerGui:FindFirstChild("AntiSpeedHack").Disabled = true
- end)
- wait()
- spawn(function()
- wait(0.5)
- local i = Instance.new('GuiMain', game.Players.LocalPlayer.PlayerGui)
- local f = Instance.new('Frame', i)
- f.BackgroundTransparency = 0
- f.BackgroundColor3 = Color3.new(0,0,0)
- f.Size = UDim2.new(0,400,0,200)
- f.BorderSizePixel = 0
- f.Position = UDim2.new(.5,-200,-1,0)
- f.ZIndex = 2
- local t = Instance.new('TextLabel', f)
- t.Size = UDim2.new(1,0,0,100)
- t.BackgroundTransparency = 1
- t.TextColor3 = Color3.new(1,1,1)
- t.FontSize = 'Size60'
- t.Font = 'SourceSansLight'
- t.Text = 'Las Vegas GUI'
- t.ZIndex = 2
- local c = Instance.new('TextLabel', t)
- c.Position = UDim2.new(0,0,1,0)
- c.Size = UDim2.new(1,0,0,100)
- c.Text = 'Made by DragonRamer @ V3rmillion'
- c.BackgroundTransparency = 1
- c.TextColor3 = Color3.new(1,1,1)
- c.FontSize = 'Size24'
- c.Font = 'SourceSansLight'
- c.ZIndex = 2
- f:TweenPosition(UDim2.new(.5,-200,.5,-100), 'Out', 'Quad', 2)
- wait(4)
- f:TweenPosition(UDim2.new(.5,-200,1,200), 'In', 'Quad')
- end)
- end)
- prnt = c2("Trump Meme")
- prnt.MouseButton1Click:connect(function()
- gui1=Instance.new("BillboardGui")
- gui1.Parent = game.Players.LocalPlayer.Character.Head
- gui1.Adornee = game.Players.LocalPlayer.Character.Head
- gui1.Size=UDim2.new(2.5,0,2.5,0)
- gui1.StudsOffset=Vector3.new(0,0.2,0)
- gui1.AlwaysOnTop = true
- text1=Instance.new("ImageLabel")
- text1.Image = "rbxassetid://343377229"
- text1.Size=UDim2.new(1,0,1,0)
- text1.Position=UDim2.new(0,0,0,0)
- text1.BackgroundTransparency = 1
- text1.Parent=gui1
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v.ClassName == 'Hat' then v:remove() end end
- end)
- prnt = c2("Sunset City")
- prnt.MouseButton1Click:connect(function()
- local i = 0
- local b = 10 --put amount of times you want job completed here
- repeat
- game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
- wait(0.1)
- i = i + 1
- wait(0.1)
- print(i)
- until i == b
- end)
- prnt = c2("Apoc GUI")
- prnt.MouseButton1Click:connect(function()
- -- gjwi
- -- v1
- iPlayer = game.Players.LocalPlayer.Name
- local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
- Gui.Name = 'Apoc'
- local Grab_f = Instance.new('Frame', Gui)
- Grab_f.Name = 'Grab'
- Grab_f.Active = true
- Grab_f.BackgroundColor3 = Color3.new(255,255,127/255)
- Grab_f.BackgroundTransparency = 0.5
- Grab_f.BorderSizePixel = 0
- Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
- Grab_f.Size = UDim2.new(0,300,0,24)
- Grab_f.Draggable = true
- local Close = Instance.new('TextButton', Grab_f)
- Close.Name = 'Close'
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(1,-23,0,1)
- Close.Size = UDim2.new(0,22,0,22)
- Close.Font = 'SourceSans'
- Close.FontSize = 'Size18'
- Close.TextColor3 = Color3.new(255,255,255)
- Close.Text = 'X'
- local Body_f = Instance.new('Frame', Grab_f)
- Body_f.Name = 'Body'
- Body_f.BackgroundColor3 = Color3.new(60/255,60/255,60/255)
- Body_f.BackgroundTransparency = 0.5
- Body_f.BorderSizePixel = 0
- Body_f.Position = UDim2.new(0,0,0,25)
- Body_f.Size = UDim2.new(0,300,0,170)
- Close.TextStrokeTransparency = 0.8
- local Title = Instance.new('TextLabel', Grab_f)
- Title.Name = 'Title'
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(0,5,0,0)
- Title.Size = UDim2.new(0,200,1,0)
- Title.Font = 'SourceSansLight'
- Title.FontSize = 'Size18'
- Title.Text = "GETJIGGYWITHIT's APOC GUI (v1)"
- Title.TextColor3 = Color3.new(255,255,255)
- Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
- Title.TextStrokeTransparency = 0.6
- local PlayerName = Instance.new('TextBox', Body_f)
- PlayerName.Name = 'PlayerName'
- PlayerName.BorderSizePixel = 0
- PlayerName.Position = UDim2.new(0,10,0,10)
- PlayerName.Size = UDim2.new(0,280,0,30)
- PlayerName.Font = 'SourceSans'
- PlayerName.FontSize = 'Size18'
- PlayerName.Text = 'Player name [plr]'
- PlayerName.BackgroundColor3 = Color3.new(255,255,255)
- PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
- PlayerName.TextWrapped = true
- local Credits = Instance.new('TextLabel', Body_f)
- Credits.BackgroundTransparency = 1
- Credits.Text = 'Credits to - Phemzy and Raspberry Pi'
- Credits.Position = UDim2.new(0,0,1,0)
- Credits.Size = UDim2.new(1,0,0,20)
- local Command_God = Instance.new('TextButton', Body_f)
- Command_God.Name = 'God'
- Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
- Command_God.BackgroundTransparency = 0.1
- Command_God.BorderSizePixel = 0
- Command_God.Position = UDim2.new(0,10,0,50)
- Command_God.Size = UDim2.new(0,135,0,30)
- Command_God.Font = 'SourceSansItalic'
- Command_God.FontSize = 'Size18'
- Command_God.Text = 'GOD [plr]'
- Command_God.TextColor3 = Color3.new(80/255,80/255,80/255)
- Command_God.TextWrapped = true
- local Command_KillAll = Command_God:Clone()
- Command_KillAll.Name = 'KillAll'
- Command_KillAll.Parent = Body_f
- Command_KillAll.Position = UDim2.new(0,155,0,50)
- Command_KillAll.Text = 'KILL ALL'
- local Command_KillPlr = Command_God:Clone()
- Command_KillPlr.Name = 'KillPlr'
- Command_KillPlr.Parent = Body_f
- Command_KillPlr.Position = UDim2.new(0,10,0,90)
- Command_KillPlr.Text = 'KILL [plr]'
- local Command_TpMe = Command_God:Clone()
- Command_TpMe.Name = 'TpMe'
- Command_TpMe.Parent = Body_f
- Command_TpMe.Position = UDim2.new(0,10,0,130)
- Command_TpMe.Text = 'TP [plr] ME'
- local Command_TpTo = Command_God:Clone()
- Command_TpTo.Name = 'TpTo'
- Command_TpTo.Parent = Body_f
- Command_TpTo.Position = UDim2.new(0,155,0,130)
- Command_TpTo.Text = 'TP ME [plr]'
- local Command_TpAllMe = Command_God:Clone()
- Command_TpAllMe.Name = 'TpAllMe'
- Command_TpAllMe.Parent = Body_f
- Command_TpAllMe.Position = UDim2.new(0,155,0,90)
- Command_TpAllMe.Text = 'TP ALL ME'
- Command_God.MouseButton1Down:connect(function()
- Player = game.Workspace:FindFirstChild(PlayerName.Text)
- while wait() do
- game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 5000000)
- end
- end)
- Command_KillAll.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players.LocalPlayer.Name then
- print('nope')
- else
- getPlayer = game.Workspace:FindFirstChild(v.Name)
- wait(.01)
- game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -5345355)
- end
- end
- end)
- Command_KillPlr.MouseButton1Down:connect(function()
- gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
- game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -5000000)
- end)
- Command_TpMe.MouseButton1Down:connect(function()
- gitPlayer = PlayerName.Text
- game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
- end)
- Command_TpTo.MouseButton1Down:connect(function()
- gitPlayer = PlayerName.Text
- game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
- end)
- Command_TpAllMe.MouseButton1Down:connect(function()
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players.LocalPlayer.Name then
- print'nope'
- else
- wait(.01)
- game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
- end
- end
- end)
- Close.MouseButton1Down:connect(function()
- if Body_f.Visible == true then
- Body_f.Visible = false
- Close.Text = '+'
- elseif Body_f.Visible == false then
- Body_f.Visible = true
- Close.Text = 'X'
- end
- end)
- --
- while wait() do
- Credits.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
- end
- end
- end)
- prnt = c2("Harambe :(")
- prnt.MouseButton1Click:connect(function()
- local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy() end end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy() end end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy() end end
- local harambe = Instance.new('SpecialMesh', char.Torso)
- harambe.MeshType = 'FileMesh'
- harambe.MeshId = 'http://www.roblox.com/asset/?id=430330296'
- harambe.TextureId = 'http://www.roblox.com/asset/?id=430330316'
- harambe.Scale = Vector3.new(0.01, 0.01, 0.01)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1
- end)
- prnt = c2("Evil Duck")
- prnt.MouseButton1Click:connect(function()
- local pchar = game.Players.LocalPlayer.Character
- local duck = Instance.new("SpecialMesh", pchar.Torso)
- duck.MeshType = "FileMesh"
- duck.MeshId = "rbxassetid://14810664"
- duck.TextureId = "rbxassetid://14810649"
- 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)
- prnt = c2("Purge")
- prnt.MouseButton1Click:connect(function()
- local FogEnd = tonumber("20")
- local Volume = tonumber("1")
- local Looped = true
- game.Lighting.FogEnd = FogEnd
- local sound = Instance.new("Sound",game.Workspace)
- sound.Name = "PurgeFX"
- sound.Looped = Looped
- sound.Volume = Volume
- sound.SoundId = "rbxassetid://232554097"
- sound:Play()
- if Looped == true then
- else
- wait(70)
- sound:Destroy()
- game.Lighting.FogEnd = 100000
- end
- end)
- prnt = c2("Apoc ESP")
- prnt.MouseButton1Click:connect(function()
- 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)
- prnt = c2("Ghost All")
- prnt.MouseButton1Click:connect(function()
- c= game.Players:GetChildren()
- for i= 1, #c do
- p= c[i].Character:GetChildren()
- for i= 1, #p do
- if p[i].className == "Part" then
- p[i].Transparency = .5
- end
- end
- end
- end)
- prnt = c2("Giant Camera")
- prnt.MouseButton1Click:connect(function()
- local pchar = game.Players.LocalPlayer.Character
- local morph = Instance.new("SpecialMesh", pchar.Torso)
- morph.MeshType = "FileMesh"
- morph.MeshId = "http://www.roblox.com/asset/?id=2093105"
- morph.TextureId = "http://www.roblox.com/asset/?id=2093097"
- morph.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)
- prnt = c2("Treasure Island")
- prnt.MouseButton1Click:connect(function()
- for i,v in pairs(workspace.Metals:GetChildren()) do
- v.Position = game.Players.LocalPlayer.Character.Head.Position
- end
- end)
- prnt = c2("DatBoi")
- prnt.MouseButton1Click:connect(function()
- local char = game.Players.LocalPlayer.Character
- for i,v in pairs(char.Torso:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(char.Head:GetChildren()) do
- if v.ClassName == 'Decal' then
- v:Destroy()
- end
- end
- local datboi = Instance.new('SpecialMesh', char.Torso)
- datboi.MeshType = 'FileMesh'
- datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
- datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
- datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
- char.Head.Transparency = 1
- char['Left Arm'].Transparency = 1
- char['Right Arm'].Transparency = 1
- char['Left Leg'].Transparency = 1
- char['Right Leg'].Transparency = 1
- end)
- prnt = c2("Fencing")
- prnt.MouseButton1Click:connect(function()
- local foil=game.Players.LocalPlayer.Backpack.Foil
- a=Instance.new("SelectionBox",foil.Handle)
- a.Adornee=foil.Handle
- foil.Handle.Size=Vector3.new(0.2,0.2,120)
- foil.Equipped:connect(function()
- while wait() do
- game.Workspace[game.Players.LocalPlayer.Name].Foil.GripPos=Vector3.new(0,0,-60)
- end
- end)
- end)
- -- To Add More commands just do prnt = c2("name Of command Here")
- -- prnt.MouseButton1Click:connect(function()
- -- Script Here
- -- end)]]
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement