View difference between Paste ID: EFLCYRs7 and mzfXuzYj
SHOW: | | - or go back to the newest paste.
1-
print'Hey New Player U Got Execute Script It Works'
1+
-- Farewell Infortality.
2-
print'Enjon!'
2+
-- Version: 2.82
3
-- Instances:
4-
-- Script generated by R2Sv2
4+
local ob = Instance.new("ScreenGui")
5-
-- R2Sv2 developed by Luckyxero
5+
local open = Instance.new("Frame")
6
local open_2 = Instance.new("TextButton")
7-
local A_1 = game:GetService("Workspace")["Godly Punching Bag"].Humanoid
7+
local main = Instance.new("Frame")
8-
local A_2 = "punch"
8+
local title = Instance.new("TextLabel")
9-
local Event = game:GetService("ReplicatedStorage").Remotes.Damage
9+
local infjump = Instance.new("TextButton")
10
local walkspeed = Instance.new("TextButton")
11-
local toggled = false
11+
local removefog = Instance.new("TextButton")
12-
local keys = "q" -- key to toggle farm
12+
local btools = Instance.new("TextButton")
13-
local plr = game:GetService("Players").LocalPlayer
13+
local noclip = Instance.new("TextButton")
14-
local mouse = plr:GetMouse()
14+
local teleport = Instance.new("TextButton")
15
--Properties:
16
ob.Name = "ob"
17-
    if key:lower() == keys then
17+
ob.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
18-
        toggled = not toggled
18+
19-
        print(tostring(toggled))
19+
open.Name = "open/"
20
open.Parent = ob
21
open.BackgroundColor3 = Color3.new(1, 1, 1)
22
open.Position = UDim2.new(0, 0, 0.579479754, 0)
23
open.Size = UDim2.new(0, 242, 0, 100)
24-
if toggled then
24+
25-
Event:InvokeServer(A_1, A_2)
25+
open_2.Name = "open"
26
open_2.Parent = open
27
open_2.BackgroundColor3 = Color3.new(0.0117647, 1, 0.0745098)
28
open_2.Position = UDim2.new(0, 0, -0.00052022934, 0)
29
open_2.Size = UDim2.new(0, 242, 0, 100)
30
open_2.Font = Enum.Font.SourceSans
31
open_2.Text = "Open"
32
open_2.TextColor3 = Color3.new(0, 0, 0)
33
open_2.TextScaled = true
34
open_2.TextSize = 14
35
open_2.TextWrapped = true
36
open_2.MouseButton1Down:connect(function()
37
open_2.MouseButton1Click:connect(function()
38
    if main.Visible == false then
39
        main.Visible = true
40
    else
41
        main.Visible = false
42
    end
43
end)
44
end)
45
main.Name = "main"
46
main.Parent = ob
47
main.Draggable = true
48
main.BackgroundColor3 = Color3.new(1, 1, 1)
49
main.Position = UDim2.new(0.140594065, 0, 0.202312142, 0)
50
main.Size = UDim2.new(0, 608, 0, 178)
51
main.Visible = false
52
53
title.Name = "title"
54
title.Parent = main
55
title.BackgroundColor3 = Color3.new(0.180392, 0.466667, 1)
56
title.Position = UDim2.new(0.000791430473, 0, 6.49541616e-05, 0)
57
title.Size = UDim2.new(0, 613, 0, 39)
58
title.Font = Enum.Font.SourceSans
59
title.Text = "Containment Breach Gui Made By baldiwrds"
60
title.TextColor3 = Color3.new(0, 0, 0)
61
title.TextScaled = true
62
title.TextSize = 14
63
title.TextWrapped = true
64
65
infjump.Name = "infjump"
66
infjump.Parent = main
67
infjump.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
68
infjump.Position = UDim2.new(0.0756578967, 0, 0.320224732, 0)
69
infjump.Size = UDim2.new(0, 150, 0, 50)
70
infjump.Font = Enum.Font.SourceSans
71
infjump.Text = "InfJump"
72
infjump.TextColor3 = Color3.new(0, 0, 0)
73
infjump.TextScaled = true
74
infjump.TextSize = 14
75
infjump.TextWrapped = true
76
77
walkspeed.Name = "walkspeed"
78
walkspeed.Parent = main
79
walkspeed.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
80
walkspeed.Position = UDim2.new(0.37664476, 0, 0.320224732, 0)
81
walkspeed.Size = UDim2.new(0, 150, 0, 50)
82
walkspeed.Font = Enum.Font.SourceSans
83
walkspeed.Text = "WalkSpeed"
84
walkspeed.TextColor3 = Color3.new(0, 0, 0)
85
walkspeed.TextScaled = true
86
walkspeed.TextSize = 14
87
walkspeed.TextWrapped = true
88
89
removefog.Name = "removefog"
90
removefog.Parent = main
91
removefog.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
92
removefog.Position = UDim2.new(0.682565808, 0, 0.320224732, 0)
93
removefog.Size = UDim2.new(0, 150, 0, 50)
94
removefog.Font = Enum.Font.SourceSans
95
removefog.Text = "RemoveFog"
96
removefog.TextColor3 = Color3.new(0, 0, 0)
97
removefog.TextScaled = true
98
removefog.TextSize = 14
99
removefog.TextWrapped = true
100
101
btools.Name = "btools"
102
btools.Parent = main
103
btools.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
104
btools.Position = UDim2.new(0.682565808, 0, 0.679775298, 0)
105
btools.Size = UDim2.new(0, 150, 0, 50)
106
btools.Font = Enum.Font.SourceSans
107
btools.Text = "Btools"
108
btools.TextColor3 = Color3.new(0, 0, 0)
109
btools.TextScaled = true
110
btools.TextSize = 14
111
btools.TextWrapped = true
112
113
noclip.Name = "noclip"
114
noclip.Parent = main
115
noclip.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
116
noclip.Position = UDim2.new(0.37664476, 0, 0.679775298, 0)
117
noclip.Size = UDim2.new(0, 150, 0, 50)
118
noclip.Font = Enum.Font.SourceSans
119
noclip.Text = "Noclip [Lag]"
120
noclip.TextColor3 = Color3.new(0, 0, 0)
121
noclip.TextScaled = true
122
noclip.TextSize = 14
123
noclip.TextWrapped = true
124
125
teleport.Name = "teleport"
126
teleport.Parent = main
127
teleport.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0431373)
128
teleport.Position = UDim2.new(0.0756579041, 0, 0.679775298, 0)
129
teleport.Size = UDim2.new(0, 150, 0, 50)
130
teleport.Font = Enum.Font.SourceSans
131
teleport.Text = "Teleport [E]"
132
teleport.TextColor3 = Color3.new(0, 0, 0)
133
teleport.TextScaled = true
134
teleport.TextSize = 14
135
teleport.TextWrapped = true
136
-- Scripts:
137
infjump.MouseButton1Down:connect(function()
138
    local plr = game:GetService"Players".LocalPlayer
139
game:GetService("UserInputService").JumpRequest:connect(function()
140
game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
141
end)
142
end)
143
144
walkspeed.MouseButton1Down:connect(function()
145
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
146
end)
147
148
removefog.MouseButton1Down:connect(function()
149
game.Lighting.FogEnd = 1200000
150
game.Lighting.Brightness = 3
151
game.Lighting.GlobalShadows = false 
152
end)
153
154
btools.MouseButton1Down:connect(function()
155
   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 2
156
   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 3
157
   Instance.new('HopperBin', game.Players.LocalPlayer.Backpack).BinType = 4
158
   loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
159
end)
160
161
noclip.MouseButton1Down:connect(function()
162
    plr = game:GetService("Players").LocalPlayer.name
163
 
164
game:GetService('RunService').Stepped:connect(function()
165
for a, b in pairs(game.Workspace:GetChildren()) do
166
if b.name == plr then
167
for i, v in pairs(game.Workspace[plr]:GetChildren()) do
168
if v:IsA("BasePart") then
169
v.CanCollide = false
170
 
171
     end
172
    end
173
   end
174
  end
175
 end)
176
end)
177
178
teleport.MouseButton1Down:connect(function()
179
plr = game.Players.LocalPlayer
180
181
hum = plr.Character.HumanoidRootPart
182
183
mouse = plr:GetMouse()
184
185
186
187
mouse.KeyDown:connect(function(key)
188
189
if key == "e" then
190
191
if mouse.Target then
192
193
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
194
195
end
196
197
end
198
end)
199
end)