Advertisement
Darkaf

frappekiller

Feb 8th, 2020
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.53 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "FrappeKiller Loading.";
  3. Text = "How do use: Just click in any mod you want and done! ez";
  4. Icon = "rbxassetid://2541869220";
  5. Duration = 8;
  6. Callback = animsbindable;
  7. Button1 = "OK";
  8. })
  9.  
  10. local Players = game:GetService("Players")
  11. local LocalPlayer = Players.LocalPlayer
  12. local function RemoveSpaces(String)
  13. return String:gsub("%s+", "") or String
  14. end
  15.  
  16. local function FindPlayer(String)
  17. String = RemoveSpaces(String)
  18. for _, _Player in pairs(Players:GetPlayers()) do
  19. if _Player.Name:lower():match('^'.. String:lower()) then
  20. return _Player
  21. end
  22. end
  23. return nil
  24. end
  25. wait(8)
  26. local FrappeKiller = Instance.new("ScreenGui")
  27. local MaterialFrame = Instance.new("Frame")
  28. local bar2 = Instance.new("Frame")
  29. local bar = Instance.new("Frame")
  30. local text = Instance.new("TextLabel")
  31. local text2 = Instance.new("TextLabel")
  32. local text2_2 = Instance.new("TextLabel")
  33. local bar2_2 = Instance.new("Frame")
  34. local text_2 = Instance.new("TextLabel")
  35. local fefling = Instance.new("TextButton")
  36. local kitchen = Instance.new("TextButton")
  37. local kill = Instance.new("TextButton")
  38. local pastries = Instance.new("TextButton")
  39. local Username = Instance.new("TextBox")
  40. local pastries_2 = Instance.new("TextButton")
  41. local pastries_3 = Instance.new("TextButton")
  42. local pastries_4 = Instance.new("TextButton")
  43. local pastries_5 = Instance.new("TextButton")
  44. local fefling_2 = Instance.new("TextButton")
  45.  
  46. FrappeKiller.Name = "FrappeKiller"
  47. FrappeKiller.Parent = game.CoreGui
  48.  
  49. MaterialFrame.Name = "MaterialFrame"
  50. MaterialFrame.Parent = FrappeKiller
  51. MaterialFrame.Active = true
  52. MaterialFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  53. MaterialFrame.BorderSizePixel = 0
  54. MaterialFrame.Position = UDim2.new(0.172697365, 0, 0.256117463, 0)
  55. MaterialFrame.Selectable = true
  56. MaterialFrame.Size = UDim2.new(0, 538, 0, 375)
  57. MaterialFrame.Draggable = true
  58.  
  59. bar2.Name = "bar2"
  60. bar2.Parent = MaterialFrame
  61. bar2.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  62. bar2.BorderSizePixel = 0
  63. bar2.Size = UDim2.new(0, 538, 0, 11)
  64.  
  65. bar.Name = "bar"
  66. bar.Parent = MaterialFrame
  67. bar.BackgroundColor3 = Color3.new(0.835294, 0, 0)
  68. bar.BorderSizePixel = 0
  69. bar.Position = UDim2.new(0, 0, 0.0293333326, 0)
  70. bar.Size = UDim2.new(0, 538, 0, 32)
  71.  
  72. text.Name = "text"
  73. text.Parent = MaterialFrame
  74. text.BackgroundColor3 = Color3.new(1, 1, 1)
  75. text.BackgroundTransparency = 1
  76. text.BorderSizePixel = 0
  77. text.Position = UDim2.new(-0.0260223057, 0, 0.0293333326, 0)
  78. text.Size = UDim2.new(0, 125, 0, 32)
  79. text.Font = Enum.Font.Gotham
  80. text.Text = "FrappeKiller"
  81. text.TextColor3 = Color3.new(1, 1, 1)
  82. text.TextSize = 15
  83.  
  84. text2.Name = "text2"
  85. text2.Parent = MaterialFrame
  86. text2.BackgroundColor3 = Color3.new(1, 1, 1)
  87. text2.BackgroundTransparency = 1
  88. text2.BorderSizePixel = 0
  89. text2.Position = UDim2.new(-0.0260223057, 0, 0.0293333326, 0)
  90. text2.Size = UDim2.new(0, 125, 0, 32)
  91. text2.Font = Enum.Font.Gotham
  92. text2.Text = "FrappeKiller"
  93. text2.TextColor3 = Color3.new(1, 1, 1)
  94. text2.TextSize = 15
  95.  
  96. text2_2.Name = "text2"
  97. text2_2.Parent = MaterialFrame
  98. text2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  99. text2_2.BackgroundTransparency = 1
  100. text2_2.BorderSizePixel = 0
  101. text2_2.Position = UDim2.new(0.382899612, 0, 0.0293333326, 0)
  102. text2_2.Size = UDim2.new(0, 125, 0, 32)
  103. text2_2.Font = Enum.Font.Gotham
  104. text2_2.Text = "Version 1.1.0"
  105. text2_2.TextColor3 = Color3.new(1, 1, 1)
  106. text2_2.TextSize = 15
  107.  
  108. bar2_2.Name = "bar2"
  109. bar2_2.Parent = MaterialFrame
  110. bar2_2.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  111. bar2_2.BorderSizePixel = 0
  112. bar2_2.Position = UDim2.new(0, 0, 0.927999973, 0)
  113. bar2_2.Size = UDim2.new(0, 538, 0, 27)
  114.  
  115. text_2.Name = "text"
  116. text_2.Parent = MaterialFrame
  117. text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  118. text_2.BackgroundTransparency = 1
  119. text_2.BorderSizePixel = 0
  120. text_2.Position = UDim2.new(0.167286247, 0, 0.920000017, 0)
  121. text_2.Size = UDim2.new(0, 125, 0, 32)
  122. text_2.Font = Enum.Font.Gotham
  123. text_2.Text = "Made by NotpIes, Credits to script owners."
  124. text_2.TextColor3 = Color3.new(1, 1, 1)
  125. text_2.TextSize = 15
  126.  
  127. fefling.Name = "fefling"
  128. fefling.Parent = MaterialFrame
  129. fefling.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  130. fefling.BorderSizePixel = 0
  131. fefling.Position = UDim2.new(0.0334572494, 0, 0.167999998, 0)
  132. fefling.Size = UDim2.new(0, 139, 0, 50)
  133. fefling.Font = Enum.Font.Gotham
  134. fefling.Text = "FE Invisible Fling"
  135. fefling.TextColor3 = Color3.new(1, 1, 1)
  136. fefling.TextSize = 14
  137. fefling.MouseButton1Down:connect(function()
  138.  
  139.  
  140.  
  141. spawn(function()
  142. local message = Instance.new("Message",workspace)
  143. message.Text = "Loaded. Press z to fe invisible fling and x to respawn frappekiller best also credits to script owner"
  144. wait(3)
  145. message:Destroy()
  146. end)
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. local mouse = game.Players.LocalPlayer:GetMouse()
  156.  
  157. local groot = nil
  158.  
  159. mouse.KeyDown:connect(function(k)
  160.  
  161. if k == "z" then
  162.  
  163.  
  164.  
  165. spawn(function()
  166. local message = Instance.new("Message",workspace)
  167. message.Text = "wait 11 seconds to load this thingy"
  168. wait(11)
  169. message:Destroy()
  170. end)
  171.  
  172.  
  173. local ch = game.Players.LocalPlayer.Character
  174. local prt=Instance.new("Model", workspace)
  175. local z1 = Instance.new("Part", prt)
  176. z1.Name="Torso"
  177. z1.CanCollide = false
  178. z1.Anchored = true
  179. local z2 =Instance.new("Part", prt)
  180. z2.Name="Head"
  181. z2.Anchored = true
  182. z2.CanCollide = false
  183. local z3 =Instance.new("Humanoid", prt)
  184. z3.Name="Humanoid"
  185. z1.Position = Vector3.new(0,9999,0)
  186. z2.Position = Vector3.new(0,9991,0)
  187. game.Players.LocalPlayer.Character=prt
  188. wait(5)
  189. game.Players.LocalPlayer.Character=ch
  190. wait(6)
  191.  
  192.  
  193. local plr = game.Players.LocalPlayer
  194. mouse = plr:GetMouse()
  195.  
  196. local Hum = Instance.new("Humanoid")
  197. Hum.Parent = game.Players.LocalPlayer.Character
  198.  
  199.  
  200. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  201.  
  202.  
  203. for i,v in pairs(plr.Character:GetChildren()) do
  204.  
  205. if v ~= root and v.Name ~= "Humanoid" then
  206.  
  207. v:Destroy()
  208.  
  209. end
  210.  
  211.  
  212. end
  213.  
  214. workspace.CurrentCamera.CameraSubject = root
  215.  
  216. local se = Instance.new("SelectionBox",root)
  217. se.Adornee = root
  218.  
  219.  
  220. game:GetService('RunService').Stepped:connect(function()
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  222. end)
  223. game:GetService('RunService').RenderStepped:connect(function()
  224. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  225. end)
  226.  
  227.  
  228. power = 999999
  229.  
  230. power = power*10
  231.  
  232. ---
  233. wait(.1)
  234. local bambam = Instance.new("BodyThrust")
  235. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  236. bambam.Force = Vector3.new(power,0,power)
  237. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  238.  
  239.  
  240.  
  241.  
  242.  
  243. local plr = game.Players.LocalPlayer
  244. local torso = root
  245. local flying = true
  246. local deb = true
  247. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  248. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  249. local maxspeed = 120
  250. local speed = 15
  251.  
  252.  
  253. ---local bambam = Instance.new("BodyThrust")
  254. ---bambam.Parent = torso
  255. --bambam.Force = Vector3.new(9999999,0,9999999)
  256. --bambam.Location = torso.Position
  257.  
  258.  
  259. ---
  260. groot = root
  261.  
  262. function Fly()
  263. local bg = Instance.new("BodyGyro", torso)
  264. bg.P = 9e4
  265. bg.maxTorque = Vector3.new(0, 0, 0)
  266. bg.cframe = torso.CFrame
  267. local bv = Instance.new("BodyVelocity", torso)
  268. bv.velocity = Vector3.new(0,0,0)
  269. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  270. repeat wait()
  271.  
  272. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  273. speed = speed+.2
  274. if speed > maxspeed then
  275. speed = maxspeed
  276. end
  277. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  278. speed = speed-1
  279. if speed < 0 then
  280. speed = 0
  281. end
  282. end
  283. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  284. 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
  285. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  286. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  287. 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
  288. else
  289. bv.velocity = Vector3.new(0,0.1,0)
  290. end
  291.  
  292. until not flying
  293. ctrl = {f = 0, b = 0, l = 0, r = 0}
  294. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  295. speed = 0
  296. bg:Destroy()
  297. bv:Destroy()
  298.  
  299. end
  300. mouse.KeyDown:connect(function(key)
  301. if key:lower() == "e" then
  302. if flying then flying = false
  303. else
  304. flying = true
  305. Fly()
  306. end
  307. elseif key:lower() == "w" then
  308. ctrl.f = 1
  309. elseif key:lower() == "s" then
  310. ctrl.b = -1
  311. elseif key:lower() == "a" then
  312. ctrl.l = -1
  313. elseif key:lower() == "d" then
  314. ctrl.r = 1
  315. end
  316. end)
  317. mouse.KeyUp:connect(function(key)
  318. if key:lower() == "w" then
  319. ctrl.f = 0
  320. elseif key:lower() == "s" then
  321. ctrl.b = 0
  322. elseif key:lower() == "a" then
  323. ctrl.l = 0
  324. elseif key:lower() == "d" then
  325. ctrl.r = 0
  326. elseif key:lower() == "r" then
  327.  
  328. end
  329. end)
  330. Fly()
  331.  
  332.  
  333.  
  334. elseif k == "x" then
  335.  
  336.  
  337. spawn(function()
  338. local message = Instance.new("Message",workspace)
  339. message.Text = "Respawning dont spam"
  340. wait(1)
  341. message:Destroy()
  342. end)
  343.  
  344. local saved = groot.Position
  345.  
  346. local ch = game.Players.LocalPlayer.Character
  347. local prt=Instance.new("Model", workspace)
  348. local z1 = Instance.new("Part", prt)
  349. z1.Name="Torso"
  350. z1.CanCollide = false
  351. z1.Anchored = true
  352. local z2 =Instance.new("Part", prt)
  353. z2.Name="Head"
  354. z2.Anchored = true
  355. z2.CanCollide = false
  356. local z3 =Instance.new("Humanoid", prt)
  357. z3.Name="Humanoid"
  358. z1.Position = Vector3.new(0,9999,0)
  359. z2.Position = Vector3.new(0,9991,0)
  360. game.Players.LocalPlayer.Character=prt
  361. wait(5)
  362. game.Players.LocalPlayer.Character=ch
  363. local poop = nil
  364. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  365. wait(1)
  366. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  367.  
  368. end
  369.  
  370.  
  371. end)
  372. end)
  373.  
  374. kitchen.Name = "kitchen"
  375. kitchen.Parent = MaterialFrame
  376. kitchen.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  377. kitchen.BorderSizePixel = 0
  378. kitchen.Position = UDim2.new(0.369888484, 0, 0.167999998, 0)
  379. kitchen.Size = UDim2.new(0, 139, 0, 50)
  380. kitchen.Font = Enum.Font.Gotham
  381. kitchen.Text = "Enter Kitchen + Noclip"
  382. kitchen.TextColor3 = Color3.new(1, 1, 1)
  383. kitchen.TextSize = 12
  384. kitchen.MouseButton1Down:connect(function()
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,25,-20)
  386.  
  387. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  388. end)
  389.  
  390.  
  391. kill.Name = "kill"
  392. kill.Parent = MaterialFrame
  393. kill.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  394. kill.BorderSizePixel = 0
  395. kill.Position = UDim2.new(0.710037231, 0, 0.167999998, 0)
  396. kill.Size = UDim2.new(0, 139, 0, 50)
  397. kill.Font = Enum.Font.Gotham
  398. kill.Text = "FE Kill V1"
  399. kill.TextColor3 = Color3.new(1, 1, 1)
  400. kill.TextSize = 14
  401. kill.MouseButton1Down:connect(function()
  402. local Target = FindPlayer(Username.Text)
  403. if Target and Target.Character then
  404. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  405. local Torso = Character:FindFirstChild("Torso") or Character:FindFirstChild("UpperTorso")
  406.  
  407. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  408. Torso.Anchored = true
  409. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  410. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  411. local hathandle = hat.Handle
  412. hathandle.Parent = tool
  413. hathandle.Massless = true
  414. tool.GripPos = Vector3.new(0, 9e99, 0)
  415. tool.Parent = LocalPlayer.Character
  416. tool.Name = "kill hax frappekiller tool"
  417. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  418. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  419. Torso.Anchored = false
  420. repeat LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Target.Character:FindFirstChild("HumanoidRootPart").CFrame wait()
  421. until Target.Character == nil or Target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - Target.Character:FindFirstChild("Humanoid").WalkSpeed) > (Target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  422. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  423. hathandle.Parent = hat
  424. hathandle.Massless = false
  425. tool:Destroy()
  426. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  427. else
  428. warn'no player found named like that or he has no char'
  429. end
  430. end)
  431.  
  432. pastries.Name = "pastries"
  433. pastries.Parent = MaterialFrame
  434. pastries.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  435. pastries.BorderSizePixel = 0
  436. pastries.Position = UDim2.new(0.031598568, 0, 0.413333327, 0)
  437. pastries.Size = UDim2.new(0, 139, 0, 50)
  438. pastries.Font = Enum.Font.Gotham
  439. pastries.Text = "Give all Pastries"
  440. pastries.TextColor3 = Color3.new(1, 1, 1)
  441. pastries.TextSize = 14
  442. pastries.MouseButton1Down:connect(function()
  443. game.ReplicatedStorage.Pastries["Blueberry Muffin"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  444. game.ReplicatedStorage.Pastries["Chocolate Cakepop"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  445. game.ReplicatedStorage.Pastries["Chocolate Cookie"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  446. game.ReplicatedStorage.Pastries["Chocolate Muffin"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  447. game.ReplicatedStorage.Pastries["Croissant"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  448. game.ReplicatedStorage.Pastries["Dark Chocolate Cookie"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  449. game.ReplicatedStorage.Pastries["Fudge Cookie"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  450. game.ReplicatedStorage.Pastries["Oreo Muffin"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  451. game.ReplicatedStorage.Pastries["Red Velvet Muffin"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  452. game.ReplicatedStorage.Pastries["Strawberry Cakepop"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  453. game.ReplicatedStorage.Pastries["Sugar Cookie"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  454. game.ReplicatedStorage.Pastries["Vanilla Cakepop"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  455. game.ReplicatedStorage.Pastries["Vanilla Muffin"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  456. game.ReplicatedStorage.Pastries["White Chocolate Cookie"]:Clone().Parent = game.Players.LocalPlayer.Backpack
  457. end)
  458.  
  459.  
  460. Username.Name = "Username"
  461. Username.Parent = MaterialFrame
  462. Username.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  463. Username.BorderSizePixel = 0
  464. Username.Position = UDim2.new(0.0315985121, 0, 0.786666691, 0)
  465. Username.Size = UDim2.new(0, 504, 0, 50)
  466. Username.ClearTextOnFocus = false
  467. Username.Font = Enum.Font.Gotham
  468. Username.Text = "Username Here"
  469. Username.TextColor3 = Color3.new(1, 1, 1)
  470. Username.TextSize = 30
  471. Username.TextWrapped = true
  472.  
  473. pastries_2.Name = "pastries"
  474. pastries_2.Parent = MaterialFrame
  475. pastries_2.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  476. pastries_2.BorderSizePixel = 0
  477. pastries_2.Position = UDim2.new(0.369888544, 0, 0.413333327, 0)
  478. pastries_2.Size = UDim2.new(0, 139, 0, 50)
  479. pastries_2.Font = Enum.Font.Gotham
  480. pastries_2.Text = "FE Dick"
  481. pastries_2.TextColor3 = Color3.new(1, 1, 1)
  482. pastries_2.TextSize = 14
  483. pastries_2.MouseButton1Down:connect(function()
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492. spawn(function()
  493. local message = Instance.new("Message",workspace)
  494. message.Text = "Fe dick loaded"
  495. wait(11)
  496. message:Destroy()
  497. end)
  498.  
  499. local name = "Torso"
  500. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  501. name = "UpperTorso"
  502. end
  503.  
  504. local ch = game.Players.LocalPlayer.Character
  505. local prt=Instance.new("Model", workspace)
  506. local z1 = Instance.new("Part", prt)
  507. z1.Name="Torso"
  508. z1.CanCollide = false
  509. z1.Anchored = true
  510. local z2 =Instance.new("Part", prt)
  511. z2.Name="Head"
  512. z2.Anchored = true
  513. z2.CanCollide = false
  514. local z3 =Instance.new("Humanoid", prt)
  515. z3.Name="Humanoid"
  516. z1.Position = Vector3.new(0,9999,0)
  517. z2.Position = Vector3.new(0,9991,0)
  518. game.Players.LocalPlayer.Character=prt
  519. wait(5)
  520. game.Players.LocalPlayer.Character=ch
  521. wait(6)
  522. game:GetService('RunService').Stepped:connect(function()
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  524. end)
  525. game:GetService('RunService').RenderStepped:connect(function()
  526. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  527. end)
  528. plr = game.Players.LocalPlayer
  529. mouse = plr:GetMouse()
  530.  
  531. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  532.  
  533. local Hum = Instance.new("Humanoid")
  534.  
  535.  
  536.  
  537. Hum.Parent = game.Players.LocalPlayer.Character
  538. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  539. --game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
  540. --game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
  541. --game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
  542. --game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
  543. local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
  544. root.Name = "HumanoidRootPart"
  545.  
  546. Hum.HipHeight = 5
  547.  
  548.  
  549. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
  550.  
  551.  
  552.  
  553.  
  554. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  555.  
  556. if v.Name ~=root.Name and v.Name ~="Humanoid" and v.Name ~= "Left Arm" and v.Name ~= "Left Leg" and v.Name ~= "Right Leg" then
  557.  
  558. v:Destroy()
  559.  
  560. elseif v.Name == "Left Arm" then
  561.  
  562. local bp = Instance.new("BodyPosition",v)
  563. bp.MaxForce = Vector3.new(99999,99999,99999)
  564. local bg = Instance.new("BodyGyro",v)
  565. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  566.  
  567. spawn(function()
  568. bp.D = 300
  569. while true do
  570. bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
  571. wait()
  572. end
  573.  
  574. end)
  575.  
  576. elseif v.Name == "Left Leg" then
  577.  
  578. local bp = Instance.new("BodyPosition",v)
  579. bp.MaxForce = Vector3.new(99999,99999,99999)
  580. local bg = Instance.new("BodyGyro",v)
  581. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  582.  
  583. spawn(function()
  584. bp.D = 300
  585. while true do
  586. bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
  587. wait()
  588. end
  589.  
  590. end)
  591.  
  592. elseif v.Name == "Right Leg" then
  593.  
  594. local bp = Instance.new("BodyPosition",v)
  595. bp.MaxForce = Vector3.new(99999,99999,99999)
  596. local bg = Instance.new("BodyGyro",v)
  597. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  598. spawn(function()
  599. bp.D = 300
  600. while true do
  601. bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
  602. wait()
  603. end
  604.  
  605. end)
  606. elseif v.Name == root.Name then
  607.  
  608. local bg = Instance.new("BodyGyro",v)
  609. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  610. bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  611.  
  612. end
  613.  
  614.  
  615. end
  616.  
  617. --local se = Instance.new("SelectionBox",root)
  618. --se.Adornee = root
  619.  
  620.  
  621. power = 999999 -- change this to make it more or less powerful
  622.  
  623. power = power*10
  624.  
  625. ---
  626. wait(.1)
  627. --local bambam = Instance.new("BodyThrust")
  628. --bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  629. --bambam.Force = Vector3.new(power,0,power)
  630. --bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  631.  
  632.  
  633.  
  634.  
  635. local mouse = game.Players.LocalPlayer:GetMouse()
  636.  
  637.  
  638. local plr = game.Players.LocalPlayer
  639. local torso = root
  640. local flying = true
  641. local deb = true
  642. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  643. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  644. local maxspeed = 120
  645. local speed = 15
  646.  
  647.  
  648. ---local bambam = Instance.new("BodyThrust")
  649. ---bambam.Parent = torso
  650. --bambam.Force = Vector3.new(9999999,0,9999999)
  651. --bambam.Location = torso.Position
  652.  
  653.  
  654. ---
  655.  
  656.  
  657. function Fly()
  658. local bg = Instance.new("BodyGyro", torso)
  659. bg.P = 9e4
  660. bg.maxTorque = Vector3.new(0, 0, 0)
  661. bg.cframe = torso.CFrame
  662. local bv = Instance.new("BodyVelocity", torso)
  663. bv.velocity = Vector3.new(0,0,0)
  664. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  665. repeat wait()
  666.  
  667. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  668. speed = speed+.2
  669. if speed > maxspeed then
  670. speed = maxspeed
  671. end
  672. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  673. speed = speed-1
  674. if speed < 0 then
  675. speed = 0
  676. end
  677. end
  678. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  679. 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
  680. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  681. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  682. 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
  683. else
  684. bv.velocity = Vector3.new(0,0,0)
  685. end
  686.  
  687. until not flying
  688. ctrl = {f = 0, b = 0, l = 0, r = 0}
  689. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  690. speed = 0
  691. bg:Destroy()
  692. bv:Destroy()
  693.  
  694. end
  695. mouse.KeyDown:connect(function(key)
  696. if key:lower() == "e" then
  697. if flying then flying = false
  698. else
  699. flying = true
  700. Fly()
  701. end
  702. elseif key:lower() == "w" then
  703. ctrl.f = 1
  704. elseif key:lower() == "s" then
  705. ctrl.b = -1
  706. elseif key:lower() == "a" then
  707. ctrl.l = -1
  708. elseif key:lower() == "d" then
  709. ctrl.r = 1
  710. end
  711. end)
  712. mouse.KeyUp:connect(function(key)
  713. if key:lower() == "w" then
  714. ctrl.f = 0
  715. elseif key:lower() == "s" then
  716. ctrl.b = 0
  717. elseif key:lower() == "a" then
  718. ctrl.l = 0
  719. elseif key:lower() == "d" then
  720. ctrl.r = 0
  721. elseif key:lower() == "r" then
  722.  
  723. end
  724. end)
  725. Fly()
  726. end)
  727.  
  728. pastries_3.Name = "pastries"
  729. pastries_3.Parent = MaterialFrame
  730. pastries_3.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  731. pastries_3.BorderSizePixel = 0
  732. pastries_3.Position = UDim2.new(0.710037231, 0, 0.413333327, 0)
  733. pastries_3.Size = UDim2.new(0, 139, 0, 50)
  734. pastries_3.Font = Enum.Font.Gotham
  735. pastries_3.Text = "FE Creeper"
  736. pastries_3.TextColor3 = Color3.new(1, 1, 1)
  737. pastries_3.TextSize = 14
  738. pastries_3.MouseButton1Down:connect(function()
  739. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  740. function doo(limb, pos)
  741. limb:BreakJoints()
  742. local velocity = Instance.new("RocketPropulsion", limb)
  743. velocity.CartoonFactor = 0
  744. velocity.MaxSpeed = 30
  745. velocity.MaxThrust = 9999
  746. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  747. velocity.Target = game.Players.LocalPlayer.Character.Torso
  748. velocity.TargetOffset = pos
  749. velocity:fire()
  750. local b = Instance.new("BodyGyro", limb)
  751. end
  752. while wait() do
  753. doo(game.Players.LocalPlayer.Character["Left Arm"], Vector3.new(-0.5,-2,-1))
  754. doo(game.Players.LocalPlayer.Character["Right Arm"], Vector3.new(0.5,-2,-1))
  755. doo(game.Players.LocalPlayer.Character["Left Leg"], Vector3.new(-0.5,-2,1))
  756. doo(game.Players.LocalPlayer.Character["Right Leg"], Vector3.new(0.5,-2,1))
  757. end
  758. end)
  759.  
  760. pastries_4.Name = "pastries"
  761. pastries_4.Parent = MaterialFrame
  762. pastries_4.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  763. pastries_4.BorderSizePixel = 0
  764. pastries_4.Position = UDim2.new(0.0334572792, 0, 0.626666605, 0)
  765. pastries_4.Size = UDim2.new(0, 139, 0, 50)
  766. pastries_4.Font = Enum.Font.Gotham
  767. pastries_4.Text = "FE Dab"
  768. pastries_4.TextColor3 = Color3.new(1, 1, 1)
  769. pastries_4.TextSize = 14
  770. pastries_4.MouseButton1Down:connect(function()
  771. Player = "LocalPlayer"
  772. AnimationId = "248263260"
  773. local Anim = Instance.new("Animation")
  774. Anim.AnimationId = "rbxassetid://"..AnimationId
  775. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  776. k:Play()
  777. k:AdjustSpeed(1)
  778. end)
  779.  
  780. pastries_5.Name = "pastries"
  781. pastries_5.Parent = MaterialFrame
  782. pastries_5.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  783. pastries_5.BorderSizePixel = 0
  784. pastries_5.Position = UDim2.new(0.710037231, 0, 0.626666665, 0)
  785. pastries_5.Size = UDim2.new(0, 139, 0, 50)
  786. pastries_5.Font = Enum.Font.Gotham
  787. pastries_5.Text = "Chat Logs"
  788. pastries_5.TextColor3 = Color3.new(1, 1, 1)
  789. pastries_5.TextSize = 14
  790. pastries_5.MouseButton1Down:connect(function()
  791. if game:service('RunService'):IsStudio() then print('!STUDIO!') else
  792. if game:service('CoreGui'):findFirstChild('LogHolder') then return nil
  793. end
  794. end
  795.  
  796. local LogHolder = Instance.new("ScreenGui")
  797. local Logs = Instance.new("Frame")
  798. local Scroll = Instance.new("ScrollingFrame")
  799. local Template = Instance.new("TextLabel")
  800.  
  801. LogHolder.Name = "LogHolder"
  802. if game:service('RunService'):IsStudio() then LogHolder.Parent = game.Players.LocalPlayer.PlayerGui else
  803. LogHolder.Parent = game.CoreGui
  804. end
  805.  
  806. Logs.Name = "Logs"
  807. Logs.Parent = LogHolder
  808. Logs.AnchorPoint = Vector2.new(0.5, 0.5)
  809. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  810. Logs.Position = UDim2.new(0.200000003, 0, 0.200000003, 0)
  811. Logs.Size = UDim2.new(0, 400, 0, 250)
  812. Logs.Style = Enum.FrameStyle.DropShadow
  813.  
  814. Scroll.Name = "Scroll"
  815. Scroll.Parent = Logs
  816. Scroll.BackgroundColor3 = Color3.new(1, 1, 1)
  817. Scroll.BackgroundTransparency = 1
  818. Scroll.BorderSizePixel = 0
  819. Scroll.Size = UDim2.new(1, 0, 1, 0)
  820. Scroll.CanvasSize = UDim2.new(0, 0, 0, 0)
  821. Scroll.ScrollBarThickness = 6
  822.  
  823. Template.Name = "Template"
  824. Template.Parent = Logs
  825. Template.BackgroundColor3 = Color3.new(1, 1, 1)
  826. Template.BackgroundTransparency = 1
  827. Template.Position = UDim2.new(0, 0, 0, -25)
  828. Template.Size = UDim2.new(1, 0, 0, 20)
  829. Template.Font = Enum.Font.ArialBold
  830. Template.Text = ""
  831. Template.TextColor3 = Color3.new(1, 1, 1)
  832. Template.TextSize = 15
  833. Template.TextXAlignment = Enum.TextXAlignment.Left
  834. Template.TextWrap = true
  835.  
  836. Logs.Active = true
  837. Logs.Draggable = true
  838.  
  839. local loggedTable = {}
  840.  
  841. local getTotalSize = function()
  842. local totalSize = UDim2.new(0, 0, 0, 0)
  843.  
  844. for i, v in next, loggedTable do
  845. totalSize = totalSize + UDim2.new(0, 0, 0, v.Size.Y.Offset)
  846. end
  847.  
  848. return totalSize
  849. end
  850.  
  851. local BUD = UDim2.new(0, 0, 0, 0)
  852. local TotalNum = 0
  853.  
  854. local function GenLog(txt, colo, time)
  855. local oldColo = Color3.fromRGB(0, 0, 0)
  856.  
  857. local Temp = Template:Clone()
  858. Temp.Parent = Scroll
  859. Temp.Name = txt..'Logged'
  860. Temp.Text = tostring(txt)
  861. Temp.Visible = true
  862. Temp.Position = BUD + UDim2.new(0, 0, 0, 0)
  863. if colo then oldColo = colo Temp.TextColor3 = colo elseif not colo then Temp.TextColor3 = Color3.fromRGB(200, 200, 200) end
  864.  
  865. local timeVal = Instance.new('StringValue', Temp)
  866. timeVal.Name = 'TimeVal'
  867. timeVal.Value = time
  868.  
  869. TotalNum = TotalNum + 1
  870.  
  871. if not Temp.TextFits then repeat Temp.Size = UDim2.new(Temp.Size.X.Scale, Temp.Size.X.Offset, Temp.Size.Y.Scale, Temp.Size.Y.Offset + 10)
  872. Temp.Text = txt
  873. until Temp.TextFits
  874. end
  875.  
  876. BUD = BUD + UDim2.new(0, 0, 0, Temp.Size.Y.Offset)
  877.  
  878. table.insert(loggedTable, Temp)
  879.  
  880. local totSize = getTotalSize()
  881.  
  882. if totSize.Y.Offset >= Scroll.CanvasSize.Y.Offset then Scroll.CanvasSize = UDim2.new(totSize.X.Scale, totSize.X.Offset, totSize.Y.Scale, totSize.Y.Offset + 100)
  883. Scroll.CanvasPosition = Scroll.CanvasPosition + Vector2.new(0, totSize.Y.Offset)
  884. end
  885.  
  886. return Temp
  887. end
  888.  
  889. local ChatData = ""
  890.  
  891. local function SaveToFile()
  892. local t = os.date("*t")
  893. local dateDat = t['hour']..' '..t['min']..' '..t['sec']..' '..t['day']..'.'..t['month']..'.'..t['year']
  894.  
  895. ChatData = ""
  896.  
  897. for i, v in pairs(Scroll:GetChildren()) do
  898. ChatData = ChatData..v.TimeVal.Value..' '..v.Text..'\n'
  899. end
  900.  
  901. writefile('ChatLogs '..dateDat..'.txt', ChatData)
  902. end
  903.  
  904.  
  905. local function Clear()
  906. loggedTable = {}
  907. ChatData = ""
  908. Scroll.CanvasPosition = Vector2.new(0, 0)
  909. for i, v in pairs(Scroll:GetChildren()) do
  910. v:Destroy()
  911. end
  912. Scroll.CanvasSize = UDim2.new(0, 0, 0, 0)
  913. BUD = UDim2.new(0, 0, 0, 0)
  914. end
  915.  
  916. local LogPlr = function(plr)
  917. plr.Chatted:connect(function(msg)
  918.  
  919. local t = os.date("*t")
  920. local dateDat = t['hour']..':'..t['min']..':'..t['sec']
  921.  
  922. if string.len(msg) >= 1000 then return nil end
  923. if string.lower(msg) == 'clear' and plr == game:service('Players').LocalPlayer then Clear() return nil end
  924. if string.lower(msg) == 'savetofile' and plr == game:service('Players').LocalPlayer then SaveToFile() return nil end
  925. if string.sub(msg, 1, 1):match('%p') and string.sub(msg, 2, 2):match('%a') and string.len(msg) >= 5 then GenLog(plr.Name..': '..msg, Color3.new(255, 0, 0), dateDat) else
  926. GenLog(plr.Name..': '..msg, Color3.new(255, 255, 255), dateDat)
  927. end
  928. end)
  929. end
  930.  
  931. for i, v in pairs(game.Players:GetChildren()) do
  932. LogPlr(v)
  933. end
  934.  
  935. game.Players.PlayerAdded:connect(function(plr)
  936. LogPlr(plr)
  937. end)
  938. end)
  939.  
  940. fefling_2.Name = "fefling"
  941. fefling_2.Parent = MaterialFrame
  942. fefling_2.BackgroundColor3 = Color3.new(0.92549, 0, 0)
  943. fefling_2.BorderSizePixel = 0
  944. fefling_2.Position = UDim2.new(0.369888484, 0, 0.626666665, 0)
  945. fefling_2.Size = UDim2.new(0, 139, 0, 50)
  946. fefling_2.Font = Enum.Font.Gotham
  947. fefling_2.Text = "FE Invisible [you will see visible but others see you invisible"
  948. fefling_2.TextColor3 = Color3.new(1, 1, 1)
  949. fefling_2.TextScaled = true
  950. fefling_2.TextSize = 9
  951. fefling_2.TextWrapped = true
  952. fefling_2.MouseButton1Down:connect(function()
  953. Local = game:GetService('Players').LocalPlayer
  954. Char = Local.Character
  955. touched,tpdback = false, false
  956. Local.CharacterAdded:connect(function(char)
  957. if script.Disabled ~= true then
  958. wait(.25)
  959. loc = Char.HumanoidRootPart.Position
  960. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  961. end
  962. end)
  963. game:GetService('UserInputService').InputBegan:connect(function(key)
  964. if key.KeyCode == Enum.KeyCode.Equals then
  965. if script.Disabled ~= true then
  966. script.Disabled = true
  967. print'you may press the mod again'
  968. end
  969. end
  970. end)
  971. box = Instance.new('Part',workspace)
  972. box.Anchored = true
  973. box.CanCollide = true
  974. box.Size = Vector3.new(10,1,10)
  975. box.Position = Vector3.new(0,10000,0)
  976. box.Touched:connect(function(part)
  977. if (part.Parent.Name == Local.Name) then
  978. if touched == false then
  979. touched = true
  980. function apply()
  981. if script.Disabled ~= true then
  982. no = Char.HumanoidRootPart:Clone()
  983. wait(.25)
  984. Char.HumanoidRootPart:Destroy()
  985. no.Parent = Char
  986. Char:MoveTo(loc)
  987. touched = false
  988. end end
  989. if Char then
  990. apply()
  991. end
  992. end
  993. end
  994. end)
  995. repeat wait() until Char
  996. loc = Char.HumanoidRootPart.Position
  997. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  998.  
  999. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement