SHOW:
|
|
- or go back to the newest paste.
1 | -- Farewell Infortality. | |
2 | -- Version: 2.82 | |
3 | -- Instances: | |
4 | local ThanosFucker = Instance.new("ScreenGui") | |
5 | local MainFrame = Instance.new("Frame") | |
6 | local Topbar = Instance.new("Frame") | |
7 | local TextLabel = Instance.new("TextLabel") | |
8 | local ExitButton = Instance.new("TextButton") | |
9 | local MiniMazeButton = Instance.new("TextButton") | |
10 | local Topbar_2 = Instance.new("Frame") | |
11 | local Announcement = Instance.new("TextLabel") | |
12 | local DamageScript = Instance.new("TextButton") | |
13 | local ThanosInfHP = Instance.new("TextButton") | |
14 | local InfiniteBucks = Instance.new("TextButton") | |
15 | local FixingInfBucks = Instance.new("TextButton") | |
16 | local ComingSoon = Instance.new("TextButton") | |
17 | local ComingSoon_2 = Instance.new("TextButton") | |
18 | local OpenButton = Instance.new("TextButton") | |
19 | --Properties: | |
20 | ThanosFucker.Name = "Thanos Fucker" | |
21 | - | ThanosFucker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") |
21 | + | ThanosFucker.Parent = game.Players.contentdeleted93726:WaitForChild("PlayerGui") |
22 | ||
23 | MainFrame.Name = "MainFrame" | |
24 | MainFrame.Parent = ThanosFucker | |
25 | MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647) | |
26 | MainFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) | |
27 | MainFrame.Position = UDim2.new(0.234036788, 0, 0.218230888, 0) | |
28 | MainFrame.Size = UDim2.new(0, 581, 0, 219) | |
29 | ||
30 | Topbar.Name = "Topbar" | |
31 | Topbar.Parent = MainFrame | |
32 | Topbar.BackgroundColor3 = Color3.new(0, 0, 0) | |
33 | Topbar.BorderColor3 = Color3.new(0, 0, 0) | |
34 | Topbar.Size = UDim2.new(0, 495, 0, 36) | |
35 | ||
36 | TextLabel.Parent = Topbar | |
37 | TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
38 | TextLabel.BackgroundTransparency = 1 | |
39 | TextLabel.Position = UDim2.new(0.0161616169, 0, 0, 0) | |
40 | TextLabel.Size = UDim2.new(0, 145, 0, 36) | |
41 | TextLabel.Font = Enum.Font.SourceSansBold | |
42 | TextLabel.Text = "TIEE GUI" | |
43 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
44 | TextLabel.TextSize = 45 | |
45 | ||
46 | ExitButton.Name = "ExitButton" | |
47 | ExitButton.Parent = MainFrame | |
48 | ExitButton.BackgroundColor3 = Color3.new(0, 0, 0) | |
49 | ExitButton.BorderColor3 = Color3.new(0, 0, 0) | |
50 | ExitButton.Position = UDim2.new(0.925989687, 0, 0, 0) | |
51 | ExitButton.Size = UDim2.new(0, 43, 0, 36) | |
52 | ExitButton.Font = Enum.Font.SciFi | |
53 | ExitButton.Text = "X" | |
54 | ExitButton.TextColor3 = Color3.new(1, 1, 1) | |
55 | ExitButton.TextScaled = true | |
56 | ExitButton.TextSize = 14 | |
57 | ExitButton.TextWrapped = true | |
58 | ||
59 | MiniMazeButton.Name = "MiniMazeButton" | |
60 | MiniMazeButton.Parent = MainFrame | |
61 | MiniMazeButton.BackgroundColor3 = Color3.new(0, 0, 0) | |
62 | MiniMazeButton.BorderColor3 = Color3.new(0, 0, 0) | |
63 | MiniMazeButton.Position = UDim2.new(0.851979375, 0, 0, 0) | |
64 | MiniMazeButton.Size = UDim2.new(0, 43, 0, 36) | |
65 | MiniMazeButton.Font = Enum.Font.SciFi | |
66 | MiniMazeButton.Text = "-" | |
67 | MiniMazeButton.TextColor3 = Color3.new(1, 1, 1) | |
68 | MiniMazeButton.TextScaled = true | |
69 | MiniMazeButton.TextSize = 14 | |
70 | MiniMazeButton.TextWrapped = true | |
71 | ||
72 | Topbar_2.Name = "Topbar" | |
73 | Topbar_2.Parent = MainFrame | |
74 | Topbar_2.BackgroundColor3 = Color3.new(0, 0, 0) | |
75 | Topbar_2.BorderColor3 = Color3.new(0, 0, 0) | |
76 | Topbar_2.Position = UDim2.new(0, 0, 0.797379375, 0) | |
77 | Topbar_2.Size = UDim2.new(0, 581, 0, 44) | |
78 | ||
79 | Announcement.Name = "Announcement" | |
80 | Announcement.Parent = Topbar_2 | |
81 | Announcement.BackgroundColor3 = Color3.new(1, 1, 1) | |
82 | Announcement.BackgroundTransparency = 1 | |
83 | Announcement.Position = UDim2.new(-0.0447504371, 0, -0.000461231568, 0) | |
84 | Announcement.Size = UDim2.new(0, 633, 0, 44) | |
85 | Announcement.Font = Enum.Font.GothamBlack | |
86 | Announcement.Text = "If You Like His Hack Subscribe My Channel \"RamadhanGaming\" For More Updates Hack!" | |
87 | Announcement.TextColor3 = Color3.new(1, 1, 1) | |
88 | Announcement.TextScaled = true | |
89 | Announcement.TextSize = 10 | |
90 | Announcement.TextStrokeColor3 = Color3.new(1, 1, 1) | |
91 | Announcement.TextWrapped = true | |
92 | ||
93 | DamageScript.Name = "DamageScript" | |
94 | DamageScript.Parent = MainFrame | |
95 | DamageScript.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
96 | DamageScript.Position = UDim2.new(0.0137693631, 0, 0.20516181, 0) | |
97 | DamageScript.Size = UDim2.new(0, 181, 0, 50) | |
98 | DamageScript.Font = Enum.Font.SourceSansBold | |
99 | DamageScript.Text = "Damage Script" | |
100 | DamageScript.TextColor3 = Color3.new(0, 0, 0) | |
101 | DamageScript.TextScaled = true | |
102 | DamageScript.TextSize = 25 | |
103 | DamageScript.TextWrapped = true | |
104 | ||
105 | ThanosInfHP.Name = "Thanos Inf HP" | |
106 | ThanosInfHP.Parent = MainFrame | |
107 | ThanosInfHP.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
108 | ThanosInfHP.Position = UDim2.new(0.669535279, 0, 0.20516181, 0) | |
109 | ThanosInfHP.Size = UDim2.new(0, 185, 0, 50) | |
110 | ThanosInfHP.Font = Enum.Font.SourceSansBold | |
111 | ThanosInfHP.Text = "Thanos Inf HP" | |
112 | ThanosInfHP.TextColor3 = Color3.new(0, 0, 0) | |
113 | ThanosInfHP.TextScaled = true | |
114 | ThanosInfHP.TextSize = 25 | |
115 | ThanosInfHP.TextWrapped = true | |
116 | ||
117 | InfiniteBucks.Name = "Infinite Bucks" | |
118 | InfiniteBucks.Parent = MainFrame | |
119 | InfiniteBucks.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
120 | InfiniteBucks.Position = UDim2.new(0.344234079, 0, 0.20516181, 0) | |
121 | InfiniteBucks.Size = UDim2.new(0, 178, 0, 50) | |
122 | InfiniteBucks.Font = Enum.Font.SourceSansBold | |
123 | InfiniteBucks.Text = "Inf Bucks" | |
124 | InfiniteBucks.TextColor3 = Color3.new(0, 0, 0) | |
125 | InfiniteBucks.TextScaled = true | |
126 | InfiniteBucks.TextSize = 25 | |
127 | InfiniteBucks.TextWrapped = true | |
128 | ||
129 | FixingInfBucks.Name = "Fixing Inf Bucks" | |
130 | FixingInfBucks.Parent = MainFrame | |
131 | FixingInfBucks.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
132 | FixingInfBucks.Position = UDim2.new(0.0137693631, 0, 0.538455427, 0) | |
133 | FixingInfBucks.Size = UDim2.new(0, 181, 0, 50) | |
134 | FixingInfBucks.Font = Enum.Font.SourceSansBold | |
135 | FixingInfBucks.Text = "Fix Inf Bucks" | |
136 | FixingInfBucks.TextColor3 = Color3.new(0, 0, 0) | |
137 | FixingInfBucks.TextScaled = true | |
138 | FixingInfBucks.TextSize = 25 | |
139 | FixingInfBucks.TextWrapped = true | |
140 | ||
141 | ComingSoon.Name = "ComingSoon" | |
142 | ComingSoon.Parent = MainFrame | |
143 | ComingSoon.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
144 | ComingSoon.Position = UDim2.new(0.669535279, 0, 0.538455427, 0) | |
145 | ComingSoon.Size = UDim2.new(0, 185, 0, 50) | |
146 | ComingSoon.Font = Enum.Font.SourceSansBold | |
147 | ComingSoon.Text = "Coming Soon" | |
148 | ComingSoon.TextColor3 = Color3.new(1, 0, 0) | |
149 | ComingSoon.TextScaled = true | |
150 | ComingSoon.TextSize = 24 | |
151 | ComingSoon.TextWrapped = true | |
152 | ||
153 | ComingSoon_2.Name = "ComingSoon" | |
154 | ComingSoon_2.Parent = MainFrame | |
155 | ComingSoon_2.BackgroundColor3 = Color3.new(0.333333, 1, 1) | |
156 | ComingSoon_2.Position = UDim2.new(0.344234079, 0, 0.538455427, 0) | |
157 | ComingSoon_2.Size = UDim2.new(0, 178, 0, 50) | |
158 | ComingSoon_2.Font = Enum.Font.SourceSansBold | |
159 | ComingSoon_2.Text = "Coming Soon" | |
160 | ComingSoon_2.TextColor3 = Color3.new(1, 0, 0) | |
161 | ComingSoon_2.TextScaled = true | |
162 | ComingSoon_2.TextSize = 25 | |
163 | ComingSoon_2.TextWrapped = true | |
164 | ||
165 | OpenButton.Name = "OpenButton" | |
166 | OpenButton.Parent = ThanosFucker | |
167 | OpenButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
168 | OpenButton.Position = UDim2.new(0.851505637, 0, 0.326411992, 0) | |
169 | OpenButton.Size = UDim2.new(0, 169, 0, 50) | |
170 | OpenButton.Visible = false | |
171 | OpenButton.Style = Enum.ButtonStyle.RobloxButton | |
172 | OpenButton.Font = Enum.Font.SciFi | |
173 | OpenButton.Text = "OPEN" | |
174 | OpenButton.TextColor3 = Color3.new(1, 1, 1) | |
175 | OpenButton.TextSize = 40 | |
176 | OpenButton.TextWrapped = true | |
177 | -- Scripts: | |
178 | MainFrame.Draggable = true | |
179 | ||
180 | MiniMazeButton.MouseButton1Click:connect(function() | |
181 | MainFrame.Visible = false | |
182 | OpenButton.Visible = true | |
183 | end) | |
184 | ||
185 | ExitButton.MouseButton1Click:connect(function() | |
186 | MainFrame.Visible = false | |
187 | end) | |
188 | ||
189 | OpenButton.MouseButton1Click:connect(function() | |
190 | MainFrame.Visible = true | |
191 | OpenButton.Visible = false | |
192 | end) | |
193 | ||
194 | DamageScript.MouseButton1Down:connect(function() | |
195 | local remote = game["ReplicatedStorage"]["Damage"] | |
196 | local args = { | |
197 | [1] = 99999 --[[number]] | |
198 | } | |
199 | remote:FireServer(unpack(args)) | |
200 | end) | |
201 | ||
202 | ThanosInfHP.MouseButton1Down:connect(function() | |
203 | _G.infhp = true | |
204 | while _G.infhp do | |
205 | wait() | |
206 | local remote = game["ReplicatedStorage"]["Damage"] | |
207 | local args = { | |
208 | [1] = -123456789 --[[number]] | |
209 | } | |
210 | remote:FireServer(unpack(args)) | |
211 | end | |
212 | end) | |
213 | ||
214 | InfiniteBucks.MouseButton1Down:connect(function() | |
215 | _G.damage = true | |
216 | while _G.damage do | |
217 | wait() | |
218 | local remote = game["ReplicatedStorage"]["Damage"] | |
219 | local args = { | |
220 | [1] = 99999 --[[number]] | |
221 | } | |
222 | remote:FireServer(unpack(args)) | |
223 | end | |
224 | end) | |
225 | ||
226 | FixingInfBucks.MouseButton1Down:connect(function() | |
227 | _G.fix = true | |
228 | while _G.fix do | |
229 | wait() | |
230 | local remote = game["ReplicatedStorage"]["Damage"] | |
231 | local args = { | |
232 | [1] = 123456789 --[[number]] | |
233 | } | |
234 | remote:FireServer(unpack(args)) | |
235 | end | |
236 | end) |