Vzurxy

Untitled

Aug 4th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.90 KB | None | 0 0
  1. -- // Prevent 2 Guis \\ --
  2.  
  3. if game.CoreGui:FindFirstChild("EclipseHolder")then
  4. game.CoreGui.EclipseHolder:Destroy()
  5. else
  6. wait(2)
  7. game.StarterGui:SetCore("SendNotification", {
  8. Title = "Eclipse";
  9. Text = "Welcome to Eclipse!";
  10. })
  11. end
  12.  
  13. --// Instances \ --
  14.  
  15. local EclipseHolder = Instance.new("ScreenGui")
  16. local Main = Instance.new("Frame")
  17. local LabelEclipse = Instance.new("TextLabel")
  18. local SegwayButton = Instance.new("TextButton")
  19. local JumpPower = Instance.new("TextButton")
  20. local Variable = Instance.new("TextBox")
  21. local Walkspeed = Instance.new("TextButton")
  22. local TextButton = Instance.new("TextButton")
  23. local NoClip = Instance.new("TextButton")
  24. local AnimationButton = Instance.new("TextButton")
  25. local Fly = Instance.new("TextButton")
  26. local Crediits = Instance.new("TextLabel")
  27. local ForWho = Instance.new("TextLabel")
  28. local Intro = Instance.new("Frame")
  29. local EclipsePicture = Instance.new("ImageLabel")
  30.  
  31. -- // Properties \\ --
  32.  
  33. EclipseHolder.Name = "EclipseHolder"
  34. EclipseHolder.Parent = game.CoreGui
  35.  
  36. Main.Name = "Main"
  37. Main.Parent = EclipseHolder
  38. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Main.BackgroundTransparency = 0.30000001192093
  40. Main.BorderSizePixel = 0
  41. Main.Position = UDim2.new(0.615480781, 0, 0.248862952, 0)
  42. Main.Size = UDim2.new(0, 252, 0, 331)
  43. Main.Visible = false
  44.  
  45. LabelEclipse.Name = "LabelEclipse"
  46. LabelEclipse.Parent = Main
  47. LabelEclipse.BackgroundColor3 = Color3.new(1, 1, 1)
  48. LabelEclipse.BackgroundTransparency = 1
  49. LabelEclipse.BorderSizePixel = 0
  50. LabelEclipse.Position = UDim2.new(0.0753968284, 0, 0, 0)
  51. LabelEclipse.Size = UDim2.new(0, 200, 0, 50)
  52. LabelEclipse.Font = Enum.Font.SourceSansBold
  53. LabelEclipse.Text = "Eclipse"
  54. LabelEclipse.TextColor3 = Color3.new(1, 1, 1)
  55. LabelEclipse.TextSize = 25
  56.  
  57. SegwayButton.Name = "SegwayButton"
  58. SegwayButton.Parent = Main
  59. SegwayButton.BackgroundColor3 = Color3.new(0, 0, 0)
  60. SegwayButton.BackgroundTransparency = 0.30000001192093
  61. SegwayButton.BorderSizePixel = 0
  62. SegwayButton.Position = UDim2.new(0.619047642, 0, -0.087613292, 0)
  63. SegwayButton.Size = UDim2.new(0, 75, 0, 29)
  64. SegwayButton.Font = Enum.Font.SourceSans
  65. SegwayButton.Text = "Sharked"
  66. SegwayButton.TextColor3 = Color3.new(1, 1, 1)
  67. SegwayButton.TextSize = 14
  68.  
  69. JumpPower.Name = "JumpPower"
  70. JumpPower.Parent = Main
  71. JumpPower.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  72. JumpPower.BackgroundTransparency = 0.20000000298023
  73. JumpPower.BorderSizePixel = 0
  74. JumpPower.Position = UDim2.new(0.103174604, 0, 0.274924487, 0)
  75. JumpPower.Size = UDim2.new(0, 200, 0, 50)
  76. JumpPower.Font = Enum.Font.SourceSans
  77. JumpPower.Text = "JumpPower"
  78. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  79. JumpPower.TextSize = 14
  80.  
  81. Variable.Name = "Variable"
  82. Variable.Parent = Main
  83. Variable.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  84. Variable.BackgroundTransparency = 0.20000000298023
  85. Variable.BorderSizePixel = 0
  86. Variable.Position = UDim2.new(0.408730149, 0, 0.803625345, 0)
  87. Variable.Size = UDim2.new(0, 46, 0, 25)
  88. Variable.Font = Enum.Font.SourceSans
  89. Variable.Text = "16"
  90. Variable.TextColor3 = Color3.new(1, 1, 1)
  91. Variable.TextSize = 14
  92.  
  93. Walkspeed.Name = "Walkspeed"
  94. Walkspeed.Parent = Main
  95. Walkspeed.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  96. Walkspeed.BackgroundTransparency = 0.20000000298023
  97. Walkspeed.BorderSizePixel = 0
  98. Walkspeed.Position = UDim2.new(0.103174604, 0, 0.108761325, 0)
  99. Walkspeed.Size = UDim2.new(0, 200, 0, 50)
  100. Walkspeed.Font = Enum.Font.SourceSans
  101. Walkspeed.Text = "WalkSpeed"
  102. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  103. Walkspeed.TextSize = 14
  104.  
  105. TextButton.Parent = Main
  106. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  107. TextButton.BackgroundTransparency = 1
  108. TextButton.Size = UDim2.new(0, 19, 0, 19)
  109. TextButton.Font = Enum.Font.SourceSans
  110. TextButton.Text = "X"
  111. TextButton.TextColor3 = Color3.new(0.705882, 0, 0)
  112. TextButton.TextSize = 14
  113.  
  114. NoClip.Name = "NoClip"
  115. NoClip.Parent = Main
  116. NoClip.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  117. NoClip.BackgroundTransparency = 0.20000000298023
  118. NoClip.BorderSizePixel = 0
  119. NoClip.Position = UDim2.new(0.103174604, 0, 0.444108725, 0)
  120. NoClip.Size = UDim2.new(0, 200, 0, 50)
  121. NoClip.Font = Enum.Font.SourceSans
  122. NoClip.Text = "Enable Noclip"
  123. NoClip.TextColor3 = Color3.new(1, 1, 1)
  124. NoClip.TextSize = 14
  125.  
  126. AnimationButton.Name = "AnimationButton"
  127. AnimationButton.Parent = Main
  128. AnimationButton.BackgroundColor3 = Color3.new(0, 0, 0)
  129. AnimationButton.BackgroundTransparency = 0.30000001192093
  130. AnimationButton.BorderSizePixel = 0
  131. AnimationButton.Position = UDim2.new(0.0753968358, 0, -0.0876132846, 0)
  132. AnimationButton.Size = UDim2.new(0, 69, 0, 29)
  133. AnimationButton.Font = Enum.Font.SourceSans
  134. AnimationButton.Text = "Animations"
  135. AnimationButton.TextColor3 = Color3.new(1, 1, 1)
  136. AnimationButton.TextSize = 14
  137.  
  138. Fly.Name = "Fly"
  139. Fly.Parent = Main
  140. Fly.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  141. Fly.BackgroundTransparency = 0.20000000298023
  142. Fly.BorderSizePixel = 0
  143. Fly.Position = UDim2.new(0.103174604, 0, 0.625377595, 0)
  144. Fly.Size = UDim2.new(0, 200, 0, 50)
  145. Fly.Font = Enum.Font.SourceSans
  146. Fly.Text = "Fly [E]"
  147. Fly.TextColor3 = Color3.new(1, 1, 1)
  148. Fly.TextSize = 14
  149.  
  150. Crediits.Name = "Crediits"
  151. Crediits.Parent = Main
  152. Crediits.BackgroundColor3 = Color3.new(1, 1, 1)
  153. Crediits.BackgroundTransparency = 1
  154. Crediits.BorderSizePixel = 0
  155. Crediits.Position = UDim2.new(0.0753968209, 0, 0.93051362, 0)
  156. Crediits.Size = UDim2.new(0, 63, 0, 23)
  157. Crediits.Font = Enum.Font.SourceSans
  158. Crediits.Text = "~ Made by BFN#1711"
  159. Crediits.TextColor3 = Color3.new(1, 1, 1)
  160. Crediits.TextSize = 12
  161.  
  162. ForWho.Name = "ForWho"
  163. ForWho.Parent = Main
  164. ForWho.BackgroundColor3 = Color3.new(1, 1, 1)
  165. ForWho.BackgroundTransparency = 1
  166. ForWho.BorderSizePixel = 0
  167. ForWho.Position = UDim2.new(0.619047642, 0, 0.93051362, 0)
  168. ForWho.Size = UDim2.new(0, 48, 0, 20)
  169. ForWho.Font = Enum.Font.SourceSans
  170. ForWho.Text = "For Luckymega \"OoFFFFF\"#9530"
  171. ForWho.TextColor3 = Color3.new(1, 1, 1)
  172. ForWho.TextSize = 11
  173.  
  174. Intro.Name = "Intro"
  175. Intro.Parent = EclipseHolder
  176. Intro.BackgroundColor3 = Color3.new(1, 1, 1)
  177. Intro.BackgroundTransparency = 1
  178. Intro.Position = UDim2.new(0.0124843949, 0, 0.0316205546, 0)
  179. Intro.Size = UDim2.new(0, 100, 0, 100)
  180.  
  181. EclipsePicture.Name = "EclipsePicture"
  182. EclipsePicture.Parent = Intro
  183. EclipsePicture.BackgroundColor3 = Color3.new(1, 1, 1)
  184. EclipsePicture.BackgroundTransparency = 1
  185. EclipsePicture.Position = UDim2.new(1.81031728, 0, 0.00226587802, 0)
  186. EclipsePicture.Size = UDim2.new(0, 453, 0, 448)
  187. EclipsePicture.Image = "rbxassetid://2170498905"
  188.  
  189. --// Scripting \\ --
  190.  
  191. wait(0.4)
  192. EclipsePicture:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3) -- Tween Position
  193. wait(1)
  194. Intro:Destroy()
  195. Main.Visible = true
  196. Main.Active = true
  197. Main.Draggable = true
  198.  
  199. SegwayButton.MouseButton1Down:connect(function()
  200. game.StarterGui:SetCore("SendNotification", {
  201. Title = "Sharked Only for Games with Segway Remote";
  202. Text = "Successfully ran Sharked!";
  203. })
  204. wait(2)
  205. if game.CoreGui:FindFirstChild("Harked")then
  206. game.CoreGui.Harked:Destroy()
  207. end
  208.  
  209. --//--INSTANCES--\\--
  210.  
  211. Harked = Instance.new("ScreenGui", game.CoreGui)
  212. Main = Instance.new("Frame", Harked)
  213. Text = Instance.new("TextLabel", Main)
  214. Credits = Instance.new("TextLabel", Main)
  215. Nuke = Instance.new("TextButton", Main)
  216. Btools = Instance.new("TextButton", Main)
  217. Bald = Instance.new("TextButton", Main)
  218. Jump = Instance.new("TextButton", Main)
  219. Freeze = Instance.new("TextButton", Main)
  220. Thaw = Instance.new("TextButton", Main)
  221. Username = Instance.new("TextBox", Main)
  222. Music = Instance.new("TextButton", Main)
  223. Sink = Instance.new("TextButton", Main)
  224. Close = Instance.new("TextButton", Main)
  225. Minimize = Instance.new("TextButton", Main)
  226. Detect = Instance.new("TextLabel", Main)
  227. Detect_Close = Instance.new("TextButton", Main)
  228. Animation = Instance.new("TextLabel", Harked)
  229. Open = Instance.new("TextButton", Harked)
  230. Blur = Instance.new("BlurEffect", workspace.CurrentCamera)
  231.  
  232. --//--PROPERTIES--\\--
  233.  
  234. Harked.Name = "Harked"
  235.  
  236. Main.Name = "Main"
  237. Main.Active = true
  238. Main.Draggable = true
  239. Main.Selectable = true
  240. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  241. Main.BackgroundTransparency = 0.30000001192093
  242. Main.BorderSizePixel = 0
  243. Main.Position = UDim2.new(0.370000005, 0, 1, 30)
  244. Main.Size = UDim2.new(0, 421, 0, 423)
  245. Main.Visible = false
  246.  
  247. Text.Name = "Text"
  248. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  249. Text.BackgroundTransparency = 1
  250. Text.Position = UDim2.new(0.262580276, 0, -0.00117581896, 0)
  251. Text.Size = UDim2.new(0, 200, 0, 50)
  252. Text.Font = Enum.Font.SourceSansLight
  253. Text.Text = "Sharked"
  254. Text.TextColor3 = Color3.new(1, 1, 1)
  255. Text.TextScaled = true
  256. Text.TextSize = 20
  257. Text.TextWrapped = true
  258.  
  259. Credits.Name = "Credits"
  260. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  261. Credits.BackgroundTransparency = 1
  262. Credits.Position = UDim2.new(-0.0213776845, 0, 0.118680432, 0)
  263. Credits.Size = UDim2.new(0, 440, 0, 50)
  264. Credits.Font = Enum.Font.SourceSansLight
  265. Credits.Text = "Commands/Script by almighty loaf, GUI by BaconExploitz"
  266. Credits.TextColor3 = Color3.new(1, 1, 1)
  267. Credits.TextSize = 20
  268.  
  269. Nuke.Name = "Nuke"
  270. Nuke.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  271. Nuke.BackgroundTransparency = 0.75
  272. Nuke.BorderSizePixel = 0
  273. Nuke.Position = UDim2.new(0.033254154, 0, 0.226795703, 0)
  274. Nuke.Size = UDim2.new(0, 186, 0, 50)
  275. Nuke.Font = Enum.Font.SourceSansSemibold
  276. Nuke.Text = "Nuke"
  277. Nuke.TextColor3 = Color3.new(1, 1, 1)
  278. Nuke.TextSize = 20
  279.  
  280. Btools.Name = "Btools"
  281. Btools.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  282. Btools.BackgroundTransparency = 0.75
  283. Btools.BorderSizePixel = 0
  284. Btools.Position = UDim2.new(0.52494067, 0, 0.226795703, 0)
  285. Btools.Size = UDim2.new(0, 186, 0, 50)
  286. Btools.Font = Enum.Font.SourceSansSemibold
  287. Btools.Text = "Btools"
  288. Btools.TextColor3 = Color3.new(1, 1, 1)
  289. Btools.TextSize = 20
  290.  
  291. Bald.Name = "Bald"
  292. Bald.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  293. Bald.BackgroundTransparency = 0.75
  294. Bald.BorderSizePixel = 0
  295. Bald.Position = UDim2.new(0.033254154, 0, 0.36549598, 0)
  296. Bald.Size = UDim2.new(0, 186, 0, 50)
  297. Bald.Font = Enum.Font.SourceSansSemibold
  298. Bald.Text = "Remove Hats"
  299. Bald.TextColor3 = Color3.new(1, 1, 1)
  300. Bald.TextSize = 20
  301.  
  302. Jump.Name = "Jump"
  303. Jump.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  304. Jump.BackgroundTransparency = 0.75
  305. Jump.BorderSizePixel = 0
  306. Jump.Position = UDim2.new(0.52494061, 0, 0.36549598, 0)
  307. Jump.Size = UDim2.new(0, 186, 0, 50)
  308. Jump.Font = Enum.Font.SourceSansSemibold
  309. Jump.Text = "Jump"
  310. Jump.TextColor3 = Color3.new(1, 1, 1)
  311. Jump.TextSize = 20
  312.  
  313. Freeze.Name = "Freeze"
  314. Freeze.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  315. Freeze.BackgroundTransparency = 0.75
  316. Freeze.BorderSizePixel = 0
  317. Freeze.Position = UDim2.new(0.033254154, 0, 0.507290006, 0)
  318. Freeze.Size = UDim2.new(0, 186, 0, 50)
  319. Freeze.Font = Enum.Font.SourceSansSemibold
  320. Freeze.Text = "Freeze"
  321. Freeze.TextColor3 = Color3.new(1, 1, 1)
  322. Freeze.TextSize = 20
  323.  
  324. Thaw.Name = "Thaw"
  325. Thaw.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  326. Thaw.BackgroundTransparency = 0.75
  327. Thaw.BorderSizePixel = 0
  328. Thaw.Position = UDim2.new(0.52494061, 0, 0.507290065, 0)
  329. Thaw.Size = UDim2.new(0, 186, 0, 50)
  330. Thaw.Font = Enum.Font.SourceSansSemibold
  331. Thaw.Text = "Thaw"
  332. Thaw.TextColor3 = Color3.new(1, 1, 1)
  333. Thaw.TextSize = 20
  334.  
  335. Username.Name = "Username"
  336. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  337. Username.BackgroundTransparency = 0.80000001192093
  338. Username.BorderSizePixel = 0
  339. Username.Position = UDim2.new(0.0332541578, 0, 0.820330977, 0)
  340. Username.Size = UDim2.new(0, 393, 0, 56)
  341. Username.Font = Enum.Font.SourceSansSemibold
  342. Username.PlaceholderColor3 = Color3.new(1, 1, 1)
  343. Username.Text = "Username"
  344. Username.TextColor3 = Color3.new(1, 1, 1)
  345. Username.TextSize = 20
  346.  
  347. Music.Name = "Music"
  348. Music.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  349. Music.BackgroundTransparency = 0.75
  350. Music.BorderSizePixel = 0
  351. Music.Position = UDim2.new(0.033254154, 0, 0.65524596, 0)
  352. Music.Size = UDim2.new(0, 186, 0, 50)
  353. Music.Font = Enum.Font.SourceSansSemibold
  354. Music.Text = "Play Sound"
  355. Music.TextColor3 = Color3.new(1, 1, 1)
  356. Music.TextSize = 20
  357.  
  358. Sink.Name = "Sink"
  359. Sink.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  360. Sink.BackgroundTransparency = 0.75
  361. Sink.BorderSizePixel = 0
  362. Sink.Position = UDim2.new(0.52494061, 0, 0.65524596, 0)
  363. Sink.Size = UDim2.new(0, 186, 0, 50)
  364. Sink.Font = Enum.Font.SourceSansSemibold
  365. Sink.Text = "Sink"
  366. Sink.TextColor3 = Color3.new(1, 1, 1)
  367. Sink.TextSize = 20
  368.  
  369. Close.Name = "Close"
  370. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  371. Close.BackgroundTransparency = 1
  372. Close.Position = UDim2.new(0.947743475, 0, 0, 0)
  373. Close.Size = UDim2.new(0, 22, 0, 23)
  374. Close.Font = Enum.Font.Arcade
  375. Close.Text = "X"
  376. Close.TextColor3 = Color3.new(1, 1, 1)
  377. Close.TextSize = 14
  378.  
  379. Minimize.Name = "Minimize"
  380. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  381. Minimize.BackgroundTransparency = 1
  382. Minimize.Position = UDim2.new(0.895486951, 0, 0, 0)
  383. Minimize.Size = UDim2.new(0, 22, 0, 23)
  384. Minimize.Font = Enum.Font.Arcade
  385. Minimize.Text = "_"
  386. Minimize.TextColor3 = Color3.new(1, 1, 1)
  387. Minimize.TextSize = 14
  388.  
  389. Detect.Name = "Detect"
  390. Detect.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Detect.BackgroundTransparency = 1
  392. Detect.Position = UDim2.new(0.0332541578, 0, 0.261229306, 0)
  393. Detect.Size = UDim2.new(0, 393, 0, 202)
  394. Detect.Visible = false
  395. Detect.Font = Enum.Font.SourceSansSemibold
  396. Detect.Text = "Sharked has detected that neither you nor anyone else in the game owns the Segway gamepass or the game doesn't support the GUI, Sharked will automatically close after a while,"
  397. Detect.TextColor3 = Color3.new(1, 1, 1)
  398. Detect.TextScaled = true
  399. Detect.TextSize = 14
  400. Detect.TextWrapped = true
  401. Detect.Visible = false
  402.  
  403. Detect_Close.Name = "Detect_Close"
  404. Detect_Close.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  405. Detect_Close.BackgroundTransparency = 0.75
  406. Detect_Close.BorderSizePixel = 0
  407. Detect_Close.Position = UDim2.new(0.261282653, 0, 0.796690345, 0)
  408. Detect_Close.Size = UDim2.new(0, 200, 0, 50)
  409. Detect_Close.Visible = false
  410. Detect_Close.Font = Enum.Font.SourceSansSemibold
  411. Detect_Close.Text = "Close"
  412. Detect_Close.TextColor3 = Color3.new(1, 1, 1)
  413. Detect_Close.TextSize = 20
  414. Detect_Close.Visible = false
  415.  
  416. Animation.Name = "Animation"
  417. Animation.BackgroundColor3 = Color3.new(1, 1, 1)
  418. Animation.BackgroundTransparency = 1
  419. Animation.BorderSizePixel = 0
  420. Animation.Position = UDim2.new(0.375, 0,-0.166, 0)
  421. Animation.Size = UDim2.new(0, 472, 0, 118)
  422. Animation.Font = Enum.Font.SourceSansBold
  423. Animation.Text = "Sharked"
  424. Animation.TextColor3 = Color3.new(1, 1, 1)
  425. Animation.TextScaled = true
  426. Animation.TextSize = 14
  427. Animation.TextWrapped = true
  428.  
  429. Open.Name = "Open"
  430. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  431. Open.BackgroundTransparency = 0.30000001192093
  432. Open.Position = UDim2.new(0, 0, 0.466197193, 0)
  433. Open.Size = UDim2.new(0, 108, 0, 58)
  434. Open.Visible = false
  435. Open.Font = Enum.Font.SourceSansBold
  436. Open.Text = "Open"
  437. Open.TextColor3 = Color3.new(1, 1, 1)
  438. Open.TextSize = 20
  439.  
  440. Blur.Name = "Sharked Blur Animation"
  441. Blur.Size = 0
  442.  
  443. --//--ANIMATION/FUNCTIONS\\--
  444.  
  445. Animation:TweenPosition(UDim2.new(0.375, 0,0.417, 0), 'In', 'Quad', 2)
  446. repeat
  447. Blur.Size = Blur.Size + 1
  448. wait(.1)
  449. until Blur.Size == 30
  450. Animation:TweenPosition(UDim2.new(0.375, 0,1, 0), 'Out', 'Quad', 2)
  451. repeat
  452. Blur.Size = Blur.Size - 1
  453. wait(.1)
  454. until Blur.Size == 0
  455. wait(.50)
  456. Animation:Destroy()
  457. Blur:Destroy()
  458. if Anchor == nil then
  459. Main.Visible = true
  460. elseif Anchor ~= nil then
  461. Main.Visible = true
  462. end
  463. Main:TweenPosition(UDim2.new(0.385, 0, 0.385, 0), 'In', 'Quart', 1)
  464.  
  465. --//--REAL SCRIPTING--\\--
  466.  
  467. Nuke.MouseButton1Down:connect(function()
  468. for i,Player in pairs(game.Players:GetPlayers()) do
  469. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  470. if v:FindFirstChild("RemoteEvents") ~= nil then
  471. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  472. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  473. end
  474. end
  475. end
  476. for i,v in pairs(Player.Character:GetChildren()) do
  477. if v:FindFirstChild("RemoteEvents") ~= nil then
  478. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  479. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  480. end
  481. end
  482. end
  483. end
  484. for i,v in pairs(game.Workspace:GetChildren()) do
  485. AnchorRem:FireServer(v,false)
  486. end
  487. end)
  488.  
  489. Btools.MouseButton1Click:connect(function()
  490. local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  491. local Equipped = false
  492. local AnchorRem = nil
  493. for i,Player in pairs(game.Players:GetPlayers()) do
  494. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  495. if v:FindFirstChild("RemoteEvents") ~= nil then
  496. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  497. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  498. end
  499. end
  500. end
  501. for i,v in pairs(Player.Character:GetChildren()) do
  502. if v:FindFirstChild("RemoteEvents") ~= nil then
  503. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  504. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  505. end
  506. end
  507. end
  508. end
  509. if AnchorRem == nil then
  510. Tool:Destroy()
  511. game.StarterGui:SetCore("SendNotification",{Title="Error"; Text="Error! The vulnerability has not been found!"})
  512. else
  513. game.StarterGui:SetCore("SendNotification",{Title="Success"; Text="Btools successfully loaded."})
  514. end
  515. Tool.RequiresHandle = false
  516. Tool.Name = "Btools"
  517. local Field = Instance.new("SelectionBox",game.Workspace)
  518. local Mouse = game.Players.LocalPlayer:GetMouse()
  519. Field.LineThickness = 0.1
  520. Tool.Equipped:connect(function()
  521. Equipped = true
  522. while Equipped == true do
  523. if Mouse.Target ~= nil then
  524. Field.Adornee = Mouse.Target
  525. if Mouse.Target.Anchored == true then
  526. Field.Color3 = Color3.fromRGB(0,255,0)
  527. else
  528. Field.Color3 = Color3.fromRGB(255,0,0)
  529. end
  530. else
  531. Field.Adornee = nil
  532. end
  533. wait()
  534. end
  535. end)
  536. Tool.Unequipped:connect(function()
  537. Equipped = false
  538. Field.Adornee = nil
  539. end)
  540. Tool.Activated:connect(function()
  541. if Mouse.Target ~= nil then
  542. if Mouse.Target.Anchored == false then
  543. AnchorRem:FireServer(Mouse.Target,true)
  544. else
  545. AnchorRem:FireServer(Mouse.Target,false)
  546. end
  547. end
  548. end)
  549. end)
  550.  
  551. Sink.MouseButton1Down:connect(function()
  552. if Username.Text == "all"
  553. then
  554.  
  555.  
  556. for i,Player in pairs(game.Players:GetPlayers()) do
  557.  
  558.  
  559. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  560. if v:FindFirstChild("RemoteEvents") ~= nil then
  561. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  562. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  563. end
  564. end
  565. end
  566.  
  567.  
  568. for i,v in pairs(Player.Character:GetChildren()) do
  569. if v:FindFirstChild("RemoteEvents") ~= nil then
  570. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  571. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  572. end
  573. end
  574. end
  575.  
  576.  
  577.  
  578. end
  579.  
  580. for i,v in pairs(game.Players:GetChildren()) do
  581. AnchorRem:FireServer(v.Character.Humanoid,true,true,true)
  582. end
  583.  
  584.  
  585. else
  586. for i,Player in pairs(game.Players:GetPlayers()) do
  587.  
  588.  
  589. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  590. if v:FindFirstChild("RemoteEvents") ~= nil then
  591. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  592. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  593. end
  594. end
  595. end
  596.  
  597.  
  598. for i,v in pairs(Player.Character:GetChildren()) do
  599. if v:FindFirstChild("RemoteEvents") ~= nil then
  600. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  601. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  602. end
  603. end
  604. end
  605.  
  606.  
  607.  
  608. end
  609. local Name = Username.Text
  610.  
  611. AnchorRem:FireServer(game.Players[Name].Character.Humanoid,true,true,true)
  612.  
  613.  
  614. end
  615. end)
  616.  
  617. Jump.MouseButton1Down:connect(function()
  618. if Username.Text == "all"
  619. then
  620.  
  621.  
  622. for i,Player in pairs(game.Players:GetPlayers()) do
  623.  
  624.  
  625. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  626. if v:FindFirstChild("RemoteEvents") ~= nil then
  627. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  628. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  629. end
  630. end
  631. end
  632.  
  633.  
  634. for i,v in pairs(Player.Character:GetChildren()) do
  635. if v:FindFirstChild("RemoteEvents") ~= nil then
  636. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  637. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  638. end
  639. end
  640. end
  641.  
  642.  
  643.  
  644. end
  645.  
  646. for i,v in pairs(game.Players:GetChildren()) do
  647. AnchorRem:FireServer(v.Character.Humanoid,false,true,true)
  648. end
  649.  
  650.  
  651. else
  652. for i,Player in pairs(game.Players:GetPlayers()) do
  653.  
  654.  
  655. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  656. if v:FindFirstChild("RemoteEvents") ~= nil then
  657. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  658. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  659. end
  660. end
  661. end
  662.  
  663.  
  664. for i,v in pairs(Player.Character:GetChildren()) do
  665. if v:FindFirstChild("RemoteEvents") ~= nil then
  666. if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
  667. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
  668. end
  669. end
  670. end
  671.  
  672.  
  673.  
  674. end
  675. local Name = Username.Text
  676.  
  677. AnchorRem:FireServer(game.Players[Name].Character.Humanoid,false,true,true)
  678.  
  679.  
  680. end
  681.  
  682. end)
  683.  
  684. Thaw.MouseButton1Down:connect(function()
  685. if Username.Text == "all"
  686. then
  687.  
  688.  
  689. for i,Player in pairs(game.Players:GetPlayers()) do
  690.  
  691.  
  692. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  693. if v:FindFirstChild("RemoteEvents") ~= nil then
  694. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  695. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  696. end
  697. end
  698. end
  699.  
  700.  
  701. for i,v in pairs(Player.Character:GetChildren()) do
  702. if v:FindFirstChild("RemoteEvents") ~= nil then
  703. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  704. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  705. end
  706. end
  707. end
  708.  
  709.  
  710.  
  711. end
  712.  
  713. for i,v in pairs(game.Players:GetChildren()) do
  714.  
  715. AnchorRem:FireServer(v.Character.Torso,false)
  716. end
  717.  
  718.  
  719. else
  720. for i,Player in pairs(game.Players:GetPlayers()) do
  721.  
  722.  
  723. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  724. if v:FindFirstChild("RemoteEvents") ~= nil then
  725. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  726. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  727. end
  728. end
  729. end
  730.  
  731.  
  732. for i,v in pairs(Player.Character:GetChildren()) do
  733. if v:FindFirstChild("RemoteEvents") ~= nil then
  734. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  735. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  736. end
  737. end
  738. end
  739.  
  740.  
  741.  
  742. end
  743. local Name = Username.Text
  744.  
  745. AnchorRem:FireServer(game.Players[Name].Character.Torso,false)
  746.  
  747.  
  748. end
  749.  
  750.  
  751. end)
  752.  
  753.  
  754. Freeze.MouseButton1Down:connect(function()
  755. if Username.Text == "all"
  756. then
  757.  
  758.  
  759. for i,Player in pairs(game.Players:GetPlayers()) do
  760.  
  761.  
  762. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  763. if v:FindFirstChild("RemoteEvents") ~= nil then
  764. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  765. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  766. end
  767. end
  768. end
  769.  
  770.  
  771. for i,v in pairs(Player.Character:GetChildren()) do
  772. if v:FindFirstChild("RemoteEvents") ~= nil then
  773. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  774. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  775. end
  776. end
  777. end
  778.  
  779.  
  780.  
  781. end
  782.  
  783. for i,v in pairs(game.Players:GetChildren()) do
  784.  
  785. AnchorRem:FireServer(v.Character.Torso,true)
  786. end
  787.  
  788.  
  789. else
  790. for i,Player in pairs(game.Players:GetPlayers()) do
  791.  
  792.  
  793. for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
  794. if v:FindFirstChild("RemoteEvents") ~= nil then
  795. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  796. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  797. end
  798. end
  799. end
  800.  
  801.  
  802. for i,v in pairs(Player.Character:GetChildren()) do
  803. if v:FindFirstChild("RemoteEvents") ~= nil then
  804. if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
  805. AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
  806. end
  807. end
  808. end
  809.  
  810.  
  811.  
  812. end
  813. local Name = Username.Text
  814.  
  815. AnchorRem:FireServer(game.Players[Name].Character.Torso,true)
  816.  
  817.  
  818. end
  819.  
  820.  
  821. end)
  822. end)
  823. Fly.MouseButton1Down:connect(function()
  824. repeat wait()
  825. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  826. local mouse = game.Players.LocalPlayer:GetMouse()
  827. repeat wait() until mouse
  828. local plr = game.Players.LocalPlayer
  829. local torso = plr.Character.Torso
  830. local flying = true
  831. local deb = true
  832. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  833. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  834. local maxspeed = 50
  835. local speed = 0
  836.  
  837. function Fly()
  838. local bg = Instance.new("BodyGyro", torso)
  839. bg.P = 9e4
  840. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  841. bg.cframe = torso.CFrame
  842. local bv = Instance.new("BodyVelocity", torso)
  843. bv.velocity = Vector3.new(0,0.1,0)
  844. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  845. repeat wait()
  846. plr.Character.Humanoid.PlatformStand = true
  847. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  848. speed = speed+.5+(speed/maxspeed)
  849. if speed > maxspeed then
  850. speed = maxspeed
  851. end
  852. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  853. speed = speed-1
  854. if speed < 0 then
  855. speed = 0
  856. end
  857. end
  858. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  859. 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
  860. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  861. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  862. 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
  863. else
  864. bv.velocity = Vector3.new(0,0.1,0)
  865. end
  866. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  867. until not flying
  868. ctrl = {f = 0, b = 0, l = 0, r = 0}
  869. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  870. speed = 0
  871. bg:Destroy()
  872. bv:Destroy()
  873. plr.Character.Humanoid.PlatformStand = false
  874. end
  875. mouse.KeyDown:connect(function(key)
  876. if key:lower() == "e" then
  877. if flying then flying = false
  878. else
  879. flying = true
  880. Fly()
  881. end
  882. elseif key:lower() == "w" then
  883. ctrl.f = 1
  884. elseif key:lower() == "s" then
  885. ctrl.b = -1
  886. elseif key:lower() == "a" then
  887. ctrl.l = -1
  888. elseif key:lower() == "d" then
  889. ctrl.r = 1
  890. end
  891. end)
  892. mouse.KeyUp:connect(function(key)
  893. if key:lower() == "w" then
  894. ctrl.f = 0
  895. elseif key:lower() == "s" then
  896. ctrl.b = 0
  897. elseif key:lower() == "a" then
  898. ctrl.l = 0
  899. elseif key:lower() == "d" then
  900. ctrl.r = 0
  901. end
  902. end)
  903. Fly()
  904. end)
  905.  
  906. Walkspeed.MouseButton1Down:connect(function()
  907. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Variable.Text
  908. game.StarterGui:SetCore("SendNotification", {
  909. Title = "WalkSpeed Changed";
  910. Text = "Walk Faster!";
  911. })
  912. end)
  913.  
  914. JumpPower.MouseButton1Down:connect(function()
  915. game.StarterGui:SetCore("SendNotification", {
  916. Title = "JumpPower Changed";
  917. Text = "Jump Higher!";
  918. })
  919. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Variable.Text
  920. end)
  921.  
  922. AnimationButton.MouseButton1Down:connect(function()
  923. game.StarterGui:SetCore("SendNotification", {
  924. Title = "Ran FE Animations!";
  925. Text = "Animations loaded.";
  926. })
  927. local Gui = Instance.new("ScreenGui", game.CoreGui)
  928. Gui.Name = "FE Animations"
  929. local Background = Instance.new("Frame",Gui)
  930. Background.Name = "Background"
  931. Background.Active = true
  932. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  933. Background.Transparency = 0.3
  934. Background.BorderSizePixel = 5
  935. Background.Draggable = true
  936. Background.Position = UDim2.new(0,300,0,300)
  937. Background.Size = UDim2.new(0,345,0,190)
  938. local Title = Instance.new("TextLabel",Background)
  939. Title.BackgroundTransparency = 1
  940. Title.Position = UDim2.new(0,0,0,-80)
  941. Title.Size = UDim2.new(0,290,1,0)
  942. Title.Font = "SourceSansLight"
  943. Title.FontSize = "Size18"
  944. Title.Text = "FE Animations [by illremember] IMPROVED"
  945. Title.TextColor3 = Color3.fromRGB(20,20,25)
  946.  
  947. local BarrelRoll = Instance.new("TextButton", Background)
  948. BarrelRoll.Name = "BarrelRoll"
  949. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  950. BarrelRoll.BackgroundTransparency = 0.1
  951. BarrelRoll.BorderSizePixel = 0
  952. BarrelRoll.Position = UDim2.new(0,120,0,30)
  953. BarrelRoll.Size = UDim2.new(0,100,0,30)
  954. BarrelRoll.Font = "SourceSansItalic"
  955. BarrelRoll.FontSize = "Size18"
  956. BarrelRoll.Text = "BarrelRoll"
  957. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  958. BarrelRoll.TextWrapped = true
  959.  
  960. local Dab = BarrelRoll:Clone()
  961. Dab.Name = "Dab"
  962. Dab.Parent = Background
  963. Dab.Position = UDim2.new(0,120,0,70)
  964. Dab.Text = "Dab"
  965.  
  966. local Crouch = BarrelRoll:Clone()
  967. Crouch.Name = "Crouch"
  968. Crouch.Parent = Background
  969. Crouch.Position = UDim2.new(0,10,0,110)
  970. Crouch.Text = "Crouch"
  971.  
  972. local Scream = BarrelRoll:Clone()
  973. Scream.Name = "Scream"
  974. Scream.Parent = Background
  975. Scream.Position = UDim2.new(0,10,0,30)
  976. Scream.Text = "Scream"
  977.  
  978. local HeadOff = BarrelRoll:Clone()
  979. HeadOff.Name = "HeadOff"
  980. HeadOff.Parent = Background
  981. HeadOff.Position = UDim2.new(0,10,0,70)
  982. HeadOff.Text = "HeadOff"
  983.  
  984. local LayDown = BarrelRoll:Clone()
  985. LayDown.Name = "LayDown"
  986. LayDown.Parent = Background
  987. LayDown.Position = UDim2.new(0,120,0,110)
  988. LayDown.Text = "LayDown"
  989.  
  990. local hmm2 = BarrelRoll:Clone()
  991. hmm2.Name = "hmm2"
  992. hmm2.Parent = Background
  993. hmm2.Position = UDim2.new(0,120,0,150)
  994. hmm2.Text = "hmm2"
  995.  
  996. local HeadTHROW = BarrelRoll:Clone()
  997. HeadTHROW.Name = "HeadTHROW"
  998. HeadTHROW.Parent = Background
  999. HeadTHROW.Position = UDim2.new(0,10,0,150)
  1000. HeadTHROW.Size = UDim2.new(0,100,0,30)
  1001. HeadTHROW.Text = "HeadTHROW"
  1002.  
  1003. local Scared = BarrelRoll:Clone()
  1004. Scared.Name = "Scared"
  1005. Scared.Parent = Background
  1006. Scared.Position = UDim2.new(0,230,0,30)
  1007. Scared.Size = UDim2.new(0,100,0,30)
  1008. Scared.Text = "HEIL"
  1009.  
  1010. local WARNING = BarrelRoll:Clone()
  1011. WARNING.Name = "WARNING"
  1012. WARNING.Parent = Background
  1013. WARNING.Position = UDim2.new(0,230,0,70)
  1014. WARNING.Size = UDim2.new(0,100,0,30)
  1015. WARNING.Text = "WARNING"
  1016.  
  1017. local LoopHead = BarrelRoll:Clone()
  1018. LoopHead.Name = "LoopHead"
  1019. LoopHead.Parent = Background
  1020. LoopHead.Position = UDim2.new(0,230,0,110)
  1021. LoopHead.Size = UDim2.new(0,100,0,30)
  1022. LoopHead.Text = "LoopHead"
  1023.  
  1024. local armturbine = BarrelRoll:Clone()
  1025. armturbine.Name = "armturbine"
  1026. armturbine.Parent = Background
  1027. armturbine.Position = UDim2.new(0,230,0,150)
  1028. armturbine.Size = UDim2.new(0,100,0,30)
  1029. armturbine.Text = "armturbine"
  1030.  
  1031. --
  1032. local plr = game.Players.LocalPlayer
  1033.  
  1034. local mouse = plr:GetMouse()
  1035.  
  1036. lpc = game.Players.LocalPlayer.Character
  1037.  
  1038. weld1 = Instance.new("Weld")
  1039.  
  1040. BarrelRoll.MouseButton1Down:connect(function()
  1041. local gg = mouse.Target
  1042. if gg ~= nil then
  1043. for i,v in pairs(game.Players:GetPlayers()) do
  1044. AnimationId = "136801964"
  1045. local Anim = Instance.new("Animation")
  1046. Anim.AnimationId = "rbxassetid://"..AnimationId
  1047. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1048. k:Play()
  1049. k:AdjustSpeed(1)
  1050. end
  1051. end
  1052. end)
  1053.  
  1054. armturbine.MouseButton1Down:connect(function()
  1055. local gg = mouse.Target
  1056. if gg ~= nil then
  1057. for i,v in pairs(game.Players:GetPlayers()) do
  1058. AnimationId = "259438880"
  1059. local Anim = Instance.new("Animation")
  1060. Anim.AnimationId = "rbxassetid://"..AnimationId
  1061. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1062. k:Play()
  1063. k:AdjustSpeed(100)
  1064. end
  1065. end
  1066. end)
  1067.  
  1068.  
  1069. LoopHead.MouseButton1Click:connect(function()
  1070. local gg = mouse.Target
  1071. if gg ~= nil then
  1072. for i,v in pairs(game.Players:GetPlayers()) do
  1073. AnimationId = "35154961"
  1074. local Anim = Instance.new("Animation")
  1075. Anim.AnimationId = "rbxassetid://"..AnimationId
  1076. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1077. while wait(0.00703125) do
  1078. k:Play()
  1079. k:AdjustSpeed(640)
  1080. end
  1081. end
  1082. end
  1083. end)
  1084.  
  1085. hmm2.MouseButton1Down:connect(function()
  1086. local gg = mouse.Target
  1087. if gg ~= nil then
  1088. for i,v in pairs(game.Players:GetPlayers()) do
  1089. AnimationId = "148840371"
  1090. local Anim = Instance.new("Animation")
  1091. Anim.AnimationId = "rbxassetid://"..AnimationId
  1092. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1093. k:Play()
  1094. k:AdjustSpeed(1)
  1095. end
  1096. end
  1097. end)
  1098.  
  1099. LayDown.MouseButton1Down:connect(function()
  1100. local gg = mouse.Target
  1101. if gg ~= nil then
  1102. for i,v in pairs(game.Players:GetPlayers()) do
  1103. AnimationId = "282574440"
  1104. local Anim = Instance.new("Animation")
  1105. Anim.AnimationId = "rbxassetid://"..AnimationId
  1106. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1107. k:Play()
  1108. k:AdjustSpeed(1)
  1109. end
  1110. end
  1111. end)
  1112.  
  1113. Dab.MouseButton1Down:connect(function()
  1114. local gg = mouse.Target
  1115. if gg ~= nil then
  1116. for i,v in pairs(game.Players:GetPlayers()) do
  1117. AnimationId = "248263260"
  1118. local Anim = Instance.new("Animation")
  1119. Anim.AnimationId = "rbxassetid://"..AnimationId
  1120. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1121. k:Play()
  1122. k:AdjustSpeed(1)
  1123. end
  1124. end
  1125. end)
  1126.  
  1127. Scream.MouseButton1Down:connect(function()
  1128. local gg = mouse.Target
  1129. if gg ~= nil then
  1130. for i,v in pairs(game.Players:GetPlayers()) do
  1131. AnimationId = "180611870"
  1132. local Anim = Instance.new("Animation")
  1133. Anim.AnimationId = "rbxassetid://"..AnimationId
  1134. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1135. k:Play()
  1136. k:AdjustSpeed(1)
  1137. end
  1138. end
  1139. end)
  1140.  
  1141. HeadTHROW.MouseButton1Down:connect(function()
  1142. local gg = mouse.Target
  1143. if gg ~= nil then
  1144. for i,v in pairs(game.Players:GetPlayers()) do
  1145. AnimationId = "35154961"
  1146. local Anim = Instance.new("Animation")
  1147. Anim.AnimationId = "rbxassetid://"..AnimationId
  1148. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1149. k:Play()
  1150. k:AdjustSpeed(1)
  1151. end
  1152. end
  1153. end)
  1154.  
  1155. Scared.MouseButton1Down:connect(function()
  1156. local gg = mouse.Target
  1157. if gg ~= nil then
  1158. for i,v in pairs(game.Players:GetPlayers()) do
  1159. AnimationId = "31617132"
  1160. local Anim = Instance.new("Animation")
  1161. Anim.AnimationId = "rbxassetid://"..AnimationId
  1162. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1163. k:Play()
  1164. k:AdjustSpeed(2)
  1165. end
  1166. end
  1167. end)
  1168.  
  1169. HeadOff.MouseButton1Down:connect(function()
  1170. local gg = mouse.Target
  1171. if gg ~= nil then
  1172. for i,v in pairs(game.Players:GetPlayers()) do
  1173. AnimationId = "121572214"
  1174. local Anim = Instance.new("Animation")
  1175. Anim.AnimationId = "rbxassetid://"..AnimationId
  1176. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1177. k:Play()
  1178. k:AdjustSpeed(1)
  1179. end
  1180. end
  1181. end)
  1182.  
  1183. Crouch.MouseButton1Down:connect(function()
  1184. local gg = mouse.Target
  1185. if gg ~= nil then
  1186. for i,v in pairs(game.Players:GetPlayers()) do
  1187. AnimationId = "182724289"
  1188. local Anim = Instance.new("Animation")
  1189. Anim.AnimationId = "rbxassetid://"..AnimationId
  1190. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1191. k:Play()
  1192. k:AdjustSpeed(1)
  1193. end
  1194. end
  1195. end)
  1196. end)
  1197. TextButton.MouseButton1Down:connect(function()
  1198. game.StarterGui:SetCore("SendNotification", {
  1199. Title = "Goodbye ;(";
  1200. Text = "By BFN#1711";
  1201. })
  1202. {0.615, 0},{0.249, 0}
  1203. EclipsePicture:TweenPosition(UDim2.new(0.628, 0,2, 0), "Out", "Bounce", 3)
  1204. EclipseHolder:Destroy()
  1205. end)
  1206.  
  1207. NoClip.MouseButton1Down:connect(function()
  1208. local noclip = true
  1209. game.StarterGui:SetCore("SendNotification", {
  1210. Title = "Ran Noclip!";
  1211. Text = "Noclip running.";
  1212. })
  1213. game:GetService('RunService').Stepped:connect(function()
  1214. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1215. NoClip.Text == "Disable Noclipping"
  1216. if noclip == true and NoClip.MouseButton1Down:connect(function() then
  1217. game.Players.LocalPlayer.Character.Humanoid:ChangeState(18)
  1218. game.StarterGui:SetCore("SendNotification", {
  1219. Title = "Disabled Noclip!";
  1220. Text = "No Noclipping!";
  1221. })
  1222. end
  1223. end)
  1224. -- // End \\ --
Add Comment
Please, Sign In to add comment