SHOW:
|
|
- or go back to the newest paste.
1 | - | gui = Instance.new("ScreenGui",game.Players.landed2002.PlayerGui) |
1 | + | gui = Instance.new("ScreenGui",game.Players.liampdoherty.PlayerGui) |
2 | gui.ResetOnSpawn = false | |
3 | gui.Name = "RaindropHub" | |
4 | ||
5 | top = Instance.new("Frame",gui) | |
6 | top.Name = "Top" | |
7 | top.Position = UDim2.new(0.5,-166,0.065,0) | |
8 | top.Size = UDim2.new(0,333,0.07,0) | |
9 | top.Style = "DropShadow" | |
10 | toptext = Instance.new("TextLabel",top) | |
11 | toptext.Name = "Text" | |
12 | toptext.BackgroundTransparency = 1 | |
13 | toptext.Size = UDim2.new(1,0,1,0) | |
14 | toptext.Font = "SciFi" | |
15 | toptext.Text = "Hacking101's Script Hub" | |
16 | toptext.TextColor3 = Color3.new(255,255,255) | |
17 | toptext.TextStrokeTransparency = 0 | |
18 | toptext.TextScaled = true | |
19 | toptext.TextWrapped = true | |
20 | inn = Instance.new("TextButton",top) | |
21 | inn.Visible = false | |
22 | inn.BackgroundTransparency = 1 | |
23 | inn.Size = UDim2.new(1,0,1,0) | |
24 | inn.Text = "" | |
25 | inn.Name = "innn" | |
26 | outt = Instance.new("TextButton",top) | |
27 | outt.Name = "outtt" | |
28 | outt.Visible = true | |
29 | outt.BackgroundTransparency = 1 | |
30 | outt.Size = UDim2.new(1,0,1,0) | |
31 | outt.Text = "" | |
32 | ||
33 | main = Instance.new("Frame", gui) | |
34 | main.Name = "Main" | |
35 | main.Position = UDim2.new(0.5,-250,0.13,0) | |
36 | main.Size = UDim2.new(0,500,0.8,0) | |
37 | main.Style = "DropShadow" | |
38 | ||
39 | list = Instance.new("ScrollingFrame", main) | |
40 | list.Name = "List" | |
41 | list.BackgroundTransparency = 1 | |
42 | list.Size = UDim2.new(0,250,1,0) | |
43 | list.ScrollBarThickness = 0 | |
44 | list.CanvasSize = UDim2.new(0,0,6.1,0) | |
45 | ||
46 | desc = Instance.new("Frame",main) | |
47 | desc.Name = "Desc" | |
48 | desc.Position = UDim2.new(1,-225,0.5,0) | |
49 | desc.Size = UDim2.new(0,225,0.5,0) | |
50 | desc.Style = "DropShadow" | |
51 | dtext = Instance.new("TextLabel",desc) | |
52 | dtext.BackgroundTransparency = 1 | |
53 | dtext.Size = UDim2.new(1,0,0.75,0) | |
54 | dtext.Font = "SciFi" | |
55 | dtext.TextSize = 24 | |
56 | dtext.Text = "Script description." | |
57 | dtext.TextWrapped = true | |
58 | dtext.TextYAlignment = "Top" | |
59 | dtext.TextColor3 = Color3.new(255,255,255) | |
60 | dtext.TextStrokeTransparency = 0 | |
61 | dbutton = Instance.new("TextButton",desc) | |
62 | dbutton.Position = UDim2.new(0,0,0.75,0) | |
63 | dbutton.Size = UDim2.new(1,0,0.25,0) | |
64 | dbutton.Style = "RobloxRoundButton" | |
65 | dbutton.Font = "SciFi" | |
66 | dbutton.TextSize = 14 | |
67 | dbutton.TextColor3 = Color3.new(255,255,255) | |
68 | dbutton.Text = "Launch" | |
69 | dbutton.TextStrokeTransparency = 0 | |
70 | dbutton.TextScaled = true | |
71 | dbutton.TextWrapped = true | |
72 | ||
73 | title = Instance.new("Frame",main) | |
74 | title.Name = "Title" | |
75 | title.Position = UDim2.new(1,-225,0,0) | |
76 | title.Size = UDim2.new(0,225,0.5,0) | |
77 | title.Style = "DropShadow" | |
78 | scriptimage = Instance.new("ImageLabel",title) | |
79 | scriptimage.Name = "Image" | |
80 | scriptimage.Position = UDim2.new(0,0,0.1,0) | |
81 | scriptimage.Size = UDim2.new(1,0,0.8,0) | |
82 | scriptimage.Visible = false | |
83 | scriptimage.BackgroundTransparency = 1 | |
84 | scripttext = Instance.new("TextLabel",title) | |
85 | scripttext.Name = "Text" | |
86 | scripttext.BackgroundTransparency = 1 | |
87 | scripttext.Size = UDim2.new(1,0,1,0) | |
88 | scripttext.Font = "SciFi" | |
89 | scripttext.Text = "Script Name" | |
90 | scripttext.TextColor3 = Color3.new(255,255,255) | |
91 | scripttext.TextScaled = true | |
92 | scripttext.TextStrokeTransparency = 0 | |
93 | stringv = "print('No script loaded!')" | |
94 | ||
95 | warning = Instance.new("TextLabel",desc) | |
96 | warning.BackgroundTransparency = 1 | |
97 | warning.Position = UDim2.new(0,0,0.65,0) | |
98 | warning.Size = UDim2.new(1,0,0.102,0) | |
99 | warning.Font = "SciFi" | |
100 | warning.TextColor3 = Color3.new(255,0,0) | |
101 | warning.Text = "*This script will not work in this game*" | |
102 | warning.TextStrokeTransparency = 0 | |
103 | warning.TextScaled = true | |
104 | warning.TextWrapped = true | |
105 | warning.Visible = false | |
106 | ||
107 | dbutton.MouseButton1Down:connect(function() | |
108 | loadstring(stringv)() | |
109 | end) | |
110 | ||
111 | top.outtt.MouseButton1Down:connect(function() | |
112 | top.outtt.Visible = false | |
113 | main:TweenPosition(UDim2.new(0.5, -250, -1, 0), "Out", "Quad", 2) | |
114 | top:TweenPosition(UDim2.new(0.5, -166, 0, 0), "Out", "Quad", 2) | |
115 | top.innn.Visible = true | |
116 | end) | |
117 | top.innn.MouseButton1Down:connect(function() | |
118 | top.innn.Visible = false | |
119 | main:TweenPosition(UDim2.new(0.5, -250, 0.13, 0), "In", "Quad", 2) | |
120 | top:TweenPosition(UDim2.new(0.5, -166, 0.065, 0), "In", "Quad", 2) | |
121 | top.outtt.Visible = true | |
122 | end) | |
123 | ||
124 | pos = 0 | |
125 | Create = function(st,parent) | |
126 | local listbutton = Instance.new("TextButton",parent) | |
127 | listbutton.Name = st | |
128 | listbutton.BackgroundColor3 = Color3.new(50/255,50/255,50/255) | |
129 | listbutton.BackgroundTransparency = 0.21 | |
130 | listbutton.Position = UDim2.new(0,5,0,pos*45+5) | |
131 | listbutton.Size = UDim2.new(1,0,0,40) | |
132 | listbutton.Font = "SciFi" | |
133 | listbutton.TextSize = 28 | |
134 | listbutton.Text = st | |
135 | listbutton.TextColor3 = Color3.new(255,255,255) | |
136 | listbutton.TextStrokeTransparency = 0 | |
137 | listbutton.TextWrapped = true | |
138 | pos = pos+1 | |
139 | return listbutton | |
140 | end | |
141 | ||
142 | place = game.PlaceId | |
143 | ||
144 | Check = function(id) | |
145 | if place == id then | |
146 | warning.Visible = false | |
147 | dbutton.TextStrokeTransparency = 0 | |
148 | dbutton.TextTransparency = 0 | |
149 | else | |
150 | warning.Visible = true | |
151 | dbutton.TextStrokeTransparency = 0.5 | |
152 | dbutton.TextTransparency = 0.5 | |
153 | if id == 0 then | |
154 | warning.Visible = false | |
155 | dbutton.TextStrokeTransparency = 0 | |
156 | dbutton.TextTransparency = 0 | |
157 | end | |
158 | end | |
159 | end | |
160 | ||
161 | local ff = Create("WIP",list) | |
162 | local musicgui = Create("Music Gui", list) | |
163 | local apocesp = Create("Apoc ESP", list) | |
164 | local redwoodguns = Create("Redwood Prison Wepons", list) | |
165 | local prisonlifeshotgun = Create("Prison Life Wepons", list) | |
166 | local lvgui = Create("Las Vegas GUI", list) | |
167 | local loophealapoc = Create("Apoc Loopheal", list) | |
168 | local bcdadmin = Create("BCDAdmin", list) | |
169 | local apocgui = Create("Apoc Gui", list) | |
170 | local killall = Create("Kill All", list) | |
171 | local duck = Create("Duck", list) | |
172 | local sunsetcity = Create("Sunset City Money",list) | |
173 | local catsdogs = Create("Cats And Dogs",list) | |
174 | ff.MouseButton1Down:connect(function() | |
175 | Check(0) | |
176 | scripttext.Visible = true | |
177 | scriptimage.Visible = false | |
178 | scripttext.Text = "N/A" | |
179 | scriptimage.Image = "" | |
180 | dtext.Text = "WIP" | |
181 | stringv = [[]] | |
182 | end) | |
183 | musicgui.MouseButton1Down:connect(function() | |
184 | Check(0) | |
185 | scripttext.Visible = true | |
186 | scriptimage.Visible = false | |
187 | scripttext.Text = "Music Gui" | |
188 | scriptimage.Image = "" | |
189 | dtext.Text = "Music GUI \n Includes: \n Pitch \n Volume \n Start/Stop \n Custom audio \n Made by DragonRamer" | |
190 | stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/606ktfaU'))()]] | |
191 | end) | |
192 | apocesp.MouseButton1Down:connect(function() | |
193 | Check(1600503) | |
194 | scripttext.Visible = false | |
195 | scriptimage.Visible = true | |
196 | scripttext.Text = "" | |
197 | scriptimage.Image = "rbxassetid://554496857" | |
198 | dtext.Text = "Apoc GUI \n Lets you see anyone else in-game \n Works other games \n Made by Brack4712" | |
199 | stringv = [[for i,v in pairs(game.Players:GetChildren()) do | |
200 | local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui) | |
201 | handle.Adornee = v.Character.Head | |
202 | handle.Color3 = Color3.new(0/255, 255/255, 0/255) | |
203 | handle.Transparency = 0 | |
204 | handle.Style = "Resize" | |
205 | end]] | |
206 | end) | |
207 | redwoodguns.MouseButton1Down:connect(function() | |
208 | Check(402122991) | |
209 | scripttext.Visible = true | |
210 | scriptimage.Visible = false | |
211 | scripttext.Text = "Redwood Prison Wepons" | |
212 | scriptimage.Image = "" | |
213 | dtext.Text = "Gives you 3 tools: \n Taser \n Beretta M9 \n UMP-45 \n made by Bunnylord" | |
214 | stringv = [[game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser") | |
215 | wait(1) | |
216 | game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9") | |
217 | wait(1) | |
218 | game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")]] | |
219 | end) | |
220 | prisonlifeshotgun.MouseButton1Down:connect(function() | |
221 | Check(155615604) | |
222 | scripttext.Visible = true | |
223 | scriptimage.Visible = false | |
224 | scripttext.Text = "Prison Life Wepons" | |
225 | scriptimage.Image = "" | |
226 | dtext.Text = "Gives you multiple wepons in Prison Life 2.0 \n made by AzulScript" | |
227 | stringv = [[for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do | |
228 | lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP) | |
229 | end]] | |
230 | end) | |
231 | lvgui.MouseButton1Down:connect(function() | |
232 | Check(163865146) | |
233 | scripttext.Visible = true | |
234 | scriptimage.Visible = false | |
235 | scripttext.Text = "Las Vegas GUI" | |
236 | scriptimage.Image = "" | |
237 | dtext.Text = "Lets you get cars,wepons and lets you teleport! \n made by DragonRamer" | |
238 | stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/iVJ1rSSA'))()]] | |
239 | end) | |
240 | loophealapoc.MouseButton1Down:connect(function() | |
241 | Check(1600503) | |
242 | scripttext.Visible = true | |
243 | scriptimage.Visible = false | |
244 | scripttext.Text = "Apoc Loopheal" | |
245 | scriptimage.Image = "" | |
246 | dtext.Text = "Loopheals you in apoc rising \n made by Unit-01" | |
247 | stringv = [[local Remote = game.Lighting.Remote.AddHealth | |
248 | local Player = game.Workspace.UnjustifiedLimited.Humanoid | |
249 | game:GetService("RunService").RenderStepped:connect(function() | |
250 | Remote:FireServer(Player, 5000000) | |
251 | end)]] | |
252 | end) | |
253 | bcdadmin.MouseButton1Down:connect(function() | |
254 | Check(0) | |
255 | scripttext.Visible = true | |
256 | scriptimage.Visible = false | |
257 | scripttext.Text = "BCDAdmin" | |
258 | scriptimage.Image = "" | |
259 | dtext.Text = "Gives you admin \n made by GtaMasterYT" | |
260 | stringv = [[loadstring(Raindrop:DownloadString('http://hastebin.com/raw/kozebukeye'))()]] | |
261 | end) | |
262 | apocgui.MouseButton1Down:connect(function() | |
263 | Check(1600503) | |
264 | scripttext.Visible = true | |
265 | scriptimage.Visible = false | |
266 | scripttext.Text = "Apoc GUI" | |
267 | scriptimage.Image = "" | |
268 | dtext.Text = "Does... Something... \n made by JosephR" | |
269 | stringv = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/tBhddmCX'))()]] | |
270 | end) | |
271 | killall.MouseButton1Down:connect(function() | |
272 | Check(0) | |
273 | scripttext.Visible = true | |
274 | scriptimage.Visible = false | |
275 | scripttext.Text = "Kill All" | |
276 | scriptimage.Image = "" | |
277 | dtext.Text = "Kills all players \n made by unverified" | |
278 | stringv = [[for i,v in pairs(game.Players:GetChildren()) do | |
279 | if v.Character.Humanoid then | |
280 | v.Character.Humanoid.Health = 0 | |
281 | end | |
282 | end]] | |
283 | end) | |
284 | duck.MouseButton1Down:connect(function() | |
285 | Check(0) | |
286 | scripttext.Visible = true | |
287 | scriptimage.Visible = false | |
288 | scripttext.Text = "Duck" | |
289 | scriptimage.Image = "" | |
290 | dtext.Text = "Makes you a duck \n R6 AVATAR ONLY \n made by DragonRamer" | |
291 | stringv = [[local pchar = game.Players.LocalPlayer.Character | |
292 | local duck = Instance.new("SpecialMesh", pchar.Torso) | |
293 | duck.MeshType = "FileMesh" | |
294 | duck.MeshId = "http://www.roblox.com/asset/?id=9419831" | |
295 | duck.TextureId = "http://www.roblox.com/asset/?id=9419827" | |
296 | duck.Scale = Vector3.new(5, 5, 5) | |
297 | pchar.Head.Transparency = 1 | |
298 | pchar["Left Arm"].Transparency = 1 | |
299 | pchar["Right Arm"].Transparency = 1 | |
300 | pchar["Left Leg"].Transparency = 1 | |
301 | pchar["Right Leg"].Transparency = 1]] | |
302 | end) | |
303 | sunsetcity.MouseButton1Down:connect(function() | |
304 | Check(28397429) | |
305 | scripttext.Visible = true | |
306 | scriptimage.Visible = false | |
307 | scripttext.Text = "Sunset City" | |
308 | scriptimage.Image = "" | |
309 | dtext.Text = "Completes a job 10 times \n Requirements: Be in a job \n Only works in Sunset City \n Made by OVOXO (laggy)" | |
310 | stringv = [[local i = 0 | |
311 | local b = 10 | |
312 | repeat | |
313 | game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer() | |
314 | wait(0.1) | |
315 | i = i + 1 | |
316 | wait(0.1) | |
317 | print(i) | |
318 | until i == b]] | |
319 | end) | |
320 | catsdogs.MouseButton1Down:connect(function() | |
321 | Check(0) | |
322 | scripttext.Visible = true | |
323 | scriptimage.Visible = false | |
324 | scripttext.Text = "Cats and Dogs" | |
325 | scriptimage.Image = "" | |
326 | dtext.Text = "Rains cats and dogs! \n Made by lyroo" | |
327 | stringv = [[while true do | |
328 | local a = Instance.new("Part", workspace) | |
329 | local b = Instance.new("Part", workspace) | |
330 | a.Position = Vector3.new(math.random(200), math.random(200), math.random(200)) | |
331 | b.Position = Vector3.new(math.random(200), math.random(200), math.random(200)) | |
332 | dog = Instance.new("SpecialMesh", b) | |
333 | dog.MeshId = "http://www.roblox.com/asset/?id=68340830" | |
334 | dog.TextureId = "http://www.roblox.com/asset/?id=68331520" | |
335 | cat = Instance.new("SpecialMesh", a) | |
336 | cat.MeshId = "http://www.roblox.com/asset/?id=180289755" | |
337 | cat.TextureId = "" | |
338 | wait(0.5) | |
339 | d = Instance.new("Sound", a) | |
340 | d.SoundId = "http://www.roblox.com/asset/?id=138078642" | |
341 | d.Volume = 10 | |
342 | d.Looped = false | |
343 | d:Play() | |
344 | f = Instance.new("Sound", b) | |
345 | f.SoundId = "http://www.roblox.com/asset/?id=132514715" | |
346 | f.Volume = 10 | |
347 | f.Looped = false | |
348 | f:Play() | |
349 | end]] | |
350 | end) |