Advertisement
Guest User

Untitled

a guest
Dec 30th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. toggaF52
  6. Home
  7. Rules
  8. Member List
  9. Search
  10. Upgrade
  11. Chatbox
  12. Misc
  13. V3rmillion › Exploiting › Roblox
  14. [RELEASE] FE ANIMATION GUI
  15.  
  16.  
  17. [RELEASE] FE ANIMATION GUI
  18.  
  19.  
  20. #1
  21. 01-21-2018, 10:32 PM (This post was last modified: 01-21-2018, 10:51 PM by Lord Nermal.)
  22.  
  23. Lord Nermal
  24. ⭐️⭐️⭐️⭐️⭐️
  25.  
  26.  
  27. Posts: 48
  28. Threads: 21
  29. Joined: Oct 2017
  30. Reputation: 2
  31. Script
  32. local Gui = Instance.new("ScreenGui", game.CoreGui)
  33.  
  34. Gui.Name = "FE Animations"
  35. local Background = Instance.new("Frame",Gui)
  36. Background.Name = "Background"
  37. Background.Active = true
  38. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  39. Background.Transparency = 0.3
  40. Background.BorderSizePixel = 5
  41. Background.Draggable = true
  42. Background.Position = UDim2.new(0,300,0,300)
  43. Background.Size = UDim2.new(0,345,0,190)
  44. local Title = Instance.new("TextLabel",Background)
  45. Title.BackgroundTransparency = 1
  46. Title.Position = UDim2.new(0,0,0,-80)
  47. Title.Size = UDim2.new(0,290,1,0)
  48. Title.Font = "SourceSansLight"
  49. Title.FontSize = "Size18"
  50. Title.Text = "FE Animations [by illremember] IMPROVED"
  51. Title.TextColor3 = Color3.fromRGB(20,20,25)
  52.  
  53. local BarrelRoll = Instance.new("TextButton", Background)
  54. BarrelRoll.Name = "BarrelRoll"
  55. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  56. BarrelRoll.BackgroundTransparency = 0.1
  57. BarrelRoll.BorderSizePixel = 0
  58. BarrelRoll.Position = UDim2.new(0,120,0,30)
  59. BarrelRoll.Size = UDim2.new(0,100,0,30)
  60. BarrelRoll.Font = "SourceSansItalic"
  61. BarrelRoll.FontSize = "Size18"
  62. BarrelRoll.Text = "BarrelRoll"
  63. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  64. BarrelRoll.TextWrapped = true
  65.  
  66. local Dab = BarrelRoll:Clone()
  67. Dab.Name = "Dab"
  68. Dab.Parent = Background
  69. Dab.Position = UDim2.new(0,120,0,70)
  70. Dab.Text = "Dab"
  71.  
  72. local Crouch = BarrelRoll:Clone()
  73. Crouch.Name = "Crouch"
  74. Crouch.Parent = Background
  75. Crouch.Position = UDim2.new(0,10,0,110)
  76. Crouch.Text = "Crouch"
  77.  
  78. local Scream = BarrelRoll:Clone()
  79. Scream.Name = "Scream"
  80. Scream.Parent = Background
  81. Scream.Position = UDim2.new(0,10,0,30)
  82. Scream.Text = "Scream"
  83.  
  84. local HeadOff = BarrelRoll:Clone()
  85. HeadOff.Name = "HeadOff"
  86. HeadOff.Parent = Background
  87. HeadOff.Position = UDim2.new(0,10,0,70)
  88. HeadOff.Text = "HeadOff"
  89.  
  90. local LayDown = BarrelRoll:Clone()
  91. LayDown.Name = "LayDown"
  92. LayDown.Parent = Background
  93. LayDown.Position = UDim2.new(0,120,0,110)
  94. LayDown.Text = "LayDown"
  95.  
  96. local hmm2 = BarrelRoll:Clone()
  97. hmm2.Name = "hmm2"
  98. hmm2.Parent = Background
  99. hmm2.Position = UDim2.new(0,120,0,150)
  100. hmm2.Text = "hmm2"
  101.  
  102. local HeadTHROW = BarrelRoll:Clone()
  103. HeadTHROW.Name = "HeadTHROW"
  104. HeadTHROW.Parent = Background
  105. HeadTHROW.Position = UDim2.new(0,10,0,150)
  106. HeadTHROW.Size = UDim2.new(0,100,0,30)
  107. HeadTHROW.Text = "HeadTHROW"
  108.  
  109. local Scared = BarrelRoll:Clone()
  110. Scared.Name = "Scared"
  111. Scared.Parent = Background
  112. Scared.Position = UDim2.new(0,230,0,30)
  113. Scared.Size = UDim2.new(0,100,0,30)
  114. Scared.Text = "Scared"
  115.  
  116. local WARNING = BarrelRoll:Clone()
  117. WARNING.Name = "WARNING"
  118. WARNING.Parent = Background
  119. WARNING.Position = UDim2.new(0,230,0,70)
  120. WARNING.Size = UDim2.new(0,100,0,30)
  121. WARNING.Text = "WARNING"
  122.  
  123. local LoopHead = BarrelRoll:Clone()
  124. LoopHead.Name = "LoopHead"
  125. LoopHead.Parent = Background
  126. LoopHead.Position = UDim2.new(0,230,0,110)
  127. LoopHead.Size = UDim2.new(0,100,0,30)
  128. LoopHead.Text = "LoopHead"
  129.  
  130. local armturbine = BarrelRoll:Clone()
  131. armturbine.Name = "armturbine"
  132. armturbine.Parent = Background
  133. armturbine.Position = UDim2.new(0,230,0,150)
  134. armturbine.Size = UDim2.new(0,100,0,30)
  135. armturbine.Text = "armturbine"
  136.  
  137. --
  138. local plr = game.Players.LocalPlayer
  139.  
  140. local mouse = plr:GetMouse()
  141.  
  142. lpc = game.Players.LocalPlayer.Character
  143.  
  144. weld1 = Instance.new("Weld")
  145.  
  146. BarrelRoll.MouseButton1Down:connect(function()
  147. local gg = mouse.Target
  148. if gg ~= nil then
  149. for i,v in pairs(game.Players:GetPlayers()) do
  150. AnimationId = "136801964"
  151. local Anim = Instance.new("Animation")
  152. Anim.AnimationId = "rbxassetid://"..AnimationId
  153. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  154. k:Play()
  155. k:AdjustSpeed(1)
  156. end
  157. end
  158. end)
  159.  
  160. armturbine.MouseButton1Down:connect(function()
  161. local gg = mouse.Target
  162. if gg ~= nil then
  163. for i,v in pairs(game.Players:GetPlayers()) do
  164. AnimationId = "259438880"
  165. local Anim = Instance.new("Animation")
  166. Anim.AnimationId = "rbxassetid://"..AnimationId
  167. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  168. k:Play()
  169. k:AdjustSpeed(100)
  170. end
  171. end
  172. end)
  173.  
  174.  
  175. LoopHead.MouseButton1Click:connect(function()
  176. local gg = mouse.Target
  177. if gg ~= nil then
  178. for i,v in pairs(game.Players:GetPlayers()) do
  179. AnimationId = "35154961"
  180. local Anim = Instance.new("Animation")
  181. Anim.AnimationId = "rbxassetid://"..AnimationId
  182. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  183. while wait(0.00703125) do
  184. k:Play()
  185. k:AdjustSpeed(640)
  186. end
  187. end
  188. end
  189. end)
  190.  
  191. hmm2.MouseButton1Down:connect(function()
  192. local gg = mouse.Target
  193. if gg ~= nil then
  194. for i,v in pairs(game.Players:GetPlayers()) do
  195. AnimationId = "148840371"
  196. local Anim = Instance.new("Animation")
  197. Anim.AnimationId = "rbxassetid://"..AnimationId
  198. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  199. k:Play()
  200. k:AdjustSpeed(1)
  201. end
  202. end
  203. end)
  204.  
  205. LayDown.MouseButton1Down:connect(function()
  206. local gg = mouse.Target
  207. if gg ~= nil then
  208. for i,v in pairs(game.Players:GetPlayers()) do
  209. AnimationId = "282574440"
  210. local Anim = Instance.new("Animation")
  211. Anim.AnimationId = "rbxassetid://"..AnimationId
  212. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  213. k:Play()
  214. k:AdjustSpeed(1)
  215. end
  216. end
  217. end)
  218.  
  219. Dab.MouseButton1Down:connect(function()
  220. local gg = mouse.Target
  221. if gg ~= nil then
  222. for i,v in pairs(game.Players:GetPlayers()) do
  223. AnimationId = "248263260"
  224. local Anim = Instance.new("Animation")
  225. Anim.AnimationId = "rbxassetid://"..AnimationId
  226. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  227. k:Play()
  228. k:AdjustSpeed(1)
  229. end
  230. end
  231. end)
  232.  
  233. Scream.MouseButton1Down:connect(function()
  234. local gg = mouse.Target
  235. if gg ~= nil then
  236. for i,v in pairs(game.Players:GetPlayers()) do
  237. AnimationId = "180611870"
  238. local Anim = Instance.new("Animation")
  239. Anim.AnimationId = "rbxassetid://"..AnimationId
  240. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  241. k:Play()
  242. k:AdjustSpeed(1)
  243. end
  244. end
  245. end)
  246.  
  247. HeadTHROW.MouseButton1Down:connect(function()
  248. local gg = mouse.Target
  249. if gg ~= nil then
  250. for i,v in pairs(game.Players:GetPlayers()) do
  251. AnimationId = "35154961"
  252. local Anim = Instance.new("Animation")
  253. Anim.AnimationId = "rbxassetid://"..AnimationId
  254. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  255. k:Play()
  256. k:AdjustSpeed(1)
  257. end
  258. end
  259. end)
  260.  
  261. Scared.MouseButton1Down:connect(function()
  262. local gg = mouse.Target
  263. if gg ~= nil then
  264. for i,v in pairs(game.Players:GetPlayers()) do
  265. AnimationId = "180612465"
  266. local Anim = Instance.new("Animation")
  267. Anim.AnimationId = "rbxassetid://"..AnimationId
  268. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  269. k:Play()
  270. k:AdjustSpeed(1)
  271. end
  272. end
  273. end)
  274.  
  275. HeadOff.MouseButton1Down:connect(function()
  276. local gg = mouse.Target
  277. if gg ~= nil then
  278. for i,v in pairs(game.Players:GetPlayers()) do
  279. AnimationId = "121572214"
  280. local Anim = Instance.new("Animation")
  281. Anim.AnimationId = "rbxassetid://"..AnimationId
  282. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  283. k:Play()
  284. k:AdjustSpeed(1)
  285. end
  286. end
  287. end)
  288.  
  289. Crouch.MouseButton1Down:connect(function()
  290. local gg = mouse.Target
  291. if gg ~= nil then
  292. for i,v in pairs(game.Players:GetPlayers()) do
  293. AnimationId = "182724289"
  294. local Anim = Instance.new("Animation")
  295. Anim.AnimationId = "rbxassetid://"..AnimationId
  296. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  297. k:Play()
  298. k:AdjustSpeed(1)
  299. end
  300. end
  301. end)
  302. Lord Nermal#0001
  303.  
  304.  
  305. Email PM Find
  306. Reply Report
  307. #2
  308. 01-21-2018, 10:40 PM
  309.  
  310. Float
  311. no
  312.  
  313.  
  314. Posts: 465
  315. Threads: 84
  316. Joined: Aug 2017
  317. Reputation: -37
  318.  
  319. Vouch, been looking for this. GREAT contribution
  320. Bad scripter | Autistic Weeb | Mega Blox Haxer | No Life |
  321.  
  322. Repfucked by Mithra. WHICH WAS MY DREAM!!
  323.  
  324. Discord: LegoHacksAreTheBest#1423 is my new discord since my old one got compromised /shrug
  325.  
  326. Support for memcorrupt's servers. If you are going to rep me, give me a minus rep since there is no hope for my rep (THIS ISNT ASKING FOR REP).
  327.  
  328.  
  329. Email PM Find
  330. Reply Report
  331. #3
  332. 01-21-2018, 11:29 PM
  333.  
  334. shiloh
  335. shiloh dynasty
  336. Posts: 482
  337. Threads: 61
  338. Joined: Nov 2017
  339. Reputation: 5
  340. Voucherino Thanks!!!
  341.  
  342.  
  343. Email PM Find
  344. Reply Report
  345. #4
  346. 01-22-2018, 12:30 AM
  347.  
  348. D39
  349. Known Member
  350.  
  351. Posts: 131
  352. Threads: 27
  353. Joined: Sep 2017
  354. Reputation: -7
  355. Vouch. been looking for this.
  356. Exploit I own:
  357.  
  358. Vastha ($40)
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. Email PM Find
  366. Reply Report
  367. #5
  368. 01-22-2018, 12:57 AM
  369.  
  370. GumePlug
  371. Senior Member
  372.  
  373. Posts: 289
  374. Threads: 35
  375. Joined: Mar 2017
  376. Reputation: 1
  377. https://v3rmillion.net/showthread.php?tid=416046
  378. Been released before
  379. Exploits I own: Synapse X Comic Sans omegalul
  380. Exploits I want: I want da protosmasher.
  381.  
  382. I *kind of* code in Lua.
  383. I *not much* code in C#.
  384. I *not much* code JavaScript. (Though I am getting into it.)
  385.  
  386. Whomever#2286 | 216548509212475395
  387.  
  388.  
  389. Email PM Find
  390. Reply Report
  391. #6
  392. 01-22-2018, 03:59 PM
  393.  
  394. popvipi
  395. Senior Member
  396.  
  397. Posts: 388
  398. Threads: 48
  399. Joined: Feb 2016
  400. Reputation: 2
  401. great vouch for conturbutain I like dis and you troold allot lol lol lol
  402. Code:
  403. <a href="http://www.sherv.net/"><img alt="Brian Dancing Banana" width=64 height=81 src="http://www.sherv.net/cm/emo/funny/2/brian-dancing-banana-smiley-emoticon.gif"></a>
  404.  
  405.  
  406. Email PM Find
  407. Reply Report
  408. #7
  409. 01-22-2018, 04:06 PM (This post was last modified: 01-22-2018, 04:08 PM by coolfire4.)
  410.  
  411. coolfire4
  412. Known Member
  413.  
  414.  
  415. Posts: 122
  416. Threads: 26
  417. Joined: Sep 2017
  418. Reputation: 42
  419. Ah, that's my old animation GUI. I made a much more improved one
  420. https://v3rmillion.net/showthread.php?tid=440348
  421. so it's not really a release
  422. hi
  423.  
  424.  
  425. PM Find
  426. Reply Report
  427. #8
  428. 01-22-2018, 04:08 PM
  429.  
  430. CTahmid2
  431. Essentials is coming...
  432.  
  433.  
  434. Posts: 1,130
  435. Threads: 118
  436. Joined: Jul 2017
  437. Reputation: 15
  438. dude vouch this is like illremembers guis
  439. Discord: ctahmid#5491
  440. -------------------------------------------------------------------------------------
  441. SYNAPSE X
  442. -------------------------------------------------------------------------------------
  443. Trusted Buyer and Seller
  444. i think so
  445.  
  446.  
  447.  
  448.  
  449. PM Website Find
  450. Reply Report
  451.  
  452. « Next Oldest | Next Newest »
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. Users browsing this thread: toggaF52
  461. Navigation
  462. Request Content Removal
  463. Contact Us
  464. Legal Documents
  465. Links
  466. Privacy Policy
  467. Rules
  468. Upgrade
  469. About Us
  470. Vermillion is a Programming and Gaming community forum dedicated to the conversation of a range of topics, within and out of the programming world. Join us today! If you have any questions, feel free to make a thread in our User Support Section or contact us by email.
  471.  
  472. If any content on this site is illegal, infringes on your copyright, or contains personal information, you can request to have it removed with this form. If content is in violation of our rules, please use the report button or contact a staff member. For more information about V3rmillion, click here.
  473. V Forums © 2018
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement