View difference between Paste ID: Rk2AGkJY and 4nMBBh8L
SHOW: | | - or go back to the newest paste.
1
User: G
2
Pass: G
3
-
4
Just press X & you get all the features LOL
5
6
7
-- Farewell Infortality.
8
-- Version: 2.82
9
-- Instances:
10
local BoogersGUIReVamp = Instance.new("ScreenGui")
11
local loginFrame = Instance.new("Frame")
12
local submitBTN = Instance.new("TextButton")
13
local userNameTB = Instance.new("TextBox")
14
local passWordTB = Instance.new("TextBox")
15
local guiTitle = Instance.new("TextLabel")
16
local userName = Instance.new("TextLabel")
17
local passWord = Instance.new("TextLabel")
18
local miscFrame = Instance.new("Frame")
19
local revizBtn = Instance.new("TextButton")
20
local voidTP = Instance.new("TextButton")
21
local guiTitle_2 = Instance.new("TextLabel")
22
local rmvFX = Instance.new("TextButton")
23
local rmvRain = Instance.new("TextButton")
24
local autoDrop = Instance.new("TextButton")
25
local autoEat = Instance.new("TextButton")
26
local autoDropItem = Instance.new("TextBox")
27
local autoEatFood = Instance.new("TextBox")
28
local autoEatKB = Instance.new("TextBox")
29
local autoDropKB = Instance.new("TextBox")
30
local espBTN = Instance.new("TextButton")
31
local infoFrame = Instance.new("Frame")
32
local keybindInfo = Instance.new("TextLabel")
33
local infoFrame2 = Instance.new("Frame")
34
local keybindInfo_2 = Instance.new("TextLabel")
35
--Properties:
36
BoogersGUIReVamp.Name = "Boogers GUI ReVamp"
37
BoogersGUIReVamp.Parent = game.CoreGui
38
39
loginFrame.Name = "loginFrame"
40
loginFrame.Parent = BoogersGUIReVamp
41
loginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
42
loginFrame.BorderColor3 = Color3.new(0.666667, 0, 1)
43
loginFrame.LayoutOrder = 1
44
loginFrame.Position = UDim2.new(0.402253628, 0, 0.160513639, 0)
45
loginFrame.Size = UDim2.new(0, 300, 0, 423)
46
47
submitBTN.Name = "submitBTN"
48
submitBTN.Parent = loginFrame
49
submitBTN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
50
submitBTN.BorderColor3 = Color3.new(0.666667, 0, 1)
51
submitBTN.Position = UDim2.new(0.164871797, 0, 0.712653995, 0)
52
submitBTN.Size = UDim2.new(0, 200, 0, 50)
53
submitBTN.Font = Enum.Font.SourceSans
54
submitBTN.Text = "SUBMIT"
55
submitBTN.TextColor3 = Color3.new(0.666667, 0, 1)
56
submitBTN.TextSize = 28
57
--Scripts:
58
submitBTN.MouseButton1Down:connect(function()
59
if userNameTB.Text == "G" and passWordTB.Text == "G" then
60
    loginFrame.Visible = false
61
end
62
end)
63
64
userNameTB.Name = "userNameTB"
65
userNameTB.Parent = loginFrame
66
userNameTB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
67
userNameTB.BorderColor3 = Color3.new(0.666667, 0, 1)
68
userNameTB.Position = UDim2.new(0.164871797, 0, 0.312679052, 0)
69
userNameTB.Size = UDim2.new(0, 200, 0, 30)
70
userNameTB.Font = Enum.Font.SourceSans
71
userNameTB.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
72
userNameTB.PlaceholderText = "User Here"
73
userNameTB.Text = ""
74
userNameTB.TextColor3 = Color3.new(0.666667, 0, 1)
75
userNameTB.TextSize = 20
76
77
passWordTB.Name = "passWordTB"
78
passWordTB.Parent = loginFrame
79
passWordTB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
80
passWordTB.BorderColor3 = Color3.new(0.666667, 0, 1)
81
passWordTB.Position = UDim2.new(0.164017096, 0, 0.511105061, 0)
82
passWordTB.Size = UDim2.new(0, 200, 0, 30)
83
passWordTB.Font = Enum.Font.SourceSans
84
passWordTB.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
85
passWordTB.PlaceholderText = "Pass Here"
86
passWordTB.Text = ""
87
passWordTB.TextColor3 = Color3.new(0.666667, 0, 1)
88
passWordTB.TextSize = 20
89
90
guiTitle.Name = "guiTitle"
91
guiTitle.Parent = loginFrame
92
guiTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
93
guiTitle.BorderSizePixel = 0
94
guiTitle.Position = UDim2.new(0.165616319, 0, 0.0843664259, 0)
95
guiTitle.Size = UDim2.new(0, 200, 0, 36)
96
guiTitle.Font = Enum.Font.SourceSans
97
guiTitle.Text = "Boogers GUI ReVamp"
98
guiTitle.TextColor3 = Color3.new(0.666667, 0, 1)
99
guiTitle.TextSize = 32
100
101
userName.Name = "userName"
102
userName.Parent = loginFrame
103
userName.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
104
userName.BorderSizePixel = 0
105
userName.Position = UDim2.new(0.165616319, 0, 0.210561261, 0)
106
userName.Size = UDim2.new(0, 200, 0, 36)
107
userName.Font = Enum.Font.SourceSans
108
userName.Text = "UserName"
109
userName.TextColor3 = Color3.new(0.666667, 0, 1)
110
userName.TextSize = 24
111
112
passWord.Name = "passWord"
113
passWord.Parent = loginFrame
114
passWord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
115
passWord.BorderSizePixel = 0
116
passWord.Position = UDim2.new(0.163906917, 0, 0.408228278, 0)
117
passWord.Size = UDim2.new(0, 200, 0, 36)
118
passWord.Font = Enum.Font.SourceSans
119
passWord.Text = "PassWord"
120
passWord.TextColor3 = Color3.new(0.666667, 0, 1)
121
passWord.TextSize = 24
122
123
miscFrame.Name = "miscFrame"
124
miscFrame.Parent = BoogersGUIReVamp
125
miscFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
126
miscFrame.BorderColor3 = Color3.new(0.666667, 0, 1)
127
miscFrame.LayoutOrder = 1
128
miscFrame.Position = UDim2.new(0.402019888, 0, 0.160513639, 0)
129
miscFrame.Size = UDim2.new(0, 300, 0, 423)
130
miscFrame.Visible = false
131
132
revizBtn.Name = "revizV2"
133
revizBtn.Parent = miscFrame
134
revizBtn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
135
revizBtn.BorderColor3 = Color3.new(0.666667, 0, 1)
136
revizBtn.Position = UDim2.new(0.0848718286, 0, 0.235112622, 0)
137
revizBtn.Size = UDim2.new(0, 110, 0, 32)
138
revizBtn.Font = Enum.Font.SourceSans
139
revizBtn.Text = "Reviz V2"
140
revizBtn.TextColor3 = Color3.new(0.666667, 0, 1)
141
revizBtn.TextSize = 14
142
--Scripts:
143
revizBtn.MouseButton1Click:connect(function()
144
    loadstring(game:HttpGet("https://pastebin.com/raw/8zh7FiHv"))()
145
end)
146
147
voidTP.Name = "voidTP"
148
voidTP.Parent = miscFrame
149
voidTP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
150
voidTP.BorderColor3 = Color3.new(0.666667, 0, 1)
151
voidTP.Position = UDim2.new(0.551538467, 0, 0.235112622, 0)
152
voidTP.Size = UDim2.new(0, 110, 0, 32)
153
voidTP.Font = Enum.Font.SourceSans
154
voidTP.Text = "Void TP"
155
voidTP.TextColor3 = Color3.new(0.666667, 0, 1)
156
voidTP.TextSize = 14
157
--Scripts:
158
voidTP.MouseButton1Click:connect(function()
159
    voidTP.MouseButton1Click:Connect(function()
160
game:GetService("TeleportService"):Teleport(2021740958)
161
end)
162
end)
163
164
guiTitle_2.Name = "guiTitle"
165
guiTitle_2.Parent = miscFrame
166
guiTitle_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
167
guiTitle_2.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
168
guiTitle_2.BorderSizePixel = 0
169
guiTitle_2.Position = UDim2.new(0.166666672, 0, 0.0661938563, 0)
170
guiTitle_2.Size = UDim2.new(0, 200, 0, 50)
171
guiTitle_2.Font = Enum.Font.SourceSans
172
guiTitle_2.Text = "Boogers GUI ReVamp"
173
guiTitle_2.TextColor3 = Color3.new(0.666667, 0, 1)
174
guiTitle_2.TextSize = 32
175
176
rmvFX.Name = "rmvFX"
177
rmvFX.Parent = miscFrame
178
rmvFX.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
179
rmvFX.BorderColor3 = Color3.new(0.666667, 0, 1)
180
rmvFX.Position = UDim2.new(0.0815384984, 0, 0.381684721, 0)
181
rmvFX.Size = UDim2.new(0, 110, 0, 32)
182
rmvFX.Font = Enum.Font.SourceSans
183
rmvFX.Text = "Remove FX"
184
rmvFX.TextColor3 = Color3.new(0.666667, 0, 1)
185
rmvFX.TextSize = 14
186
--Scripts:
187
rmvFX.MouseButton1Click:connect(function()
188
    rmvFX.MouseButton1Click:Connect(function()
189
game.Lighting.FogEnd = 1200000
190
game.Lighting.Brightness = 3
191
game.Lighting.GlobalShadows = false
192
end)
193
end)
194
195
rmvRain.Name = "rmvRain"
196
rmvRain.Parent = miscFrame
197
rmvRain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
198
rmvRain.BorderColor3 = Color3.new(0.666667, 0, 1)
199
rmvRain.Position = UDim2.new(0.548205137, 0, 0.381684721, 0)
200
rmvRain.Size = UDim2.new(0, 110, 0, 32)
201
rmvRain.Font = Enum.Font.SourceSans
202
rmvRain.Text = "Remove Rain"
203
rmvRain.TextColor3 = Color3.new(0.666667, 0, 1)
204
rmvRain.TextSize = 14
205
--Scripts:
206
rmvRain.MouseButton1Click:Connect(function()
207
if workspace:FindFirstChild('RainPart') ~= nil then
208
workspace.RainPart:Destroy()
209
game.ReplicatedStorage.Sounds.Nature.Rain:Stop()
210
game.ReplicatedStorage.Sounds.Nature.Thunder:Stop()
211
game.Lighting.Rain:Destroy()
212
game.ReplicatedStorage.Skies.Shine:Clone().Parent = game.Lighting
213
end
214
end)
215
216
autoDrop.Name = "autoDrop"
217
autoDrop.Parent = miscFrame
218
autoDrop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
219
autoDrop.BorderColor3 = Color3.new(0.666667, 0, 1)
220
autoDrop.Position = UDim2.new(0.0848718286, 0, 0.637003899, 0)
221
autoDrop.Size = UDim2.new(0, 110, 0, 32)
222
autoDrop.Font = Enum.Font.SourceSans
223
autoDrop.Text = "Auto Drop"
224
autoDrop.TextColor3 = Color3.new(0.666667, 0, 1)
225
autoDrop.TextSize = 20
226
--Sctipts:
227
autoDrop.MouseButton1Click:Connect(function()
228
229
Player = game.Players.LocalPlayer
230
Mouse = Player:GetMouse()
231
232
function PressedE(key)
233
    Key = key:lower()
234
    if Key == autoDropKB.Text then
235
    for i=1, 100 do
236
game.ReplicatedStorage.Events.DropBagItem:FireServer(autoDropItem.Text)
237
end
238
end
239
end
240
Mouse.KeyDown:connect(PressedE)
241
end)
242
243
autoEat.Name = "autoEat"
244
autoEat.Parent = miscFrame
245
autoEat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
246
autoEat.BorderColor3 = Color3.new(0.666667, 0, 1)
247
autoEat.Position = UDim2.new(0.551538467, 0, 0.637003899, 0)
248
autoEat.Size = UDim2.new(0, 110, 0, 32)
249
autoEat.Font = Enum.Font.SourceSans
250
autoEat.Text = "Auto Eat"
251
autoEat.TextColor3 = Color3.new(0.666667, 0, 1)
252
autoEat.TextSize = 20
253
--Scripts:
254
autoEat.MouseButton1Click:connect(function()
255
    autoEat.MouseButton1Click:Connect(function()
256
if game.PlaceId == 1262182609 or game.PlaceId == 2021740958 then
257
local lol = 1
258
local plr = game:GetService("Players").LocalPlayer
259
local mouse = plr:GetMouse()
260
mouse.KeyDown:connect(function(key)
261
    if key == autoEatKB.Text then
262
    lol = 0
263
    while lol == 0 do
264
    wait()
265
local Event = game:GetService("ReplicatedStorage").Events.UseBagItem
266
    Event:FireServer(autoEatFood.Text)
267
    Event:FireServer(autoEatFood.Text)
268
    Event:FireServer(autoEatFood.Text)
269
end end end)
270
local plr = game:GetService("Players").LocalPlayer
271
local mouse = plr:GetMouse()
272
mouse.KeyUp:connect(function(key)
273
    if key == autoEatKB.Text then
274
    lol = 1
275
end end) end
276
end)
277
end)
278
279
autoDropItem.Name = "autoDropItem"
280
autoDropItem.Parent = miscFrame
281
autoDropItem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
282
autoDropItem.BorderColor3 = Color3.new(0.666667, 0, 1)
283
autoDropItem.Position = UDim2.new(0.0790000036, 2, 0.712000012, 0)
284
autoDropItem.Size = UDim2.new(0, 110, 0, 25)
285
autoDropItem.Font = Enum.Font.SourceSans
286
autoDropItem.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
287
autoDropItem.PlaceholderText = "Item/Resource"
288
autoDropItem.Text = ""
289
autoDropItem.TextColor3 = Color3.new(0.666667, 0, 1)
290
autoDropItem.TextSize = 14
291
292
autoEatFood.Name = "autoEatFood"
293
autoEatFood.Parent = miscFrame
294
autoEatFood.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
295
autoEatFood.BorderColor3 = Color3.new(0.666667, 0, 1)
296
autoEatFood.Position = UDim2.new(0.552999973, 0, 0.711000025, 0)
297
autoEatFood.Size = UDim2.new(0, 110, 0, 25)
298
autoEatFood.Font = Enum.Font.SourceSans
299
autoEatFood.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
300
autoEatFood.PlaceholderText = "Fruit/Heal"
301
autoEatFood.Text = ""
302
autoEatFood.TextColor3 = Color3.new(0.666667, 0, 1)
303
autoEatFood.TextSize = 14
304
305
autoEatKB.Name = "autoEatKB"
306
autoEatKB.Parent = miscFrame
307
autoEatKB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
308
autoEatKB.BorderColor3 = Color3.new(0.666667, 0, 1)
309
autoEatKB.Position = UDim2.new(0.550000012, 1, 0.769999981, 0)
310
autoEatKB.Size = UDim2.new(0, 110, 0, 25)
311
autoEatKB.Font = Enum.Font.SourceSans
312
autoEatKB.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
313
autoEatKB.PlaceholderText = "Keybind"
314
autoEatKB.Text = ""
315
autoEatKB.TextColor3 = Color3.new(0.666667, 0, 1)
316
autoEatKB.TextSize = 14
317
318
autoDropKB.Name = "autoDropKB"
319
autoDropKB.Parent = miscFrame
320
autoDropKB.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
321
autoDropKB.BorderColor3 = Color3.new(0.666667, 0, 1)
322
autoDropKB.Position = UDim2.new(0.0799999982, 2, 0.771000028, 0)
323
autoDropKB.Size = UDim2.new(0, 110, 0, 25)
324
autoDropKB.Font = Enum.Font.SourceSans
325
autoDropKB.PlaceholderColor3 = Color3.new(0.666667, 0, 1)
326
autoDropKB.PlaceholderText = "Keybind"
327
autoDropKB.Text = ""
328
autoDropKB.TextColor3 = Color3.new(0.666667, 0, 1)
329
autoDropKB.TextSize = 14
330
331
espBTN.Name = "espBTN"
332
espBTN.Parent = miscFrame
333
espBTN.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
334
espBTN.BorderColor3 = Color3.new(0.666667, 0, 1)
335
espBTN.Position = UDim2.new(0.314871788, 0, 0.504616141, 0)
336
espBTN.Size = UDim2.new(0, 110, 0, 32)
337
espBTN.Font = Enum.Font.SourceSans
338
espBTN.Text = "ESP"
339
espBTN.TextColor3 = Color3.new(0.666667, 0, 1)
340
espBTN.TextSize = 14
341
--Scripts:
342
Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")}
343
344
local enabledesp = false
345
346
function CreateESP(plr)
347
   
348
   if plr ~= nil then
349
       
350
       local GetChar = plr.Character
351
       if not GetChar then return end
352
       
353
       local GetHead do
354
           
355
           repeat wait() until GetChar:FindFirstChild("Head")
356
           
357
       end
358
       GetHead = GetChar.Head        
359
       
360
       local bb = Instance.new("BillboardGui", Important.CoreGui)
361
       bb.Adornee = GetHead
362
       bb.ExtentsOffset = Vector3.new(0, 1, 0)
363
       bb.AlwaysOnTop = true
364
       bb.Size = UDim2.new(0, 5, 0, 5)
365
       bb.StudsOffset = Vector3.new(0, 3, 0)
366
       bb.Name = "ESP_PLAYER_" .. plr.Name
367
368
       local displayframe = Instance.new("Frame", bb)
369
       displayframe.ZIndex = 10
370
       displayframe.BackgroundTransparency = 1
371
       displayframe.Size = UDim2.new(1,0,1,0)
372
       
373
       local name = Instance.new("TextLabel", displayframe)
374
       name.Name = "Name"
375
       name.ZIndex = 10
376
       name.Text = plr.Name
377
       name.Visible = true
378
       name.TextColor3 = Color3.new(170,0,0)
379
       name.BackgroundTransparency = 1
380
       name.Size = UDim2.new(1,0,10,0)
381
       name.Font = Enum.Font.SourceSansLight
382
       name.TextSize = 20
383
       name.TextStrokeTransparency = .5
384
       
385
   end
386
   
387
end
388
389
espBTN.MouseButton1Click:Connect(function()
390
   for i,v in pairs(Important.Players:GetChildren()) do
391
       
392
       CreateESP(v)      
393
   end
394
end)
395
396
infoFrame.Name = "infoFrame"
397
infoFrame.Parent = BoogersGUIReVamp
398
infoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
399
infoFrame.Position = UDim2.new(0.904881239, 0, 0.780096292, 0)
400
infoFrame.Size = UDim2.new(0, 150, 0, 75)
401
infoFrame.Style = Enum.FrameStyle.RobloxRound
402
403
keybindInfo.Name = "keybindInfo"
404
keybindInfo.Parent = infoFrame
405
keybindInfo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
406
keybindInfo.BackgroundTransparency = 1
407
keybindInfo.Position = UDim2.new(0.110844247, 0, 0.0734220594, 0)
408
keybindInfo.Size = UDim2.new(0, 100, 0, 50)
409
keybindInfo.Font = Enum.Font.SourceSans
410
keybindInfo.Text = "Press \"x\" to open/close"
411
keybindInfo.TextColor3 = Color3.new(0.666667, 0, 1)
412
keybindInfo.TextSize = 14
413
414
infoFrame2.Name = "infoFrame2"
415
infoFrame2.Parent = BoogersGUIReVamp
416
infoFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
417
infoFrame2.Position = UDim2.new(0.904881239, 0, 0.780096292, 0)
418
infoFrame2.Size = UDim2.new(0, 150, 0, 75)
419
infoFrame2.Visible = false
420
infoFrame2.Style = Enum.FrameStyle.RobloxRound
421
422
keybindInfo_2.Name = "keybindInfo"
423
keybindInfo_2.Parent = infoFrame2
424
keybindInfo_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
425
keybindInfo_2.BackgroundTransparency = 1
426
keybindInfo_2.Position = UDim2.new(0.110844247, 0, 0.0734220594, 0)
427
keybindInfo_2.Size = UDim2.new(0, 100, 0, 50)
428
keybindInfo_2.Font = Enum.Font.SourceSans
429
keybindInfo_2.Text = "More next update!"
430
keybindInfo_2.TextColor3 = Color3.new(0.666667, 0, 1)
431
keybindInfo_2.TextSize = 14
432
-- Scripts:
433
function SCRIPT_KCAA77_FAKESCRIPT() -- BoogersGUIReVamp.keybindScript 
434
	local script = Instance.new('LocalScript')
435
	script.Parent = BoogersGUIReVamp
436
	local toggle = false -- false is Off; true is On
437
	
438
	
439
	function onKeyPress(actionName, userInputState, inputObject)
440
	    if userInputState == Enum.UserInputState.Begin then
441
	        print("X was pressed")
442
	        if toggle == false then
443
	             toggle = true
444
	              script.Parent.miscFrame.Visible = true
445
	        else
446
	            toggle = false
447
	            script.Parent.miscFrame.Visible = false
448
	        end
449
	    end
450
	end
451
	
452
	game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.X)
453
454
end
455
coroutine.resume(coroutine.create(SCRIPT_KCAA77_FAKESCRIPT))
456
function SCRIPT_AFHU76_FAKESCRIPT() -- infoFrame.waitTimer 
457
	local script = Instance.new('LocalScript')
458
	script.Parent = infoFrame
459
	script.Parent.Parent.infoFrame.Visible = true
460
	wait (10)
461
	script.Parent.Parent.infoFrame.Visible = false
462
463
end
464
coroutine.resume(coroutine.create(SCRIPT_AFHU76_FAKESCRIPT))
465
function SCRIPT_PLIX77_FAKESCRIPT() -- infoFrame2.waitTimer 
466
	local script = Instance.new('LocalScript')
467
	script.Parent = infoFrame2
468
	script.Parent.Parent.infoFrame.Visible = false
469
	wait (10)
470
	script.Parent.Parent.infoFrame.Visible = true
471
	wait (20)
472
	script.Parent.Parent.infoFrame.Visible = false
473
474
end
475
coroutine.resume(coroutine.create(SCRIPT_PLIX77_FAKESCRIPT))