Advertisement
forgetfuldingo

Troll

Aug 13th, 2020 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. -- Below is the Troll script
  2.  
  3. --Developed by forgetfuldingo and Sweaty Chungus
  4.  
  5. -- Instances:
  6.  
  7.  
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10.  
  11. local GUIBody = Instance.new("Frame")
  12.  
  13. local ImageLabel = Instance.new("ImageLabel")
  14.  
  15. local JailShitter = Instance.new("TextButton")
  16.  
  17. local AutoRob = Instance.new("TextButton")
  18. local ESP = Instance.new("TextButton")
  19.  
  20. local Close = Instance.new("TextButton")
  21.  
  22. local OpenMain = Instance.new("Frame")
  23.  
  24. local OpenButton = Instance.new("TextButton")
  25.  
  26.  
  27. -- Energize by illremember, fe animations
  28. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  29. -- Thank you, and enjoy.
  30.  
  31. -- Objects
  32.  
  33. local Energize = Instance.new("ScreenGui") -- The actual GUI
  34. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  35. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  36. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  37. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  38. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  39. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  40. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  41. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  42. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  43.  
  44. local CrazySlash = Instance.new("TextButton")--COMPLETE
  45. local Open = Instance.new("TextButton")--COMPLETE
  46. local R15Spinner = Instance.new("TextButton")--COMPLETE
  47. local ArmsOut = Instance.new("TextButton")--COMPLETE
  48. local FloatSlash = Instance.new("TextButton")--COMPLETE
  49. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  50. local DownSlash = Instance.new("TextButton")--COMPLETE
  51. local Pull = Instance.new("TextButton")--COMPLETE
  52. local CircleArm = Instance.new("TextButton")--COMPLETE
  53. local Bend = Instance.new("TextButton")--COMPLETE
  54. local RotateSlash = Instance.new("TextButton")--COMPLETE
  55. local FlingArms = Instance.new("TextButton")--COMPLETE
  56.  
  57. local FullSwing = Instance.new("TextButton")--COMPLETE
  58. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  59. local MoonDance = Instance.new("TextButton")--COMPLETE
  60. local FullPunch = Instance.new("TextButton")--COMPLETE
  61. local Crouch = Instance.new("TextButton")--COMPLETE
  62. local SpinDance = Instance.new("TextButton")--COMPLETE
  63. local FloorFaint = Instance.new("TextButton")--COMPLETE
  64. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  65. local Spinner = Instance.new("TextButton")--COMPLETE
  66. local MegaInsane = Instance.new("TextButton")--COMPLETE
  67. local ArmDetach = Instance.new("TextButton")--COMPLETE
  68. local WeirdMove = Instance.new("TextButton")--COMPLETE
  69. local Faint = Instance.new("TextButton")--COMPLETE
  70. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  71. local Levitate = Instance.new("TextButton")--COMPLETE
  72. local DinoWalk = Instance.new("TextButton")--COMPLETE
  73. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  74. local SwordSlam = Instance.new("TextButton")--COMPLETE
  75. local LoopHead = Instance.new("TextButton")--COMPLETE
  76. local HeroJump = Instance.new("TextButton")--COMPLETE
  77. local Insane = Instance.new("TextButton")--COMPLETE
  78. local FloatingHead = Instance.new("TextButton")--COMPLETE
  79. local HeadThrow = Instance.new("TextButton")--COMPLETE
  80. local MovingDance = Instance.new("TextButton")--COMPLETE
  81. local SuperPunch = Instance.new("TextButton")--COMPLETE
  82. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  83. local Dab = Instance.new("TextButton")--COMPLETE
  84. local FloatSit = Instance.new("TextButton")--COMPLETE
  85. local SuperFaint = Instance.new("TextButton")--COMPLETE
  86. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  87. local Scared = Instance.new("TextButton")--COMPLETE
  88. local InsaneArms = Instance.new("TextButton")--COMPLETE
  89. local SwordSlice = Instance.new("TextButton")--COMPLETE
  90. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  91. local BowDown = Instance.new("TextButton")--COMPLETE
  92. local LoopSlam = Instance.new("TextButton")--COMPLETE
  93.  
  94. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  95. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  96. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  97.  
  98.  
  99.  
  100. --Properties:
  101.  
  102.  
  103.  
  104. ScreenGui.Parent = game.CoreGui
  105.  
  106.  
  107.  
  108. GUIBody.Name = "GUIBody"
  109.  
  110. GUIBody.Parent = ScreenGui
  111.  
  112. GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113.  
  114. GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
  115.  
  116. GUIBody.Size = UDim2.new(0, 640, 0, 480)
  117.  
  118. GUIBody.Active = true
  119.  
  120. GUIBody.Draggable = true
  121.  
  122. GUIBody.BackgroundTransparency = 0.100
  123.  
  124.  
  125.  
  126. ImageLabel.Parent = GUIBody
  127.  
  128. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129.  
  130. ImageLabel.Size = UDim2.new(0, 640, 0, 480)
  131.  
  132. ImageLabel.Image = "rbxassetid://5515979704"
  133.  
  134.  
  135.  
  136.  
  137. CrazySlash.Name = "CrazySlash"
  138. CrazySlash.Parent = GUIBody
  139. CrazySlash.BackgroundColor3 = Color3.new(255, 255, 255)
  140. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  141. CrazySlash.Position = UDim2.new(0, 470, 0, 104)
  142. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  143. CrazySlash.Font = Enum.Font.Highway
  144. CrazySlash.FontSize = Enum.FontSize.Size24
  145. CrazySlash.Text = "CrazySlash"
  146. CrazySlash.TextSize = 20
  147. CrazySlash.TextWrapped = true
  148.  
  149. Open.Name = "Open"
  150. Open.Parent = GUIBody
  151. Open.BackgroundColor3 = Color3.new(255, 255, 255)
  152. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  153. Open.Position = UDim2.new(0, 470, 0, 148)
  154. Open.Size = UDim2.new(0, 119, 0, 34)
  155. Open.Font = Enum.Font.Highway
  156. Open.FontSize = Enum.FontSize.Size24
  157. Open.Text = "Open"
  158. Open.TextSize = 20
  159. Open.TextWrapped = true
  160.  
  161. R15Spinner.Name = "R15Spinner"
  162. R15Spinner.Parent = GUIBody
  163. R15Spinner.BackgroundColor3 = Color3.new(255, 255, 255)
  164. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  165. R15Spinner.Position = UDim2.new(0, 470, 0, 192)
  166. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  167. R15Spinner.Font = Enum.Font.Highway
  168. R15Spinner.FontSize = Enum.FontSize.Size24
  169. R15Spinner.Text = "Spinner"
  170. R15Spinner.TextSize = 20
  171. R15Spinner.TextWrapped = true
  172.  
  173. ArmsOut.Name = "ArmsOut"
  174. ArmsOut.Parent = GUIBody
  175. ArmsOut.BackgroundColor3 = Color3.new(255, 255, 255)
  176. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  177. ArmsOut.Position = UDim2.new(0, 320, 0, 192)
  178. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  179. ArmsOut.Font = Enum.Font.Highway
  180. ArmsOut.FontSize = Enum.FontSize.Size24
  181. ArmsOut.Text = "ArmsOut"
  182. ArmsOut.TextSize = 20
  183. ArmsOut.TextWrapped = true
  184.  
  185. FloatSlash.Name = "FloatSlash"
  186. FloatSlash.Parent = GUIBody
  187. FloatSlash.BackgroundColor3 = Color3.new(255, 255, 255)
  188. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  189. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  190. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  191. FloatSlash.Font = Enum.Font.Highway
  192. FloatSlash.FontSize = Enum.FontSize.Size24
  193. FloatSlash.Text = "FloatSlash"
  194. FloatSlash.TextSize = 20
  195. FloatSlash.TextWrapped = true
  196.  
  197. WeirdZombie.Name = "WeirdZombie"
  198. WeirdZombie.Parent = GUIBody
  199. WeirdZombie.BackgroundColor3 = Color3.new(255, 255, 255)
  200. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  201. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  202. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  203. WeirdZombie.Font = Enum.Font.Highway
  204. WeirdZombie.FontSize = Enum.FontSize.Size24
  205. WeirdZombie.Text = "WeirdZombie"
  206. WeirdZombie.TextSize = 20
  207. WeirdZombie.TextWrapped = true
  208.  
  209. DownSlash.Name = "DownSlash"
  210. DownSlash.Parent = GUIBody
  211. DownSlash.BackgroundColor3 = Color3.new(255, 255, 255)
  212. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  213. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  214. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  215. DownSlash.Font = Enum.Font.Highway
  216. DownSlash.FontSize = Enum.FontSize.Size24
  217. DownSlash.Text = "DownSlash"
  218. DownSlash.TextSize = 20
  219. DownSlash.TextWrapped = true
  220.  
  221. Pull.Name = "Pull"
  222. Pull.Parent = GUIBody
  223. Pull.BackgroundColor3 = Color3.new(255, 255, 255)
  224. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  225. Pull.Position = UDim2.new(0, 17, 0, 104)
  226. Pull.Size = UDim2.new(0, 119, 0, 34)
  227. Pull.Font = Enum.Font.Highway
  228. Pull.FontSize = Enum.FontSize.Size24
  229. Pull.Text = "Pull"
  230. Pull.TextSize = 20
  231. Pull.TextWrapped = true
  232.  
  233. CircleArm.Name = "CircleArm"
  234. CircleArm.Parent = GUIBody
  235. CircleArm.BackgroundColor3 = Color3.new(255, 255, 255)
  236. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  237. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  238. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  239. CircleArm.Font = Enum.Font.Highway
  240. CircleArm.FontSize = Enum.FontSize.Size24
  241. CircleArm.Text = "CircleArm"
  242. CircleArm.TextSize = 20
  243. CircleArm.TextWrapped = true
  244.  
  245. Bend.Name = "Bend"
  246. Bend.Parent = GUIBody
  247. Bend.BackgroundColor3 = Color3.new(255, 255, 255)
  248. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  249. Bend.Position = UDim2.new(0, 319, 0, 104)
  250. Bend.Size = UDim2.new(0, 119, 0, 34)
  251. Bend.Font = Enum.Font.Highway
  252. Bend.FontSize = Enum.FontSize.Size24
  253. Bend.Text = "Bend"
  254. Bend.TextSize = 20
  255. Bend.TextWrapped = true
  256.  
  257. RotateSlash.Name = "RotateSlash"
  258. RotateSlash.Parent = GUIBody
  259. RotateSlash.BackgroundColor3 = Color3.new(255, 255, 255)
  260. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  261. RotateSlash.Position = UDim2.new(0, 168, 0, 192)
  262. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  263. RotateSlash.Font = Enum.Font.Highway
  264. RotateSlash.FontSize = Enum.FontSize.Size24
  265. RotateSlash.Text = "RotateSlash"
  266. RotateSlash.TextSize = 20
  267. RotateSlash.TextWrapped = true
  268.  
  269. FlingArms.Name = "FlingArms"
  270. FlingArms.Parent = GUIBody
  271. FlingArms.BackgroundColor3 = Color3.new(255, 255, 255)
  272. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  273. FlingArms.Position = UDim2.new(0, 17, 0, 192)
  274. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  275. FlingArms.Font = Enum.Font.Highway
  276. FlingArms.FontSize = Enum.FontSize.Size24
  277. FlingArms.Text = "FlingArms"
  278. FlingArms.TextSize = 20
  279. FlingArms.TextWrapped = true
  280.  
  281.  
  282.  
  283. Close.Name = "Close"
  284.  
  285. Close.Parent = GUIBody
  286.  
  287. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  288.  
  289. Close.Position = UDim2.new(0.953125, 0, 0, 0)
  290.  
  291. Close.Size = UDim2.new(0, 30, 0, 30)
  292.  
  293. Close.Font = Enum.Font.SourceSans
  294.  
  295. Close.Text = "X"
  296.  
  297. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  298.  
  299. Close.TextScaled = true
  300.  
  301. Close.TextSize = 14.000
  302.  
  303. Close.TextWrapped = true
  304.  
  305. Close.MouseButton1Down:connect(function()
  306.  
  307. GUIBody.Visible = false
  308.  
  309. OpenMain.Visible = true
  310.  
  311. end)
  312.  
  313.  
  314.  
  315.  
  316.  
  317. OpenMain.Name = "OpenMain"
  318.  
  319. OpenMain.Parent = ScreenGui
  320.  
  321. OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
  322.  
  323. OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
  324.  
  325. OpenMain.Size = UDim2.new(0, 80, 0, 60)
  326.  
  327. OpenMain.BackgroundTransparency = 0.100
  328.  
  329. OpenMain.Draggable = true
  330.  
  331. OpenMain.Active = true
  332.  
  333.  
  334.  
  335. OpenButton.Name = "OpenButton"
  336.  
  337. OpenButton.Parent = OpenMain
  338.  
  339. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  340.  
  341. OpenButton.Size = UDim2.new(0, 80, 0, 40)
  342.  
  343. OpenButton.Font = Enum.Font.SourceSans
  344.  
  345. OpenButton.Text = "Open"
  346.  
  347. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  348.  
  349. OpenButton.TextSize = 14.000
  350.  
  351. OpenButton.BackgroundTransparency = 0.100
  352.  
  353. OpenButton.MouseButton1Down:connect(function()
  354.  
  355. GUIBody.Visible = true
  356.  
  357. OpenMain.Visible = false
  358.  
  359. end)
  360.  
  361.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement