SHOW:
|
|
- or go back to the newest paste.
1 | -- Objects | |
2 | ||
3 | local ScreenGui = Instance.new("ScreenGui") | |
4 | local Open = Instance.new("TextButton") | |
5 | local Booga = Instance.new("Frame") | |
6 | local BoogaTop = Instance.new("Frame") | |
7 | local Title = Instance.new("TextLabel") | |
8 | local Exit = Instance.new("TextButton") | |
9 | local Speed = Instance.new("TextButton") | |
10 | local SpeedBind = Instance.new("TextBox") | |
11 | local AutoPickUp = Instance.new("TextButton") | |
12 | local AutoPickUpBind = Instance.new("TextBox") | |
13 | local AutoBreak = Instance.new("TextButton") | |
14 | local Breakkey = Instance.new("TextBox") | |
15 | local InfinityChest = Instance.new("TextButton") | |
16 | local GodHut = Instance.new("TextButton") | |
17 | local RevizV2 = Instance.new("TextButton") | |
18 | local AutoEatbtn = Instance.new("TextButton") | |
19 | local VoidTpbtn = Instance.new("TextButton") | |
20 | local RemoveAllEffectsbtn = Instance.new("TextButton") | |
21 | local CraftAnyItem = Instance.new("TextButton") | |
22 | local CraftItem = Instance.new("TextBox") | |
23 | local ESPbtn = Instance.new("TextButton") | |
24 | local DropAllItemsbtn = Instance.new("TextButton") | |
25 | local RemoveRainbtn = Instance.new("TextButton") | |
26 | local TpSpambtn = Instance.new("TextButton") | |
27 | local AutoCampfirebtn = Instance.new("TextButton") | |
28 | local AutoWallTrapbtn = Instance.new("TextButton") | |
29 | local AutoEatFoodNamekb = Instance.new("TextBox") | |
30 | local TpSpamPlayerNamekb = Instance.new("TextBox") | |
31 | local DropAllItemsItemNamekb = Instance.new("TextBox") | |
32 | local DropAllItemskb = Instance.new("TextBox") | |
33 | local AutoEatkb = Instance.new("TextBox") | |
34 | local Recipes = Instance.new("TextButton") | |
35 | local Credits = Instance.new("TextLabel") | |
36 | local Booga2 = Instance.new("Frame") | |
37 | local BoogaTop2 = Instance.new("Frame") | |
38 | local Exit2 = Instance.new("TextButton") | |
39 | local EmeraldHelmet = Instance.new("TextButton") | |
40 | local EmeraldDivider = Instance.new("Frame") | |
41 | local EmeraldChestplate = Instance.new("TextButton") | |
42 | local EmeraldPick = Instance.new("TextButton") | |
43 | local EmeraldGreaves = Instance.new("TextButton") | |
44 | local EmeraldBlade = Instance.new("TextButton") | |
45 | local EmeraldAxe = Instance.new("TextButton") | |
46 | local EmeraldBag = Instance.new("TextButton") | |
47 | local VoidShroud = Instance.new("TextButton") | |
48 | local EmeraldDivider2 = Instance.new("Frame") | |
49 | local GodDivider = Instance.new("Frame") | |
50 | local GodDivider2 = Instance.new("Frame") | |
51 | local GodRock = Instance.new("TextButton") | |
52 | local GodHalo = Instance.new("TextButton") | |
53 | local GodChestplate = Instance.new("TextButton") | |
54 | local GodAxe = Instance.new("TextButton") | |
55 | local GodBag = Instance.new("TextButton") | |
56 | local GodLegs = Instance.new("TextButton") | |
57 | local GodPick = Instance.new("TextButton") | |
58 | local VoidChestplate = Instance.new("TextButton") | |
59 | local VoidDivider2 = Instance.new("Frame") | |
60 | local VoidDivider = Instance.new("Frame") | |
61 | local VoidBag = Instance.new("TextButton") | |
62 | local VoidGreaves = Instance.new("TextButton") | |
63 | local OOFHorn = Instance.new("TextButton") | |
64 | ||
65 | -- Properties | |
66 | ||
67 | ScreenGui.Parent = game.CoreGui | |
68 | ||
69 | Open.Name = "Open" | |
70 | Open.Parent = ScreenGui | |
71 | Open.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
72 | Open.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
73 | Open.BorderSizePixel = 2 | |
74 | Open.Position = UDim2.new(0.433682919, 0, 0.0281030443, 0) | |
75 | Open.Size = UDim2.new(0, 151, 0, 26) | |
76 | Open.Font = Enum.Font.SourceSansSemibold | |
77 | Open.Text = "Open/Close" | |
78 | Open.TextColor3 = Color3.new(1, 1, 1) | |
79 | Open.TextScaled = true | |
80 | Open.TextSize = 14 | |
81 | Open.TextWrapped = true | |
82 | ||
83 | Booga.Name = "Booga" | |
84 | Booga.Parent = ScreenGui | |
85 | Booga.Active = true | |
86 | Booga.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
87 | Booga.BackgroundTransparency = 0.30000001192093 | |
88 | Booga.BorderColor3 = Color3.new(1, 0, 0.498039) | |
89 | Booga.BorderSizePixel = 2 | |
90 | Booga.Position = UDim2.new(1.70000005, 1, 1.70000005, 1) | |
91 | Booga.Size = UDim2.new(0, 474, 0, 468) | |
92 | ||
93 | BoogaTop.Name = "BoogaTop" | |
94 | BoogaTop.Parent = Booga | |
95 | BoogaTop.Active = true | |
96 | BoogaTop.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
97 | BoogaTop.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
98 | BoogaTop.BorderSizePixel = 2 | |
99 | BoogaTop.Size = UDim2.new(0, 474, 0, 27) | |
100 | ||
101 | Title.Name = "Title" | |
102 | Title.Parent = BoogaTop | |
103 | Title.Active = true | |
104 | Title.BackgroundColor3 = Color3.new(1, 1, 1) | |
105 | Title.BackgroundTransparency = 1 | |
106 | Title.BorderSizePixel = 0 | |
107 | Title.Position = UDim2.new(0.00210970454, 0, 0, 0) | |
108 | Title.Size = UDim2.new(0, 473, 0, 27) | |
109 | Title.Font = Enum.Font.SourceSansSemibold | |
110 | Title.Text = "Booga Bitches Revamp V2" | |
111 | Title.TextColor3 = Color3.new(1, 1, 1) | |
112 | Title.TextScaled = true | |
113 | Title.TextSize = 14 | |
114 | Title.TextWrapped = true | |
115 | ||
116 | Exit.Name = "Exit" | |
117 | Exit.Parent = Booga | |
118 | Exit.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392) | |
119 | Exit.BorderSizePixel = 0 | |
120 | Exit.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0) | |
121 | Exit.Size = UDim2.new(0, 28, 0, 19) | |
122 | Exit.Font = Enum.Font.SourceSans | |
123 | Exit.Text = "X" | |
124 | Exit.TextColor3 = Color3.new(1, 1, 1) | |
125 | Exit.TextSize = 14 | |
126 | ||
127 | Speed.Name = "Speed" | |
128 | Speed.Parent = Booga | |
129 | Speed.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
130 | Speed.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
131 | Speed.BorderSizePixel = 2 | |
132 | Speed.Position = UDim2.new(0.035864979, 0, 0.0726495758, 0) | |
133 | Speed.Size = UDim2.new(0, 116, 0, 27) | |
134 | Speed.Font = Enum.Font.SourceSansSemibold | |
135 | Speed.Text = "Speed" | |
136 | Speed.TextColor3 = Color3.new(1, 1, 1) | |
137 | Speed.TextScaled = true | |
138 | Speed.TextSize = 14 | |
139 | Speed.TextWrapped = true | |
140 | ||
141 | SpeedBind.Name = "SpeedBind" | |
142 | SpeedBind.Parent = Booga | |
143 | SpeedBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
144 | SpeedBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
145 | SpeedBind.BorderSizePixel = 2 | |
146 | SpeedBind.Position = UDim2.new(0.035864979, 0, 0.151709408, 0) | |
147 | SpeedBind.Size = UDim2.new(0, 116, 0, 27) | |
148 | SpeedBind.Font = Enum.Font.SourceSans | |
149 | SpeedBind.Text = "Keybind" | |
150 | SpeedBind.TextColor3 = Color3.new(1, 1, 1) | |
151 | SpeedBind.TextScaled = true | |
152 | SpeedBind.TextSize = 14 | |
153 | SpeedBind.TextWrapped = true | |
154 | ||
155 | AutoPickUp.Name = "AutoPickUp" | |
156 | AutoPickUp.Parent = Booga | |
157 | AutoPickUp.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
158 | AutoPickUp.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
159 | AutoPickUp.BorderSizePixel = 2 | |
160 | AutoPickUp.Position = UDim2.new(0.356540084, 0, 0.0747863278, 0) | |
161 | AutoPickUp.Size = UDim2.new(0, 116, 0, 27) | |
162 | AutoPickUp.Font = Enum.Font.SourceSansSemibold | |
163 | AutoPickUp.Text = "Auto Pickup" | |
164 | AutoPickUp.TextColor3 = Color3.new(1, 1, 1) | |
165 | AutoPickUp.TextScaled = true | |
166 | AutoPickUp.TextSize = 14 | |
167 | AutoPickUp.TextWrapped = true | |
168 | ||
169 | AutoPickUpBind.Name = "AutoPickUpBind" | |
170 | AutoPickUpBind.Parent = Booga | |
171 | AutoPickUpBind.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
172 | AutoPickUpBind.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
173 | AutoPickUpBind.BorderSizePixel = 2 | |
174 | AutoPickUpBind.Position = UDim2.new(0.356540084, 0, 0.151709408, 0) | |
175 | AutoPickUpBind.Size = UDim2.new(0, 116, 0, 27) | |
176 | AutoPickUpBind.Font = Enum.Font.SourceSans | |
177 | AutoPickUpBind.Text = "Keybind" | |
178 | AutoPickUpBind.TextColor3 = Color3.new(1, 1, 1) | |
179 | AutoPickUpBind.TextScaled = true | |
180 | AutoPickUpBind.TextSize = 14 | |
181 | AutoPickUpBind.TextWrapped = true | |
182 | ||
183 | AutoBreak.Name = "AutoBreak" | |
184 | AutoBreak.Parent = Booga | |
185 | AutoBreak.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
186 | AutoBreak.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
187 | AutoBreak.BorderSizePixel = 2 | |
188 | AutoBreak.Position = UDim2.new(0.700421929, 0, 0.0726495758, 0) | |
189 | AutoBreak.Size = UDim2.new(0, 116, 0, 27) | |
190 | AutoBreak.Font = Enum.Font.SourceSansSemibold | |
191 | AutoBreak.Text = "Autobreak" | |
192 | AutoBreak.TextColor3 = Color3.new(1, 1, 1) | |
193 | AutoBreak.TextScaled = true | |
194 | AutoBreak.TextSize = 14 | |
195 | AutoBreak.TextWrapped = true | |
196 | ||
197 | Breakkey.Name = "Breakkey" | |
198 | Breakkey.Parent = Booga | |
199 | Breakkey.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
200 | Breakkey.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
201 | Breakkey.BorderSizePixel = 2 | |
202 | Breakkey.Position = UDim2.new(0.700421929, 0, 0.149572656, 0) | |
203 | Breakkey.Size = UDim2.new(0, 116, 0, 27) | |
204 | Breakkey.Font = Enum.Font.SourceSans | |
205 | Breakkey.Text = "Keybind" | |
206 | Breakkey.TextColor3 = Color3.new(1, 1, 1) | |
207 | Breakkey.TextScaled = true | |
208 | Breakkey.TextSize = 14 | |
209 | Breakkey.TextWrapped = true | |
210 | ||
211 | InfinityChest.Name = "InfinityChest" | |
212 | InfinityChest.Parent = Booga | |
213 | InfinityChest.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
214 | InfinityChest.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
215 | InfinityChest.BorderSizePixel = 2 | |
216 | InfinityChest.Position = UDim2.new(0.035864979, 0, 0.405982912, 0) | |
217 | InfinityChest.Size = UDim2.new(0, 116, 0, 27) | |
218 | InfinityChest.Font = Enum.Font.SourceSansSemibold | |
219 | InfinityChest.Text = "Infinity Chest (q)" | |
220 | InfinityChest.TextColor3 = Color3.new(1, 1, 1) | |
221 | InfinityChest.TextScaled = true | |
222 | InfinityChest.TextSize = 14 | |
223 | InfinityChest.TextWrapped = true | |
224 | ||
225 | GodHut.Name = "GodHut" | |
226 | GodHut.Parent = Booga | |
227 | GodHut.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
228 | GodHut.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
229 | GodHut.BorderSizePixel = 2 | |
230 | GodHut.Position = UDim2.new(0.360759497, 0, 0.405982912, 0) | |
231 | GodHut.Size = UDim2.new(0, 116, 0, 27) | |
232 | GodHut.Font = Enum.Font.SourceSansSemibold | |
233 | GodHut.Text = "Godhut (g)" | |
234 | GodHut.TextColor3 = Color3.new(1, 1, 1) | |
235 | GodHut.TextScaled = true | |
236 | GodHut.TextSize = 14 | |
237 | GodHut.TextWrapped = true | |
238 | ||
239 | RevizV2.Name = "RevizV2" | |
240 | RevizV2.Parent = Booga | |
241 | RevizV2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
242 | RevizV2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
243 | RevizV2.BorderSizePixel = 2 | |
244 | RevizV2.Position = UDim2.new(0.700421929, 0, 0.247863248, 0) | |
245 | RevizV2.Size = UDim2.new(0, 116, 0, 27) | |
246 | RevizV2.Font = Enum.Font.SourceSansSemibold | |
247 | RevizV2.Text = "Reviz Admin" | |
248 | RevizV2.TextColor3 = Color3.new(1, 1, 1) | |
249 | RevizV2.TextScaled = true | |
250 | RevizV2.TextSize = 14 | |
251 | RevizV2.TextWrapped = true | |
252 | ||
253 | AutoEatbtn.Name = "AutoEatbtn" | |
254 | AutoEatbtn.Parent = Booga | |
255 | AutoEatbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
256 | AutoEatbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
257 | AutoEatbtn.BorderSizePixel = 2 | |
258 | AutoEatbtn.Position = UDim2.new(0.702531695, 0, 0.566239357, 0) | |
259 | AutoEatbtn.Size = UDim2.new(0, 116, 0, 27) | |
260 | AutoEatbtn.Font = Enum.Font.SourceSansSemibold | |
261 | AutoEatbtn.Text = "Auto Eat" | |
262 | AutoEatbtn.TextColor3 = Color3.new(1, 1, 1) | |
263 | AutoEatbtn.TextScaled = true | |
264 | AutoEatbtn.TextSize = 14 | |
265 | AutoEatbtn.TextWrapped = true | |
266 | ||
267 | VoidTpbtn.Name = "VoidTpbtn" | |
268 | VoidTpbtn.Parent = Booga | |
269 | VoidTpbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
270 | VoidTpbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
271 | VoidTpbtn.BorderSizePixel = 2 | |
272 | VoidTpbtn.Position = UDim2.new(0.700421929, 0, 0.329059809, 0) | |
273 | VoidTpbtn.Size = UDim2.new(0, 116, 0, 27) | |
274 | VoidTpbtn.Font = Enum.Font.SourceSansSemibold | |
275 | VoidTpbtn.Text = "Void TP" | |
276 | VoidTpbtn.TextColor3 = Color3.new(1, 1, 1) | |
277 | VoidTpbtn.TextScaled = true | |
278 | VoidTpbtn.TextSize = 14 | |
279 | VoidTpbtn.TextWrapped = true | |
280 | ||
281 | RemoveAllEffectsbtn.Name = "RemoveAllEffectsbtn" | |
282 | RemoveAllEffectsbtn.Parent = Booga | |
283 | RemoveAllEffectsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
284 | RemoveAllEffectsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
285 | RemoveAllEffectsbtn.BorderSizePixel = 2 | |
286 | RemoveAllEffectsbtn.Position = UDim2.new(0.702531636, 0, 0.410256416, 0) | |
287 | RemoveAllEffectsbtn.Size = UDim2.new(0, 116, 0, 27) | |
288 | RemoveAllEffectsbtn.Font = Enum.Font.SourceSansSemibold | |
289 | RemoveAllEffectsbtn.Text = "Remove All Effects" | |
290 | RemoveAllEffectsbtn.TextColor3 = Color3.new(1, 1, 1) | |
291 | RemoveAllEffectsbtn.TextScaled = true | |
292 | RemoveAllEffectsbtn.TextSize = 14 | |
293 | RemoveAllEffectsbtn.TextWrapped = true | |
294 | ||
295 | CraftAnyItem.Name = "CraftAnyItem" | |
296 | CraftAnyItem.Parent = Booga | |
297 | CraftAnyItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
298 | CraftAnyItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
299 | CraftAnyItem.BorderSizePixel = 2 | |
300 | CraftAnyItem.Position = UDim2.new(0.0421940945, 0, 0.232905984, 0) | |
301 | CraftAnyItem.Size = UDim2.new(0, 116, 0, 27) | |
302 | CraftAnyItem.Font = Enum.Font.SourceSansSemibold | |
303 | CraftAnyItem.Text = "Craft Any Item" | |
304 | CraftAnyItem.TextColor3 = Color3.new(1, 1, 1) | |
305 | CraftAnyItem.TextScaled = true | |
306 | CraftAnyItem.TextSize = 14 | |
307 | CraftAnyItem.TextWrapped = true | |
308 | ||
309 | CraftItem.Name = "CraftItem" | |
310 | CraftItem.Parent = Booga | |
311 | CraftItem.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
312 | CraftItem.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
313 | CraftItem.BorderSizePixel = 2 | |
314 | CraftItem.Position = UDim2.new(0.035864979, 0, 0.316239327, 0) | |
315 | CraftItem.Size = UDim2.new(0, 116, 0, 27) | |
316 | CraftItem.Font = Enum.Font.SourceSans | |
317 | CraftItem.Text = "Item Name" | |
318 | CraftItem.TextColor3 = Color3.new(1, 1, 1) | |
319 | CraftItem.TextScaled = true | |
320 | CraftItem.TextSize = 14 | |
321 | CraftItem.TextWrapped = true | |
322 | ||
323 | ESPbtn.Name = "ESPbtn" | |
324 | ESPbtn.Parent = Booga | |
325 | ESPbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
326 | ESPbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
327 | ESPbtn.BorderSizePixel = 2 | |
328 | ESPbtn.Position = UDim2.new(0.364978909, 0, 0.487179488, 0) | |
329 | ESPbtn.Size = UDim2.new(0, 116, 0, 27) | |
330 | ESPbtn.Font = Enum.Font.SourceSansSemibold | |
331 | ESPbtn.Text = "ESP" | |
332 | ESPbtn.TextColor3 = Color3.new(1, 1, 1) | |
333 | ESPbtn.TextScaled = true | |
334 | ESPbtn.TextSize = 14 | |
335 | ESPbtn.TextWrapped = true | |
336 | ||
337 | DropAllItemsbtn.Name = "DropAllItemsbtn" | |
338 | DropAllItemsbtn.Parent = Booga | |
339 | DropAllItemsbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
340 | DropAllItemsbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
341 | DropAllItemsbtn.BorderSizePixel = 2 | |
342 | DropAllItemsbtn.Position = UDim2.new(0.0337552726, 0, 0.56410259, 0) | |
343 | DropAllItemsbtn.Size = UDim2.new(0, 116, 0, 27) | |
344 | DropAllItemsbtn.Font = Enum.Font.SourceSansSemibold | |
345 | DropAllItemsbtn.Text = "Drop All Items" | |
346 | DropAllItemsbtn.TextColor3 = Color3.new(1, 1, 1) | |
347 | DropAllItemsbtn.TextScaled = true | |
348 | DropAllItemsbtn.TextSize = 14 | |
349 | DropAllItemsbtn.TextWrapped = true | |
350 | ||
351 | RemoveRainbtn.Name = "RemoveRainbtn" | |
352 | RemoveRainbtn.Parent = Booga | |
353 | RemoveRainbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
354 | RemoveRainbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
355 | RemoveRainbtn.BorderSizePixel = 2 | |
356 | RemoveRainbtn.Position = UDim2.new(0.035864979, 0, 0.482905984, 0) | |
357 | RemoveRainbtn.Size = UDim2.new(0, 116, 0, 27) | |
358 | RemoveRainbtn.Font = Enum.Font.SourceSansSemibold | |
359 | RemoveRainbtn.Text = "Remove Rain" | |
360 | RemoveRainbtn.TextColor3 = Color3.new(1, 1, 1) | |
361 | RemoveRainbtn.TextScaled = true | |
362 | RemoveRainbtn.TextSize = 14 | |
363 | RemoveRainbtn.TextWrapped = true | |
364 | ||
365 | TpSpambtn.Name = "TpSpambtn" | |
366 | TpSpambtn.Parent = Booga | |
367 | TpSpambtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
368 | TpSpambtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
369 | TpSpambtn.BorderSizePixel = 2 | |
370 | TpSpambtn.Position = UDim2.new(0.362869203, 0, 0.241452992, 0) | |
371 | TpSpambtn.Size = UDim2.new(0, 116, 0, 27) | |
372 | TpSpambtn.Font = Enum.Font.SourceSansSemibold | |
373 | TpSpambtn.Text = "TP Spam" | |
374 | TpSpambtn.TextColor3 = Color3.new(1, 1, 1) | |
375 | TpSpambtn.TextScaled = true | |
376 | TpSpambtn.TextSize = 14 | |
377 | TpSpambtn.TextWrapped = true | |
378 | ||
379 | AutoCampfirebtn.Name = "AutoCampfirebtn" | |
380 | AutoCampfirebtn.Parent = Booga | |
381 | AutoCampfirebtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
382 | AutoCampfirebtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
383 | AutoCampfirebtn.BorderSizePixel = 2 | |
384 | AutoCampfirebtn.Position = UDim2.new(0.702531636, 0, 0.487179428, 0) | |
385 | AutoCampfirebtn.Size = UDim2.new(0, 116, 0, 27) | |
386 | AutoCampfirebtn.Font = Enum.Font.SourceSansSemibold | |
387 | AutoCampfirebtn.Text = "Auto Campfire" | |
388 | AutoCampfirebtn.TextColor3 = Color3.new(1, 1, 1) | |
389 | AutoCampfirebtn.TextScaled = true | |
390 | AutoCampfirebtn.TextSize = 14 | |
391 | AutoCampfirebtn.TextWrapped = true | |
392 | ||
393 | AutoWallTrapbtn.Name = "AutoWallTrapbtn" | |
394 | AutoWallTrapbtn.Parent = Booga | |
395 | AutoWallTrapbtn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
396 | AutoWallTrapbtn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
397 | AutoWallTrapbtn.BorderSizePixel = 2 | |
398 | AutoWallTrapbtn.Position = UDim2.new(0.367088586, 0, 0.566239357, 0) | |
399 | AutoWallTrapbtn.Size = UDim2.new(0, 116, 0, 27) | |
400 | AutoWallTrapbtn.Font = Enum.Font.SourceSansSemibold | |
401 | AutoWallTrapbtn.Text = "Auto Wall" | |
402 | AutoWallTrapbtn.TextColor3 = Color3.new(1, 1, 1) | |
403 | AutoWallTrapbtn.TextScaled = true | |
404 | AutoWallTrapbtn.TextSize = 14 | |
405 | AutoWallTrapbtn.TextWrapped = true | |
406 | ||
407 | AutoEatFoodNamekb.Name = "AutoEatFoodNamekb" | |
408 | AutoEatFoodNamekb.Parent = Booga | |
409 | AutoEatFoodNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
410 | AutoEatFoodNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
411 | AutoEatFoodNamekb.BorderSizePixel = 2 | |
412 | AutoEatFoodNamekb.Position = UDim2.new(0.702531636, 0, 0.638888896, 0) | |
413 | AutoEatFoodNamekb.Size = UDim2.new(0, 116, 0, 27) | |
414 | AutoEatFoodNamekb.Font = Enum.Font.SourceSans | |
415 | AutoEatFoodNamekb.Text = "Item Name" | |
416 | AutoEatFoodNamekb.TextColor3 = Color3.new(1, 1, 1) | |
417 | AutoEatFoodNamekb.TextScaled = true | |
418 | AutoEatFoodNamekb.TextSize = 14 | |
419 | AutoEatFoodNamekb.TextWrapped = true | |
420 | ||
421 | TpSpamPlayerNamekb.Name = "TpSpamPlayerNamekb" | |
422 | TpSpamPlayerNamekb.Parent = Booga | |
423 | TpSpamPlayerNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
424 | TpSpamPlayerNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
425 | TpSpamPlayerNamekb.BorderSizePixel = 2 | |
426 | TpSpamPlayerNamekb.Position = UDim2.new(0.35864979, 0, 0.326923072, 0) | |
427 | TpSpamPlayerNamekb.Size = UDim2.new(0, 116, 0, 27) | |
428 | TpSpamPlayerNamekb.Font = Enum.Font.SourceSans | |
429 | TpSpamPlayerNamekb.Text = "Player Name" | |
430 | TpSpamPlayerNamekb.TextColor3 = Color3.new(1, 1, 1) | |
431 | TpSpamPlayerNamekb.TextScaled = true | |
432 | TpSpamPlayerNamekb.TextSize = 14 | |
433 | TpSpamPlayerNamekb.TextWrapped = true | |
434 | ||
435 | DropAllItemsItemNamekb.Name = "DropAllItemsItemNamekb" | |
436 | DropAllItemsItemNamekb.Parent = Booga | |
437 | DropAllItemsItemNamekb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
438 | DropAllItemsItemNamekb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
439 | DropAllItemsItemNamekb.BorderSizePixel = 2 | |
440 | DropAllItemsItemNamekb.Position = UDim2.new(0.0358649828, 0, 0.638888955, 0) | |
441 | DropAllItemsItemNamekb.Size = UDim2.new(0, 116, 0, 27) | |
442 | DropAllItemsItemNamekb.Font = Enum.Font.SourceSans | |
443 | DropAllItemsItemNamekb.Text = "Item Name" | |
444 | DropAllItemsItemNamekb.TextColor3 = Color3.new(1, 1, 1) | |
445 | DropAllItemsItemNamekb.TextScaled = true | |
446 | DropAllItemsItemNamekb.TextSize = 14 | |
447 | DropAllItemsItemNamekb.TextWrapped = true | |
448 | ||
449 | DropAllItemskb.Name = "DropAllItemskb" | |
450 | DropAllItemskb.Parent = Booga | |
451 | DropAllItemskb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
452 | DropAllItemskb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
453 | DropAllItemskb.BorderSizePixel = 2 | |
454 | DropAllItemskb.Position = UDim2.new(0.035864979, 0, 0.713675261, 0) | |
455 | DropAllItemskb.Size = UDim2.new(0, 116, 0, 27) | |
456 | DropAllItemskb.Font = Enum.Font.SourceSans | |
457 | DropAllItemskb.Text = "Keybind" | |
458 | DropAllItemskb.TextColor3 = Color3.new(1, 1, 1) | |
459 | DropAllItemskb.TextScaled = true | |
460 | DropAllItemskb.TextSize = 14 | |
461 | DropAllItemskb.TextWrapped = true | |
462 | ||
463 | AutoEatkb.Name = "AutoEatkb" | |
464 | AutoEatkb.Parent = Booga | |
465 | AutoEatkb.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
466 | AutoEatkb.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
467 | AutoEatkb.BorderSizePixel = 2 | |
468 | AutoEatkb.Position = UDim2.new(0.702531636, 0, 0.715811968, 0) | |
469 | AutoEatkb.Size = UDim2.new(0, 116, 0, 27) | |
470 | AutoEatkb.Font = Enum.Font.SourceSans | |
471 | AutoEatkb.Text = "Keybind" | |
472 | AutoEatkb.TextColor3 = Color3.new(1, 1, 1) | |
473 | AutoEatkb.TextScaled = true | |
474 | AutoEatkb.TextSize = 14 | |
475 | AutoEatkb.TextWrapped = true | |
476 | ||
477 | Recipes.Name = "Recipes" | |
478 | Recipes.Parent = Booga | |
479 | Recipes.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
480 | Recipes.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
481 | Recipes.BorderSizePixel = 2 | |
482 | Recipes.Position = UDim2.new(0.360759497, 0, 0.839743614, 0) | |
483 | Recipes.Size = UDim2.new(0, 116, 0, 27) | |
484 | Recipes.Font = Enum.Font.SourceSansSemibold | |
485 | Recipes.Text = "Recipes" | |
486 | Recipes.TextColor3 = Color3.new(1, 1, 1) | |
487 | Recipes.TextScaled = true | |
488 | Recipes.TextSize = 14 | |
489 | Recipes.TextWrapped = true | |
490 | ||
491 | Credits.Name = "Credits" | |
492 | Credits.Parent = Booga | |
493 | Credits.Active = true | |
494 | Credits.BackgroundColor3 = Color3.new(1, 1, 1) | |
495 | Credits.BackgroundTransparency = 1 | |
496 | Credits.BorderColor3 = Color3.new(1, 1, 0) | |
497 | Credits.BorderSizePixel = 2 | |
498 | Credits.Position = UDim2.new(0.00210970454, 0, 0.929487169, 0) | |
499 | Credits.Size = UDim2.new(0, 473, 0, 34) | |
500 | Credits.Font = Enum.Font.SourceSansSemibold | |
501 | Credits.Text = "GUI Made by Miu Iruma#4693" | |
502 | Credits.TextColor3 = Color3.new(1, 1, 1) | |
503 | Credits.TextScaled = true | |
504 | Credits.TextSize = 14 | |
505 | Credits.TextWrapped = true | |
506 | ||
507 | Booga2.Name = "Booga2" | |
508 | Booga2.Parent = ScreenGui | |
509 | Booga2.Active = true | |
510 | Booga2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
511 | Booga2.BackgroundTransparency = 0.30000001192093 | |
512 | Booga2.BorderColor3 = Color3.new(1, 0, 0.498039) | |
513 | Booga2.BorderSizePixel = 2 | |
514 | Booga2.Position = UDim2.new(1.70000005, 1, 1.70000005, 1) | |
515 | Booga2.Size = UDim2.new(0, 474, 0, 468) | |
516 | ||
517 | BoogaTop2.Name = "BoogaTop2" | |
518 | BoogaTop2.Parent = Booga2 | |
519 | BoogaTop2.Active = true | |
520 | BoogaTop2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
521 | BoogaTop2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
522 | BoogaTop2.BorderSizePixel = 2 | |
523 | BoogaTop2.Size = UDim2.new(0, 474, 0, 27) | |
524 | ||
525 | Exit2.Name = "Exit2" | |
526 | Exit2.Parent = Booga2 | |
527 | Exit2.BackgroundColor3 = Color3.new(0.901961, 0.380392, 0.380392) | |
528 | Exit2.BorderSizePixel = 0 | |
529 | Exit2.Position = UDim2.new(0.915611804, 0, 0.00854700897, 0) | |
530 | Exit2.Size = UDim2.new(0, 28, 0, 19) | |
531 | Exit2.Font = Enum.Font.SourceSans | |
532 | Exit2.Text = "X" | |
533 | Exit2.TextColor3 = Color3.new(1, 1, 1) | |
534 | Exit2.TextSize = 14 | |
535 | ||
536 | EmeraldHelmet.Name = "EmeraldHelmet" | |
537 | EmeraldHelmet.Parent = Booga2 | |
538 | EmeraldHelmet.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
539 | EmeraldHelmet.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
540 | EmeraldHelmet.BorderSizePixel = 2 | |
541 | EmeraldHelmet.Position = UDim2.new(0.03164557, 0, 0.126068383, 0) | |
542 | EmeraldHelmet.Size = UDim2.new(0, 93, 0, 27) | |
543 | EmeraldHelmet.Font = Enum.Font.SourceSansSemibold | |
544 | EmeraldHelmet.Text = "Emerald Helmet" | |
545 | EmeraldHelmet.TextColor3 = Color3.new(1, 1, 1) | |
546 | EmeraldHelmet.TextScaled = true | |
547 | EmeraldHelmet.TextSize = 14 | |
548 | EmeraldHelmet.TextWrapped = true | |
549 | ||
550 | EmeraldDivider.Name = "EmeraldDivider" | |
551 | EmeraldDivider.Parent = Booga2 | |
552 | EmeraldDivider.Active = true | |
553 | EmeraldDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
554 | EmeraldDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
555 | EmeraldDivider.BorderSizePixel = 2 | |
556 | EmeraldDivider.Position = UDim2.new(0.03164557, 0, 0.0769230798, 0) | |
557 | EmeraldDivider.Size = UDim2.new(0, 447, 0, 11) | |
558 | ||
559 | EmeraldChestplate.Name = "EmeraldChestplate" | |
560 | EmeraldChestplate.Parent = Booga2 | |
561 | EmeraldChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
562 | EmeraldChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
563 | EmeraldChestplate.BorderSizePixel = 2 | |
564 | EmeraldChestplate.Position = UDim2.new(0.261603385, 0, 0.126068383, 0) | |
565 | EmeraldChestplate.Size = UDim2.new(0, 93, 0, 27) | |
566 | EmeraldChestplate.Font = Enum.Font.SourceSansSemibold | |
567 | EmeraldChestplate.Text = "Emerald Chestplate" | |
568 | EmeraldChestplate.TextColor3 = Color3.new(1, 1, 1) | |
569 | EmeraldChestplate.TextScaled = true | |
570 | EmeraldChestplate.TextSize = 14 | |
571 | EmeraldChestplate.TextWrapped = true | |
572 | ||
573 | EmeraldPick.Name = "EmeraldPick" | |
574 | EmeraldPick.Parent = Booga2 | |
575 | EmeraldPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
576 | EmeraldPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
577 | EmeraldPick.BorderSizePixel = 2 | |
578 | EmeraldPick.Position = UDim2.new(0.748945177, 0, 0.121794872, 0) | |
579 | EmeraldPick.Size = UDim2.new(0, 93, 0, 27) | |
580 | EmeraldPick.Font = Enum.Font.SourceSansSemibold | |
581 | EmeraldPick.Text = "Emerald Pick" | |
582 | EmeraldPick.TextColor3 = Color3.new(1, 1, 1) | |
583 | EmeraldPick.TextScaled = true | |
584 | EmeraldPick.TextSize = 14 | |
585 | EmeraldPick.TextWrapped = true | |
586 | ||
587 | EmeraldGreaves.Name = "EmeraldGreaves" | |
588 | EmeraldGreaves.Parent = Booga2 | |
589 | EmeraldGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
590 | EmeraldGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
591 | EmeraldGreaves.BorderSizePixel = 2 | |
592 | EmeraldGreaves.Position = UDim2.new(0.506329119, 0, 0.123931624, 0) | |
593 | EmeraldGreaves.Size = UDim2.new(0, 93, 0, 27) | |
594 | EmeraldGreaves.Font = Enum.Font.SourceSansSemibold | |
595 | EmeraldGreaves.Text = "Emerald Greaves" | |
596 | EmeraldGreaves.TextColor3 = Color3.new(1, 1, 1) | |
597 | EmeraldGreaves.TextScaled = true | |
598 | EmeraldGreaves.TextSize = 14 | |
599 | EmeraldGreaves.TextWrapped = true | |
600 | ||
601 | EmeraldBlade.Name = "EmeraldBlade" | |
602 | EmeraldBlade.Parent = Booga2 | |
603 | EmeraldBlade.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
604 | EmeraldBlade.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
605 | EmeraldBlade.BorderSizePixel = 2 | |
606 | EmeraldBlade.Position = UDim2.new(0.03164557, 0, 0.211538464, 0) | |
607 | EmeraldBlade.Size = UDim2.new(0, 93, 0, 27) | |
608 | EmeraldBlade.Font = Enum.Font.SourceSansSemibold | |
609 | EmeraldBlade.Text = "Emerald Blade" | |
610 | EmeraldBlade.TextColor3 = Color3.new(1, 1, 1) | |
611 | EmeraldBlade.TextScaled = true | |
612 | EmeraldBlade.TextSize = 14 | |
613 | EmeraldBlade.TextWrapped = true | |
614 | ||
615 | EmeraldAxe.Name = "EmeraldAxe" | |
616 | EmeraldAxe.Parent = Booga2 | |
617 | EmeraldAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
618 | EmeraldAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
619 | EmeraldAxe.BorderSizePixel = 2 | |
620 | EmeraldAxe.Position = UDim2.new(0.261603385, 0, 0.211538464, 0) | |
621 | EmeraldAxe.Size = UDim2.new(0, 93, 0, 27) | |
622 | EmeraldAxe.Font = Enum.Font.SourceSansSemibold | |
623 | EmeraldAxe.Text = "Emerald Axe" | |
624 | EmeraldAxe.TextColor3 = Color3.new(1, 1, 1) | |
625 | EmeraldAxe.TextScaled = true | |
626 | EmeraldAxe.TextSize = 14 | |
627 | EmeraldAxe.TextWrapped = true | |
628 | ||
629 | EmeraldBag.Name = "EmeraldBag" | |
630 | EmeraldBag.Parent = Booga2 | |
631 | EmeraldBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
632 | EmeraldBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
633 | EmeraldBag.BorderSizePixel = 2 | |
634 | EmeraldBag.Position = UDim2.new(0.506329119, 0, 0.209401712, 0) | |
635 | EmeraldBag.Size = UDim2.new(0, 93, 0, 27) | |
636 | EmeraldBag.Font = Enum.Font.SourceSansSemibold | |
637 | EmeraldBag.Text = "EmeraldBag" | |
638 | EmeraldBag.TextColor3 = Color3.new(1, 1, 1) | |
639 | EmeraldBag.TextScaled = true | |
640 | EmeraldBag.TextSize = 14 | |
641 | EmeraldBag.TextWrapped = true | |
642 | ||
643 | VoidShroud.Name = "VoidShroud" | |
644 | VoidShroud.Parent = Booga2 | |
645 | VoidShroud.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
646 | VoidShroud.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
647 | VoidShroud.BorderSizePixel = 2 | |
648 | VoidShroud.Position = UDim2.new(0.719409287, 0, 0.623931646, 0) | |
649 | VoidShroud.Size = UDim2.new(0, 93, 0, 27) | |
650 | VoidShroud.Font = Enum.Font.SourceSansSemibold | |
651 | VoidShroud.Text = "Void Shroud" | |
652 | VoidShroud.TextColor3 = Color3.new(1, 1, 1) | |
653 | VoidShroud.TextScaled = true | |
654 | VoidShroud.TextSize = 14 | |
655 | VoidShroud.TextWrapped = true | |
656 | ||
657 | EmeraldDivider2.Name = "EmeraldDivider2" | |
658 | EmeraldDivider2.Parent = Booga2 | |
659 | EmeraldDivider2.Active = true | |
660 | EmeraldDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
661 | EmeraldDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
662 | EmeraldDivider2.BorderSizePixel = 2 | |
663 | EmeraldDivider2.Position = UDim2.new(0.0232067518, 0, 0.288461536, 0) | |
664 | EmeraldDivider2.Size = UDim2.new(0, 447, 0, 11) | |
665 | ||
666 | GodDivider.Name = "GodDivider" | |
667 | GodDivider.Parent = Booga2 | |
668 | GodDivider.Active = true | |
669 | GodDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
670 | GodDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
671 | GodDivider.BorderSizePixel = 2 | |
672 | GodDivider.Position = UDim2.new(0.0232067518, 0, 0.324786335, 0) | |
673 | GodDivider.Size = UDim2.new(0, 447, 0, 11) | |
674 | ||
675 | GodDivider2.Name = "GodDivider2" | |
676 | GodDivider2.Parent = Booga2 | |
677 | GodDivider2.Active = true | |
678 | GodDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
679 | GodDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
680 | GodDivider2.BorderSizePixel = 2 | |
681 | GodDivider2.Position = UDim2.new(0.0147679336, 0, 0.538461566, 0) | |
682 | GodDivider2.Size = UDim2.new(0, 447, 0, 11) | |
683 | ||
684 | GodRock.Name = "GodRock" | |
685 | GodRock.Parent = Booga2 | |
686 | GodRock.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
687 | GodRock.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
688 | GodRock.BorderSizePixel = 2 | |
689 | GodRock.Position = UDim2.new(0.03164557, 0, 0.455128193, 0) | |
690 | GodRock.Size = UDim2.new(0, 93, 0, 27) | |
691 | GodRock.Font = Enum.Font.SourceSansSemibold | |
692 | GodRock.Text = "God Rock" | |
693 | GodRock.TextColor3 = Color3.new(1, 1, 1) | |
694 | GodRock.TextScaled = true | |
695 | GodRock.TextSize = 14 | |
696 | GodRock.TextWrapped = true | |
697 | ||
698 | GodHalo.Name = "GodHalo" | |
699 | GodHalo.Parent = Booga2 | |
700 | GodHalo.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
701 | GodHalo.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
702 | GodHalo.BorderSizePixel = 2 | |
703 | GodHalo.Position = UDim2.new(0.03164557, 0, 0.369658113, 0) | |
704 | GodHalo.Size = UDim2.new(0, 93, 0, 27) | |
705 | GodHalo.Font = Enum.Font.SourceSansSemibold | |
706 | GodHalo.Text = "God Halo" | |
707 | GodHalo.TextColor3 = Color3.new(1, 1, 1) | |
708 | GodHalo.TextScaled = true | |
709 | GodHalo.TextSize = 14 | |
710 | GodHalo.TextWrapped = true | |
711 | ||
712 | GodChestplate.Name = "GodChestplate" | |
713 | GodChestplate.Parent = Booga2 | |
714 | GodChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
715 | GodChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
716 | GodChestplate.BorderSizePixel = 2 | |
717 | GodChestplate.Position = UDim2.new(0.261603385, 0, 0.369658113, 0) | |
718 | GodChestplate.Size = UDim2.new(0, 93, 0, 27) | |
719 | GodChestplate.Font = Enum.Font.SourceSansSemibold | |
720 | GodChestplate.Text = "God Chestplate" | |
721 | GodChestplate.TextColor3 = Color3.new(1, 1, 1) | |
722 | GodChestplate.TextScaled = true | |
723 | GodChestplate.TextSize = 14 | |
724 | GodChestplate.TextWrapped = true | |
725 | ||
726 | GodAxe.Name = "GodAxe" | |
727 | GodAxe.Parent = Booga2 | |
728 | GodAxe.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
729 | GodAxe.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
730 | GodAxe.BorderSizePixel = 2 | |
731 | GodAxe.Position = UDim2.new(0.261603385, 0, 0.455128193, 0) | |
732 | GodAxe.Size = UDim2.new(0, 93, 0, 27) | |
733 | GodAxe.Font = Enum.Font.SourceSansSemibold | |
734 | GodAxe.Text = "God Axe" | |
735 | GodAxe.TextColor3 = Color3.new(1, 1, 1) | |
736 | GodAxe.TextScaled = true | |
737 | GodAxe.TextSize = 14 | |
738 | GodAxe.TextWrapped = true | |
739 | ||
740 | GodBag.Name = "GodBag" | |
741 | GodBag.Parent = Booga2 | |
742 | GodBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
743 | GodBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
744 | GodBag.BorderSizePixel = 2 | |
745 | GodBag.Position = UDim2.new(0.506329119, 0, 0.452991456, 0) | |
746 | GodBag.Size = UDim2.new(0, 93, 0, 27) | |
747 | GodBag.Font = Enum.Font.SourceSansSemibold | |
748 | GodBag.Text = "God Bag" | |
749 | GodBag.TextColor3 = Color3.new(1, 1, 1) | |
750 | GodBag.TextScaled = true | |
751 | GodBag.TextSize = 14 | |
752 | GodBag.TextWrapped = true | |
753 | ||
754 | GodLegs.Name = "GodLegs" | |
755 | GodLegs.Parent = Booga2 | |
756 | GodLegs.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
757 | GodLegs.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
758 | GodLegs.BorderSizePixel = 2 | |
759 | GodLegs.Position = UDim2.new(0.506329119, 0, 0.367521375, 0) | |
760 | GodLegs.Size = UDim2.new(0, 93, 0, 27) | |
761 | GodLegs.Font = Enum.Font.SourceSansSemibold | |
762 | GodLegs.Text = "God Legs" | |
763 | GodLegs.TextColor3 = Color3.new(1, 1, 1) | |
764 | GodLegs.TextScaled = true | |
765 | GodLegs.TextSize = 14 | |
766 | GodLegs.TextWrapped = true | |
767 | ||
768 | GodPick.Name = "GodPick" | |
769 | GodPick.Parent = Booga2 | |
770 | GodPick.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
771 | GodPick.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
772 | GodPick.BorderSizePixel = 2 | |
773 | GodPick.Position = UDim2.new(0.748945177, 0, 0.365384609, 0) | |
774 | GodPick.Size = UDim2.new(0, 93, 0, 27) | |
775 | GodPick.Font = Enum.Font.SourceSansSemibold | |
776 | GodPick.Text = "God Pick" | |
777 | GodPick.TextColor3 = Color3.new(1, 1, 1) | |
778 | GodPick.TextScaled = true | |
779 | GodPick.TextSize = 14 | |
780 | GodPick.TextWrapped = true | |
781 | ||
782 | VoidChestplate.Name = "VoidChestplate" | |
783 | VoidChestplate.Parent = Booga2 | |
784 | VoidChestplate.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
785 | VoidChestplate.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
786 | VoidChestplate.BorderSizePixel = 2 | |
787 | VoidChestplate.Position = UDim2.new(0.371308029, 0, 0.626068354, 0) | |
788 | VoidChestplate.Size = UDim2.new(0, 93, 0, 27) | |
789 | VoidChestplate.Font = Enum.Font.SourceSansSemibold | |
790 | VoidChestplate.Text = "Void Chestplate" | |
791 | VoidChestplate.TextColor3 = Color3.new(1, 1, 1) | |
792 | VoidChestplate.TextScaled = true | |
793 | VoidChestplate.TextSize = 14 | |
794 | VoidChestplate.TextWrapped = true | |
795 | ||
796 | VoidDivider2.Name = "VoidDivider2" | |
797 | VoidDivider2.Parent = Booga2 | |
798 | VoidDivider2.Active = true | |
799 | VoidDivider2.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
800 | VoidDivider2.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
801 | VoidDivider2.BorderSizePixel = 2 | |
802 | VoidDivider2.Position = UDim2.new(0.00632911548, 0, 0.797008574, 0) | |
803 | VoidDivider2.Size = UDim2.new(0, 447, 0, 11) | |
804 | ||
805 | VoidDivider.Name = "VoidDivider" | |
806 | VoidDivider.Parent = Booga2 | |
807 | VoidDivider.Active = true | |
808 | VoidDivider.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
809 | VoidDivider.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
810 | VoidDivider.BorderSizePixel = 2 | |
811 | VoidDivider.Position = UDim2.new(0.0147679336, 0, 0.583333373, 0) | |
812 | VoidDivider.Size = UDim2.new(0, 447, 0, 11) | |
813 | ||
814 | VoidBag.Name = "VoidBag" | |
815 | VoidBag.Parent = Booga2 | |
816 | VoidBag.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
817 | VoidBag.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
818 | VoidBag.BorderSizePixel = 2 | |
819 | VoidBag.Position = UDim2.new(0.373417735, 0, 0.715811968, 0) | |
820 | VoidBag.Size = UDim2.new(0, 93, 0, 27) | |
821 | VoidBag.Font = Enum.Font.SourceSansSemibold | |
822 | VoidBag.Text = "Void Bag" | |
823 | VoidBag.TextColor3 = Color3.new(1, 1, 1) | |
824 | VoidBag.TextScaled = true | |
825 | VoidBag.TextSize = 14 | |
826 | VoidBag.TextWrapped = true | |
827 | ||
828 | VoidGreaves.Name = "VoidGreaves" | |
829 | VoidGreaves.Parent = Booga2 | |
830 | VoidGreaves.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
831 | VoidGreaves.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
832 | VoidGreaves.BorderSizePixel = 2 | |
833 | VoidGreaves.Position = UDim2.new(0.03164557, 0, 0.630341887, 0) | |
834 | VoidGreaves.Size = UDim2.new(0, 93, 0, 27) | |
835 | VoidGreaves.Font = Enum.Font.SourceSansSemibold | |
836 | VoidGreaves.Text = "Void Greaves" | |
837 | VoidGreaves.TextColor3 = Color3.new(1, 1, 1) | |
838 | VoidGreaves.TextScaled = true | |
839 | VoidGreaves.TextSize = 14 | |
840 | VoidGreaves.TextWrapped = true | |
841 | ||
842 | OOFHorn.Name = "OOFHorn" | |
843 | OOFHorn.Parent = Booga2 | |
844 | OOFHorn.BackgroundColor3 = Color3.new(0.12549, 0.129412, 0.176471) | |
845 | OOFHorn.BorderColor3 = Color3.new(1, 0.00392157, 0.356863) | |
846 | OOFHorn.BorderSizePixel = 2 | |
847 | OOFHorn.Position = UDim2.new(0.748945177, 0, 0.450854689, 0) | |
848 | OOFHorn.Size = UDim2.new(0, 93, 0, 27) | |
849 | OOFHorn.Font = Enum.Font.SourceSansSemibold | |
850 | OOFHorn.Text = "OOF Horn" | |
851 | OOFHorn.TextColor3 = Color3.new(1, 1, 1) | |
852 | OOFHorn.TextScaled = true | |
853 | OOFHorn.TextSize = 14 | |
854 | OOFHorn.TextWrapped = true | |
855 | ||
856 | Open.MouseButton1Down:connect(function() | |
857 | Booga:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1) | |
858 | Open.Visible = true | |
859 | Booga.Visible = true | |
860 | end) | |
861 | ||
862 | Exit.MouseButton1Down:connect(function() | |
863 | Booga:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1) | |
864 | Open.Visible = true | |
865 | end) | |
866 | ||
867 | Recipes.MouseButton1Down:connect(function() | |
868 | Booga2:TweenPosition(UDim2.new(0.433, 0, 0.074, 0), 'Out','Bounce', 1) | |
869 | Booga2.Visible = true | |
870 | end) | |
871 | ||
872 | Exit2.MouseButton1Down:connect(function() | |
873 | Booga2:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1) | |
874 | end) | |
875 | ||
876 | VoidBag.MouseButton1Click:connect(function() | |
877 | local A_1 = "Void Bag" | |
878 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
879 | Event:FireServer(A_1) | |
880 | end) | |
881 | ||
882 | VoidShroud.MouseButton1Click:connect(function() | |
883 | local A_1 = "Void Shroud" | |
884 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
885 | Event:FireServer(A_1) | |
886 | end) | |
887 | ||
888 | VoidChestplate.MouseButton1Click:connect(function() | |
889 | local A_1 = "Void Chestplate" | |
890 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
891 | Event:FireServer(A_1) | |
892 | end) | |
893 | ||
894 | VoidGreaves.MouseButton1Click:connect(function() | |
895 | local A_1 = "Void Greaves" | |
896 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
897 | Event:FireServer(A_1) | |
898 | end) | |
899 | ||
900 | ||
901 | ||
902 | EmeraldAxe.MouseButton1Click:connect(function() | |
903 | local A_1 = "Emerald Axe" | |
904 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
905 | Event:FireServer(A_1) | |
906 | end) | |
907 | ||
908 | EmeraldBlade.MouseButton1Click:connect(function() | |
909 | local A_1 = "Emerald Blade" | |
910 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
911 | Event:FireServer(A_1) | |
912 | end) | |
913 | ||
914 | EmeraldPick.MouseButton1Click:connect(function() | |
915 | local A_1 = "Emerald Pick" | |
916 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
917 | Event:FireServer(A_1) | |
918 | end) | |
919 | ||
920 | EmeraldBag.MouseButton1Click:connect(function() | |
921 | local A_1 = "Emerald Bag" | |
922 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
923 | Event:FireServer(A_1) | |
924 | end) | |
925 | ||
926 | EmeraldHelmet.MouseButton1Click:connect(function() | |
927 | local A_1 = "Emerald Helmet" | |
928 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
929 | Event:FireServer(A_1) | |
930 | end) | |
931 | ||
932 | EmeraldChestplate.MouseButton1Click:connect(function() | |
933 | local A_1 = "Emerald Chestplate" | |
934 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
935 | Event:FireServer(A_1) | |
936 | end) | |
937 | ||
938 | EmeraldGreaves.MouseButton1Click:connect(function() | |
939 | local A_1 = "Emerald Greaves" | |
940 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
941 | Event:FireServer(A_1) | |
942 | end) | |
943 | ||
944 | ||
945 | ||
946 | GodAxe.MouseButton1Click:connect(function() | |
947 | local A_1 = "God Axe" | |
948 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
949 | Event:FireServer(A_1) | |
950 | end) | |
951 | ||
952 | GodRock.MouseButton1Click:connect(function() | |
953 | local A_1 = "God Rock" | |
954 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
955 | Event:FireServer(A_1) | |
956 | end) | |
957 | ||
958 | GodPick.MouseButton1Click:connect(function() | |
959 | local A_1 = "God Pick" | |
960 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
961 | Event:FireServer(A_1) | |
962 | end) | |
963 | ||
964 | GodHalo.MouseButton1Click:connect(function() | |
965 | local A_1 = "God Halo" | |
966 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
967 | Event:FireServer(A_1) | |
968 | end) | |
969 | ||
970 | GodChestplate.MouseButton1Click:connect(function() | |
971 | local A_1 = "God Chestplate" | |
972 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
973 | Event:FireServer(A_1) | |
974 | end) | |
975 | ||
976 | GodLegs.MouseButton1Click:connect(function() | |
977 | local A_1 = "God Legs" | |
978 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
979 | Event:FireServer(A_1) | |
980 | end) | |
981 | ||
982 | GodBag.MouseButton1Click:connect(function() | |
983 | local A_1 = "God Bag" | |
984 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
985 | Event:FireServer(A_1) | |
986 | end) | |
987 | ||
988 | ||
989 | OOFHorn.MouseButton1Click:connect(function() | |
990 | local A_1 = "OOF Horn" | |
991 | local Event = game:GetService("ReplicatedStorage").Events.CraftItem | |
992 | Event:FireServer(A_1) | |
993 | end) | |
994 | ||
995 | ||
996 | ||
997 | InfinityChest.MouseButton1Down:connect(function() | |
998 | local plr = game:GetService("Players").LocalPlayer | |
999 | local mouse = plr:GetMouse() | |
1000 | mouse.KeyDown:connect(function(key) | |
1001 | if key == "q" then | |
1002 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1003 | Torso = game.Players.LocalPlayer.Character.UpperTorso | |
1004 | b = Torso.Position + Torso.CFrame.lookVector * 10 | |
1005 | local c = b.x | |
1006 | local d = b.y - 2 | |
1007 | local e = b.z | |
1008 | for i = 1,1 do | |
1009 | local A_1 = "Infinity Chest" | |
1010 | local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1011 | local A_3 = 0 | |
1012 | Event:FireServer(A_1, A_2, A_3) | |
1013 | end end end) | |
1014 | end) | |
1015 | ||
1016 | ||
1017 | CraftAnyItem.MouseButton1Click:connect(function() | |
1018 | local event = game.ReplicatedStorage.Events.CraftItem | |
1019 | local item = CraftItem.Text | |
1020 | event:FireServer(item) | |
1021 | end) | |
1022 | ||
1023 | GodHut.MouseButton1Click:connect(function() | |
1024 | local plr = game:GetService("Players").LocalPlayer | |
1025 | local mouse = plr:GetMouse() | |
1026 | mouse.KeyDown:connect(function(key) | |
1027 | if key == "g" then | |
1028 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1029 | Torso = game.Players.LocalPlayer.Character.UpperTorso | |
1030 | b = Torso.Position + Torso.CFrame.lookVector * 10 | |
1031 | local c = b.x | |
1032 | local d = b.y - 2 | |
1033 | local e = b.z | |
1034 | for i = 1,1 do | |
1035 | local A_1 = "God Hut" | |
1036 | local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1037 | local A_3 = 0 | |
1038 | Event:FireServer(A_1, A_2, A_3) | |
1039 | end end end) | |
1040 | end) | |
1041 | ||
1042 | AutoPickUp.MouseButton1Click:connect(function() | |
1043 | local Objects; | |
1044 | local Pickup = function(Character) | |
1045 | local myPos = Character.HumanoidRootPart.Position | |
1046 | local Objects = {} | |
1047 | for i,v in pairs(workspace:GetChildren()) do | |
1048 | if v:FindFirstChild("Pickup") ~= nil and v.ClassName == "Part" then | |
1049 | local Pos = v.Position | |
1050 | local Distance = (myPos - Pos).magnitude | |
1051 | if Distance < 40 then | |
1052 | table.insert(Objects, v) | |
1053 | end | |
1054 | elseif v:FindFirstChild("Pickup") ~= nil and v:FindFirstChild("Part") ~= nil and v.Part.ClassName == "Part" then | |
1055 | local Pos = v.Part.Position | |
1056 | local Distance = (myPos - Pos).magnitude | |
1057 | if Distance < 40 then | |
1058 | table.insert(Objects, v) | |
1059 | end | |
1060 | elseif v:FindFirstChild("Pickup") ~= nil and v.ClassName == "UnionOperation" then | |
1061 | local Pos = v.Position | |
1062 | local Distance = (myPos - Pos).magnitude | |
1063 | if Distance < 40 then | |
1064 | table.insert(Objects, v) | |
1065 | end | |
1066 | end | |
1067 | end | |
1068 | for i,v in pairs(Objects) do | |
1069 | for i=1,10 do | |
1070 | v.Position = myPos | |
1071 | game:GetService("ReplicatedStorage").Events.Pickup:FireServer(v) | |
1072 | end | |
1073 | end | |
1074 | end | |
1075 | wait(1) | |
1076 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
1077 | ||
1078 | mouse.KeyDown:connect(function(key) | |
1079 | if key == AutoPickUpBind.Text then | |
1080 | print'AutoPicked-up YEET' | |
1081 | Pickup(game.Players.LocalPlayer.Character) | |
1082 | end | |
1083 | end) | |
1084 | end) | |
1085 | ||
1086 | local plr = game:GetService("Players").LocalPlayer | |
1087 | local char = plr.Character | |
1088 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
1089 | local hum = char:FindFirstChild("HumanoidRootPart") | |
1090 | ||
1091 | --SpeedVariables | |
1092 | local plr = game:GetService("Players").LocalPlayer | |
1093 | local char = plr.Character | |
1094 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
1095 | local hum = char:FindFirstChild("HumanoidRootPart") | |
1096 | --yeet | |
1097 | Speed.MouseButton1Down:connect(function() | |
1098 | local plr = game:GetService("Players").LocalPlayer | |
1099 | local char = plr.Character | |
1100 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
1101 | local hum = char:FindFirstChild("HumanoidRootPart") | |
1102 | mouse.KeyDown:connect(function(key) | |
1103 | if key == SpeedBind.Text then | |
1104 | loop = true | |
1105 | while loop do | |
1106 | hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3 | |
1107 | wait() | |
1108 | end | |
1109 | end | |
1110 | end) | |
1111 | end) | |
1112 | ||
1113 | mouse.KeyUp:connect(function(key) | |
1114 | if key == SpeedBind.Text then | |
1115 | loop = false | |
1116 | end | |
1117 | end) | |
1118 | ||
1119 | AutoBreak.MouseButton1Click:connect(function() | |
1120 | local mouse = game:GetService("Players").LocalPlayer:GetMouse() | |
1121 | local breaking=false | |
1122 | mouse.KeyDown:connect(function(key) | |
1123 | if key == Breakkey.Text then | |
1124 | breaking = true | |
1125 | while breaking and wait(0.1) do | |
1126 | local part = game:GetService("Players").LocalPlayer:GetMouse().Target | |
1127 | local one = game:GetService("ReplicatedStorage").RelativeTime.Value | |
1128 | local two = {part,part,part,part} | |
1129 | game:GetService("ReplicatedStorage").Events.SwingTool:FireServer(one, two) | |
1130 | end | |
1131 | end | |
1132 | end) | |
1133 | mouse.KeyUp:connect(function(key) | |
1134 | if key == Breakkey.Text then | |
1135 | breaking = false | |
1136 | end | |
1137 | end) | |
1138 | end) | |
1139 | ||
1140 | RevizV2.MouseButton1Click:connect(function() | |
1141 | loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))() | |
1142 | end) | |
1143 | ||
1144 | RemoveRainbtn.MouseButton1Click:Connect(function() | |
1145 | if workspace:FindFirstChild('RainPart') ~= nil then | |
1146 | workspace.RainPart:Destroy() | |
1147 | game.ReplicatedStorage.Sounds.Nature.Rain:Stop() | |
1148 | game.ReplicatedStorage.Sounds.Nature.Thunder:Stop() | |
1149 | game.Lighting.Rain:Destroy() | |
1150 | game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting | |
1151 | end | |
1152 | end) | |
1153 | ||
1154 | TpSpambtn.MouseButton1Down:connect(function() | |
1155 | for i,v in pairs(game:GetService("Players"):GetChildren()) do | |
1156 | if v.Name:lower():find(TpSpamPlayerNamekb.Text:lower()) then | |
1157 | if v.Name == "Infinity_Chest" or v.Name == "BlueBearTimx" then | |
1158 | print("Fools you cannot kill the devs") | |
1159 | else | |
1160 | player = game.Players.LocalPlayer.Character | |
1161 | repeat | |
1162 | player.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame | |
1163 | wait(.001) | |
1164 | until v.Character.Humanoid.Health <= 0 | |
1165 | end | |
1166 | end | |
1167 | end | |
1168 | end) | |
1169 | ||
1170 | Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")} | |
1171 | ||
1172 | local enabledesp = false | |
1173 | ||
1174 | function CreateESP(plr) | |
1175 | ||
1176 | if plr ~= nil then | |
1177 | ||
1178 | local GetChar = plr.Character | |
1179 | if not GetChar then return end | |
1180 | ||
1181 | local GetHead do | |
1182 | ||
1183 | repeat wait() until GetChar:FindFirstChild("Head") | |
1184 | ||
1185 | end | |
1186 | GetHead = GetChar.Head | |
1187 | ||
1188 | local bb = Instance.new("BillboardGui", Important.CoreGui) | |
1189 | bb.Adornee = GetHead | |
1190 | bb.ExtentsOffset = Vector3.new(0, 1, 0) | |
1191 | bb.AlwaysOnTop = true | |
1192 | bb.Size = UDim2.new(0, 5, 0, 5) | |
1193 | bb.StudsOffset = Vector3.new(0, 3, 0) | |
1194 | bb.Name = "ESP_PLAYER_" .. plr.Name | |
1195 | ||
1196 | local displayframe = Instance.new("Frame", bb) | |
1197 | displayframe.ZIndex = 10 | |
1198 | displayframe.BackgroundTransparency = 1 | |
1199 | displayframe.Size = UDim2.new(1,0,1,0) | |
1200 | ||
1201 | local name = Instance.new("TextLabel", displayframe) | |
1202 | name.Name = "Name" | |
1203 | name.ZIndex = 10 | |
1204 | name.Text = plr.Name | |
1205 | name.Visible = true | |
1206 | name.TextColor3 = Color3.new(170,0,0) | |
1207 | name.BackgroundTransparency = 1 | |
1208 | name.Size = UDim2.new(1,0,10,0) | |
1209 | name.Font = Enum.Font.SourceSansLight | |
1210 | name.TextSize = 20 | |
1211 | name.TextStrokeTransparency = .5 | |
1212 | ||
1213 | end | |
1214 | ||
1215 | end | |
1216 | ||
1217 | ESPbtn.MouseButton1Click:Connect(function() | |
1218 | for i,v in pairs(Important.Players:GetChildren()) do | |
1219 | ||
1220 | CreateESP(v) | |
1221 | end | |
1222 | end) | |
1223 | ||
1224 | DropAllItemsbtn.MouseButton1Click:Connect(function() | |
1225 | ||
1226 | Player = game.Players.LocalPlayer | |
1227 | Mouse = Player:GetMouse() | |
1228 | ||
1229 | function PressedE(key) | |
1230 | Key = key:lower() | |
1231 | if Key == DropAllItemskb.Text then | |
1232 | for i=1, 100 do | |
1233 | game.ReplicatedStorage.Events.DropBagItem:FireServer(DropAllItemsItemNamekb.Text) | |
1234 | end | |
1235 | end | |
1236 | end | |
1237 | Mouse.KeyDown:connect(PressedE) | |
1238 | end) | |
1239 | ||
1240 | ||
1241 | RemoveAllEffectsbtn.MouseButton1Click:Connect(function() | |
1242 | game.Lighting.FogEnd = 1200000 | |
1243 | game.Lighting.Brightness = 3 | |
1244 | game.Lighting.GlobalShadows = false | |
1245 | end) | |
1246 | ||
1247 | VoidTpbtn.MouseButton1Click:Connect(function() | |
1248 | game:GetService("TeleportService"):Teleport(2021740958) | |
1249 | print('VoidTP Credits: Flareo!') | |
1250 | end) | |
1251 | ||
1252 | AutoEatbtn.MouseButton1Click:Connect(function() | |
1253 | if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then | |
1254 | local lol = 1 | |
1255 | local plr = game:GetService("Players").LocalPlayer | |
1256 | local mouse = plr:GetMouse() | |
1257 | mouse.KeyDown:connect(function(key) | |
1258 | if key == AutoEatkb.Text then | |
1259 | lol = 0 | |
1260 | while lol == 0 do | |
1261 | wait() | |
1262 | local Event = game:GetService("ReplicatedStorage").Events.UseBagItem | |
1263 | Event:FireServer(AutoEatFoodNamekb.Text) | |
1264 | Event:FireServer(AutoEatFoodNamekb.Text) | |
1265 | Event:FireServer(AutoEatFoodNamekb.Text) | |
1266 | end end end) | |
1267 | local plr = game:GetService("Players").LocalPlayer | |
1268 | local mouse = plr:GetMouse() | |
1269 | mouse.KeyUp:connect(function(key) | |
1270 | if key == AutoEatkb.Text then | |
1271 | lol = 1 | |
1272 | end end) end | |
1273 | end) | |
1274 | AutoCampfirebtn.MouseButton1Click:Connect(function() | |
1275 | local Fires = 1 | |
1276 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1277 | h = game.Players.LocalPlayer.Character.LowerTorso.Position | |
1278 | local c = h.x + 5 | |
1279 | local d = h.y - 2 | |
1280 | local e = h.z | |
1281 | local j = h.x | |
1282 | local k = h.y - 2 | |
1283 | local l = h.z | |
1284 | local aa = h.x - 5 | |
1285 | local bb = h.y - 2 | |
1286 | local cc = h.z | |
1287 | local aaa = h.x | |
1288 | local bbb = h.y - 2 | |
1289 | local ccc = h.z + 5 | |
1290 | local aaaa = h.x | |
1291 | local bbbb = h.y - 2 | |
1292 | local cccc = h.z - 5 | |
1293 | for i = 1,1 do | |
1294 | local C_1 = "Chest" | |
1295 | local C_2 = CFrame.new(j, k, l, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1296 | local C_3 = 0 | |
1297 | Event:FireServer(C_1, C_2, C_3) | |
1298 | end | |
1299 | for i = 1,Fires do | |
1300 | local A_1 = "Campfire" | |
1301 | local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1302 | local A_3 = 0 | |
1303 | Event:FireServer(A_1, A_2, A_3) | |
1304 | end | |
1305 | for i = 1,Fires do | |
1306 | local B_1 = "Campfire" | |
1307 | local B_2 = CFrame.new(aa, bb, cc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1308 | local B_3 = 0 | |
1309 | Event:FireServer(B_1, B_2, B_3) | |
1310 | end | |
1311 | for i = 1,Fires do | |
1312 | local D_1 = "Campfire" | |
1313 | local D_2 = CFrame.new(aaa, bbb, ccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1314 | local D_3 = 0 | |
1315 | Event:FireServer(D_1, D_2, D_3) | |
1316 | end | |
1317 | for i = 1,Fires do | |
1318 | local E_1 = "Campfire" | |
1319 | local E_2 = CFrame.new(aaaa, bbbb, cccc, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1) | |
1320 | local E_3 = 0 | |
1321 | Event:FireServer(E_1, E_2, E_3) | |
1322 | end | |
1323 | end) | |
1324 | ||
1325 | AutoWallTrapbtn.MouseButton1Click:Connect(function() | |
1326 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1327 | h = game.Players.LocalPlayer.Character.LowerTorso.Position | |
1328 | local aa = h.x + 13 | |
1329 | local bb = h.y - 2 | |
1330 | local cc = h.z | |
1331 | local aaa = h.x - 13 | |
1332 | local bbb = h.y - 2 | |
1333 | local ccc = h.z | |
1334 | local aaaa = h.x | |
1335 | local bbbb = h.y - 2 | |
1336 | local cccc = h.z + 13 | |
1337 | local aaaaa = h.x | |
1338 | local bbbbb = h.y - 2 | |
1339 | local ccccc = h.z - 13 | |
1340 | local k_1 = "Stone Wall" | |
1341 | local k_2 = CFrame.new(aaaa, bbbb, cccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951) | |
1342 | local k_3 = 177 | |
1343 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1344 | Event:FireServer(k_1, k_2, k_3) | |
1345 | local l_1 = "Stone Wall" | |
1346 | local l_2 = CFrame.new(aaaaa, bbbbb, ccccc, -0.99862951, 9.53660761e-12, 0.0523360483, -9.54969524e-12, 1, 2.71050543e-20, -0.0523360483, 4.99793241e-13, -0.99862951) | |
1347 | local l_3 = 177 | |
1348 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1349 | Event:FireServer(l_1, l_2, l_3) | |
1350 | local m_1 = "Stone Wall" | |
1351 | local m_2 = CFrame.new(aaa, bbb, ccc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08) | |
1352 | local m_3 = 270 | |
1353 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1354 | Event:FireServer(m_1, m_2, m_3) | |
1355 | local n_1 = "Stone Wall" | |
1356 | local n_2 = CFrame.new(aa, bb, cc, 1.19248806e-08, 3.87430191e-06, -1, 4.62005888e-14, 1, -3.87430191e-06, 1, 0, 1.19248806e-08) | |
1357 | local n_3 = 270 | |
1358 | local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure | |
1359 | Event:FireServer(n_1, n_2, n_3) | |
1360 | end) |