Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.11 KB | None | 0 0
  1. local BasicExploiterV2 = Instance.new("ScreenGui")
  2. local ScrollingFrame = Instance.new("ScrollingFrame")
  3. local BasicExploiter = Instance.new("TextBox")
  4. local InfYield = Instance.new("TextButton")
  5. local Aimbot = Instance.new("TextButton")
  6. local ExtendCamera = Instance.new("TextButton")
  7. local ESP = Instance.new("TextButton")
  8. local ANIMATIONGUI = Instance.new("TextButton")
  9. local FEGUI = Instance.new("TextButton")
  10. local BPKillaura = Instance.new("TextButton")
  11. local BrakingpointGUI = Instance.new("TextButton")
  12. local Stay = Instance.new("TextButton")
  13. local Tuned = Instance.new("TextButton")
  14. local TextBox = Instance.new("TextBox")
  15. local BasicExploiterTEXT = Instance.new("TextLabel")
  16. local CreatedBy = Instance.new("TextLabel")
  17. local Open = Instance.new("Frame")
  18. local OpenButton = Instance.new("TextButton")
  19. local CloseButton = Instance.new("TextButton")
  20.  
  21. --Properties:
  22.  
  23. BasicExploiterV2.Name = "Basic Exploiter V2"
  24. BasicExploiterV2.Parent = game.CoreGui
  25. BasicExploiterV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. ScrollingFrame.Parent = BasicExploiterV2
  28. ScrollingFrame.Active = true
  29. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  30. ScrollingFrame.BackgroundTransparency = 0.200
  31. ScrollingFrame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  32. ScrollingFrame.BorderSizePixel = 2
  33. ScrollingFrame.Position = UDim2.new(0.256535977, 0, 0.332552671, 0)
  34. ScrollingFrame.Size = UDim2.new(0, 221, 0, 261)
  35. ScrollingFrame.Visible = false
  36. ScrollingFrame.BottomImage = "http://www.roblox.com/asset/?id=158362069"
  37. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.5, 0)
  38. ScrollingFrame.ScrollBarThickness = 10
  39. ScrollingFrame.TopImage = "http://www.roblox.com/asset/?id=158362148"
  40. ScrollingFrame.Draggable = true
  41.  
  42. BasicExploiter.Name = "Basic Exploiter"
  43. BasicExploiter.Parent = ScrollingFrame
  44. BasicExploiter.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  45. BasicExploiter.BackgroundTransparency = 0.200
  46. BasicExploiter.BorderColor3 = Color3.fromRGB(255, 0, 0)
  47. BasicExploiter.BorderSizePixel = 2
  48. BasicExploiter.Size = UDim2.new(0, 208, 0, 50)
  49. BasicExploiter.Font = Enum.Font.SciFi
  50. BasicExploiter.Text = "Basic Exploiter"
  51. BasicExploiter.TextColor3 = Color3.fromRGB(255, 0, 0)
  52. BasicExploiter.TextScaled = true
  53. BasicExploiter.TextSize = 22.000
  54. BasicExploiter.TextWrapped = true
  55.  
  56. InfYield.Name = "Inf Yield"
  57. InfYield.Parent = ScrollingFrame
  58. InfYield.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  59. InfYield.BorderColor3 = Color3.fromRGB(255, 0, 0)
  60. InfYield.BorderSizePixel = 3
  61. InfYield.Position = UDim2.new(0.0497737564, 0, 0.168062344, 0)
  62. InfYield.Size = UDim2.new(0, 89, 0, 40)
  63. InfYield.Font = Enum.Font.SciFi
  64. InfYield.Text = "INF Yields FE"
  65. InfYield.TextColor3 = Color3.fromRGB(255, 0, 0)
  66. InfYield.TextSize = 14.000
  67. InfYield.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  69. end)
  70.  
  71. Aimbot.Name = "Aimbot"
  72. Aimbot.Parent = ScrollingFrame
  73. Aimbot.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  74. Aimbot.BorderColor3 = Color3.fromRGB(255, 0, 0)
  75. Aimbot.BorderSizePixel = 3
  76. Aimbot.Position = UDim2.new(0.506787181, 0, 0.169322237, 0)
  77. Aimbot.Size = UDim2.new(0, 89, 0, 40)
  78. Aimbot.Font = Enum.Font.SciFi
  79. Aimbot.Text = "Aimbot "
  80. Aimbot.TextColor3 = Color3.fromRGB(255, 0, 0)
  81. Aimbot.TextSize = 15.000
  82. Aimbot.MouseButton1Down:connect(function()
  83. PLAYER = game.Players.LocalPlayer
  84. MOUSE = PLAYER:GetMouse()
  85. CC = game.Workspace.CurrentCamera
  86.  
  87. ENABLED = false
  88. ESP_ENABLED = false
  89.  
  90. _G.FREE_FOR_ALL = true
  91.  
  92. _G.BIND = 50
  93. _G.ESP_BIND = 52
  94. _G.CHANGE_AIM = 'q'
  95.  
  96. _G.AIM_AT = 'Head'
  97.  
  98. wait(1)
  99.  
  100. function GetNearestPlayerToMouse()
  101. local PLAYERS = {}
  102. local PLAYER_HOLD = {}
  103. local DISTANCES = {}
  104. for i, v in pairs(game.Players:GetPlayers()) do
  105. if v ~= PLAYER then
  106. table.insert(PLAYERS, v)
  107. end
  108. end
  109. for i, v in pairs(PLAYERS) do
  110. if _G.FREE_FOR_ALL == false then
  111. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  112. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  113. if AIM ~= nil then
  114. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  115. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  116. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  117. local DIFF = math.floor((POS - AIM.Position).magnitude)
  118. PLAYER_HOLD[v.Name .. i] = {}
  119. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  120. PLAYER_HOLD[v.Name .. i].plr = v
  121. PLAYER_HOLD[v.Name .. i].diff = DIFF
  122. table.insert(DISTANCES, DIFF)
  123. end
  124. end
  125. elseif _G.FREE_FOR_ALL == true then
  126. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  127. if AIM ~= nil then
  128. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  129. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  130. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  131. local DIFF = math.floor((POS - AIM.Position).magnitude)
  132. PLAYER_HOLD[v.Name .. i] = {}
  133. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  134. PLAYER_HOLD[v.Name .. i].plr = v
  135. PLAYER_HOLD[v.Name .. i].diff = DIFF
  136. table.insert(DISTANCES, DIFF)
  137. end
  138. end
  139. end
  140.  
  141. if unpack(DISTANCES) == nil then
  142. return false
  143. end
  144.  
  145. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  146. if L_DISTANCE > 20 then
  147. return false
  148. end
  149.  
  150. for i, v in pairs(PLAYER_HOLD) do
  151. if v.diff == L_DISTANCE then
  152. return v.plr
  153. end
  154. end
  155. return false
  156. end
  157.  
  158. GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
  159. GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
  160. GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
  161.  
  162. GUI_MAIN.Name = 'AIMBOT'
  163.  
  164. GUI_TARGET.Size = UDim2.new(0,200,0,30)
  165. GUI_TARGET.BackgroundTransparency = 0.5
  166. GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
  167. GUI_TARGET.BorderSizePixel = 0
  168. GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
  169. GUI_TARGET.Text = 'AIMBOT : OFF'
  170. GUI_TARGET.TextColor3 = Color3.new(1,1,1)
  171. GUI_TARGET.TextStrokeTransparency = 1
  172. GUI_TARGET.TextWrapped = true
  173. GUI_TARGET.FontSize = 'Size24'
  174. GUI_TARGET.Font = 'SourceSansBold'
  175.  
  176. GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
  177. GUI_AIM_AT.BackgroundTransparency = 0.5
  178. GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
  179. GUI_AIM_AT.BorderSizePixel = 0
  180. GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
  181. GUI_AIM_AT.Text = 'AIMING : HEAD'
  182. GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
  183. GUI_AIM_AT.TextStrokeTransparency = 1
  184. GUI_AIM_AT.TextWrapped = true
  185. GUI_AIM_AT.FontSize = 'Size18'
  186. GUI_AIM_AT.Font = 'SourceSansBold'
  187.  
  188. local TRACK = false
  189.  
  190. function CREATE(BASE, TEAM)
  191. local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
  192. local ESP_DOT = Instance.new('Frame', ESP_MAIN)
  193. local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
  194.  
  195. ESP_MAIN.Name = 'ESP'
  196. ESP_MAIN.Adornee = BASE
  197. ESP_MAIN.AlwaysOnTop = true
  198. ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
  199. ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
  200.  
  201. ESP_DOT.Name = 'DOT'
  202. ESP_DOT.BackgroundColor = BrickColor.new('Bright red')
  203. ESP_DOT.BackgroundTransparency = 0.3
  204. ESP_DOT.BorderSizePixel = 0
  205. ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  206. ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
  207. ESP_DOT.Visible = true
  208. ESP_DOT.ZIndex = 10
  209.  
  210. ESP_NAME.Name = 'NAME'
  211. ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
  212. ESP_NAME.BackgroundTransparency = 1
  213. ESP_NAME.BorderSizePixel = 0
  214. ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
  215. ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
  216. ESP_NAME.Visible = true
  217. ESP_NAME.ZIndex = 10
  218. ESP_NAME.Font = 'ArialBold'
  219. ESP_NAME.FontSize = 'Size14'
  220. ESP_NAME.Text = BASE.Parent.Name:upper()
  221. ESP_NAME.TextColor = BrickColor.new('Bright red')
  222. end
  223.  
  224. function CLEAR()
  225. for _,v in pairs(PLAYER.PlayerGui:children()) do
  226. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  227. v:Destroy()
  228. end
  229. end
  230. end
  231.  
  232. function FIND()
  233. CLEAR()
  234. TRACK = true
  235. spawn(function()
  236. while wait() do
  237. if TRACK then
  238. CLEAR()
  239. for i,v in pairs(game.Players:GetChildren()) do
  240. if v.Character and v.Character:FindFirstChild('Head') then
  241. if _G.FREE_FOR_ALL == false then
  242. if v.TeamColor ~= PLAYER.TeamColor then
  243. if v.Character:FindFirstChild('Head') then
  244. CREATE(v.Character.Head, true)
  245. end
  246. end
  247. else
  248. if v.Character:FindFirstChild('Head') then
  249. CREATE(v.Character.Head, true)
  250. end
  251. end
  252. end
  253. end
  254. end
  255. end
  256. wait(1)
  257. end)
  258. end
  259.  
  260. MOUSE.KeyDown:connect(function(KEY)
  261. KEY = KEY:lower():byte()
  262. if KEY == _G.BIND then
  263. ENABLED = true
  264. end
  265. end)
  266.  
  267. MOUSE.KeyUp:connect(function(KEY)
  268. KEY = KEY:lower():byte()
  269. if KEY == _G.BIND then
  270. ENABLED = false
  271. end
  272. end)
  273.  
  274. MOUSE.KeyDown:connect(function(KEY)
  275. KEY = KEY:lower():byte()
  276. if KEY == _G.ESP_BIND then
  277. if ESP_ENABLED == false then
  278. FIND()
  279. ESP_ENABLED = true
  280. print('ESP : ON')
  281. elseif ESP_ENABLED == true then
  282. wait()
  283. CLEAR()
  284. TRACK = false
  285. ESP_ENABLED = true
  286. print('ESP : OFF')
  287. end
  288. end
  289. end)
  290.  
  291. MOUSE.KeyDown:connect(function(KEY)
  292. if KEY == _G.CHANGE_AIM then
  293. if _G.AIM_AT == 'Head' then
  294. _G.AIM_AT = 'Torso'
  295. GUI_AIM_AT.Text = 'AIMING : TORSO'
  296. elseif _G.AIM_AT == 'Torso' then
  297. _G.AIM_AT = 'Head'
  298. GUI_AIM_AT.Text = 'AIMING : HEAD'
  299. end
  300. end
  301. end)
  302.  
  303. game:GetService('RunService').RenderStepped:connect(function()
  304. if ENABLED then
  305. local TARGET = GetNearestPlayerToMouse()
  306. if (TARGET ~= false) then
  307. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  308. if AIM then
  309. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  310. end
  311. GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  312. else
  313. GUI_TARGET.Text = 'AIMBOT : OFF'
  314. end
  315. end
  316. end)
  317.  
  318. repeat
  319. wait()
  320. if ESP_ENABLED == true then
  321. FIND()
  322. end
  323. until ESP_ENABLED == false
  324. wait()
  325. _G.FREE_FOR_ALL = true
  326. _G.BIND = 50 -- LEFT CTRL
  327. _G.ESP_BIND = 52 -- LEFT ALT
  328. end)
  329.  
  330. ExtendCamera.Name = "Extend Camera"
  331. ExtendCamera.Parent = ScrollingFrame
  332. ExtendCamera.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  333. ExtendCamera.BorderColor3 = Color3.fromRGB(255, 0, 0)
  334. ExtendCamera.BorderSizePixel = 3
  335. ExtendCamera.Position = UDim2.new(0.506787181, 0, 0.309673131, 0)
  336. ExtendCamera.Size = UDim2.new(0, 89, 0, 40)
  337. ExtendCamera.Font = Enum.Font.SciFi
  338. ExtendCamera.Text = "Extend Camera"
  339. ExtendCamera.TextColor3 = Color3.fromRGB(255, 0, 0)
  340. ExtendCamera.TextSize = 13.000
  341. ExtendCamera.MouseButton1Down:connect(function()
  342. game.Players.LocalPlayer.DevCameraOcclusionMode = 'Invisicam'
  343. game.Players.LocalPlayer.CameraMaxZoomDistance = "99e99"
  344. end)
  345.  
  346. ESP.Name = "ESP"
  347. ESP.Parent = ScrollingFrame
  348. ESP.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  349. ESP.BorderColor3 = Color3.fromRGB(255, 0, 0)
  350. ESP.BorderSizePixel = 3
  351. ESP.Position = UDim2.new(0.0497736037, 0, 0.309673131, 0)
  352. ESP.Size = UDim2.new(0, 89, 0, 40)
  353. ESP.Font = Enum.Font.SciFi
  354. ESP.Text = "ESP"
  355. ESP.TextColor3 = Color3.fromRGB(255, 0, 0)
  356. ESP.TextSize = 16.000
  357. ESP.MouseButton1Down:connect(function()
  358. loadstring(game:HttpGet'https://ic3w0lf.xyz/rblx/protoesp.lua')()
  359. end)
  360.  
  361. ANIMATIONGUI.Name = "ANIMATION GUI"
  362. ANIMATIONGUI.Parent = ScrollingFrame
  363. ANIMATIONGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  364. ANIMATIONGUI.BorderColor3 = Color3.fromRGB(255, 0, 0)
  365. ANIMATIONGUI.BorderSizePixel = 3
  366. ANIMATIONGUI.Position = UDim2.new(0.0497736037, 0, 0.450024009, 0)
  367. ANIMATIONGUI.Size = UDim2.new(0, 89, 0, 40)
  368. ANIMATIONGUI.Font = Enum.Font.SciFi
  369. ANIMATIONGUI.Text = "Animation GUI"
  370. ANIMATIONGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  371. ANIMATIONGUI.TextSize = 12.000
  372. ANIMATIONGUI.MouseButton1Down:connect(function()
  373. local Gui = Instance.new("ScreenGui", game.CoreGui)
  374.  
  375. Gui.Name = "FE Animations"
  376. local Background = Instance.new("Frame",Gui)
  377. Background.Name = "Background"
  378. Background.Active = true
  379. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  380. Background.Transparency = 0.3
  381. Background.BorderSizePixel = 5
  382. Background.Draggable = true
  383. Background.Position = UDim2.new(0,300,0,300)
  384. Background.Size = UDim2.new(0,345,0,190)
  385. local Title = Instance.new("TextLabel",Background)
  386. Title.BackgroundTransparency = 1
  387. Title.Position = UDim2.new(0,0,0,-80)
  388. Title.Size = UDim2.new(0,290,1,0)
  389. Title.Font = "SourceSansLight"
  390. Title.FontSize = "Size18"
  391. Title.Text = "FE Animations [by illremember] IMPROVED"
  392. Title.TextColor3 = Color3.fromRGB(20,20,25)
  393.  
  394. local BarrelRoll = Instance.new("TextButton", Background)
  395. BarrelRoll.Name = "BarrelRoll"
  396. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  397. BarrelRoll.BackgroundTransparency = 0.1
  398. BarrelRoll.BorderSizePixel = 0
  399. BarrelRoll.Position = UDim2.new(0,120,0,30)
  400. BarrelRoll.Size = UDim2.new(0,100,0,30)
  401. BarrelRoll.Font = "SourceSansItalic"
  402. BarrelRoll.FontSize = "Size18"
  403. BarrelRoll.Text = "BarrelRoll"
  404. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  405. BarrelRoll.TextWrapped = true
  406.  
  407. local Dab = BarrelRoll:Clone()
  408. Dab.Name = "Dab"
  409. Dab.Parent = Background
  410. Dab.Position = UDim2.new(0,120,0,70)
  411. Dab.Text = "Dab"
  412.  
  413. local Crouch = BarrelRoll:Clone()
  414. Crouch.Name = "Crouch"
  415. Crouch.Parent = Background
  416. Crouch.Position = UDim2.new(0,10,0,110)
  417. Crouch.Text = "Crouch"
  418.  
  419. local Scream = BarrelRoll:Clone()
  420. Scream.Name = "Scream"
  421. Scream.Parent = Background
  422. Scream.Position = UDim2.new(0,10,0,30)
  423. Scream.Text = "Scream"
  424.  
  425. local HeadOff = BarrelRoll:Clone()
  426. HeadOff.Name = "HeadOff"
  427. HeadOff.Parent = Background
  428. HeadOff.Position = UDim2.new(0,10,0,70)
  429. HeadOff.Text = "HeadOff"
  430.  
  431. local LayDown = BarrelRoll:Clone()
  432. LayDown.Name = "LayDown"
  433. LayDown.Parent = Background
  434. LayDown.Position = UDim2.new(0,120,0,110)
  435. LayDown.Text = "LayDown"
  436.  
  437. local hmm2 = BarrelRoll:Clone()
  438. hmm2.Name = "hmm2"
  439. hmm2.Parent = Background
  440. hmm2.Position = UDim2.new(0,120,0,150)
  441. hmm2.Text = "hmm2"
  442.  
  443. local HeadTHROW = BarrelRoll:Clone()
  444. HeadTHROW.Name = "HeadTHROW"
  445. HeadTHROW.Parent = Background
  446. HeadTHROW.Position = UDim2.new(0,10,0,150)
  447. HeadTHROW.Size = UDim2.new(0,100,0,30)
  448. HeadTHROW.Text = "HeadTHROW"
  449.  
  450. local Scared = BarrelRoll:Clone()
  451. Scared.Name = "Scared"
  452. Scared.Parent = Background
  453. Scared.Position = UDim2.new(0,230,0,30)
  454. Scared.Size = UDim2.new(0,100,0,30)
  455. Scared.Text = "Scared"
  456.  
  457. local WARNING = BarrelRoll:Clone()
  458. WARNING.Name = "WARNING"
  459. WARNING.Parent = Background
  460. WARNING.Position = UDim2.new(0,230,0,70)
  461. WARNING.Size = UDim2.new(0,100,0,30)
  462. WARNING.Text = "WARNING"
  463.  
  464. local LoopHead = BarrelRoll:Clone()
  465. LoopHead.Name = "LoopHead"
  466. LoopHead.Parent = Background
  467. LoopHead.Position = UDim2.new(0,230,0,110)
  468. LoopHead.Size = UDim2.new(0,100,0,30)
  469. LoopHead.Text = "LoopHead"
  470.  
  471. local armturbine = BarrelRoll:Clone()
  472. armturbine.Name = "armturbine"
  473. armturbine.Parent = Background
  474. armturbine.Position = UDim2.new(0,230,0,150)
  475. armturbine.Size = UDim2.new(0,100,0,30)
  476. armturbine.Text = "armturbine"
  477.  
  478. --
  479. local plr = game.Players.LocalPlayer
  480.  
  481. local mouse = plr:GetMouse()
  482.  
  483. lpc = game.Players.LocalPlayer.Character
  484.  
  485. weld1 = Instance.new("Weld")
  486.  
  487. BarrelRoll.MouseButton1Down:connect(function()
  488. local gg = mouse.Target
  489. if gg ~= nil then
  490. for i,v in pairs(game.Players:GetPlayers()) do
  491. AnimationId = "136801964"
  492. local Anim = Instance.new("Animation")
  493. Anim.AnimationId = "rbxassetid://"..AnimationId
  494. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  495. k:Play()
  496. k:AdjustSpeed(1)
  497. end
  498. end
  499. end)
  500.  
  501. armturbine.MouseButton1Down:connect(function()
  502. local gg = mouse.Target
  503. if gg ~= nil then
  504. for i,v in pairs(game.Players:GetPlayers()) do
  505. AnimationId = "259438880"
  506. local Anim = Instance.new("Animation")
  507. Anim.AnimationId = "rbxassetid://"..AnimationId
  508. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  509. k:Play()
  510. k:AdjustSpeed(100)
  511. end
  512. end
  513. end)
  514.  
  515.  
  516. LoopHead.MouseButton1Click:connect(function()
  517. local gg = mouse.Target
  518. if gg ~= nil then
  519. for i,v in pairs(game.Players:GetPlayers()) do
  520. AnimationId = "35154961"
  521. local Anim = Instance.new("Animation")
  522. Anim.AnimationId = "rbxassetid://"..AnimationId
  523. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  524. while wait(0.00703125) do
  525. k:Play()
  526. k:AdjustSpeed(640)
  527. end
  528. end
  529. end
  530. end)
  531.  
  532. hmm2.MouseButton1Down:connect(function()
  533. local gg = mouse.Target
  534. if gg ~= nil then
  535. for i,v in pairs(game.Players:GetPlayers()) do
  536. AnimationId = "148840371"
  537. local Anim = Instance.new("Animation")
  538. Anim.AnimationId = "rbxassetid://"..AnimationId
  539. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  540. k:Play()
  541. k:AdjustSpeed(1)
  542. end
  543. end
  544. end)
  545.  
  546. LayDown.MouseButton1Down:connect(function()
  547. local gg = mouse.Target
  548. if gg ~= nil then
  549. for i,v in pairs(game.Players:GetPlayers()) do
  550. AnimationId = "282574440"
  551. local Anim = Instance.new("Animation")
  552. Anim.AnimationId = "rbxassetid://"..AnimationId
  553. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  554. k:Play()
  555. k:AdjustSpeed(1)
  556. end
  557. end
  558. end)
  559.  
  560. Dab.MouseButton1Down:connect(function()
  561. local gg = mouse.Target
  562. if gg ~= nil then
  563. for i,v in pairs(game.Players:GetPlayers()) do
  564. AnimationId = "248263260"
  565. local Anim = Instance.new("Animation")
  566. Anim.AnimationId = "rbxassetid://"..AnimationId
  567. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  568. k:Play()
  569. k:AdjustSpeed(1)
  570. end
  571. end
  572. end)
  573.  
  574. Scream.MouseButton1Down:connect(function()
  575. local gg = mouse.Target
  576. if gg ~= nil then
  577. for i,v in pairs(game.Players:GetPlayers()) do
  578. AnimationId = "180611870"
  579. local Anim = Instance.new("Animation")
  580. Anim.AnimationId = "rbxassetid://"..AnimationId
  581. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  582. k:Play()
  583. k:AdjustSpeed(1)
  584. end
  585. end
  586. end)
  587.  
  588. HeadTHROW.MouseButton1Down:connect(function()
  589. local gg = mouse.Target
  590. if gg ~= nil then
  591. for i,v in pairs(game.Players:GetPlayers()) do
  592. AnimationId = "35154961"
  593. local Anim = Instance.new("Animation")
  594. Anim.AnimationId = "rbxassetid://"..AnimationId
  595. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  596. k:Play()
  597. k:AdjustSpeed(1)
  598. end
  599. end
  600. end)
  601.  
  602. Scared.MouseButton1Down:connect(function()
  603. local gg = mouse.Target
  604. if gg ~= nil then
  605. for i,v in pairs(game.Players:GetPlayers()) do
  606. AnimationId = "180612465"
  607. local Anim = Instance.new("Animation")
  608. Anim.AnimationId = "rbxassetid://"..AnimationId
  609. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  610. k:Play()
  611. k:AdjustSpeed(1)
  612. end
  613. end
  614. end)
  615.  
  616. HeadOff.MouseButton1Down:connect(function()
  617. local gg = mouse.Target
  618. if gg ~= nil then
  619. for i,v in pairs(game.Players:GetPlayers()) do
  620. AnimationId = "121572214"
  621. local Anim = Instance.new("Animation")
  622. Anim.AnimationId = "rbxassetid://"..AnimationId
  623. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  624. k:Play()
  625. k:AdjustSpeed(1)
  626. end
  627. end
  628. end)
  629.  
  630. Crouch.MouseButton1Down:connect(function()
  631. local gg = mouse.Target
  632. if gg ~= nil then
  633. for i,v in pairs(game.Players:GetPlayers()) do
  634. AnimationId = "182724289"
  635. local Anim = Instance.new("Animation")
  636. Anim.AnimationId = "rbxassetid://"..AnimationId
  637. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  638. k:Play()
  639. k:AdjustSpeed(1)
  640. end
  641. end
  642. end)
  643. end)
  644.  
  645. FEGUI.Name = "FE GUI"
  646. FEGUI.Parent = ScrollingFrame
  647. FEGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  648. FEGUI.BorderColor3 = Color3.fromRGB(255, 0, 0)
  649. FEGUI.BorderSizePixel = 3
  650. FEGUI.Position = UDim2.new(0.506787181, 0, 0.450024009, 0)
  651. FEGUI.Size = UDim2.new(0, 89, 0, 40)
  652. FEGUI.Font = Enum.Font.SciFi
  653. FEGUI.Text = "FE GUI"
  654. FEGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  655. FEGUI.TextSize = 16.000
  656. FEGUI.MouseButton1Down:connect(function()
  657. loadstring(Game:GetObjects("rbxassetid://1294358929")[1].Source)()
  658. end)
  659.  
  660. BPKillaura.Name = "BP Killaura"
  661. BPKillaura.Parent = ScrollingFrame
  662. BPKillaura.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  663. BPKillaura.BorderColor3 = Color3.fromRGB(255, 0, 0)
  664. BPKillaura.BorderSizePixel = 3
  665. BPKillaura.Position = UDim2.new(0.506787181, 0, 0.590374887, 0)
  666. BPKillaura.Size = UDim2.new(0, 89, 0, 40)
  667. BPKillaura.Font = Enum.Font.SciFi
  668. BPKillaura.Text = "BP Killaura"
  669. BPKillaura.TextColor3 = Color3.fromRGB(255, 0, 0)
  670. BPKillaura.TextSize = 14.000
  671. BPKillaura.MouseButton1Down:connect(function()
  672. loadstring(game:HttpGet('https://pastebin.com/raw/MLPypHYv', true))()
  673. end)
  674.  
  675.  
  676. BrakingpointGUI.Name = "Braking point GUI"
  677. BrakingpointGUI.Parent = ScrollingFrame
  678. BrakingpointGUI.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  679. BrakingpointGUI.BorderColor3 = Color3.fromRGB(255, 0, 0)
  680. BrakingpointGUI.BorderSizePixel = 3
  681. BrakingpointGUI.Position = UDim2.new(0.0497736037, 0, 0.590374887, 0)
  682. BrakingpointGUI.Size = UDim2.new(0, 89, 0, 40)
  683. BrakingpointGUI.Font = Enum.Font.SciFi
  684. BrakingpointGUI.Text = "Braking point GUI"
  685. BrakingpointGUI.TextColor3 = Color3.fromRGB(255, 0, 0)
  686. BrakingpointGUI.TextSize = 11.000
  687. BrakingpointGUI.MouseButton1Down:connect(function()
  688. loadstring(game:HttpGet('https://pastebin.com/raw/cJeZKjfZ', true))()
  689. end)
  690.  
  691.  
  692. Stay.Name = "Stay"
  693. Stay.Parent = ScrollingFrame
  694. Stay.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  695. Stay.BorderColor3 = Color3.fromRGB(255, 0, 0)
  696. Stay.BorderSizePixel = 3
  697. Stay.Position = UDim2.new(0.0497736037, 0, 0.730725765, 0)
  698. Stay.Size = UDim2.new(0, 89, 0, 40)
  699. Stay.Font = Enum.Font.SciFi
  700. Stay.Text = "Stay "
  701. Stay.TextColor3 = Color3.fromRGB(255, 0, 0)
  702. Stay.TextSize = 16.000
  703.  
  704. Tuned.Name = "Tuned"
  705. Tuned.Parent = ScrollingFrame
  706. Tuned.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  707. Tuned.BorderColor3 = Color3.fromRGB(255, 0, 0)
  708. Tuned.BorderSizePixel = 3
  709. Tuned.Position = UDim2.new(0.506787181, 0, 0.730725765, 0)
  710. Tuned.Size = UDim2.new(0, 89, 0, 40)
  711. Tuned.Font = Enum.Font.SciFi
  712. Tuned.Text = "Tuned"
  713. Tuned.TextColor3 = Color3.fromRGB(255, 0, 0)
  714. Tuned.TextSize = 16.000
  715.  
  716. TextBox.Parent = ScrollingFrame
  717. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  718. TextBox.BackgroundTransparency = 0.200
  719. TextBox.BorderColor3 = Color3.fromRGB(255, 0, 0)
  720. TextBox.BorderSizePixel = 3
  721. TextBox.Position = UDim2.new(0.0542985052, 0, 0.856498837, 0)
  722. TextBox.Size = UDim2.new(0, 189, 0, 49)
  723. TextBox.Font = Enum.Font.SciFi
  724. TextBox.Text = "GUI Created By ChrisYOLO#4794"
  725. TextBox.TextColor3 = Color3.fromRGB(255, 0, 0)
  726. TextBox.TextSize = 13.000
  727.  
  728. BasicExploiterTEXT.Name = "Basic Exploiter TEXT"
  729. BasicExploiterTEXT.Parent = ScrollingFrame
  730. BasicExploiterTEXT.Active = true
  731. BasicExploiterTEXT.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  732. BasicExploiterTEXT.BorderColor3 = Color3.fromRGB(255, 0, 0)
  733. BasicExploiterTEXT.BorderSizePixel = 3
  734. BasicExploiterTEXT.Size = UDim2.new(0, 208, 0, 50)
  735. BasicExploiterTEXT.Font = Enum.Font.SciFi
  736. BasicExploiterTEXT.Text = "Basic Exploiter"
  737. BasicExploiterTEXT.TextColor3 = Color3.fromRGB(255, 0, 0)
  738. BasicExploiterTEXT.TextSize = 30.000
  739.  
  740. CreatedBy.Name = "Created By"
  741. CreatedBy.Parent = ScrollingFrame
  742. CreatedBy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  743. CreatedBy.BorderColor3 = Color3.fromRGB(255, 0, 0)
  744. CreatedBy.BorderSizePixel = 3
  745. CreatedBy.Position = UDim2.new(0.0497736186, 0, 0.851993501, 0)
  746. CreatedBy.Size = UDim2.new(0, 190, 0, 55)
  747. CreatedBy.Font = Enum.Font.SciFi
  748. CreatedBy.Text = "Created By ChrisYOLO#4794"
  749. CreatedBy.TextColor3 = Color3.fromRGB(255, 0, 0)
  750. CreatedBy.TextSize = 15.000
  751.  
  752. Open.Name = "Open"
  753. Open.Parent = BasicExploiterV2
  754. Open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  755. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  756. Open.BorderSizePixel = 5
  757. Open.Position = UDim2.new(0, 0, 0.830210745, 0)
  758. Open.Size = UDim2.new(0, 106, 0, 37)
  759.  
  760. OpenButton.Name = "OpenButton"
  761. OpenButton.Parent = Open
  762. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  763. OpenButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
  764. OpenButton.BorderSizePixel = 3
  765. OpenButton.Position = UDim2.new(0.0566037744, 0, 0.0810810775, 0)
  766. OpenButton.Size = UDim2.new(0, 94, 0, 31)
  767. OpenButton.Font = Enum.Font.SciFi
  768. OpenButton.Text = "Open"
  769. OpenButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  770. OpenButton.TextSize = 22.000
  771. OpenButton.MouseButton1Down:connect(function()
  772. ScrollingFrame.Visible = true
  773. OpenButton.Visible = false
  774. CloseButton.Visible = true
  775. end)
  776.  
  777. CloseButton.Name = "CloseButton"
  778. CloseButton.Parent = Open
  779. CloseButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  780. CloseButton.BorderColor3 = Color3.fromRGB(255, 0, 0)
  781. CloseButton.BorderSizePixel = 3
  782. CloseButton.Position = UDim2.new(0.0566037744, 0, 0.0810810775, 0)
  783. CloseButton.Size = UDim2.new(0, 94, 0, 31)
  784. CloseButton.Visible = false
  785. CloseButton.Font = Enum.Font.SciFi
  786. CloseButton.Text = "Close"
  787. CloseButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  788. CloseButton.TextSize = 22.000
  789. CloseButton.MouseButton1Down:connect(function()
  790. ScrollingFrame.Visible = false
  791. OpenButton.Visible = true
  792. CloseButton.Visible = false
  793. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement