· 4 years ago · Jun 22, 2021, 09:42 PM
1zScreenGui = Instance.new("ScreenGui")
2local Main = Instance.new("Frame")
3local UICorner = Instance.new("UICorner")
4local UIGradient = Instance.new("UIGradient")
5local IcePro = Instance.new("TextLabel")
6local UICorner_2 = Instance.new("UICorner")
7local ScrollingFrame = Instance.new("ScrollingFrame")
8local ToolName = Instance.new("TextBox")
9local UICorner_3 = Instance.new("UICorner")
10local Farm = Instance.new("TextButton")
11local UICorner_4 = Instance.new("UICorner")
12local Hud = Instance.new("TextButton")
13local UICorner_5 = Instance.new("UICorner")
14local Fps = Instance.new("TextButton")
15local UICorner_6 = Instance.new("UICorner")
16local Safe = Instance.new("TextButton")
17local UICorner_7 = Instance.new("UICorner")
18
19--Properties:
20
21ScreenGui.Parent = game.CoreGui
22ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
23
24Main.Name = "Main"
25Main.Parent = ScreenGui
26Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
27Main.Position = UDim2.new(0.321839094, 0, 0.328282833, 0)
28Main.Size = UDim2.new(0, 177, 0, 203)
29Main.Active = true
30Main.Draggable = true
31
32UICorner.Parent = Main
33
34UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(57, 100, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(15, 15, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(112, 112, 112))}
35UIGradient.Parent = Main
36
37IcePro.Name = "IcePro"
38IcePro.Parent = Main
39IcePro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
40IcePro.BackgroundTransparency = 0.750
41IcePro.Position = UDim2.new(0.073446326, 0, 0.0443349779, 0)
42IcePro.Size = UDim2.new(0, 151, 0, 31)
43IcePro.Font = Enum.Font.Cartoon
44IcePro.Text = "IcePro"
45IcePro.TextColor3 = Color3.fromRGB(0, 0, 0)
46IcePro.TextSize = 14.000
47
48UICorner_2.Parent = IcePro
49
50ScrollingFrame.Parent = Main
51ScrollingFrame.Active = true
52ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
53ScrollingFrame.BackgroundTransparency = 1.000
54ScrollingFrame.BorderSizePixel = 0
55ScrollingFrame.Position = UDim2.new(0.073446326, 0, 0.266009837, 0)
56ScrollingFrame.Size = UDim2.new(0, 151, 0, 128)
57
58ToolName.Name = "ToolName"
59ToolName.Parent = ScrollingFrame
60ToolName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
61ToolName.BackgroundTransparency = 0.400
62ToolName.Position = UDim2.new(0.0662251636, 0, 0.0157092437, 0)
63ToolName.Size = UDim2.new(0, 119, 0, 50)
64ToolName.Font = Enum.Font.Cartoon
65ToolName.Text = "ToolName"
66ToolName.TextColor3 = Color3.fromRGB(0, 0, 0)
67ToolName.TextSize = 14.000
68
69UICorner_3.Parent = ToolName
70
71Farm.Name = "Farm"
72Farm.Parent = ScrollingFrame
73Farm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
74Farm.BackgroundTransparency = 0.400
75Farm.Position = UDim2.new(0.0646258518, 0, 0.174148902, 0)
76Farm.Size = UDim2.new(0, 119, 0, 50)
77Farm.Font = Enum.Font.Cartoon
78Farm.Text = "Farm"
79Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
80Farm.TextSize = 14.000
81
82UICorner_4.Parent = Farm
83
84Hud.Name = "Hud"
85Hud.Parent = ScrollingFrame
86Hud.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
87Hud.BackgroundTransparency = 0.400
88Hud.Position = UDim2.new(0.0646258518, 0, 0.336491138, 0)
89Hud.Size = UDim2.new(0, 119, 0, 50)
90Hud.Font = Enum.Font.Cartoon
91Hud.Text = "Hud"
92Hud.TextColor3 = Color3.fromRGB(0, 0, 0)
93Hud.TextSize = 14.000
94Hud.MouseButton1Down:connect(function()
95 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ProteinBuy:Destroy()
96 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenShop:Destroy()
97 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenReb:Destroy()
98 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ImageLabel:Destroy()
99 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenPack:Destroy()
100 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.PopSound:Destroy()
101 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.BlackMarket:Destroy()
102 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.LiftRemind:Destroy()
103 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.MuscleGain:Destroy()
104 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RebFrame:Destroy()
105 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.ShopFrame:Destroy()
106 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.OpenSkins:Destroy()
107 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.Bar:Destroy()
108 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.ImageLabel:Destroy()
109 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.StrengthHolder.TextLabel.TextLabel:Destroy()
110 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashHolder:Destroy()
111 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.CashButton:Destroy()
112 game:GetService("Players").LocalPlayer.PlayerGui.HUD.Frame.RumbleHolder:Destroy()
113end)
114
115UICorner_5.Parent = Hud
116
117Fps.Name = "Fps"
118Fps.Parent = ScrollingFrame
119Fps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
120Fps.BackgroundTransparency = 0.400
121Fps.Position = UDim2.new(0.0646258518, 0, 0.502146125, 0)
122Fps.Size = UDim2.new(0, 119, 0, 50)
123Fps.Font = Enum.Font.Cartoon
124Fps.Text = "Fps"
125Fps.TextColor3 = Color3.fromRGB(0, 0, 0)
126Fps.TextSize = 14.000
127
128UICorner_6.Parent = Fps
129
130Safe.Name = "Safe"
131Safe.Parent = ScrollingFrame
132Safe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
133Safe.BackgroundTransparency = 0.400
134Safe.Position = UDim2.new(0.0646258518, 0, 0.677637696, 0)
135Safe.Size = UDim2.new(0, 119, 0, 50)
136Safe.Font = Enum.Font.Cartoon
137Safe.Text = "Safe"
138Safe.TextColor3 = Color3.fromRGB(0, 0, 0)
139Safe.TextSize = 14.000
140
141UICorner_7.Parent = Safe
142
143Fps.MouseButton1Click:connect(function()
144 local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
145 local g = game
146 local w = g.Workspace
147 local l = g.Lighting
148 local t = w.Terrain
149 t.WaterWaveSize = 0
150 t.WaterWaveSpeed = 0
151 t.WaterReflectance = 0
152 t.WaterTransparency = 0
153 l.GlobalShadows = false
154 l.FogEnd = 9e9
155 l.Brightness = 0
156 settings().Rendering.QualityLevel = "Level01"
157 for i,v in pairs(g:GetDescendants()) do
158 if v:IsA("Part") or v:IsA("Union") or v:IsA("MeshPart") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
159 v.Material = "Plastic"
160 v.Reflectance = 0
161 elseif v:IsA("Decal") and decalsyeeted then
162 v.Transparency = 1
163 elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
164 v.Lifetime = NumberRange.new(0)
165 elseif v:IsA("Explosion") then
166 v.BlastPressure = 1
167 v.BlastRadius = 1
168 end
169 end
170 for i,e in pairs(l:GetChildren()) do
171 if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
172 e.Enabled = false
173 end
174 end
175
176end)
177
178local plr = game.Players.LocalPlayer
179local char = plr.Character
180local mouse = plr:GetMouse()
181
182local debounce = false
183local farming = nil
184
185function StartFarm()
186 farming = true
187 Farm.BackgroundColor3 = Color3.fromRGB(255,255,255)
188 wait()
189 while farming == true do
190 wait(0.6)
191 for i,v in pairs(char:GetChildren()) do
192 if v.Name == ToolName.Text then
193 v:Activate()
194 else
195 for i,v in pairs(plr.Backpack:GetChildren()) do
196 if v.Name == ToolName.Text then
197 v.Parent = plr.Character
198 end
199 end
200 end
201 end
202 end
203 end
204
205function StopFarm()
206 Farm.BackgroundColor3 = Color3.fromRGB(255,255,255)
207 farming = false
208end
209
210Farm.MouseButton1Click:Connect(function()
211 if debounce == false then
212 debounce = true
213 StartFarm()
214 else
215 debounce = false
216 StopFarm()
217 end
218end)
219
220--[[local debounce = true
221
222plr:GetMouse().KeyDown(function(key)
223 local key = string.lower(key)
224 wait()
225 if string.byte(key) == 48 then
226 if debounce == true then
227 debounce = false
228 Main.Visible = false
229 else
230 debounce = true
231 main.Visible = true
232 end
233 end
234end)]]
235
236local debounce = true
237
238mouse.KeyDown:Connect(function(key)
239 local key = string.upper(key)
240 wait()
241 if string.byte(key) == 47 then
242 if debounce == true then
243 debounce = false
244 Main.Visible = false
245 else
246 debounce = true
247 Main.Visible = true
248 end
249 end
250end)
251
252Safe.MouseButton1Click:Connect(function()
253 char.HumanoidRootPart.CFrame = CFrame.new(-1977.9436, 510, -5295.2124, 1, 0, 0, 0, 1, 0, 0, 0, 1)
254end)
255RAW Paste Data
256
257Public Pastes
258XmlParser
259C++ (with Qt extensions) | 19 min ago
260Paste Ping
261C | 20 min ago
262Simple Docker Swar...
263YAML | 25 min ago
264My Log File
265HTML 5 | 25 min ago
266My Log File
267HTML 5 | 1 hour ago
268Retake Exam - 16 D...
269Python | 1 hour ago
270Untitled
271Python | 1 hour ago
272Untitled
273Java | 1 hour ago
274
275create new paste / syntax languages / archive / faq / tools / night mode / api / scraping api / news / pro
276privacy statement / cookies policy / terms of serviceupdated / security disclosure / dmca / report abuse / contact
277
278By using Pastebin.com you agree to our cookies policy to enhance your experience.
279Site design & logo © 2021 Pastebin
280We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
281 Not a member of Pastebin yet?
282Sign Up, it unlocks many cool features!
283