SHOW:
|
|
- or go back to the newest paste.
1 | -->> Now Rek Oders LOL <<-- | |
2 | ||
3 | local ScreenGui = Instance.new("ScreenGui") | |
4 | local Frame = Instance.new("Frame") | |
5 | local Frame_2 = Instance.new("Frame") | |
6 | local TextButton = Instance.new("TextButton") | |
7 | local TextButton_2 = Instance.new("TextButton") | |
8 | local TextButton_3 = Instance.new("TextButton") | |
9 | local TextButton_4 = Instance.new("TextButton") | |
10 | local TextBox = Instance.new("TextBox") | |
11 | local TextLabel = Instance.new("TextLabel") | |
12 | ||
13 | -- Properties | |
14 | ||
15 | ScreenGui.Parent = game.CoreGui | |
16 | ||
17 | Frame.Parent = ScreenGui | |
18 | Frame.Active = true | |
19 | Frame.BackgroundColor3 = Color3.new(0, 0, 0) | |
20 | Frame.BackgroundTransparency = 0.5 | |
21 | Frame.BorderSizePixel = 0 | |
22 | Frame.Position = UDim2.new(0.485696495, 0, 0.168211818, 0) | |
23 | Frame.Size = UDim2.new(0, 418, 0, 365) | |
24 | Frame.Draggable = true | |
25 | ||
26 | Frame_2.Parent = Frame | |
27 | Frame_2.Active = true | |
28 | Frame_2.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451) | |
29 | Frame_2.BorderSizePixel = 0 | |
30 | Frame_2.Position = UDim2.new(0.0412790775, 0, 0.000730149448, 0) | |
31 | Frame_2.Size = UDim2.new(0, 401, 0, 365) | |
32 | ||
33 | TextButton.Parent = Frame_2 | |
34 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
35 | TextButton.BorderSizePixel = 0 | |
36 | TextButton.Position = UDim2.new(0.0274314079, 0, 0.830137014, 0) | |
37 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
38 | TextButton.Font = Enum.Font.SourceSans | |
39 | TextButton.Text = "FE kill" | |
40 | TextButton.TextScaled = true | |
41 | TextButton.TextSize = 14 | |
42 | TextButton.TextWrapped = true | |
43 | ||
44 | TextButton.MouseButton1Down:connect(function() | |
45 | -- Made By JackMcJagger15 | |
46 | local FlingKill = Instance.new("ScreenGui") | |
47 | local Main = Instance.new("Frame") | |
48 | local Label = Instance.new("Frame") | |
49 | local Shadow = Instance.new("Frame") | |
50 | local StartKill = Instance.new("TextButton") | |
51 | local StopKill = Instance.new("TextButton") | |
52 | local Instructions = Instance.new("TextLabel") | |
53 | local CurrentPower = Instance.new("TextLabel") | |
54 | local Recomendation = Instance.new("TextLabel") | |
55 | local NameOfGui = Instance.new("TextLabel") | |
56 | local Exit = Instance.new("TextButton") | |
57 | local UPArrow = Instance.new("TextButton") | |
58 | local DownArrow = Instance.new("TextButton") | |
59 | ||
60 | -- Properties | |
61 | ||
62 | FlingKill.Name = "Fling/Kill" | |
63 | FlingKill.Parent = game.CoreGui | |
64 | ||
65 | Main.Name = "Main" | |
66 | Main.Parent = FlingKill | |
67 | Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) | |
68 | Main.BorderSizePixel = 0 | |
69 | Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0) | |
70 | Main.Size = UDim2.new(0, 217, 0, 233) | |
71 | Main.Selectable = true | |
72 | Main.Active = true | |
73 | Main.Draggable = true | |
74 | ||
75 | Label.Name = "Label" | |
76 | Label.Parent = Main | |
77 | Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392) | |
78 | Label.BorderSizePixel = 0 | |
79 | Label.Size = UDim2.new(0, 217, 0, 27) | |
80 | ||
81 | Shadow.Name = "Shadow" | |
82 | Shadow.Parent = Main | |
83 | Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882) | |
84 | Shadow.BorderSizePixel = 0 | |
85 | Shadow.Position = UDim2.new(0, 0, 0.115879826, 0) | |
86 | Shadow.Size = UDim2.new(0, 217, 0, 9) | |
87 | ||
88 | StartKill.Name = "StartKill" | |
89 | StartKill.Parent = Main | |
90 | StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392) | |
91 | StartKill.BorderSizePixel = 0 | |
92 | StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0) | |
93 | StartKill.Size = UDim2.new(0, 126, 0, 23) | |
94 | StartKill.Font = Enum.Font.Cartoon | |
95 | StartKill.Text = "FE Kill/Fling" | |
96 | StartKill.TextColor3 = Color3.new(0, 0, 0) | |
97 | StartKill.TextSize = 14 | |
98 | ||
99 | StopKill.Name = "StopKill" | |
100 | StopKill.Parent = Main | |
101 | StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392) | |
102 | StopKill.BorderSizePixel = 0 | |
103 | StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0) | |
104 | StopKill.Size = UDim2.new(0, 124, 0, 23) | |
105 | StopKill.Font = Enum.Font.Cartoon | |
106 | StopKill.Text = "Stop FE Kill/Fling" | |
107 | StopKill.TextColor3 = Color3.new(0, 0, 0) | |
108 | StopKill.TextSize = 14 | |
109 | ||
110 | Instructions.Name = "Instructions" | |
111 | Instructions.Parent = Main | |
112 | Instructions.BackgroundColor3 = Color3.new(1, 1, 1) | |
113 | Instructions.BackgroundTransparency = 1 | |
114 | Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0) | |
115 | Instructions.Size = UDim2.new(0, 200, 0, 32) | |
116 | Instructions.Font = Enum.Font.Cartoon | |
117 | Instructions.Text = "Just touch someone to watch the fly to their death!" | |
118 | Instructions.TextColor3 = Color3.new(0, 0, 0) | |
119 | Instructions.TextSize = 14 | |
120 | Instructions.TextWrapped = true | |
121 | ||
122 | CurrentPower.Name = "CurrentPower" | |
123 | CurrentPower.Parent = Main | |
124 | CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1) | |
125 | CurrentPower.BackgroundTransparency = 1 | |
126 | CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0) | |
127 | CurrentPower.Size = UDim2.new(0, 98, 0, 36) | |
128 | CurrentPower.Font = Enum.Font.Cartoon | |
129 | CurrentPower.Text = "Current Power = 5" | |
130 | CurrentPower.TextColor3 = Color3.new(0, 0, 0) | |
131 | CurrentPower.TextSize = 14 | |
132 | ||
133 | Recomendation.Name = "Recomendation" | |
134 | Recomendation.Parent = Main | |
135 | Recomendation.BackgroundColor3 = Color3.new(1, 1, 1) | |
136 | Recomendation.BackgroundTransparency = 1 | |
137 | Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0) | |
138 | Recomendation.Size = UDim2.new(0, 200, 0, 21) | |
139 | Recomendation.Font = Enum.Font.Cartoon | |
140 | Recomendation.Text = "Recommended Power is 5" | |
141 | Recomendation.TextColor3 = Color3.new(0, 0, 0) | |
142 | Recomendation.TextSize = 14 | |
143 | ||
144 | NameOfGui.Name = "NameOfGui" | |
145 | NameOfGui.Parent = Main | |
146 | NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1) | |
147 | NameOfGui.BackgroundTransparency = 1 | |
148 | NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0) | |
149 | NameOfGui.Size = UDim2.new(0, 154, 0, 27) | |
150 | NameOfGui.Font = Enum.Font.Cartoon | |
151 | NameOfGui.Text = "FE Kill/Fling By JackMcJagger15" | |
152 | NameOfGui.TextColor3 = Color3.new(0, 0, 0) | |
153 | NameOfGui.TextSize = 14 | |
154 | ||
155 | Exit.Name = "Exit" | |
156 | Exit.Parent = Main | |
157 | Exit.BackgroundColor3 = Color3.new(1, 1, 1) | |
158 | Exit.BackgroundTransparency = 1 | |
159 | Exit.Position = UDim2.new(0.907834113, 0, 0, 0) | |
160 | Exit.Size = UDim2.new(0, 20, 0, 27) | |
161 | Exit.Font = Enum.Font.Cartoon | |
162 | Exit.Text = "X" | |
163 | Exit.TextColor3 = Color3.new(0, 0, 0) | |
164 | Exit.TextSize = 14 | |
165 | ||
166 | UPArrow.Name = "UPArrow" | |
167 | UPArrow.Parent = Main | |
168 | UPArrow.BackgroundColor3 = Color3.new(1, 1, 1) | |
169 | UPArrow.BackgroundTransparency = 1 | |
170 | UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0) | |
171 | UPArrow.Size = UDim2.new(0, 26, 0, 23) | |
172 | UPArrow.Font = Enum.Font.Cartoon | |
173 | UPArrow.Text = "Up" | |
174 | UPArrow.TextColor3 = Color3.new(0, 0, 0) | |
175 | UPArrow.TextSize = 12 | |
176 | UPArrow.TextWrapped = true | |
177 | ||
178 | DownArrow.Name = "DownArrow" | |
179 | DownArrow.Parent = Main | |
180 | DownArrow.BackgroundColor3 = Color3.new(1, 1, 1) | |
181 | DownArrow.BackgroundTransparency = 1 | |
182 | DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0) | |
183 | DownArrow.Size = UDim2.new(0, 26, 0, 23) | |
184 | DownArrow.Font = Enum.Font.Cartoon | |
185 | DownArrow.Text = "Down" | |
186 | DownArrow.TextColor3 = Color3.new(0, 0, 0) | |
187 | DownArrow.TextSize = 12 | |
188 | DownArrow.TextWrapped = true | |
189 | ||
190 | power = 500 | |
191 | active = false | |
192 | local val = Instance.new("IntValue") | |
193 | val.Name = "Number" | |
194 | val.Parent = game.Players.LocalPlayer | |
195 | val.Value = 5 | |
196 | ||
197 | Exit.MouseButton1Click:connect(function() | |
198 | FlingKill.Enabled = false | |
199 | end) | |
200 | ||
201 | StartKill.MouseButton1Click:connect(function() | |
202 | game:GetService('RunService').Stepped:connect(function() | |
203 | if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then | |
204 | game.Players.LocalPlayer.Character.Head.CanCollide = false | |
205 | game.Players.LocalPlayer.Character.Torso.CanCollide = false | |
206 | game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false | |
207 | game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false | |
208 | else | |
209 | if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then | |
210 | game.Players.LocalPlayer.Character.Head.CanCollide = false | |
211 | game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false | |
212 | game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false | |
213 | game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false | |
214 | end | |
215 | end | |
216 | end) | |
217 | wait(.1) | |
218 | local bambam = Instance.new("BodyThrust") | |
219 | bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart | |
220 | bambam.Force = Vector3.new(power,0,power) | |
221 | bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position | |
222 | end) | |
223 | ||
224 | StopKill.MouseButton1Click:connect(function() | |
225 | active = false | |
226 | game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove() | |
227 | end) | |
228 | ||
229 | UPArrow.MouseButton1Click:connect(function() | |
230 | power = power + 100 | |
231 | game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1 | |
232 | CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value | |
233 | end) | |
234 | ||
235 | DownArrow.MouseButton1Click:connect(function() | |
236 | power = power - 100 | |
237 | game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1 | |
238 | CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value | |
239 | end) | |
240 | end) | |
241 | ||
242 | TextButton_2.Parent = TextButton | |
243 | TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
244 | TextButton_2.BorderSizePixel = 0 | |
245 | TextButton_2.Position = UDim2.new(0.00197005272, 0, -1.51972604, 0) | |
246 | TextButton_2.Size = UDim2.new(0, 200, 0, 50) | |
247 | TextButton_2.Font = Enum.Font.SourceSans | |
248 | TextButton_2.Text = "Brick Spam" | |
249 | TextButton_2.TextScaled = true | |
250 | TextButton_2.TextSize = 40 | |
251 | TextButton_2.TextWrapped = true | |
252 | ||
253 | TextButton_2.MouseButton1Down:connect(function() | |
254 | for i=1,500 do | |
255 | local A_1 = | |
256 | { | |
257 | [1] = "Wear", | |
258 | [2] = "100427922", | |
259 | [3] = "Hats" | |
260 | } | |
261 | local Event = game:GetService("ReplicatedStorage").WearItem | |
262 | Event:FireServer(A_1) | |
263 | wait(0.1) | |
264 | ||
265 | for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do | |
266 | if v:IsA("Hat") or v:IsA("Accessory") then | |
267 | v.Handle.Mesh:Destroy() | |
268 | v.Parent = game:GetService("Workspace") | |
269 | end | |
270 | end | |
271 | end | |
272 | end) | |
273 | ||
274 | TextButton_3.Parent = TextButton_2 | |
275 | TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
276 | TextButton_3.BorderSizePixel = 0 | |
277 | TextButton_3.Position = UDim2.new(1.06612217, 0, 1.51013708, 0) | |
278 | TextButton_3.Size = UDim2.new(0, 167, 0, 50) | |
279 | TextButton_3.Font = Enum.Font.SourceSans | |
280 | TextButton_3.Text = "IY" | |
281 | TextButton_3.TextScaled = true | |
282 | TextButton_3.TextSize = 14 | |
283 | TextButton_3.TextWrapped = true | |
284 | ||
285 | TextButton_3.MouseButton1Down:connect(function() | |
286 | loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))() | |
287 | end) | |
288 | ||
289 | TextButton_4.Parent = TextButton_3 | |
290 | TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1) | |
291 | TextButton_4.BorderSizePixel = 0 | |
292 | TextButton_4.Position = UDim2.new(0, 0, -1.51999998, 0) | |
293 | TextButton_4.Size = UDim2.new(0, 167, 0, 50) | |
294 | TextButton_4.Font = Enum.Font.SourceSans | |
295 | TextButton_4.Text = "Hat Spam" | |
296 | TextButton_4.TextScaled = true | |
297 | TextButton_4.TextSize = 40 | |
298 | TextButton_4.TextWrapped = true | |
299 | ||
300 | TextButton_4.MouseButton1Down:connect(function() | |
301 | for i=1,500 do | |
302 | local A_1 = | |
303 | { | |
304 | [1] = "Wear", | |
305 | [2] = "100427922", | |
306 | [3] = "Hats" | |
307 | } | |
308 | local Event = game:GetService("ReplicatedStorage").WearItem | |
309 | Event:FireServer(A_1) | |
310 | wait(0.1) | |
311 | ||
312 | for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do | |
313 | if v:IsA("Hat") or v:IsA("Accessory") then | |
314 | v.Parent = game:GetService("Workspace") | |
315 | end | |
316 | end | |
317 | end | |
318 | end) | |
319 | ||
320 | TextBox.Parent = TextButton_4 | |
321 | TextBox.BackgroundColor3 = Color3.new(1, 1, 1) | |
322 | TextBox.BorderSizePixel = 0 | |
323 | TextBox.Position = UDim2.new(-1.27844322, 0, -2.16000009, 0) | |
324 | TextBox.Size = UDim2.new(0, 380, 0, 50) | |
325 | TextBox.Font = Enum.Font.SourceSans | |
326 | TextBox.Text = "Username" | |
327 | TextBox.TextScaled = true | |
328 | TextBox.TextSize = 14 | |
329 | TextBox.TextWrapped = true | |
330 | ||
331 | TextLabel.Parent = TextBox | |
332 | TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) | |
333 | TextLabel.BackgroundTransparency = 32452 | |
334 | TextLabel.BorderSizePixel = 0 | |
335 | TextLabel.Position = UDim2.new(0.235526308, 0, -2.38000035, 0) | |
336 | TextLabel.Size = UDim2.new(0, 200, 0, 50) | |
337 | TextLabel.Font = Enum.Font.SourceSans | |
338 | TextLabel.Text = "FE HAX GUI V3 (by Harkinian) bricks and hats only works in some games." | |
339 | TextLabel.TextColor3 = Color3.new(1, 1, 1) | |
340 | TextLabel.TextScaled = true | |
341 | TextLabel.TextSize = 14 | |
342 | TextLabel.TextWrapped = true |