Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Below is the Troll script
- --Developed by forgetfuldingo and Sweaty Chungus
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local GUIBody = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local JailShitter = Instance.new("TextButton")
- local AutoRob = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local OpenMain = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- -- Energize by illremember, fe animations
- -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
- -- Thank you, and enjoy.
- -- Objects
- local Energize = Instance.new("ScreenGui") -- The actual GUI
- local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
- local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
- local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
- local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
- local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
- local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
- local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
- local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
- local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
- local CrazySlash = Instance.new("TextButton")--COMPLETE
- local Open = Instance.new("TextButton")--COMPLETE
- local R15Spinner = Instance.new("TextButton")--COMPLETE
- local ArmsOut = Instance.new("TextButton")--COMPLETE
- local FloatSlash = Instance.new("TextButton")--COMPLETE
- local WeirdZombie = Instance.new("TextButton")--COMPLETE
- local DownSlash = Instance.new("TextButton")--COMPLETE
- local Pull = Instance.new("TextButton")--COMPLETE
- local CircleArm = Instance.new("TextButton")--COMPLETE
- local Bend = Instance.new("TextButton")--COMPLETE
- local RotateSlash = Instance.new("TextButton")--COMPLETE
- local FlingArms = Instance.new("TextButton")--COMPLETE
- local FullSwing = Instance.new("TextButton")--COMPLETE
- local GlitchLevitate = Instance.new("TextButton")--COMPLETE
- local MoonDance = Instance.new("TextButton")--COMPLETE
- local FullPunch = Instance.new("TextButton")--COMPLETE
- local Crouch = Instance.new("TextButton")--COMPLETE
- local SpinDance = Instance.new("TextButton")--COMPLETE
- local FloorFaint = Instance.new("TextButton")--COMPLETE
- local JumpingJacks = Instance.new("TextButton")--COMPLETE
- local Spinner = Instance.new("TextButton")--COMPLETE
- local MegaInsane = Instance.new("TextButton")--COMPLETE
- local ArmDetach = Instance.new("TextButton")--COMPLETE
- local WeirdMove = Instance.new("TextButton")--COMPLETE
- local Faint = Instance.new("TextButton")--COMPLETE
- local CloneIllusion = Instance.new("TextButton")--COMPLETE
- local Levitate = Instance.new("TextButton")--COMPLETE
- local DinoWalk = Instance.new("TextButton")--COMPLETE
- local FloorCrawl = Instance.new("TextButton")--COMPLETE
- local SwordSlam = Instance.new("TextButton")--COMPLETE
- local LoopHead = Instance.new("TextButton")--COMPLETE
- local HeroJump = Instance.new("TextButton")--COMPLETE
- local Insane = Instance.new("TextButton")--COMPLETE
- local FloatingHead = Instance.new("TextButton")--COMPLETE
- local HeadThrow = Instance.new("TextButton")--COMPLETE
- local MovingDance = Instance.new("TextButton")--COMPLETE
- local SuperPunch = Instance.new("TextButton")--COMPLETE
- local ArmTurbine = Instance.new("TextButton")--COMPLETE
- local Dab = Instance.new("TextButton")--COMPLETE
- local FloatSit = Instance.new("TextButton")--COMPLETE
- local SuperFaint = Instance.new("TextButton")--COMPLETE
- local BarrelRoll = Instance.new("TextButton")--COMPLETE
- local Scared = Instance.new("TextButton")--COMPLETE
- local InsaneArms = Instance.new("TextButton")--COMPLETE
- local SwordSlice = Instance.new("TextButton")--COMPLETE
- local SpinDance2 = Instance.new("TextButton")--COMPLETE
- local BowDown = Instance.new("TextButton")--COMPLETE
- local LoopSlam = Instance.new("TextButton")--COMPLETE
- local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
- local CloseGUI = Instance.new("TextButton") -- To close the GUI
- local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
- --Properties:
- ScreenGui.Parent = game.CoreGui
- GUIBody.Name = "GUIBody"
- GUIBody.Parent = ScreenGui
- GUIBody.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GUIBody.Position = UDim2.new(0.247040257, 0, 0.205159709, 0)
- GUIBody.Size = UDim2.new(0, 640, 0, 480)
- GUIBody.Active = true
- GUIBody.Draggable = true
- GUIBody.BackgroundTransparency = 0.100
- ImageLabel.Parent = GUIBody
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 640, 0, 480)
- ImageLabel.Image = "rbxassetid://5515979704"
- CrazySlash.Name = "CrazySlash"
- CrazySlash.Parent = GUIBody
- CrazySlash.BackgroundColor3 = Color3.new(255, 255, 255)
- CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- CrazySlash.Position = UDim2.new(0, 470, 0, 104)
- CrazySlash.Size = UDim2.new(0, 119, 0, 34)
- CrazySlash.Font = Enum.Font.Highway
- CrazySlash.FontSize = Enum.FontSize.Size24
- CrazySlash.Text = "CrazySlash"
- CrazySlash.TextSize = 20
- CrazySlash.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = GUIBody
- Open.BackgroundColor3 = Color3.new(255, 255, 255)
- Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Open.Position = UDim2.new(0, 470, 0, 148)
- Open.Size = UDim2.new(0, 119, 0, 34)
- Open.Font = Enum.Font.Highway
- Open.FontSize = Enum.FontSize.Size24
- Open.Text = "Open"
- Open.TextSize = 20
- Open.TextWrapped = true
- R15Spinner.Name = "R15Spinner"
- R15Spinner.Parent = GUIBody
- R15Spinner.BackgroundColor3 = Color3.new(255, 255, 255)
- R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- R15Spinner.Position = UDim2.new(0, 470, 0, 192)
- R15Spinner.Size = UDim2.new(0, 119, 0, 34)
- R15Spinner.Font = Enum.Font.Highway
- R15Spinner.FontSize = Enum.FontSize.Size24
- R15Spinner.Text = "Spinner"
- R15Spinner.TextSize = 20
- R15Spinner.TextWrapped = true
- ArmsOut.Name = "ArmsOut"
- ArmsOut.Parent = GUIBody
- ArmsOut.BackgroundColor3 = Color3.new(255, 255, 255)
- ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- ArmsOut.Position = UDim2.new(0, 320, 0, 192)
- ArmsOut.Size = UDim2.new(0, 119, 0, 34)
- ArmsOut.Font = Enum.Font.Highway
- ArmsOut.FontSize = Enum.FontSize.Size24
- ArmsOut.Text = "ArmsOut"
- ArmsOut.TextSize = 20
- ArmsOut.TextWrapped = true
- FloatSlash.Name = "FloatSlash"
- FloatSlash.Parent = GUIBody
- FloatSlash.BackgroundColor3 = Color3.new(255, 255, 255)
- FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- FloatSlash.Position = UDim2.new(0, 168, 0, 148)
- FloatSlash.Size = UDim2.new(0, 119, 0, 34)
- FloatSlash.Font = Enum.Font.Highway
- FloatSlash.FontSize = Enum.FontSize.Size24
- FloatSlash.Text = "FloatSlash"
- FloatSlash.TextSize = 20
- FloatSlash.TextWrapped = true
- WeirdZombie.Name = "WeirdZombie"
- WeirdZombie.Parent = GUIBody
- WeirdZombie.BackgroundColor3 = Color3.new(255, 255, 255)
- WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
- WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
- WeirdZombie.Font = Enum.Font.Highway
- WeirdZombie.FontSize = Enum.FontSize.Size24
- WeirdZombie.Text = "WeirdZombie"
- WeirdZombie.TextSize = 20
- WeirdZombie.TextWrapped = true
- DownSlash.Name = "DownSlash"
- DownSlash.Parent = GUIBody
- DownSlash.BackgroundColor3 = Color3.new(255, 255, 255)
- DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- DownSlash.Position = UDim2.new(0, 319, 0, 148)
- DownSlash.Size = UDim2.new(0, 119, 0, 34)
- DownSlash.Font = Enum.Font.Highway
- DownSlash.FontSize = Enum.FontSize.Size24
- DownSlash.Text = "DownSlash"
- DownSlash.TextSize = 20
- DownSlash.TextWrapped = true
- Pull.Name = "Pull"
- Pull.Parent = GUIBody
- Pull.BackgroundColor3 = Color3.new(255, 255, 255)
- Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Pull.Position = UDim2.new(0, 17, 0, 104)
- Pull.Size = UDim2.new(0, 119, 0, 34)
- Pull.Font = Enum.Font.Highway
- Pull.FontSize = Enum.FontSize.Size24
- Pull.Text = "Pull"
- Pull.TextSize = 20
- Pull.TextWrapped = true
- CircleArm.Name = "CircleArm"
- CircleArm.Parent = GUIBody
- CircleArm.BackgroundColor3 = Color3.new(255, 255, 255)
- CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- CircleArm.Position = UDim2.new(0, 168, 0, 104)
- CircleArm.Size = UDim2.new(0, 119, 0, 34)
- CircleArm.Font = Enum.Font.Highway
- CircleArm.FontSize = Enum.FontSize.Size24
- CircleArm.Text = "CircleArm"
- CircleArm.TextSize = 20
- CircleArm.TextWrapped = true
- Bend.Name = "Bend"
- Bend.Parent = GUIBody
- Bend.BackgroundColor3 = Color3.new(255, 255, 255)
- Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- Bend.Position = UDim2.new(0, 319, 0, 104)
- Bend.Size = UDim2.new(0, 119, 0, 34)
- Bend.Font = Enum.Font.Highway
- Bend.FontSize = Enum.FontSize.Size24
- Bend.Text = "Bend"
- Bend.TextSize = 20
- Bend.TextWrapped = true
- RotateSlash.Name = "RotateSlash"
- RotateSlash.Parent = GUIBody
- RotateSlash.BackgroundColor3 = Color3.new(255, 255, 255)
- RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- RotateSlash.Position = UDim2.new(0, 168, 0, 192)
- RotateSlash.Size = UDim2.new(0, 119, 0, 34)
- RotateSlash.Font = Enum.Font.Highway
- RotateSlash.FontSize = Enum.FontSize.Size24
- RotateSlash.Text = "RotateSlash"
- RotateSlash.TextSize = 20
- RotateSlash.TextWrapped = true
- FlingArms.Name = "FlingArms"
- FlingArms.Parent = GUIBody
- FlingArms.BackgroundColor3 = Color3.new(255, 255, 255)
- FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
- FlingArms.Position = UDim2.new(0, 17, 0, 192)
- FlingArms.Size = UDim2.new(0, 119, 0, 34)
- FlingArms.Font = Enum.Font.Highway
- FlingArms.FontSize = Enum.FontSize.Size24
- FlingArms.Text = "FlingArms"
- FlingArms.TextSize = 20
- FlingArms.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = GUIBody
- Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- Close.Position = UDim2.new(0.953125, 0, 0, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- GUIBody.Visible = false
- OpenMain.Visible = true
- end)
- OpenMain.Name = "OpenMain"
- OpenMain.Parent = ScreenGui
- OpenMain.BackgroundColor3 = Color3.fromRGB(0, 85, 0)
- OpenMain.Position = UDim2.new(0, 0, 0.444717467, 0)
- OpenMain.Size = UDim2.new(0, 80, 0, 60)
- OpenMain.BackgroundTransparency = 0.100
- OpenMain.Draggable = true
- OpenMain.Active = true
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenMain
- OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenButton.Size = UDim2.new(0, 80, 0, 40)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenButton.TextSize = 14.000
- OpenButton.BackgroundTransparency = 0.100
- OpenButton.MouseButton1Down:connect(function()
- GUIBody.Visible = true
- OpenMain.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement