View difference between Paste ID: 0rHfKv5V and 8VGz3s8N
SHOW: | | - or go back to the newest paste.
1
-- Farewell Infortality.
2
-- Version: 2.82
3
-- Instances:
4-
local survivor = Instance.new("ScreenGui")
4+
local banhammersimulator = Instance.new("ScreenGui")
5-
local open = Instance.new("Frame")
5+
6-
local openclose = Instance.new("TextButton")
6+
local noob = Instance.new("TextButton")
7
local doge = Instance.new("TextButton")
8-
local nexthack = Instance.new("TextButton")
8+
local pirate = Instance.new("TextButton")
9-
local title = Instance.new("TextLabel")
9+
local spammer = Instance.new("TextButton")
10
local hacker = Instance.new("TextButton")
11-
survivor.Name = "survivor"
11+
local skeleton = Instance.new("TextButton")
12-
survivor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
12+
13
banhammersimulator.Name = "banhammersimulator"
14-
open.Name = "open"
14+
banhammersimulator.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
15-
open.Parent = survivor
15+
16-
open.BackgroundColor3 = Color3.new(0, 0, 0)
16+
17-
open.BackgroundTransparency = 0.60000002384186
17+
main.Parent = banhammersimulator
18-
open.Position = UDim2.new(0, 0, 0.611271679, 0)
18+
main.BackgroundColor3 = Color3.new(0, 0, 0)
19-
open.Size = UDim2.new(0, 101, 0, 60)
19+
main.BackgroundTransparency = 0.69999998807907
20
main.Position = UDim2.new(0.375151515, 0, 0, 0)
21-
openclose.Name = "open/close"
21+
main.Size = UDim2.new(0, 757, 0, 100)
22-
openclose.Parent = open
22+
23-
openclose.BackgroundColor3 = Color3.new(1, 1, 1)
23+
noob.Name = "noob"
24-
openclose.BackgroundTransparency = 0.40000000596046
24+
noob.Parent = main
25-
openclose.Position = UDim2.new(0.0299999993, 0, 0.0851637721, 0)
25+
noob.BackgroundColor3 = Color3.new(0.988235, 1, 0.239216)
26-
openclose.Size = UDim2.new(0, 94, 0, 50)
26+
noob.Position = UDim2.new(0.0531183556, 0, 0.25, 0)
27-
openclose.Font = Enum.Font.Cartoon
27+
noob.Size = UDim2.new(0, 103, 0, 50)
28-
openclose.Text = "Open/Close"
28+
noob.Font = Enum.Font.SourceSans
29-
openclose.TextColor3 = Color3.new(0.588235, 1, 0.203922)
29+
noob.Text = "Noobs Farm"
30-
openclose.TextScaled = true
30+
noob.TextColor3 = Color3.new(0, 0, 0)
31-
openclose.TextSize = 14
31+
noob.TextScaled = true
32-
openclose.TextWrapped = true
32+
noob.TextSize = 14
33
noob.TextWrapped = true
34
35-
main.Parent = survivor
35+
doge.Name = "doge"
36-
main.BackgroundColor3 = Color3.new(1, 1, 1)
36+
doge.Parent = main
37-
main.BackgroundTransparency = 0.60000002384186
37+
doge.BackgroundColor3 = Color3.new(1, 0.65098, 0.25098)
38-
main.Position = UDim2.new(0.133663371, 0, 0.511560678, 0)
38+
doge.Position = UDim2.new(0.662179589, 0, 0.25, 0)
39-
main.Size = UDim2.new(0, 145, 0, 69)
39+
doge.Size = UDim2.new(0, 103, 0, 50)
40-
main.Visible = false
40+
doge.Font = Enum.Font.SourceSans
41
doge.Text = "Doges Farm"
42-
nexthack.Name = "nexthack"
42+
doge.TextColor3 = Color3.new(0, 0, 0)
43-
nexthack.Parent = main
43+
doge.TextScaled = true
44-
nexthack.BackgroundColor3 = Color3.new(0.0784314, 1, 0.0784314)
44+
doge.TextSize = 14
45-
nexthack.BackgroundTransparency = 0.60000002384186
45+
doge.TextWrapped = true
46-
nexthack.Position = UDim2.new(0.0598156303, 0, 0.133262128, 0)
46+
47-
nexthack.Size = UDim2.new(0, 127, 0, 50)
47+
pirate.Name = "pirate"
48-
nexthack.Font = Enum.Font.Cartoon
48+
pirate.Parent = main
49-
nexthack.Text = "Click Here To Get Next Hack!"
49+
pirate.BackgroundColor3 = Color3.new(0.54902, 0.384314, 0.25098)
50-
nexthack.TextColor3 = Color3.new(0, 0, 0)
50+
pirate.Position = UDim2.new(0.508716941, 0, 0.25, 0)
51-
nexthack.TextScaled = true
51+
pirate.Size = UDim2.new(0, 103, 0, 50)
52-
nexthack.TextSize = 14
52+
pirate.Font = Enum.Font.SourceSans
53-
nexthack.TextWrapped = true
53+
pirate.Text = "Pirates Farm"
54
pirate.TextColor3 = Color3.new(0, 0, 0)
55-
title.Name = "title"
55+
pirate.TextScaled = true
56-
title.Parent = main
56+
pirate.TextSize = 14
57-
title.BackgroundColor3 = Color3.new(0.509804, 0.313726, 0.145098)
57+
pirate.TextWrapped = true
58-
title.BackgroundTransparency = 0.40000000596046
58+
59-
title.Position = UDim2.new(-0.0482758619, 0, -0.536231875, 0)
59+
spammer.Name = "spammer"
60-
title.Size = UDim2.new(0, 159, 0, 37)
60+
spammer.Parent = main
61-
title.Font = Enum.Font.Cartoon
61+
spammer.BackgroundColor3 = Color3.new(1, 0.858824, 0.733333)
62-
title.Text = "Survivor Hack"
62+
spammer.Position = UDim2.new(0.203093231, 0, 0.25, 0)
63-
title.TextColor3 = Color3.new(0, 0, 0)
63+
spammer.Size = UDim2.new(0, 103, 0, 50)
64-
title.TextScaled = true
64+
spammer.Font = Enum.Font.SourceSans
65-
title.TextSize = 14
65+
spammer.Text = "Spammers Farm"
66-
title.TextWrapped = true
66+
spammer.TextColor3 = Color3.new(0, 0, 0)
67
spammer.TextScaled = true
68-
openclose.MouseButton1Down:connect(function()
68+
spammer.TextSize = 14
69-
    if main.Visible == false then
69+
spammer.TextWrapped = true
70-
        main.Visible = true
70+
71-
    else
71+
hacker.Name = "hacker"
72-
        main.Visible = false
72+
hacker.Parent = main
73-
    end
73+
hacker.BackgroundColor3 = Color3.new(1, 0, 0)
74
hacker.Position = UDim2.new(0.353960454, 0, 0.25, 0)
75
hacker.Size = UDim2.new(0, 103, 0, 50)
76-
nexthack.MouseButton1Down:connect(function()
76+
hacker.Font = Enum.Font.SourceSans
77-
 -- Objects
77+
hacker.Text = "Hackers Farm"
78-
--https://v3rmillion.net/member.php?action=profile&uid=61310
78+
hacker.TextColor3 = Color3.new(0, 0, 0)
79-
wait(3)
79+
hacker.TextScaled = true
80
hacker.TextSize = 14
81-
local ObjectValues = {}
81+
hacker.TextWrapped = true
82
83-
local function StringToArray(String,Separator)
83+
skeleton.Name = "skeleton"
84-
	local Array = {}
84+
skeleton.Parent = main
85-
	local ExtStr = String
85+
skeleton.BackgroundColor3 = Color3.new(1, 0.737255, 0.309804)
86-
	repeat
86+
skeleton.Position = UDim2.new(0.814543307, 0, 0.25, 0)
87-
		if ExtStr == "" or ExtStr == " " then
87+
skeleton.Size = UDim2.new(0, 103, 0, 50)
88-
			
88+
skeleton.Font = Enum.Font.SourceSans
89-
		else
89+
skeleton.Text = "Skeletons Farm"
90-
			local Start = string.find(ExtStr,Separator)
90+
skeleton.TextColor3 = Color3.new(0, 0, 0)
91-
			if Start ~= nil then
91+
skeleton.TextScaled = true
92-
				local Arg = string.sub(ExtStr,0,Start-1)
92+
skeleton.TextSize = 14
93-
				table.insert(Array,Arg)
93+
skeleton.TextWrapped = true
94-
				ExtStr = string.sub(ExtStr,Start+string.len(Separator))
94+
95-
			else
95+
pirate.MouseButton1Down:connect(function()
96-
				table.insert(Array,ExtStr)
96+
while true do
97-
				ExtStr = ""
97+
98-
			end
98+
wait()
99-
		end
99+
100-
	until ExtStr == ""
100+
wait()
101-
	if string.lower(Array[1]) == "/e" then
101+
102-
		Array[1] = nil
102+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Pirates.NPCs.Pirate.UpperTorso.CFrame
103-
		for i, v in pairs(Array) do
103+
104-
			if i == 1 then
104+
wait()
105-
				
105+
106-
			else
106+
wait()
107-
				Array[i-1] = v
107+
108-
			end
108+
109-
		end
109+
110-
	end
110+
111-
	return Array
111+
112-
end
112+
noob.MouseButton1Down:connect(function()
113
while true do
114-
local function IndicateValue(Value)
114+
115-
	local Type = tostring(typeof(Value))
115+
wait()
116-
	if Type == "string" then
116+
117-
		return "'"..Value.."'"
117+
wait()
118-
	elseif Type == "number" then
118+
119-
		return Value
119+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Noobs.NPCs.Noob.UpperTorso.CFrame
120-
	elseif Type == "Instance" then
120+
121-
		return "ObjectValue"
121+
wait()
122-
	elseif Type == "Color3" then
122+
123-
		return "Color3.new("..Value.r..","..Value.g..","..Value.b..")"
123+
wait()
124-
	elseif Type == "Vector3" then
124+
125-
		return "Vector3.new("..Value.X..","..Value.Y..","..Value.Z..")"
125+
126-
	elseif Type == "nil" then
126+
127-
		return "nil"
127+
128-
	elseif Type == "boolean" then
128+
129-
		return tostring(Value)
129+
hacker.MouseButton1Down:connect(function()
130-
	elseif Type == "BrickColor" then
130+
while true do
131-
		return "BrickColor.new("..Value.r..","..Value.g..","..Value.b..")"
131+
132-
	elseif Type == "EnumItem" then
132+
wait()
133-
		return tostring(Value)
133+
134-
	elseif Type == "UDim2" then
134+
wait()
135-
		return "UDim2.new("..Value.X.Scale..","..Value.X.Offset..","..Value.Y.Scale..","..Value.Y.Offset..")"
135+
136-
	else
136+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Hackers.NPCs.Hacker.UpperTorso.CFrame
137-
		return "Unable To Indicate Propety... "
137+
138-
	end
138+
wait()
139-
end
139+
140
wait()
141-
local Properties = {
141+
142-
	"Value",
142+
143-
	"Color",
143+
144-
	"AllowSweep",
144+
145-
	"WaterColor",
145+
146-
	"ParallelPhysics",
146+
spammer.MouseButton1Down:connect(function()
147-
	"Is30FpsThrottleEnabled",
147+
while true do
148-
	"HeadsUpDisplay",
148+
149-
	"Texture",
149+
wait()
150-
	"Value",
150+
151-
	"WaterColor",
151+
wait()
152-
	"SkinColor",
152+
153-
	"SparkleColor",
153+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Spammers.NPCs.Spammer.UpperTorso.CFrame
154-
	"FogColor",
154+
155-
	"HeadColor",
155+
wait()
156-
	"LeftArmColor",
156+
157-
	"RightArmColor",
157+
wait()
158-
	"TorsoColor",
158+
159-
	"RightLegColor",
159+
160-
	"LeftLegColor",
160+
161-
	"ShadowColor",
161+
162-
	"Ambient",
162+
163-
	"SecondaryColor",
163+
doge.MouseButton1Down:connect(function()
164-
	"Anchored",
164+
while true do
165-
	"AllowInsertFreeModels",
165+
166-
	"SuperSafeChatReplicate",
166+
wait()
167-
	"Player",
167+
168-
	"HangDetection",
168+
wait()
169-
	"FullScriptCode",
169+
170-
	"DataModelJobs",
170+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Doges.NPCs.Doge.UpperTorso.CFrame
171-
	"DeviceLost",
171+
172-
	"SSAO",
172+
wait()
173-
	"SoundEnabled",
173+
174-
	"SoftwareSound",
174+
wait()
175-
	"TextFits",
175+
176-
	"TextWrap",
176+
177-
	"Draggable",
177+
178-
	"BubbleChat" ,
178+
179-
	"AutoRuns",
179+
180-
	"Guest",
180+
skeleton.MouseButton1Down:connect(function()
181-
	"LocalSaveEnabled",
181+
while true do
182-
	"PlatformStand",
182+
183-
	"AutoRotate",
183+
wait()
184-
	"CelestialBodiesShown",
184+
185-
	"HasBuildTools" ,
185+
wait()
186-
	"ClassicChat" ,
186+
187-
	"DevEnableMouseLock",
187+
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.NPCs.Skeletons.NPCs.Skeleton.UpperTorso.CFrame
188-
	"Netural",
188+
189-
	"CanCollide",
189+
wait()
190-
	"Disabled",
190+
191-
	"Outlines",
191+
wait()
192-
	"Jump",
192+
193-
	"Sit",
193+
194-
	"Visible",
194+
195-
	"IsSmooth" ,
195+