Advertisement
loleriss

FE Killer by thatchrisie

May 24th, 2019
1,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.18 KB | None | 0 0
  1. -- Created by thatchrisie / ChrisPlayYT / media_filw
  2. -- Twitter: thatchrisie
  3. -- Link to my exploit named Chorb: https://mega.nz/#F!3mwg1QgZ!awDIam0Ie2VC5EPb-YRRyQ
  4. -- Enjoy the FE Killer!
  5. -- Farewell Infortality.
  6. -- Version: 2.82
  7. -- Instances:
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local start = Instance.new("TextButton")
  11. local stop = Instance.new("TextButton")
  12. local pow1 = Instance.new("TextButton")
  13. local pow2 = Instance.new("TextButton")
  14. local pow3 = Instance.new("TextButton")
  15. local currentpower = Instance.new("TextLabel")
  16. local currentpowertitle = Instance.new("TextLabel")
  17. local TopBar = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local start_2 = Instance.new("TextButton")
  20. --Properties:
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23. ScreenGui.ResetOnSpawn = false
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  27. Frame.Position = UDim2.new(0.236458331, 0, 0.462173313, 0)
  28. Frame.Size = UDim2.new(0, 237, 0, 181)
  29.  
  30. start.Name = "start"
  31. start.Parent = Frame
  32. start.BackgroundColor3 = Color3.new(0, 0, 0)
  33. start.BackgroundTransparency = 0.80000001192093
  34. start.Position = UDim2.new(0.0652173907, 0, 0.76170212, 0)
  35. start.Size = UDim2.new(0, 103, 0, 28)
  36. start.Font = Enum.Font.SourceSansLight
  37. start.Text = "Start"
  38. start.TextColor3 = Color3.new(0, 0, 0)
  39. start.TextScaled = true
  40. start.TextSize = 14
  41. start.TextWrapped = true
  42.  
  43. stop.Name = "stop"
  44. stop.Parent = Frame
  45. stop.BackgroundColor3 = Color3.new(0, 0, 0)
  46. stop.BackgroundTransparency = 0.80000001192093
  47. stop.Position = UDim2.new(0.51447016, 0, 0.76170212, 0)
  48. stop.Size = UDim2.new(0, 103, 0, 28)
  49. stop.Font = Enum.Font.SourceSansLight
  50. stop.Text = "Stop"
  51. stop.TextColor3 = Color3.new(0, 0, 0)
  52. stop.TextScaled = true
  53. stop.TextSize = 14
  54. stop.TextWrapped = true
  55.  
  56. pow1.Name = "pow1"
  57. pow1.Parent = Frame
  58. pow1.BackgroundColor3 = Color3.new(0, 0, 0)
  59. pow1.BackgroundTransparency = 0.80000001192093
  60. pow1.Position = UDim2.new(0.0652173907, 0, 0.165957451, 0)
  61. pow1.Size = UDim2.new(0, 103, 0, 28)
  62. pow1.Font = Enum.Font.SourceSansLight
  63. pow1.Text = "+100"
  64. pow1.TextColor3 = Color3.new(0, 0, 0)
  65. pow1.TextScaled = true
  66. pow1.TextSize = 14
  67. pow1.TextWrapped = true
  68.  
  69. pow2.Name = "pow2"
  70. pow2.Parent = Frame
  71. pow2.BackgroundColor3 = Color3.new(0, 0, 0)
  72. pow2.BackgroundTransparency = 0.80000001192093
  73. pow2.Position = UDim2.new(0.0652173609, 0, 0.323404253, 0)
  74. pow2.Size = UDim2.new(0, 103, 0, 28)
  75. pow2.Font = Enum.Font.SourceSansLight
  76. pow2.Text = "+1000"
  77. pow2.TextColor3 = Color3.new(0, 0, 0)
  78. pow2.TextScaled = true
  79. pow2.TextSize = 14
  80. pow2.TextWrapped = true
  81.  
  82. pow3.Name = "pow3"
  83. pow3.Parent = Frame
  84. pow3.BackgroundColor3 = Color3.new(0, 0, 0)
  85. pow3.BackgroundTransparency = 0.80000001192093
  86. pow3.Position = UDim2.new(0.0652173609, 0, 0.480851024, 0)
  87. pow3.Size = UDim2.new(0, 103, 0, 28)
  88. pow3.Font = Enum.Font.SourceSansLight
  89. pow3.Text = "+10000"
  90. pow3.TextColor3 = Color3.new(0, 0, 0)
  91. pow3.TextScaled = true
  92. pow3.TextSize = 14
  93. pow3.TextWrapped = true
  94.  
  95. currentpower.Name = "currentpower"
  96. currentpower.Parent = Frame
  97. currentpower.BackgroundColor3 = Color3.new(1, 1, 1)
  98. currentpower.BackgroundTransparency = 1
  99. currentpower.Position = UDim2.new(0.494319618, 0, 0.395603567, 0)
  100. currentpower.Size = UDim2.new(0, 118, 0, 43)
  101. currentpower.Font = Enum.Font.SourceSansLight
  102. currentpower.Text = "0"
  103. currentpower.TextColor3 = Color3.new(0, 0, 0)
  104. currentpower.TextScaled = true
  105. currentpower.TextSize = 70
  106. currentpower.TextTransparency = 0.5
  107. currentpower.TextWrapped = true
  108.  
  109. currentpowertitle.Name = "currentpowertitle"
  110. currentpowertitle.Parent = Frame
  111. currentpowertitle.BackgroundColor3 = Color3.new(1, 1, 1)
  112. currentpowertitle.BackgroundTransparency = 1
  113. currentpowertitle.Position = UDim2.new(0.494319618, 0, 0.213283122, 0)
  114. currentpowertitle.Size = UDim2.new(0, 118, 0, 39)
  115. currentpowertitle.Font = Enum.Font.SourceSansLight
  116. currentpowertitle.Text = "Current power:"
  117. currentpowertitle.TextColor3 = Color3.new(0, 0, 0)
  118. currentpowertitle.TextScaled = true
  119. currentpowertitle.TextSize = 14
  120. currentpowertitle.TextTransparency = 0.5
  121. currentpowertitle.TextWrapped = true
  122.  
  123. TopBar.Name = "TopBar"
  124. TopBar.Parent = ScreenGui
  125. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  126. TopBar.BackgroundTransparency = 0.80000001192093
  127. TopBar.BorderSizePixel = 0
  128. TopBar.Position = UDim2.new(0.236458331, 0, 0.462173313, 0)
  129. TopBar.Size = UDim2.new(0, 237, 0, 28)
  130.  
  131. TextLabel.Parent = TopBar
  132. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  133. TextLabel.BackgroundTransparency = 1
  134. TextLabel.Position = UDim2.new(0, 0, -0.0357142873, 0)
  135. TextLabel.Size = UDim2.new(0, 213, 0, 28)
  136. TextLabel.Font = Enum.Font.SourceSansLight
  137. TextLabel.Text = "FE Killer by thatchrisie"
  138. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  139. TextLabel.TextScaled = true
  140. TextLabel.TextSize = 14
  141. TextLabel.TextTransparency = 0.5
  142. TextLabel.TextWrapped = true
  143.  
  144. start_2.Name = "start"
  145. start_2.Parent = TopBar
  146. start_2.BackgroundColor3 = Color3.new(0, 0, 0)
  147. start_2.BackgroundTransparency = 1
  148. start_2.Position = UDim2.new(0.857109249, 0, -0.036443159, 0)
  149. start_2.Size = UDim2.new(0, 33, 0, 28)
  150. start_2.Font = Enum.Font.SourceSansLight
  151. start_2.Text = "?"
  152. start_2.TextColor3 = Color3.new(0, 0, 0)
  153. start_2.TextScaled = true
  154. start_2.TextSize = 14
  155. start_2.TextWrapped = true
  156. -- Farewell Infortality.
  157. -- Version: 2.82
  158. -- Instances:
  159. local HelpTop = Instance.new("ScrollingFrame")
  160. local close = Instance.new("TextButton")
  161. local TextLabel = Instance.new("TextLabel")
  162. local TextLabel_2 = Instance.new("TextLabel")
  163. local TextLabel_3 = Instance.new("TextLabel")
  164. local TextLabel_4 = Instance.new("TextLabel")
  165. local TextLabel_5 = Instance.new("TextLabel")
  166. local TextLabel_6 = Instance.new("TextLabel")
  167. local TextLabel_7 = Instance.new("TextLabel")
  168. local TextLabel_8 = Instance.new("TextLabel")
  169. --Properties:
  170. HelpTop.Name = "HelpTop"
  171. HelpTop.Parent = ScreenGui
  172. HelpTop.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  173. HelpTop.BackgroundTransparency = 0.75
  174. HelpTop.BorderColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  175. HelpTop.Position = UDim2.new(0.416666687, 0, 0.171939477, 0)
  176. HelpTop.Size = UDim2.new(0, 570, 0, 237)
  177. HelpTop.Visible = false
  178.  
  179. close.Name = "close"
  180. close.Parent = HelpTop
  181. close.BackgroundColor3 = Color3.new(0, 0, 0)
  182. close.BackgroundTransparency = 1
  183. close.Position = UDim2.new(0.921995342, 0, -0.00106582965, 0)
  184. close.Size = UDim2.new(0, 34, 0, 28)
  185. close.Font = Enum.Font.SourceSansLight
  186. close.Text = "X"
  187. close.TextColor3 = Color3.new(0, 0, 0)
  188. close.TextScaled = true
  189. close.TextSize = 14
  190. close.TextWrapped = true
  191.  
  192. TextLabel.Parent = HelpTop
  193. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  194. TextLabel.BackgroundTransparency = 1
  195. TextLabel.Position = UDim2.new(0, 0, -0.000516967848, 0)
  196. TextLabel.Size = UDim2.new(0, 233, 0, 30)
  197. TextLabel.Font = Enum.Font.SourceSansLight
  198. TextLabel.Text = "FE Killer by thatchrisie"
  199. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  200. TextLabel.TextScaled = true
  201. TextLabel.TextSize = 14
  202. TextLabel.TextTransparency = 0.5
  203. TextLabel.TextWrapped = true
  204.  
  205. TextLabel_2.Parent = HelpTop
  206. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  207. TextLabel_2.BackgroundTransparency = 1
  208. TextLabel_2.Position = UDim2.new(0, 0, 0.025621362, 0)
  209. TextLabel_2.Size = UDim2.new(0, 341, 0, 61)
  210. TextLabel_2.Font = Enum.Font.SourceSansLight
  211. TextLabel_2.Text = "Click stop to set the power to 0"
  212. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  213. TextLabel_2.TextScaled = true
  214. TextLabel_2.TextSize = 14
  215. TextLabel_2.TextTransparency = 0.5
  216. TextLabel_2.TextWrapped = true
  217.  
  218. TextLabel_3.Parent = HelpTop
  219. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  220. TextLabel_3.BackgroundTransparency = 1
  221. TextLabel_3.Position = UDim2.new(0, 0, 0.060009256, 0)
  222. TextLabel_3.Size = UDim2.new(0, 341, 0, 61)
  223. TextLabel_3.Font = Enum.Font.SourceSansLight
  224. TextLabel_3.Text = "Click Start to start the spin killing"
  225. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  226. TextLabel_3.TextScaled = true
  227. TextLabel_3.TextSize = 14
  228. TextLabel_3.TextTransparency = 0.5
  229. TextLabel_3.TextWrapped = true
  230.  
  231. TextLabel_4.Parent = HelpTop
  232. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  233. TextLabel_4.BackgroundTransparency = 1
  234. TextLabel_4.Position = UDim2.new(0, 0, 0.106972583, 0)
  235. TextLabel_4.Size = UDim2.new(0, 433, 0, 68)
  236. TextLabel_4.Font = Enum.Font.SourceSansLight
  237. TextLabel_4.Text = "Recommended Power is 100 if you're on the ground."
  238. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  239. TextLabel_4.TextScaled = true
  240. TextLabel_4.TextSize = 14
  241. TextLabel_4.TextTransparency = 0.5
  242. TextLabel_4.TextWrapped = true
  243.  
  244. TextLabel_5.Parent = HelpTop
  245. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextLabel_5.BackgroundTransparency = 1
  247. TextLabel_5.Position = UDim2.new(0, 0, 0.159242183, 0)
  248. TextLabel_5.Size = UDim2.new(0, 433, 0, 68)
  249. TextLabel_5.Font = Enum.Font.SourceSansLight
  250. TextLabel_5.Text = "But, if you're using a fly script then use how much power you want!"
  251. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  252. TextLabel_5.TextScaled = true
  253. TextLabel_5.TextSize = 14
  254. TextLabel_5.TextTransparency = 0.5
  255. TextLabel_5.TextWrapped = true
  256.  
  257. TextLabel_6.Parent = HelpTop
  258. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  259. TextLabel_6.BackgroundTransparency = 1
  260. TextLabel_6.Position = UDim2.new(0.014035088, 0, 0.219983757, 0)
  261. TextLabel_6.Size = UDim2.new(0, 500, 0, 106)
  262. TextLabel_6.Font = Enum.Font.SourceSansLight
  263. TextLabel_6.Text = "Just remember to stop your spin killing before you stop your flying, otherwise you will fling to the sky."
  264. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  265. TextLabel_6.TextScaled = true
  266. TextLabel_6.TextSize = 14
  267. TextLabel_6.TextTransparency = 0.5
  268. TextLabel_6.TextWrapped = true
  269.  
  270. TextLabel_7.Parent = HelpTop
  271. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  272. TextLabel_7.BackgroundTransparency = 1
  273. TextLabel_7.Position = UDim2.new(0.0122807026, 0, 0.31870088, 0)
  274. TextLabel_7.Size = UDim2.new(0, 333, 0, 62)
  275. TextLabel_7.Font = Enum.Font.SourceSansLight
  276. TextLabel_7.Text = "Twitter: thatchrisie"
  277. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  278. TextLabel_7.TextScaled = true
  279. TextLabel_7.TextSize = 14
  280. TextLabel_7.TextTransparency = 0.5
  281. TextLabel_7.TextWrapped = true
  282.  
  283. TextLabel_8.Parent = HelpTop
  284. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  285. TextLabel_8.BackgroundTransparency = 1
  286. TextLabel_8.Position = UDim2.new(0.0122807026, 0, 0.357215315, 0)
  287. TextLabel_8.Size = UDim2.new(0, 333, 0, 62)
  288. TextLabel_8.Font = Enum.Font.SourceSansLight
  289. TextLabel_8.Text = "V3rmillion: thatchrisie"
  290. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  291. TextLabel_8.TextScaled = true
  292. TextLabel_8.TextSize = 14
  293. TextLabel_8.TextTransparency = 0.5
  294. TextLabel_8.TextWrapped = true
  295. -- Farewell Infortality.
  296. -- Version: 2.82
  297. -- Instances:
  298. local help = Instance.new("TextButton")
  299. --Properties:
  300. help.Name = "help"
  301. help.Parent = TopBar
  302. help.BackgroundColor3 = Color3.new(0, 0, 0)
  303. help.BackgroundTransparency = 1
  304. help.Position = UDim2.new(0.857109249, 0, -0.036443159, 0)
  305. help.Size = UDim2.new(0, 33, 0, 28)
  306. help.Font = Enum.Font.SourceSansLight
  307. help.Text = "?"
  308. help.TextColor3 = Color3.new(0, 0, 0)
  309. help.TextScaled = true
  310. help.TextSize = 14
  311. help.TextWrapped = true
  312. -- Scripts:
  313. function SCRIPT_EFYE84_FAKESCRIPT() -- help.LocalScript
  314. local script = Instance.new('LocalScript')
  315. script.Parent = help
  316. script.Parent.MouseButton1Click:Connect(function(player)
  317. HelpTop.Visible = true
  318. end)
  319.  
  320. end
  321. coroutine.resume(coroutine.create(SCRIPT_EFYE84_FAKESCRIPT))
  322.  
  323. -- Scripts:
  324. function SCRIPT_FNEP74_FAKESCRIPT() -- close.LocalScript
  325. local script = Instance.new('LocalScript')
  326. script.Parent = close
  327. script.Parent.MouseButton1Click:Connect(function(player)
  328. HelpTop.Visible = false
  329. end)
  330.  
  331. end
  332. coroutine.resume(coroutine.create(SCRIPT_FNEP74_FAKESCRIPT))
  333. function SCRIPT_OFZS65_FAKESCRIPT() -- HelpTop.LocalScript
  334. local script = Instance.new('LocalScript')
  335. script.Parent = HelpTop
  336. local UserInputService = game:GetService("UserInputService")
  337.  
  338. local gui = script.Parent
  339.  
  340. local dragging
  341. local dragInput
  342. local dragStart
  343. local startPos
  344.  
  345. local function update(input)
  346. local delta = input.Position - dragStart
  347. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  348. end
  349.  
  350. gui.InputBegan:Connect(function(input)
  351. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  352. dragging = true
  353. dragStart = input.Position
  354. startPos = gui.Position
  355.  
  356. input.Changed:Connect(function()
  357. if input.UserInputState == Enum.UserInputState.End then
  358. dragging = false
  359. end
  360. end)
  361. end
  362. end)
  363.  
  364. gui.InputChanged:Connect(function(input)
  365. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  366. dragInput = input
  367. end
  368. end)
  369.  
  370. UserInputService.InputChanged:Connect(function(input)
  371. if input == dragInput and dragging then
  372. update(input)
  373. end
  374. end)
  375.  
  376. end
  377. coroutine.resume(coroutine.create(SCRIPT_OFZS65_FAKESCRIPT))
  378.  
  379. -- Scripts:
  380. function SCRIPT_AGOX80_FAKESCRIPT() -- Frame.LocalScript
  381. local script = Instance.new('LocalScript')
  382. script.Parent = Frame
  383. local UserInputService = game:GetService("UserInputService")
  384.  
  385. local gui = script.Parent
  386.  
  387. local dragging
  388. local dragInput
  389. local dragStart
  390. local startPos
  391.  
  392. local function update(input)
  393. local delta = input.Position - dragStart
  394. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  395. end
  396.  
  397. gui.InputBegan:Connect(function(input)
  398. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  399. dragging = true
  400. dragStart = input.Position
  401. startPos = gui.Position
  402.  
  403. input.Changed:Connect(function()
  404. if input.UserInputState == Enum.UserInputState.End then
  405. dragging = false
  406. end
  407. end)
  408. end
  409. end)
  410.  
  411. gui.InputChanged:Connect(function(input)
  412. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  413. dragInput = input
  414. end
  415. end)
  416.  
  417. UserInputService.InputChanged:Connect(function(input)
  418. if input == dragInput and dragging then
  419. update(input)
  420. end
  421. end)
  422.  
  423. end
  424. coroutine.resume(coroutine.create(SCRIPT_AGOX80_FAKESCRIPT))
  425. function SCRIPT_FWLI65_FAKESCRIPT() -- Frame.functionabilities
  426. local script = Instance.new('LocalScript')
  427. script.Parent = Frame
  428. power = 0
  429. active = false
  430. local val = Instance.new("IntValue")
  431. val.Name = "Number"
  432. val.Parent = game.Players.LocalPlayer
  433. val.Value = 5
  434. local Start = script.Parent.start
  435. local Stop = script.Parent.stop
  436. local Pow1 = script.Parent.pow1
  437. local Pow2 = script.Parent.pow2
  438. local Pow3 = script.Parent.pow3
  439. local Currentpower = script.Parent.currentpower
  440. Start.MouseButton1Click:Connect(function()
  441. game.Players.LocalPlayer.Character.Head.CanCollide = false
  442. local success, err = pcall(function()
  443. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  444. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  445. end)
  446. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  447. if v:IsA("Part") or v:IsA("BasePart") or v:IsA("MeshPart") or v:IsA("UnionOperation") then
  448. v.CanCollide = false
  449. end
  450. end
  451. game:GetService('RunService').Stepped:connect(function()
  452. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  453. game.Players.LocalPlayer.Character.Head.CanCollide = false
  454. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  455. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  456. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  457. else
  458. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  459. game.Players.LocalPlayer.Character.Head.CanCollide = false
  460. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  461. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  462. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  463. end
  464. end
  465. end)
  466. wait(0.1)
  467. local spinkill = Instance.new("BodyThrust")
  468. spinkill.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  469. spinkill.Force = Vector3.new(power, 0, power)
  470. spinkill.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  471. end)
  472.  
  473. Stop.MouseButton1Click:Connect(function()
  474. for i,v in pairs(game.Players.LocalPlayer.Character.HumanoidRootPart:GetChildren()) do
  475. active = false
  476. if v:IsA("BodyThrust") then
  477. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  478. end
  479. end
  480. power = power - power
  481. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  482. end)
  483.  
  484. Pow1.MouseButton1Click:Connect(function()
  485. power = power + 100
  486. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  487. end)
  488.  
  489. Pow2.MouseButton1Click:Connect(function()
  490. power = power + 1000
  491. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  492. end)
  493.  
  494. Pow3.MouseButton1Click:Connect(function()
  495. power = power + 100000
  496. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  497. end)
  498.  
  499. while true do
  500. wait()
  501. Currentpower.Text = tostring(power)
  502. end
  503.  
  504. end
  505. coroutine.resume(coroutine.create(SCRIPT_FWLI65_FAKESCRIPT))
  506. function SCRIPT_HYVL77_FAKESCRIPT() -- TopBar.LocalScript
  507. local script = Instance.new('LocalScript')
  508. script.Parent = TopBar
  509. local UserInputService = game:GetService("UserInputService")
  510.  
  511. local gui = script.Parent
  512. local move = script.Parent.Parent.Frame
  513.  
  514. local dragging
  515. local dragInput
  516. local dragStart
  517. local startPos
  518.  
  519. local function update(input)
  520. local delta = input.Position - dragStart
  521. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  522. end
  523.  
  524. gui.InputBegan:Connect(function(input)
  525. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  526. dragging = true
  527. dragStart = input.Position
  528. startPos = move.Position
  529.  
  530. input.Changed:Connect(function()
  531. if input.UserInputState == Enum.UserInputState.End then
  532. dragging = false
  533. end
  534. end)
  535. end
  536. end)
  537.  
  538. gui.InputChanged:Connect(function(input)
  539. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  540. dragInput = input
  541. end
  542. end)
  543.  
  544. UserInputService.InputChanged:Connect(function(input)
  545. if input == dragInput and dragging then
  546. update(input)
  547. end
  548. end)
  549.  
  550. end
  551. coroutine.resume(coroutine.create(SCRIPT_HYVL77_FAKESCRIPT))
  552. function SCRIPT_PYEW81_FAKESCRIPT() -- TopBar.LocalScript
  553. local script = Instance.new('LocalScript')
  554. script.Parent = TopBar
  555. while true do
  556. wait()
  557. script.Parent.Position = script.Parent.Parent.Frame.Position
  558. end
  559.  
  560. end
  561. coroutine.resume(coroutine.create(SCRIPT_PYEW81_FAKESCRIPT))
  562. function SCRIPT_XKXR78_FAKESCRIPT() -- ScreenGui.LocalScript
  563. local script = Instance.new('LocalScript')
  564. script.Parent = ScreenGui
  565. print("FE Killer by thatchrisie is now running!")
  566.  
  567. end
  568. coroutine.resume(coroutine.create(SCRIPT_XKXR78_FAKESCRIPT))
  569. function SCRIPT_FNSE75_FAKESCRIPT() -- ScreenGui.fly
  570. local script = Instance.new('LocalScript')
  571. script.Parent = ScreenGui
  572. repeat wait()
  573. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  574. local mouse = game.Players.LocalPlayer:GetMouse()
  575. repeat wait() until mouse
  576. local plr = game.Players.LocalPlayer
  577. local torso = plr.Character.Head
  578. local flying = false
  579. local deb = true
  580. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  581. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  582. local maxspeed = 400
  583. local speed = 5000
  584.  
  585. function Fly()
  586. local bg = Instance.new("BodyGyro", torso)
  587. bg.P = 9e4
  588. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  589. bg.cframe = torso.CFrame
  590. local bv = Instance.new("BodyVelocity", torso)
  591. bv.velocity = Vector3.new(0,0.1,0)
  592. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  593. repeat wait()
  594. plr.Character.Humanoid.PlatformStand = true
  595. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  596. speed = speed+.5+(speed/maxspeed)
  597. if speed > maxspeed then
  598. speed = maxspeed
  599. end
  600. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  601. speed = speed-1
  602. if speed < 0 then
  603. speed = 0
  604. end
  605. end
  606. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  607. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  608. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  609. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  610. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  611. else
  612. bv.velocity = Vector3.new(0,0.1,0)
  613. end
  614. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  615. until not flying
  616. ctrl = {f = 0, b = 0, l = 0, r = 0}
  617. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  618. speed = 0
  619. bg:Destroy()
  620. bv:Destroy()
  621. plr.Character.Humanoid.PlatformStand = false
  622. end
  623. mouse.KeyDown:connect(function(key)
  624. if key:lower() == "v" then
  625. if flying then flying = false
  626. else
  627. flying = true
  628. Fly()
  629. end
  630. elseif key:lower() == "w" then
  631. ctrl.f = 1
  632. elseif key:lower() == "s" then
  633. ctrl.b = -1
  634. elseif key:lower() == "a" then
  635. ctrl.l = -1
  636. elseif key:lower() == "d" then
  637. ctrl.r = 1
  638. end
  639. end)
  640. mouse.KeyUp:connect(function(key)
  641. if key:lower() == "w" then
  642. ctrl.f = 0
  643. elseif key:lower() == "s" then
  644. ctrl.b = 0
  645. elseif key:lower() == "a" then
  646. ctrl.l = 0
  647. elseif key:lower() == "d" then
  648. ctrl.r = 0
  649. end
  650. end)
  651. Fly()
  652.  
  653. end
  654. coroutine.resume(coroutine.create(SCRIPT_FNSE75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement