Palazikaka

Untitled

Mar 9th, 2020
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.83 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/uEAvEf9D"))()
  2. loadstring(game:HttpGetAsync("https://pastebin.com/raw/Ts8TSAZN", 0, true))()
  3.  
  4.  
  5. local ButtonsTab = library:CreateTab("Main"); -- New Tab
  6.  
  7. ButtonsTab:CreateTextLabel("User Settings") -- New Text Label
  8.  
  9. ButtonsTab:CreateButton("WalkSpeed and JP", function() -- New Button
  10.  
  11. local N=a:CreateWindow("overpowered settings")N:Toggle("Speed",{flag="SpeedHacks"})N:Slider("Current Speed",{flag="SpeedCR",min=20,max=149},function()end)N:Toggle("Gravity",{flag="Gravity"})N:Slider("Current Gravity",{flag="GravityCR",min=-10,max=150},function()end)N:Toggle("NoClip",{flag="NoClip"})N:Toggle("Inf Jump",{flag="InfJump"})game:GetService("RunService").RenderStepped:Connect(function()if N.flags.SpeedHacks then if d~=nil then d.WalkSpeed=N.flags.SpeedCR end end end)e:Connect(function()if _G.TPC then workspace.Gravity=0 elseif N.flags.Gravity then workspace.Gravity=N.flags.GravityCR else workspace.Gravity=196.2 end end)e:Connect(function()if N.flags.NoClip then if b.Character~=nil then for j,z in pairs(b.Character:GetDescendants())do if z:IsA("BasePart")then z.CanCollide=false end end end end end)f.KeyDown:Connect(function(H)if H==" "and N.flags.InfJump and d~=nil then d:ChangeState('Jumping')wait()d:ChangeState('Seated')end end)local R={}R.Cage=CFrame.new(-292,27,296)R.Sell=CFrame.new(1768,51,-1792)R.Jewl=CFrame.new(110,118,1305)R.Jewlrob=CFrame.new(125,18,1315)R.Bank=CFrame.new(30,18,790)R.Museum=CFrame.new(1077,135,1233)R.Jetpack=CFrame.new(1367,170,2581)R.Yard=CFrame.new(-1220,18,-1760)R.CrimBase=CFrame.new(-229,18,1596)R.VolcanoBaseTop=CFrame.new(1561,50,-1755)R.VolcanoBaseBottom=CFrame.new(1715,18,-1691)R.PowerPlant=CFrame.new(704,37,2356)R.Helicopter1=CFrame.new(-1144,57,-1572)R.Helicopter2=CFrame.new(721,71,1122)R.ControlTower=CFrame.new(94,18,1122)coroutine.resume(coroutine.create(function()while wait()do local S={}S.BankAdded=false;S.TrainAdded=false;if workspace.Banks:FindFirstChildOfClass("Model")then local T=workspace.Banks:FindFirstChildOfClass("Model")if T:FindFirstChild("Layout")then local U=T.Layout;if U:FindFirstChildOfClass("Model")then local V=U:FindFirstChildOfClass("Model")if V:FindFirstChild("Money")then R.BankV=V.Money.CFrame;S.BankAdded=true end end end end;for j,W in pairs(workspace.Trains:GetChildren())do if W.Name=="LocomotiveFront"then if W:FindFirstChild("Model")then if W.Model:FindFirstChild("Body")then R.Train=W.Model.Body.CFrame*CFrame.new(0,12/2+5,0)S.TrainAdded=true end end elseif W.Name=="SteamEngine"then if W:FindFirstChild("Model")then if W:FindFirstChild("Train")then if W.Model:FindFirstChild("MeshPart")then R.Train=W.Model.Train.MeshPart.CFrame*CFrame.new(0,12/2+5,0)S.TrainAdded=true end end end end end;if S.TrainAdded==false then R.Train=nil end;if S.BankAdded==false then R.BankV=nil end end end))local X={Version=1,Env={OKStat=Enum.PlaybackState.Playing,Step=game:GetService("RunService").Stepped,Running=false}}function X:Fire(Y,Z)if not X.Env.Running then if game:GetService("Players").LocalPlayer.Character~=nil then if game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart")then X.Env.Running=true;workspace.Camera.CameraType=Enum.CameraType.Scriptable;local _=game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart")local a0=game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid")X.TeleportClipBypass=X.Env.Step:Connect(function()a0.PlatformStand=true;for j,z in pairs(a0.Parent:GetDescendants())do if z:IsA("BasePart")then z.CanCollide=false end end end)_G.TPC=true;local a1=CFrame.new(_.CFrame.X,Y.Y,_.CFrame.Z)local a2=game:GetService("Players").LocalPlayer:DistanceFromCharacter(a1.p)local a3=game.TweenService:Create(_,TweenInfo.new(a2/Z,0,0,0,false,0),{CFrame=a1})a3:Play()repeat wait()until a3.PlaybackState~=X.Env.OKStat or _==nil or a0.Health==0;local a1=CFrame.new(Y.X,_.CFrame.Y,_.CFrame.Z)local a2=game:GetService("Players").LocalPlayer:DistanceFromCharacter(a1.p)local a3=game.TweenService:Create(_,TweenInfo.new(a2/Z,0,0,0,false,0),{CFrame=a1})a3:Play()repeat wait()until a3.PlaybackState~=X.Env.OKStat or _==nil or a0.Health==0;local a1=CFrame.new(_.CFrame.X,_.CFrame.Y,Y.Z)local a2=game:GetService("Players").LocalPlayer:DistanceFromCharacter(a1.p)local a3=game.TweenService:Create(_,TweenInfo.new(a2/Z,0,0,0,false,0),{CFrame=a1})a3:Play()repeat wait()until a3.PlaybackState~=X.Env.OKStat or _==nil or a0.Health==0;X.TeleportClipBypass:Disconnect()X.TeleportClipBypass=nil;_G.TPC=false;workspace.Camera.CameraType=Enum.CameraType.Custom;a0.PlatformStand=false;X.Env.Running=false end end end end;
  12. notify("GUI Loaded", warn(":)"))
  13.  
  14. end)
  15.  
  16. ButtonsTab:CreateSlider("FOV", 70, 140, 0, function(value) -- New Slider
  17.  
  18. game.workspace.CurrentCamera.FieldOfView = value;
  19.  
  20. notify("FOV succesfully changed!", warn(":)"))
  21.  
  22. end)
  23.  
  24. ButtonsTab:CreateButton("Infinity Yield", function() -- New Button
  25.  
  26. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  27.  
  28. notify("Press E to on/off", warn(":)"))
  29.  
  30. end)
  31.  
  32. ButtonsTab:CreateButton("Fly", function() -- New Button
  33.  
  34. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  35.  
  36. notify("Press E to on/off", warn(":)"))
  37.  
  38. end)
  39.  
  40. ButtonsTab:CreateTextLabel("Other") -- New Text Label
  41.  
  42. ButtonsTab:CreateButton("Chat Bypass", function() -- New Button
  43.  
  44. loadstring(game:HttpGet('https://rustedstyle.com/chat_bypass.txt',true))()
  45.  
  46. notify("Chat Bypassed", warn(":)"))
  47.  
  48. end)
  49.  
  50. ButtonsTab:CreateButton("FreeCam(its lag basic cam)", function() -- New Button
  51.  
  52. loadstring(game:HttpGet("Invisible", true))()
  53.  
  54. notify("Auto-Farm loaded", warn(":)"))
  55.  
  56. end)
  57.  
  58. ButtonsTab:CreateButton("Sliding Click TP", function() -- New Button
  59.  
  60. local plr=game:service"Players".LocalPlayer;
  61. local tween=game:service"TweenService";
  62. local input=game:service"UserInputService";
  63. local info=TweenInfo.new(4,Enum.EasingStyle.Quad);
  64. local mouse=plr:GetMouse();
  65.  
  66. mouse.Button1Down:connect(function()
  67. if input:IsKeyDown(Enum.KeyCode.LeftControl) then
  68. local cframe=CFrame.new(mouse.Hit.x,mouse.Hit.y,mouse.Hit.z);
  69. plr.Character["Head"].Anchored=true;
  70. local t=tween:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  71. t:Play();
  72. t.Completed:connect(function()
  73. plr.Character["Head"].Anchored=false;
  74. end)
  75. end
  76. end)
  77.  
  78. notify("Hold Ctrl and click(2x)", warn(":)"))
  79.  
  80. end)
  81.  
  82. ButtonsTab:CreateButton("ClickTP", function() -- New Button
  83.  
  84. loadstring(game:HttpGet("https://pastebin.com/raw/RQhxhzdn", true))()
  85.  
  86. notify("Press F to teleport", warn(":)"))
  87.  
  88. end)
  89.  
  90. ButtonsTab:CreateButton("Spawn Were you die", function() -- New Button
  91.  
  92. loadstring(game:HttpGet(('https://pastebin.com/raw/sHJXq0cN'),true))()
  93.  
  94. notify("ok boomer. Loaded", warn(":)"))
  95.  
  96. end)
  97.  
  98. ButtonsTab:CreateButton("External BackPack", function() -- New Button
  99.  
  100. loadstring(game:HttpGet("https://pastebin.com/raw/Yj0ut03M", true))()
  101.  
  102. notify("ok boomer. Loaded", warn(":)"))
  103.  
  104. end)
  105.  
  106. ButtonsTab:CreateButton("Infinity Jump", function() -- New Button
  107.  
  108. loadstring(game:HttpGet("https://pastebin.com/raw/y6Veyb5w", true))()
  109.  
  110. notify("Infinity Jump Loaded", warn(":)"))
  111.  
  112. end)
  113.  
  114. ButtonsTab:CreateButton("Loop Teleport to Players", function() -- New Button
  115.  
  116. local Players = game:GetService("Players")
  117. _G.teleport = true --set it to false to disable
  118. while _G.teleport do
  119. for _,v in next, Players:GetPlayers() do
  120. local charac = v.Character
  121. if charac and charac:FindFirstChild("Humanoid") and v ~= Players.LocalPlayer then
  122. local state = charac.Humanoid:GetState().Value
  123. if state ~= 6 and state ~= 5 and state ~= 15 then
  124. Players.LocalPlayer.Character.HumanoidRootPart.Position = charac.HumanoidRootPart.Position
  125. wait(.5) --teleport speed, lower = faster
  126. end
  127. end
  128. wait(.1)
  129. end
  130. end
  131.  
  132. notify("Started", warn(":)"))
  133.  
  134. end)
  135.  
  136. ButtonsTab:CreateButton("Anti-afk", function() -- New Button
  137.  
  138. loadstring(game:HttpGet('https://pastebin.com/raw/uU9pG3te',true))()
  139.  
  140. notify("Anti Afk enabled", warn(":)"))
  141.  
  142. end)
  143.  
  144. ButtonsTab:CreateButton("Invisible", function() -- New Button
  145.  
  146. loadstring(game:HttpGet(('https://pastebin.com/raw/JgpxtzUW'),true))()
  147.  
  148. notify("In chat /e ;invis to enter. /e ;vis to off", warn(":)"))
  149.  
  150. end)
  151.  
  152. ButtonsTab:CreateButton("Player ESP", function() -- New Button
  153.  
  154. for __,v in pairs(game.Players:GetChildren()) do
  155. if v.Name == game.Players.LocalPlayer.Name then
  156. print("HOLDER")
  157. else
  158. local a = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  159. a.Size = UDim2.new(10,0, 10,0)
  160. a.AlwaysOnTop = true
  161. local b = Instance.new("Frame",a)
  162. b.Size = UDim2.new(1,0, 1,0)
  163. b.BackgroundTransparency = 0.75
  164. b.BorderSizePixel = 0
  165. b.BackgroundColor3 = Color3.new(0, 0, 255)
  166. end
  167. end
  168.  
  169. notify("Player ESP loaded(not auto upd)", warn(":)"))
  170.  
  171. end)
  172.  
  173. ButtonsTab:CreateButton("BTools", function() -- New Button
  174.  
  175. loadstring(game:HttpGet(('https://pastebin.com/raw/G2nU7qb0'),true))()
  176.  
  177. notify("Gived. Press N and hold shift click to delete", warn(":)"))
  178.  
  179. end)
  180.  
  181.  
  182. local TrollTab = library:CreateTab("Main 2"); -- New Tab
  183.  
  184. TrollTab:CreateTextLabel("Trolling") -- New Text Label
  185.  
  186. TrollTab:CreateButton("Hug kill people", function() -- New Button
  187.  
  188. loadstring(game:HttpGet(('https://pastebin.com/raw/DgJqL6cW'),true))()
  189.  
  190. notify("Tool loaded. Take this and kill people!", warn(":)"))
  191.  
  192. end)
  193.  
  194. TrollTab:CreateButton("Invisible Fling", function() -- New Button
  195.  
  196. loadstring(game:HttpGet("https://pastebin.com/raw/1k4N8Ywx", true))()
  197.  
  198. notify("Press Z to start and X to respawn", warn(":)"))
  199.  
  200. end)
  201.  
  202. TrollTab:CreateButton("Glitch all sounds", function() -- New Button
  203.  
  204. while wait() do
  205. for i,v in pairs(game.Workspace:GetDescendants()) do
  206. if v:IsA("Sound") then
  207. v:Play()
  208. end
  209. end
  210. end
  211.  
  212. notify("Sounds glitched", warn(":)"))
  213.  
  214. end)
  215.  
  216. TrollTab:CreateButton("Lag sounds method 2#", function() -- New Button
  217.  
  218. loadstring(game:HttpGet(('https://pastebin.com/raw/rzg7MgJQ'),true))()
  219.  
  220. notify("Started", warn(":)"))
  221.  
  222. end)
  223.  
  224. TrollTab:CreateButton("Crash Server", function() -- New Button
  225.  
  226. loadstring(game:HttpGet(('https://pastebin.com/raw/pFTybecg'),true))()
  227.  
  228. notify("FE Server crash started", warn(":)"))
  229.  
  230. end)
  231.  
  232. TrollTab:CreateButton("FE Animations GUI", function() -- New Button
  233.  
  234. loadstring(game:HttpGet("https://pastebin.com/raw/Rx4Qqicd", true))()
  235.  
  236. notify("gui loaded", warn(":)"))
  237.  
  238. end)
  239.  
  240. TrollTab:CreateButton("FE Penisito", function() -- New Button
  241.  
  242. --R6 dick by diemiers
  243.  
  244.  
  245. spawn(function()
  246. local message = Instance.new("Message",workspace)
  247. message.Text = "Fe penisito loaded"
  248. wait(11)
  249. message:Destroy()
  250. end)
  251.  
  252. local name = "Torso"
  253. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  254. name = "UpperTorso"
  255. end
  256.  
  257. local ch = game.Players.LocalPlayer.Character
  258. local prt=Instance.new("Model", workspace)
  259. local z1 = Instance.new("Part", prt)
  260. z1.Name="Torso"
  261. z1.CanCollide = false
  262. z1.Anchored = true
  263. local z2 =Instance.new("Part", prt)
  264. z2.Name="Head"
  265. z2.Anchored = true
  266. z2.CanCollide = false
  267. local z3 =Instance.new("Humanoid", prt)
  268. z3.Name="Humanoid"
  269. z1.Position = Vector3.new(0,9999,0)
  270. z2.Position = Vector3.new(0,9991,0)
  271. game.Players.LocalPlayer.Character=prt
  272. wait(5)
  273. game.Players.LocalPlayer.Character=ch
  274. wait(6)
  275. game:GetService('RunService').Stepped:connect(function()
  276. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  277. end)
  278. game:GetService('RunService').RenderStepped:connect(function()
  279. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  280. end)
  281. plr = game.Players.LocalPlayer
  282. mouse = plr:GetMouse()
  283.  
  284. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  285.  
  286. local Hum = Instance.new("Humanoid")
  287.  
  288.  
  289.  
  290. Hum.Parent = game.Players.LocalPlayer.Character
  291. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  292. --game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
  293. --game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
  294. --game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
  295. --game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
  296. local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
  297. root.Name = "HumanoidRootPart"
  298.  
  299. Hum.HipHeight = 5
  300.  
  301.  
  302. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
  303.  
  304.  
  305.  
  306.  
  307. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  308.  
  309. 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
  310.  
  311. v:Destroy()
  312.  
  313. elseif v.Name == "Left Arm" then
  314.  
  315. local bp = Instance.new("BodyPosition",v)
  316. bp.MaxForce = Vector3.new(99999,99999,99999)
  317. local bg = Instance.new("BodyGyro",v)
  318. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  319.  
  320. spawn(function()
  321. bp.D = 300
  322. while true do
  323. bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
  324. wait()
  325. end
  326.  
  327. end)
  328.  
  329. elseif v.Name == "Left Leg" then
  330.  
  331. local bp = Instance.new("BodyPosition",v)
  332. bp.MaxForce = Vector3.new(99999,99999,99999)
  333. local bg = Instance.new("BodyGyro",v)
  334. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  335.  
  336. spawn(function()
  337. bp.D = 300
  338. while true do
  339. bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
  340. wait()
  341. end
  342.  
  343. end)
  344.  
  345. elseif v.Name == "Right Leg" then
  346.  
  347. local bp = Instance.new("BodyPosition",v)
  348. bp.MaxForce = Vector3.new(99999,99999,99999)
  349. local bg = Instance.new("BodyGyro",v)
  350. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  351. spawn(function()
  352. bp.D = 300
  353. while true do
  354. bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
  355. wait()
  356. end
  357.  
  358. end)
  359. elseif v.Name == root.Name then
  360.  
  361. local bg = Instance.new("BodyGyro",v)
  362. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  363. bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  364.  
  365. end
  366.  
  367.  
  368. end
  369.  
  370. --local se = Instance.new("SelectionBox",root)
  371. --se.Adornee = root
  372.  
  373.  
  374. power = 999999 -- change this to make it more or less powerful
  375.  
  376. power = power*10
  377.  
  378. ---
  379. wait(.1)
  380. --local bambam = Instance.new("BodyThrust")
  381. --bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  382. --bambam.Force = Vector3.new(power,0,power)
  383. --bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  384.  
  385.  
  386.  
  387.  
  388. local mouse = game.Players.LocalPlayer:GetMouse()
  389.  
  390.  
  391. local plr = game.Players.LocalPlayer
  392. local torso = root
  393. local flying = true
  394. local deb = true
  395. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  396. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  397. local maxspeed = 120
  398. local speed = 15
  399.  
  400.  
  401. ---local bambam = Instance.new("BodyThrust")
  402. ---bambam.Parent = torso
  403. --bambam.Force = Vector3.new(9999999,0,9999999)
  404. --bambam.Location = torso.Position
  405.  
  406.  
  407. ---
  408.  
  409.  
  410. function Fly()
  411. local bg = Instance.new("BodyGyro", torso)
  412. bg.P = 9e4
  413. bg.maxTorque = Vector3.new(0, 0, 0)
  414. bg.cframe = torso.CFrame
  415. local bv = Instance.new("BodyVelocity", torso)
  416. bv.velocity = Vector3.new(0,0,0)
  417. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  418. repeat wait()
  419.  
  420. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  421. speed = speed+.2
  422. if speed > maxspeed then
  423. speed = maxspeed
  424. end
  425. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  426. speed = speed-1
  427. if speed < 0 then
  428. speed = 0
  429. end
  430. end
  431. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  432. 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
  433. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  434. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  435. 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
  436. else
  437. bv.velocity = Vector3.new(0,0,0)
  438. end
  439.  
  440. until not flying
  441. ctrl = {f = 0, b = 0, l = 0, r = 0}
  442. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  443. speed = 0
  444. bg:Destroy()
  445. bv:Destroy()
  446.  
  447. end
  448. mouse.KeyDown:connect(function(key)
  449. if key:lower() == "e" then
  450. if flying then flying = false
  451. else
  452. flying = true
  453. Fly()
  454. end
  455. elseif key:lower() == "w" then
  456. ctrl.f = 1
  457. elseif key:lower() == "s" then
  458. ctrl.b = -1
  459. elseif key:lower() == "a" then
  460. ctrl.l = -1
  461. elseif key:lower() == "d" then
  462. ctrl.r = 1
  463. end
  464. end)
  465. mouse.KeyUp:connect(function(key)
  466. if key:lower() == "w" then
  467. ctrl.f = 0
  468. elseif key:lower() == "s" then
  469. ctrl.b = 0
  470. elseif key:lower() == "a" then
  471. ctrl.l = 0
  472. elseif key:lower() == "d" then
  473. ctrl.r = 0
  474. elseif key:lower() == "r" then
  475.  
  476. end
  477. end)
  478. Fly()
  479.  
  480. notify("FE Penis succesfully loading, wait 11sec", warn(":)"))
  481.  
  482. end)
  483.  
  484.  
  485. TrollTab:CreateButton("Chat Filter Alert", function() -- New Button
  486.  
  487. for i = 1,3 do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(' ','All') end
  488.  
  489. notify("ok boomer", warn(":)"))
  490.  
  491. end)
  492.  
  493. local UltimateTab = library:CreateTab("Player Tool"); -- New Tab
  494.  
  495. UltimateTab:CreateTextLabel("Kill peps") -- New Text Label
  496.  
  497. UltimateTab:CreateTextBox("Name", function(username)
  498.  
  499. -- illremember's cool fe kill script
  500. -- enter user's name, and watch as you both die together
  501. game.Workspace.Events.GamePasses.EquipScubaGear:FireServer()
  502. game.Workspace.Events.GamePasses.EquipFlareGun:FireServer()
  503.  
  504. Target = username
  505.  
  506. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  507. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  508. l.Parent = game.Players.LocalPlayer.Character
  509. l.Name = "Humanoid"
  510. wait(0.1)
  511. game.Players.LocalPlayer.Character["1"]:Destroy()
  512. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  513. game.Players.LocalPlayer.Character.Animate.Disabled = true
  514. wait(0.1)
  515. game.Players.LocalPlayer.Character.Animate.Disabled = false
  516. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  517. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  518. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  519. end
  520. wait(0.1)
  521. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  522. wait(0.1)
  523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Target].Character.HumanoidRootPart.CFrame
  524. wait(0.2)
  525. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10000,-100, -10000))
  526.  
  527. notify("Succesfully killed!", warn(":)"))
  528.  
  529. end)
  530.  
  531. UltimateTab:CreateTextLabel("Report Peps") -- New Text Label
  532.  
  533. UltimateTab:CreateTextBox("target", function(targ)
  534.  
  535. while wait() do
  536. game.Players:ReportAbuse(game.Players.targ, "Exploiting", "HES EXPLOITING!!!!")
  537. end
  538.  
  539. notify("Report Wave Started(LOL)", warn(":)"))
  540.  
  541. UltimateTab:CreateTextLabel("Ultimate troll") -- New Text Label
  542.  
  543. UltimateTab:CreateTextBox("sex", function(targ12)
  544.  
  545. local Victim=targ12
  546. local A=Instance.new'Animation'
  547. A.AnimationId='rbxassetid://148840371'
  548. local P=game:GetService'Players'.LocalPlayer
  549. local C=P.Character or P.CharacterAdded:Wait()
  550. local H=C:WaitForChild'Humanoid':LoadAnimation(A)
  551. H:Play()
  552. H:AdjustSpeed(2.5)
  553. game:GetService'RunService'.Stepped:Connect(function()
  554. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  555. end)
  556.  
  557. notify("Report Wave Started(LOL)", warn(":)"))
  558. end)
  559. end)
  560.  
  561. notify("Essential Tool PRO succesfully loaded!", warn(":)"))
  562. notify("Created by !Axel Twenty#1337", warn(":)"))
Advertisement
Add Comment
Please, Sign In to add comment