View difference between Paste ID: 3dNihQqt and ZYq9JhXc
SHOW: | | - or go back to the newest paste.
1
-- Farewell Infortality.
2
-- Version: 2.82
3
-- Instances:
4
local ScreenGui = Instance.new("ScreenGui")
5
local Login = Instance.new("Frame")
6
local Head_1 = Instance.new("Frame")
7
local Username = Instance.new("TextBox")
8
local Password = Instance.new("TextBox")
9
local Login_2 = Instance.new("TextButton")
10
local TextLabel = Instance.new("TextLabel")
11
local MurderHaxx = Instance.new("Frame")
12
local Head_2 = Instance.new("Frame")
13
local Fly = Instance.new("TextButton")
14
local TextLabel_2 = Instance.new("TextLabel")
15
local Noclip = Instance.new("TextButton")
16
local ESP = Instance.new("TextButton")
17
local Sapwn = Instance.new("TextButton")
18
local BringGun = Instance.new("TextButton")
19
local TpCoins = Instance.new("TextButton")
20
local Right = Instance.new("TextLabel")
21
local Wrong = Instance.new("TextLabel")
22
local openUI = Instance.new("TextButton")
23
--Properties:
24
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
25
26
Login.Name = "Login"
27
Login.Parent = ScreenGui
28
Login.BackgroundColor3 = Color3.new(1, 1, 1)
29
Login.BorderColor3 = Color3.new(1, 1, 1)
30
Login.Position = UDim2.new(0.385797977, 0, 0.197628468, 0)
31
Login.Size = UDim2.new(0, 312, 0, 257)
32
Login.Active = true
33
Login.Draggable = true
34
35
Head_1.Name = "Head_1"
36
Head_1.Parent = Login
37
Head_1.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
38
Head_1.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
39
Head_1.Size = UDim2.new(0, 312, 0, 35)
40
41
Username.Name = "Username"
42
Username.Parent = Login
43
Username.BackgroundColor3 = Color3.new(1, 1, 1)
44
Username.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
45
Username.BorderSizePixel = 2
46
Username.Position = UDim2.new(0.179487184, 0, 0.182456136, 0)
47
Username.Size = UDim2.new(0, 200, 0, 50)
48
Username.Font = Enum.Font.SciFi
49
Username.Text = "Username"
50
Username.TextColor3 = Color3.new(0, 0, 0)
51
Username.TextSize = 14
52
53
Password.Name = "Password"
54
Password.Parent = Login
55
Password.BackgroundColor3 = Color3.new(1, 1, 1)
56
Password.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
57
Password.BorderSizePixel = 2
58
Password.Position = UDim2.new(0.179487184, 0, 0.435087711, 0)
59
Password.Size = UDim2.new(0, 200, 0, 50)
60
Password.Font = Enum.Font.SciFi
61
Password.Text = "Password"
62
Password.TextColor3 = Color3.new(0, 0, 0)
63
Password.TextSize = 14
64
65
Login_2.Name = "Login"
66
Login_2.Parent = Login
67
Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
68
Login_2.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
69
Login_2.BorderSizePixel = 2
70
Login_2.Position = UDim2.new(0.285256416, 0, 0.71595329, 0)
71
Login_2.Size = UDim2.new(0, 134, 0, 50)
72
Login_2.Font = Enum.Font.SciFi
73
Login_2.Text = "LOGIN"
74
Login_2.TextColor3 = Color3.new(0, 0, 0)
75
Login_2.TextSize = 30
76
77
TextLabel.Parent = Login
78
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
79
TextLabel.BackgroundTransparency = 1
80
TextLabel.Position = UDim2.new(0.205128208, 0, 0, 0)
81
TextLabel.Size = UDim2.new(0, 183, 0, 35)
82
TextLabel.Font = Enum.Font.SciFi
83
TextLabel.Text = "Login"
84
TextLabel.TextColor3 = Color3.new(0, 0, 0)
85
TextLabel.TextSize = 30
86
87
MurderHaxx.Name = "MurderHaxx"
88
MurderHaxx.Parent = ScreenGui
89
MurderHaxx.BackgroundColor3 = Color3.new(1, 1, 1)
90
MurderHaxx.BorderColor3 = Color3.new(1, 1, 1)
91
MurderHaxx.Position = UDim2.new(0.208854169, 0, 0.198044017, 0)
92
MurderHaxx.Size = UDim2.new(0, 312, 0, 483)
93
MurderHaxx.Visible = false
94
MurderHaxx.Active = true
95
MurderHaxx.Draggable = true
96
97
Head_2.Name = "Head_2"
98
Head_2.Parent = MurderHaxx
99
Head_2.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
100
Head_2.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
101
Head_2.Size = UDim2.new(0, 312, 0, 35)
102
103
Fly.Name = "Fly"
104
Fly.Parent = MurderHaxx
105
Fly.BackgroundColor3 = Color3.new(1, 1, 1)
106
Fly.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
107
Fly.BorderSizePixel = 2
108
Fly.Position = UDim2.new(0.285256416, 0, 0.154876709, 0)
109
Fly.Size = UDim2.new(0, 134, 0, 50)
110
Fly.Font = Enum.Font.SciFi
111
Fly.Text = "Fly"
112
Fly.TextColor3 = Color3.new(0, 0, 0)
113
Fly.TextSize = 30
114
115
TextLabel_2.Name = "TextLabel_2"
116
TextLabel_2.Parent = MurderHaxx
117
TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
118
TextLabel_2.BackgroundTransparency = 1
119
TextLabel_2.Position = UDim2.new(0.205128208, 0, 0, 0)
120
TextLabel_2.Size = UDim2.new(0, 183, 0, 35)
121
TextLabel_2.Font = Enum.Font.SciFi
122
TextLabel_2.Text = "MurderHAxxUI"
123
TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
124
TextLabel_2.TextSize = 30
125
126
Noclip.Name = "Noclip"
127
Noclip.Parent = MurderHaxx
128
Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
129
Noclip.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
130
Noclip.BorderSizePixel = 2
131
Noclip.Position = UDim2.new(0.285256416, 0, 0.272889107, 0)
132
Noclip.Size = UDim2.new(0, 134, 0, 50)
133
Noclip.Font = Enum.Font.SciFi
134
Noclip.Text = "noclip"
135
Noclip.TextColor3 = Color3.new(0, 0, 0)
136
Noclip.TextSize = 30
137
138
ESP.Name = "ESP"
139
ESP.Parent = MurderHaxx
140
ESP.BackgroundColor3 = Color3.new(1, 1, 1)
141
ESP.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
142
ESP.BorderSizePixel = 2
143
ESP.Position = UDim2.new(0.285256416, 0, 0.388831139, 0)
144
ESP.Size = UDim2.new(0, 134, 0, 50)
145
ESP.Font = Enum.Font.SciFi
146
ESP.Text = "ESP"
147
ESP.TextColor3 = Color3.new(0, 0, 0)
148
ESP.TextSize = 30
149
150
Sapwn.Name = "Sapwn"
151
Sapwn.Parent = MurderHaxx
152
Sapwn.BackgroundColor3 = Color3.new(1, 1, 1)
153
Sapwn.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
154
Sapwn.BorderSizePixel = 2
155
Sapwn.Position = UDim2.new(0.243589744, 0, 0.515527964, 0)
156
Sapwn.Size = UDim2.new(0, 158, 0, 50)
157
Sapwn.Font = Enum.Font.SciFi
158
Sapwn.Text = "TP To Spawn"
159
Sapwn.TextColor3 = Color3.new(0, 0, 0)
160
Sapwn.TextSize = 30
161
162
BringGun.Name = "BringGun"
163
BringGun.Parent = MurderHaxx
164
BringGun.BackgroundColor3 = Color3.new(1, 1, 1)
165
BringGun.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
166
BringGun.BorderSizePixel = 2
167
BringGun.Position = UDim2.new(0.282051295, 0, 0.635207951, 0)
168
BringGun.Size = UDim2.new(0, 134, 0, 50)
169
BringGun.Font = Enum.Font.SciFi
170
BringGun.Text = "BringGun"
171
BringGun.TextColor3 = Color3.new(0, 0, 0)
172
BringGun.TextSize = 30
173
174
TpCoins.Name = "TpCoins"
175
TpCoins.Parent = MurderHaxx
176
TpCoins.BackgroundColor3 = Color3.new(1, 1, 1)
177
TpCoins.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
178
TpCoins.BorderSizePixel = 2
179
TpCoins.Position = UDim2.new(0.285256416, 0, 0.757361174, 0)
180
TpCoins.Size = UDim2.new(0, 134, 0, 50)
181
TpCoins.Font = Enum.Font.SciFi
182
TpCoins.Text = "TP Coins"
183
TpCoins.TextColor3 = Color3.new(0, 0, 0)
184
TpCoins.TextSize = 30
185
186
Right.Name = "Right"
187
Right.Parent = ScreenGui
188
Right.BackgroundColor3 = Color3.new(1, 1, 1)
189
Right.BackgroundTransparency = 1
190
Right.Position = UDim2.new(0.414583355, 0, 0.110297814, 0)
191
Right.Size = UDim2.new(0, 200, 0, 50)
192
Right.Visible = false
193
Right.Font = Enum.Font.SourceSans
194
Right.Text = "ACCESS GRANTED"
195
Right.TextColor3 = Color3.new(0.0392157, 1, 0.262745)
196
Right.TextSize = 40
197
198
Wrong.Name = "Wrong"
199
Wrong.Parent = ScreenGui
200
Wrong.BackgroundColor3 = Color3.new(1, 1, 1)
201
Wrong.BackgroundTransparency = 1
202
Wrong.Position = UDim2.new(0.414583355, 0, 0.110297807, 0)
203
Wrong.Size = UDim2.new(0, 200, 0, 50)
204
Wrong.Visible = false
205
Wrong.Font = Enum.Font.SourceSans
206
Wrong.Text = "ACCESS  DENIED"
207
Wrong.TextColor3 = Color3.new(1, 0, 0)
208
Wrong.TextSize = 40
209
210
openUI.Name = "openUI"
211
openUI.Parent = ScreenGui
212
openUI.BackgroundColor3 = Color3.new(1, 1, 1)
213
openUI.BorderColor3 = Color3.new(1, 1, 1)
214
openUI.Position = UDim2.new(0, 0, 0.778728604, 0)
215
openUI.Size = UDim2.new(0, 179, 0, 50)
216
openUI.Visible = false
217
openUI.Font = Enum.Font.SourceSans
218
openUI.Text = "openUI"
219
openUI.TextColor3 = Color3.new(0, 0, 0)
220
openUI.TextSize = 14
221
-- Scripts:
222
local coinActive = false
223
224
Login_2.MouseButton1Click:connect(function()
225
	if Username.Text == "Keng" and Password.Text == "Vang" then
226
		Right.Visible = true
227
		wait(2)
228
		Login.Visible = false
229
		Right.Visible = false
230
		openUI.Visible = true
231
	else
232
		Wrong.Visible = true
233
		wait(2)
234
		Wrong.Visible = false
235
	end
236
end)
237
238
openUI.MouseButton1Click:connect(function()
239
	MurderHaxx.Visible = not MurderHaxx.Visible
240
	if MurderHaxx.Visible == true then
241
		openUI.Text = "closeUI"
242
	else
243
		openUI.Text = "openUI"
244
	end
245
end)
246
247
TpCoins.MouseButton1Click:connect(function()
248
local children = game.Workspace:GetChildren()
249
for _, child in pairs(children) do
250
   for _, child in pairs(child:GetChildren()) do
251
       table.insert(children, child)
252
   end
253
254
   if child:IsA("BasePart") and child.Name == "Coin" then
255
           child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
256
       end
257
   end
258
end)
259
260
BringGun.MouseButton1Click:connect(function()
261
	game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
262
end)
263
264
Sapwn.MouseButton1Click:connect(function()
265
	game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
266
end)
267
268
ESP.MouseButton1Click:connect(function()
269
		if espenabled == false then
270
		espenabled = true
271
		ESP.Text = ("Disable ESP")
272
local faces = {"Back","Bottom","Front","Left","Right","Top"}
273
for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
274
	local bgui = Instance.new("BillboardGui",v.Character.Head)
275
	bgui.Name = ("EGUI")
276
	bgui.AlwaysOnTop = true
277
	bgui.ExtentsOffset = Vector3.new(0,3,0)
278
	bgui.Size = UDim2.new(0,200,0,50)
279
	local nam = Instance.new("TextLabel",bgui)
280
	nam.Text = v.Name
281
	nam.BackgroundTransparency = 1
282
	nam.TextSize = 30
283
	nam.Font = ("Arial")
284
	nam.TextColor3 = Color3.new(0,0,0)
285
	nam.Size = UDim2.new(0,200,0,50)
286
	if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
287
		for _, p in pairs(v.Character:GetChildren()) do
288
			if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then 
289
				for _, f in pairs(faces) do
290
					local m = Instance.new("SurfaceGui",p)
291
					m.Name = ("EGUI")
292
					m.Face = f
293
					m.AlwaysOnTop = true
294
					local mf = Instance.new("Frame",m)
295
					mf.Size = UDim2.new(1,0,1,0)
296
					mf.BorderSizePixel = 0
297
					mf.BackgroundTransparency = 0.5
298
					mf.BackgroundColor3 = Color3.new(0,0,255)
299
				end
300
			end
301
		end
302
	elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
303
		for _, p in pairs(v.Character:GetChildren()) do
304
			if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then 
305
				for _, f in pairs(faces) do
306
					local m = Instance.new("SurfaceGui",p)
307
					m.Name = ("EGUI")
308
					m.Face = f
309
					m.AlwaysOnTop = true
310
					local mf = Instance.new("Frame",m)
311
					mf.Size = UDim2.new(1,0,1,0)
312
					mf.BorderSizePixel = 0
313
					mf.BackgroundTransparency = 0.5
314
					mf.BackgroundColor3 = Color3.new(255,0,0)
315
				end
316
			end
317
		end
318
	else
319
		for _, p in pairs(v.Character:GetChildren()) do
320
			if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then 
321
				for _, f in pairs(faces) do
322
					local m = Instance.new("SurfaceGui",p)
323
					m.Name = ("EGUI")
324
					m.Face = f
325
					m.AlwaysOnTop = true
326
					local mf = Instance.new("Frame",m)
327
					mf.Size = UDim2.new(1,0,1,0)
328
					mf.BorderSizePixel = 0
329
					mf.BackgroundTransparency = 0.5
330
					mf.BackgroundColor3 = Color3.new(0,255,0)
331
					local q = ("traeglaelnltlejsjs.rkakpythocr")
332
				end
333
			end
334
		end
335
	end
336
end end
337
338
	else
339
		espenabled = false
340
		ESP.Text = ("Enable ESP")
341
		for _, v in pairs(game.Workspace:GetDescendants()) do
342
			if v.Name == ("EGUI") then
343
				v:Remove()
344
			end
345
		end
346
	end
347
end)
348
349
Noclip.MouseButton1Click:connect(function()
350
	local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
351
end)