· 6 years ago · Apr 23, 2020, 09:28 AM
1-- Instances:
2
3local ScreenGui = Instance.new("ScreenGui")
4local OpenFrame = Instance.new("Frame")
5local Open = Instance.new("TextButton")
6local Main = Instance.new("Frame")
7local Btools = Instance.new("TextButton")
8local BETA1 = Instance.new("TextButton")
9local BETA2 = Instance.new("TextButton")
10local BETA3 = Instance.new("TextButton")
11local BETA4 = Instance.new("TextButton")
12local BETA5 = Instance.new("TextButton")
13local BETA6 = Instance.new("TextButton")
14local BETA7 = Instance.new("TextButton")
15local BETA8 = Instance.new("TextButton")
16local TextLabel = Instance.new("TextLabel")
17local TextLabel_2 = Instance.new("TextLabel")
18local TextLabel_3 = Instance.new("TextLabel")
19local Credit = Instance.new("Frame")
20local TextLabel_4 = Instance.new("TextLabel")
21local TextLabel_5 = Instance.new("TextLabel")
22local TextLabel_6 = Instance.new("TextLabel")
23local TextLabel_7 = Instance.new("TextLabel")
24local TextLabel_8 = Instance.new("TextLabel")
25local TextLabel_9 = Instance.new("TextLabel")
26local TextLabel_10 = Instance.new("TextLabel")
27local Close = Instance.new("TextButton")
28
29--Properties:
30
31ScreenGui.Parent = game.CoreGui
32
33OpenFrame.Name = "OpenFrame"
34OpenFrame.Parent = ScreenGui
35OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
36OpenFrame.BackgroundTransparency = 1.000
37OpenFrame.Position = UDim2.new(-0.000763918622, 0, 0.471744478, 0)
38OpenFrame.Size = UDim2.new(0, 205, 0, 81)
39
40Open.Name = "Open"
41Open.Parent = OpenFrame
42Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
43Open.BackgroundTransparency = 1.000
44Open.Position = UDim2.new(0.00138998032, 0, 0, 0)
45Open.Size = UDim2.new(0, 214, 0, 81)
46Open.Font = Enum.Font.SourceSansBold
47Open.Text = "RoSupliceGUI"
48Open.TextColor3 = Color3.fromRGB(239, 10, 33)
49Open.TextScaled = true
50Open.TextSize = 14.000
51Open.TextStrokeTransparency = 0.000
52Open.TextWrapped = true
53Open.MouseButton1Down:connect(function()
54Main.Visible = true
55OpenFrame.Visible = false
56end)
57
58Main.Name = "Main"
59Main.Parent = ScreenGui
60Main.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
61Main.Position = UDim2.new(0.293210685, 0, 0.141277641, 0)
62Main.Size = UDim2.new(0, 839, 0, 583)
63Main.Draggable = true
64
65Btools.Name = "B-tools"
66Btools.Parent = Main
67Btools.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
68Btools.Position = UDim2.new(0.317044109, 0, 0.0343053155, 0)
69Btools.Size = UDim2.new(0, 306, 0, 50)
70Btools.Font = Enum.Font.SourceSansBold
71Btools.Text = "B-TOOLS"
72Btools.TextColor3 = Color3.fromRGB(0, 0, 0)
73Btools.TextScaled = true
74Btools.TextSize = 14.000
75Btools.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
76Btools.TextStrokeTransparency = 0.000
77Btools.TextWrapped = true
78Btools.MouseButton1Down:connect(function()
79local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
80local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
81local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
82local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
83local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
84tool1.BinType = "Clone"
85tool2.BinType = "GameTool"
86tool3.BinType = "Hammer"
87tool4.BinType = "Script"
88tool5.BinType = "Grab"
89end)
90
91BETA1.Name = "BETA1"
92BETA1.Parent = Main
93BETA1.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
94BETA1.Position = UDim2.new(0.317044109, 0, 0.373927951, 0)
95BETA1.Size = UDim2.new(0, 306, 0, 50)
96BETA1.Font = Enum.Font.SourceSansBold
97BETA1.Text = "BETA"
98BETA1.TextColor3 = Color3.fromRGB(0, 0, 0)
99BETA1.TextScaled = true
100BETA1.TextSize = 14.000
101BETA1.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
102BETA1.TextStrokeTransparency = 0.000
103BETA1.TextWrapped = true
104
105BETA2.Name = "BETA2"
106BETA2.Parent = Main
107BETA2.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
108BETA2.Position = UDim2.new(0.317044109, 0, 0.267581463, 0)
109BETA2.Size = UDim2.new(0, 306, 0, 50)
110BETA2.Font = Enum.Font.SourceSansBold
111BETA2.Text = "BETA"
112BETA2.TextColor3 = Color3.fromRGB(0, 0, 0)
113BETA2.TextScaled = true
114BETA2.TextSize = 14.000
115BETA2.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
116BETA2.TextStrokeTransparency = 0.000
117BETA2.TextWrapped = true
118
119BETA3.Name = "BETA3"
120BETA3.Parent = Main
121BETA3.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
122BETA3.Position = UDim2.new(0.317044109, 0, 0.149228126, 0)
123BETA3.Size = UDim2.new(0, 306, 0, 50)
124BETA3.Font = Enum.Font.SourceSansBold
125BETA3.Text = "BETA"
126BETA3.TextColor3 = Color3.fromRGB(0, 0, 0)
127BETA3.TextScaled = true
128BETA3.TextSize = 14.000
129BETA3.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
130BETA3.TextStrokeTransparency = 0.000
131BETA3.TextWrapped = true
132
133BETA4.Name = "BETA4"
134BETA4.Parent = Main
135BETA4.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
136BETA4.Position = UDim2.new(0.317044109, 0, 0.583190441, 0)
137BETA4.Size = UDim2.new(0, 306, 0, 50)
138BETA4.Font = Enum.Font.SourceSansBold
139BETA4.Text = "BETA"
140BETA4.TextColor3 = Color3.fromRGB(0, 0, 0)
141BETA4.TextScaled = true
142BETA4.TextSize = 14.000
143BETA4.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
144BETA4.TextStrokeTransparency = 0.000
145BETA4.TextWrapped = true
146
147BETA5.Name = "BETA5"
148BETA5.Parent = Main
149BETA5.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
150BETA5.Position = UDim2.new(0.317044109, 0, 0.792452812, 0)
151BETA5.Size = UDim2.new(0, 306, 0, 50)
152BETA5.Font = Enum.Font.SourceSansBold
153BETA5.Text = "BETA"
154BETA5.TextColor3 = Color3.fromRGB(0, 0, 0)
155BETA5.TextScaled = true
156BETA5.TextSize = 14.000
157BETA5.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
158BETA5.TextStrokeTransparency = 0.000
159BETA5.TextWrapped = true
160
161BETA6.Name = "BETA6"
162BETA6.Parent = Main
163BETA6.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
164BETA6.Position = UDim2.new(0.317044109, 0, 0.684391081, 0)
165BETA6.Size = UDim2.new(0, 306, 0, 50)
166BETA6.Font = Enum.Font.SourceSansBold
167BETA6.Text = "BETA"
168BETA6.TextColor3 = Color3.fromRGB(0, 0, 0)
169BETA6.TextScaled = true
170BETA6.TextSize = 14.000
171BETA6.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
172BETA6.TextStrokeTransparency = 0.000
173BETA6.TextWrapped = true
174
175BETA7.Name = "BETA7"
176BETA7.Parent = Main
177BETA7.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
178BETA7.Position = UDim2.new(0.317044109, 0, 0.481989771, 0)
179BETA7.Size = UDim2.new(0, 306, 0, 50)
180BETA7.Font = Enum.Font.SourceSansBold
181BETA7.Text = "BETA"
182BETA7.TextColor3 = Color3.fromRGB(0, 0, 0)
183BETA7.TextScaled = true
184BETA7.TextSize = 14.000
185BETA7.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
186BETA7.TextStrokeTransparency = 0.000
187BETA7.TextWrapped = true
188
189BETA8.Name = "BETA8"
190BETA8.Parent = Main
191BETA8.BackgroundColor3 = Color3.fromRGB(172, 27, 54)
192BETA8.Position = UDim2.new(0.317044109, 0, 0.891938269, 0)
193BETA8.Size = UDim2.new(0, 306, 0, 45)
194BETA8.Font = Enum.Font.SourceSansBold
195BETA8.Text = "BETA"
196BETA8.TextColor3 = Color3.fromRGB(0, 0, 0)
197BETA8.TextScaled = true
198BETA8.TextSize = 14.000
199BETA8.TextStrokeColor3 = Color3.fromRGB(0, 0, 127)
200BETA8.TextStrokeTransparency = 0.000
201BETA8.TextWrapped = true
202
203TextLabel.Parent = Main
204TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
205TextLabel.BackgroundTransparency = 1.000
206TextLabel.Size = UDim2.new(0, 266, 0, 50)
207TextLabel.Font = Enum.Font.SourceSans
208TextLabel.Text = "RoSupliceGUI"
209TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
210TextLabel.TextScaled = true
211TextLabel.TextSize = 14.000
212TextLabel.TextWrapped = true
213
214TextLabel_2.Parent = Main
215TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
216TextLabel_2.BackgroundTransparency = 1.000
217TextLabel_2.Position = UDim2.new(0, 0, 0.806174934, 0)
218TextLabel_2.Size = UDim2.new(0, 266, 0, 50)
219TextLabel_2.Font = Enum.Font.SourceSans
220TextLabel_2.Text = "Powered by"
221TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
222TextLabel_2.TextScaled = true
223TextLabel_2.TextSize = 14.000
224TextLabel_2.TextWrapped = true
225
226TextLabel_3.Parent = Main
227TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
228TextLabel_3.BackgroundTransparency = 1.000
229TextLabel_3.Position = UDim2.new(0.061978545, 0, 0.891938269, 0)
230TextLabel_3.Size = UDim2.new(0, 161, 0, 50)
231TextLabel_3.Font = Enum.Font.SourceSans
232TextLabel_3.Text = "WRD api"
233TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
234TextLabel_3.TextScaled = true
235TextLabel_3.TextSize = 14.000
236TextLabel_3.TextWrapped = true
237
238Credit.Name = "Credit"
239Credit.Parent = Main
240Credit.BackgroundColor3 = Color3.fromRGB(39, 0, 118)
241Credit.Position = UDim2.new(0.796185911, 0, 0, 0)
242Credit.Size = UDim2.new(0, 171, 0, 583)
243
244TextLabel_4.Parent = Credit
245TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
246TextLabel_4.BackgroundTransparency = 1.000
247TextLabel_4.Position = UDim2.new(0.0243675709, 0, 0, 0)
248TextLabel_4.Size = UDim2.new(0, 161, 0, 50)
249TextLabel_4.Font = Enum.Font.SourceSans
250TextLabel_4.Text = "WRD api"
251TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
252TextLabel_4.TextScaled = true
253TextLabel_4.TextSize = 14.000
254TextLabel_4.TextWrapped = true
255
256TextLabel_5.Parent = Credit
257TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
258TextLabel_5.BackgroundTransparency = 1.000
259TextLabel_5.Position = UDim2.new(0.0243675709, 0, 0.0857632905, 0)
260TextLabel_5.Size = UDim2.new(0, 161, 0, 50)
261TextLabel_5.Font = Enum.Font.SourceSans
262TextLabel_5.Text = "BlueWall"
263TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
264TextLabel_5.TextScaled = true
265TextLabel_5.TextSize = 14.000
266TextLabel_5.TextWrapped = true
267
268TextLabel_6.Parent = Credit
269TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
270TextLabel_6.BackgroundTransparency = 1.000
271TextLabel_6.Position = UDim2.new(0.0243675709, 0, 0.181818187, 0)
272TextLabel_6.Size = UDim2.new(0, 161, 0, 50)
273TextLabel_6.Font = Enum.Font.SourceSans
274TextLabel_6.Text = "F4D Team"
275TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
276TextLabel_6.TextScaled = true
277TextLabel_6.TextSize = 14.000
278TextLabel_6.TextWrapped = true
279
280TextLabel_7.Parent = Credit
281TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
282TextLabel_7.BackgroundTransparency = 1.000
283TextLabel_7.Position = UDim2.new(0.0243675709, 0, 0.277873069, 0)
284TextLabel_7.Size = UDim2.new(0, 161, 0, 50)
285TextLabel_7.Font = Enum.Font.SourceSans
286TextLabel_7.Text = "WeAreDevs.com"
287TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
288TextLabel_7.TextScaled = true
289TextLabel_7.TextSize = 14.000
290TextLabel_7.TextWrapped = true
291
292TextLabel_8.Parent = Credit
293TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
294TextLabel_8.BackgroundTransparency = 1.000
295TextLabel_8.Position = UDim2.new(0.0243675709, 0, 0.373927951, 0)
296TextLabel_8.Size = UDim2.new(0, 161, 0, 50)
297TextLabel_8.Font = Enum.Font.SourceSans
298TextLabel_8.Text = "RoSuplice"
299TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0)
300TextLabel_8.TextScaled = true
301TextLabel_8.TextSize = 14.000
302TextLabel_8.TextWrapped = true
303
304TextLabel_9.Parent = Credit
305TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
306TextLabel_9.BackgroundTransparency = 1.000
307TextLabel_9.Position = UDim2.new(0.0243675709, 0, 0.891938269, 0)
308TextLabel_9.Size = UDim2.new(0, 161, 0, 50)
309TextLabel_9.Font = Enum.Font.SourceSans
310TextLabel_9.Text = "Exploit"
311TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0)
312TextLabel_9.TextScaled = true
313TextLabel_9.TextSize = 14.000
314TextLabel_9.TextWrapped = true
315
316TextLabel_10.Parent = Credit
317TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
318TextLabel_10.BackgroundTransparency = 1.000
319TextLabel_10.Position = UDim2.new(0.0243675709, 0, 0.567753017, 0)
320TextLabel_10.Size = UDim2.new(0, 161, 0, 50)
321TextLabel_10.Font = Enum.Font.SourceSans
322TextLabel_10.Text = "NO KEY NEEDED"
323TextLabel_10.TextColor3 = Color3.fromRGB(0, 0, 0)
324TextLabel_10.TextScaled = true
325TextLabel_10.TextSize = 14.000
326TextLabel_10.TextWrapped = true
327
328Close.Name = "Close"
329Close.Parent = Main
330Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
331Close.BackgroundTransparency = 1.000
332Close.Position = UDim2.new(0.829559028, 0, -0.156089187, 0)
333Close.Size = UDim2.new(0, 346, 0, 141)
334Close.Font = Enum.Font.Cartoon
335Close.Text = "X"
336Close.TextColor3 = Color3.fromRGB(255, 0, 0)
337Close.TextScaled = true
338Close.TextSize = 14.000
339Close.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
340Close.TextWrapped = true
341Close.MouseButton1Down:connect(function()
342Open.Visible = true
343Main.Visible = false
344end)
345
346-- RoSuplice GUI for roblox by BlueWall (discord : ??? ❘❘ ????????#6692 )