View difference between Paste ID: DXyqnVi1 and WEGvzV8x
SHOW: | | - or go back to the newest paste.
1
if game:GetService("CoreGui"):FindFirstChild("ScreenGui") then
2
    game:GetService("CoreGui"):FindFirstChild("ScreenGui"):Destroy()
3
end
4
5
if game:GetService("CoreGui"):FindFirstChild("ContentSpy") then
6
    game:GetService("CoreGui"):FindFirstChild("ContentSpy"):Destroy()
7
end
8
 
9
 
10
local plr = game.Players.LocalPlayer
11
local mouse = plr:GetMouse()
12
 
13
 -- Objects
14
15
local ScreenGui = Instance.new("ScreenGui")
16
local MainGUI = Instance.new("Frame")
17
local Enfeite = Instance.new("Frame")
18
local CloseGUILabel = Instance.new("TextLabel")
19
local GodModeButton = Instance.new("TextButton")
20
local NeverDieButton = Instance.new("TextButton")
21
local ESPButton = Instance.new("TextButton")
22
local Frame = Instance.new("Frame")
23
local Frame_2 = Instance.new("Frame")
24
local Frame_3 = Instance.new("Frame")
25
local TPPlayerButton = Instance.new("TextButton")
26
local TextLabel = Instance.new("TextLabel")
27
local Open = Instance.new("TextButton")
28
29
-- Properties
30
31
ScreenGui.Parent = game.CoreGui
32
MainGUI.Name = "MainGUI"
33
MainGUI.Parent = ScreenGui
34
MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
35
MainGUI.Position = UDim2.new(0.404150218, 0, 0.260188073, 0)
36
MainGUI.Size = UDim2.new(0, 194, 0, 306)
37
MainGUI.Active = true
38
MainGUI.Draggable = true
39
40
Enfeite.Name = "Enfeite"
41
Enfeite.Parent = MainGUI
42
Enfeite.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
43
Enfeite.Position = UDim2.new(0, 0, 0.924836576, 0)
44
Enfeite.Size = UDim2.new(0, 194, 0, 23)
45
46
CloseGUILabel.Name = "CloseGUI Label"
47
CloseGUILabel.Parent = Enfeite
48
CloseGUILabel.BackgroundColor3 = Color3.new(1, 1, 1)
49
CloseGUILabel.BackgroundTransparency = 100
50
CloseGUILabel.Position = UDim2.new(0, 0, 0.0869565234, 0)
51
CloseGUILabel.Size = UDim2.new(0, 194, 0, 21)
52
CloseGUILabel.Font = Enum.Font.SourceSans
53
CloseGUILabel.Text = "Close GUI - M"
54
CloseGUILabel.TextColor3 = Color3.new(1, 1, 1)
55
CloseGUILabel.TextSize = 14
56
57
GodModeButton.Name = "GodModeButton"
58
GodModeButton.Parent = MainGUI
59
GodModeButton.BackgroundColor3 = Color3.new(1, 1, 1)
60
GodModeButton.Position = UDim2.new(0.144329891, 0, 0.43790853, 0)
61
GodModeButton.Size = UDim2.new(0, 138, 0, 38)
62
GodModeButton.Font = Enum.Font.SourceSans
63
GodModeButton.Text = "Godmode (Key: 7)"
64
GodModeButton.TextColor3 = Color3.new(0, 0, 0)
65
GodModeButton.TextSize = 14
66
67
NeverDieButton.Name = "NeverDieButton"
68
NeverDieButton.Parent = MainGUI
69
NeverDieButton.BackgroundColor3 = Color3.new(1, 1, 1)
70
NeverDieButton.Position = UDim2.new(0.144329891, 0, 0.254902005, 0)
71
NeverDieButton.Size = UDim2.new(0, 138, 0, 38)
72
NeverDieButton.Font = Enum.Font.SourceSans
73
NeverDieButton.Text = "Win the Game (Key: 8)"
74
NeverDieButton.TextColor3 = Color3.new(0, 0, 0)
75
NeverDieButton.TextSize = 14
76
77
ESPButton.Name = "ESPButton"
78
ESPButton.Parent = MainGUI
79
ESPButton.BackgroundColor3 = Color3.new(1, 1, 1)
80
ESPButton.Position = UDim2.new(0.144329891, 0, 0.61601305, 0)
81
ESPButton.Size = UDim2.new(0, 138, 0, 38)
82
ESPButton.Font = Enum.Font.SourceSans
83
ESPButton.Text = "ESP (Key: 6)"
84
ESPButton.TextColor3 = Color3.new(0, 0, 0)
85
ESPButton.TextSize = 14
86
87
Frame.Parent = MainGUI
88
Frame.BackgroundColor3 = Color3.new(0.27451, 1, 0.0745098)
89
Frame.Size = UDim2.new(0, 6, 0, 283)
90
91
Frame_2.Parent = MainGUI
92
Frame_2.BackgroundColor3 = Color3.new(0.27451, 1, 0.0745098)
93
Frame_2.Position = UDim2.new(0.969072163, 0, 0.00653594779, 0)
94
Frame_2.Size = UDim2.new(0, 6, 0, 283)
95
96
Frame_3.Parent = MainGUI
97
Frame_3.BackgroundColor3 = Color3.new(0.27451, 1, 0.0745098)
98
Frame_3.Size = UDim2.new(0, 194, 0, 4)
99
100
TPPlayerButton.Name = "TPPlayerButton"
101
TPPlayerButton.Parent = MainGUI
102
TPPlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
103
TPPlayerButton.Position = UDim2.new(0.0876288638, 0, 0.0653594732, 0)
104
TPPlayerButton.Size = UDim2.new(0, 160, 0, 42)
105
TPPlayerButton.Font = Enum.Font.SourceSans
106
TPPlayerButton.Text = "TP to a Random Player (Key: 9)"
107
TPPlayerButton.TextColor3 = Color3.new(0, 0, 0)
108
TPPlayerButton.TextSize = 14
109
110
TextLabel.Parent = MainGUI
111
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
112
TextLabel.BackgroundTransparency = 100
113
TextLabel.Position = UDim2.new(0.030927835, 0, 0.741830051, 0)
114
TextLabel.Size = UDim2.new(0, 182, 0, 50)
115
TextLabel.Font = Enum.Font.Cartoon
116
TextLabel.Text = "\"Win the game\" Is not a instantly script"
117
TextLabel.TextColor3 = Color3.new(0, 0, 0)
118
TextLabel.TextSize = 10
119
120
Open.Name = "Open"
121
Open.Parent = ScreenGui
122
Open.BackgroundColor3 = Color3.new(1, 0, 0)
123
Open.Position = UDim2.new(0.851778626, 0, 0.197492167, 0)
124
Open.Size = UDim2.new(0, 63, 0, 31)
125
Open.Font = Enum.Font.SourceSans
126
Open.Text = "Open GUI"
127
Open.TextColor3 = Color3.new(1, 1, 1)
128
Open.TextSize = 14
129
130
-- Scripts 
131
132
Open.Visible = false
133
134
NeverDieButton.MouseButton1Down:connect(function()
135
	game.Player.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, 96, 2005)
136
end)
137
138
GodModeButton.MouseButton1Down:connect(function()
139
loadstring(game:HttpGet("https://pastebin.com/raw/sMEtRHzB", true))();
140
end)
141
142
ESPButton.MouseButton1Down:connect(function()
143
	loadstring(game:HttpGet("https://pastebin.com/raw/Lynqj1Y0", true))();
144
end)
145
146
mouse.KeyDown:connect(function(key)
147
if key:lower() == "m" then 
148
if MainGUI.Visible == false then
149
	MainGUI.Visible = true
150
	Open.Visible = false
151
else
152
	MainGUI.Visible = false
153
	Open.Visible = true
154
end
155
end
156
end)
157
158
local mouse = game.Players.LocalPlayer:GetMouse()
159
mouse.KeyDown:connect(function(key)
160
if key == "9" then
161
local randomPlayer = game.Players:GetPlayers()[math.random(1,#game.Players:GetPlayers())]
162
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = randomPlayer.Character.HumanoidRootPart.CFrame
163
end
164
end)
165
166
local mouse = game.Players.LocalPlayer:GetMouse()
167
mouse.KeyDown:connect(function(key)
168
if key == "6" then
169
loadstring(game:HttpGet("https://pastebin.com/raw/Lynqj1Y0", true))();
170
end
171
end)
172
173
local mouse = game.Players.LocalPlayer:GetMouse()
174
mouse.KeyDown:connect(function(key)
175
if key == "7" then
176
loadstring(game:HttpGet("https://pastebin.com/raw/sMEtRHzB", true))();
177
end
178
end)
179
180
local mouse = game.Players.LocalPlayer:GetMouse()
181
mouse.KeyDown:connect(function(key)
182
if key == "8" then
183
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39, 96, 2005)
184
end
185
end)