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