Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[Created by Nij55
- This is ERIG V2
- The Original script is here: https://pastebin.com/JWXG3JdU
- ERIG V2 Script is here: https://pastebin.com/isnWJCXS
- --]]
- repeat wait(1) until game:IsLoaded()
- local plr = game.Players.LocalPlayer
- --Color variables for easy changes
- local Col1 = Color3.new(0, 0, 0)
- local Col2 = Color3.new(0.1647058823529412, 0.1647058823529412, 0.1647058823529412)
- local Col3 = Color3.new(1,1,1)
- --Surface GUI
- local main = Instance.new("ScreenGui")
- main.Parent = game.CoreGui
- main.ResetOnSpawn = false
- --Main Frame
- local F1 = Instance.new("Frame")
- F1.Parent = main
- F1.Size = UDim2.new(0.2, 0,0.6, 0)
- F1.AnchorPoint = Vector2.new(0,0)
- F1.Position = UDim2.new(-1,0,-1,0)
- main.Name = "ERIG"
- F1.Name = "TheFrame"
- F1.BackgroundColor3 = Col1
- F1.Draggable = true
- F1.Active = true
- F1.Selectable = true
- F1.BorderSizePixel = 0
- --Information Frame
- local F5 = Instance.new("Frame")
- F5.Parent = F1
- F5.Size = UDim2.new( 1, 0, 0.95, 0)
- F5.AnchorPoint = Vector2.new(0,0)
- F5.Position = UDim2.new(0,0,0.05,0)
- F5.Name = "InformationFrame"
- F5.BackgroundColor3 = Col2
- F5.BorderSizePixel = 0
- F5.BorderColor3 = Col3
- F5.ClipsDescendants = true
- F5.Active = true
- --Info Label
- local IL = Instance.new("TextLabel")
- IL.Parent = F5
- IL.Size = UDim2.new(0.8,0,0.6,0)
- IL.AnchorPoint = Vector2.new(0,0)
- IL.Position = UDim2.new(0.1,0,0.1,0)
- IL.BackgroundColor3 = Col1
- IL.BorderSizePixel = 1
- IL.TextScaled = true
- IL.Font = "GothamBold"
- IL.Text = "Erig V2 Created by Nij55. This is an all in one GUI for trolling that comes with lots of features including various Admin scripts, and game speicfic scripts."
- IL.TextColor3 = Col3
- IL.BorderColor3 = Col3
- local CL1 = Instance.new("TextButton")
- CL1.Parent = F5
- CL1.Size = UDim2.new(0.35,0,0.05,0)
- CL1.AnchorPoint = Vector2.new(0,0)
- CL1.Position = UDim2.new(0.1,0,0.75,0)
- CL1.BackgroundColor3 = Col1
- CL1.BorderSizePixel = 1
- CL1.TextScaled = true
- CL1.Name = "CL"
- CL1.Font = "GothamBold"
- CL1.Text = "Synaspe Copy Link"
- CL1.TextColor3 = Col3
- CL1.BorderColor3 = Col3
- CL1.MouseButton1Click:Connect(function()
- syn_clipboard_set("https://pastebin.com/isnWJCXS")
- CL1.Text = "Copyed!"
- wait(1)
- CL1.Text = "Synaspe Copy Link"
- end)
- local CS1 = Instance.new("TextButton")
- CS1.Parent = F5
- CS1.Size = UDim2.new(0.35,0,0.05,0)
- CS1.AnchorPoint = Vector2.new(0,0)
- CS1.Position = UDim2.new(0.55,0,0.75,0)
- CS1.BackgroundColor3 = Col1
- CS1.BorderSizePixel = 1
- CS1.TextScaled = true
- CS1.Name = "CS"
- CS1.Font = "GothamBold"
- CS1.Text = "Synaspe Copy Script"
- CS1.TextColor3 = Col3
- CS1.BorderColor3 = Col3
- CS1.MouseButton1Click:Connect(function()
- syn_clipboard_set("loadstring(game:HttpGet(('https://pastebin.com/raw/Y4sMattZ'),true))()")
- CS1.Text = "Copyed!"
- wait(1)
- CS1.Text = "Synaspe Copy Script"
- end)
- --Exit Button
- local Exit = Instance.new("TextButton")
- Exit.Parent = F1
- Exit.Name = "Exit_Button"
- Exit.Size = UDim2.new(0.05,0,0.05,0)
- Exit.AnchorPoint = Vector2.new(0,0)
- Exit.Position = UDim2.new(0, 0,0, 0)
- Exit.BackgroundTransparency = 1
- Exit.TextScaled = true
- Exit.Font = "GothamBold"
- Exit.Text = "X"
- Exit.TextColor3 = Col3
- --Exit Buttom Clicked
- Exit.MouseButton1Click:Connect(function()
- F1:TweenPosition(UDim2.new(-1,0,-1,0),'Out','Quart',3)
- wait(4)
- main:Destroy()
- script:Destroy()
- end)
- --"Others" Panel
- local F4 = Instance.new("Frame")
- F4.Parent = F1
- F4.Size = UDim2.new( 0.45, 0, 0.95, 0)
- F4.AnchorPoint = Vector2.new(0,0)
- F4.Position = UDim2.new(0.55,0,0.05,0)
- F4.Name = "SidePanel"
- F4.BackgroundColor3 = Col1
- F4.BorderSizePixel = 0
- F4.BorderColor3 = Col3
- F4.ClipsDescendants = true
- F4.Visible = false
- F4.ZIndex = 9
- local JB = Instance.new("TextButton")
- JB.Parent = F4
- JB.Size = UDim2.new(0.8,0,0.05,0)
- JB.AnchorPoint = Vector2.new(0,0)
- JB.Position = UDim2.new(0.1,0,0.025,0)
- JB.BackgroundColor3 = Col2
- JB.BorderSizePixel = 1
- JB.TextScaled = true
- JB.Name = "JAdmin"
- JB.Font = "GothamBold"
- JB.Text = "Jay Admin"
- JB.TextColor3 = Col3
- JB.BorderColor3 = Col3
- JB.ZIndex = 10
- JB.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/zPtNSmuZ'),true))()
- end)
- local SB2 = Instance.new("TextButton")
- SB2.Parent = F4
- SB2.Size = UDim2.new(0.8,0,0.05,0)
- SB2.AnchorPoint = Vector2.new(0,0)
- SB2.Position = UDim2.new(0.1,0,0.1,0)
- SB2.BackgroundColor3 = Col2
- SB2.BorderSizePixel = 1
- SB2.TextScaled = true
- SB2.Name = "ScriptButton"
- SB2.Font = "GothamBold"
- SB2.Text = "Script Page"
- SB2.TextColor3 = Col3
- SB2.BorderColor3 = Col3
- SB2.ZIndex = 10
- --"Others" Button
- local B1 = Instance.new("ImageButton")
- B1.Parent = F1
- B1.Size = UDim2.new( 0.075, 0, 0.05, 0)
- B1.AnchorPoint = Vector2.new(0,0)
- B1.Position = UDim2.new(0.925,0,0,0)
- B1.Name = "Others"
- B1.BackgroundColor3 = Col1
- B1.BorderSizePixel = 0
- B1.ClipsDescendants = true
- B1.BackgroundTransparency = 1
- B1.Image = "rbxassetid://4802062532"
- B1.ImageColor3 = Col3
- local F4V = false
- --"Others" Button Clicked
- B1.MouseButton1Click:Connect(function()
- if F4V == false then
- F4V = true
- F4.Visible = true
- F4.Active = true
- else
- F4V = false
- F4.Visible = false
- F4.Active = false
- end
- end)
- --Maximize Button
- local F3 = Instance.new("Frame")
- F3.Parent = main
- F3.Size = UDim2.new(0.125, 0,0.03, 0)
- F3.AnchorPoint = Vector2.new(0,0)
- F3.Position = UDim2.new(-1,0,-1,0)
- F3.Name = "MaxFrame"
- F3.BackgroundColor3 = Color3.new(0, 0, 0)
- F3.Draggable = true
- F3.Selectable = true
- F3.BorderSizePixel = 0
- F3.ClipsDescendants = true
- F3.Visible = false
- F3.Active = false
- F3.Position = UDim2.new(0,0,0.8,0)
- local B2 = Instance.new("TextButton")
- B2.Parent = F3
- B2.Size = UDim2.new(0.8, 0,0.8, 0)
- B2.AnchorPoint = Vector2.new(0,0)
- B2.Position = UDim2.new(0.1,0,0.1,0)
- B2.Name = "MaxButton"
- B2.BackgroundColor3 = Color3.new(0, 0, 0)
- B2.BorderSizePixel = 0
- B2.ClipsDescendants = true
- B2.BackgroundColor3 = Col2
- B2.Font = "GothamBold"
- B2.TextScaled = "True"
- B2.TextColor3 = Col3
- B2.Text = "Maximize"
- local Exit2 = Instance.new("TextButton")
- Exit2.Parent = F3
- Exit2.Name = "Exit_Button"
- Exit2.Size = UDim2.new(0.1,0,1,0)
- Exit2.AnchorPoint = Vector2.new(0,0)
- Exit2.Position = UDim2.new(0,0,0,0)
- Exit2.BackgroundTransparency = 1
- Exit2.TextScaled = true
- Exit2.Font = "GothamBold"
- Exit2.Text = "X"
- Exit2.TextColor3 = Col3
- --Second Exit Buttom Clicked
- Exit2.MouseButton1Click:Connect(function()
- main:Destroy()
- script:Destroy()
- end)
- --Minimize Button
- local Min = Instance.new("TextButton")
- Min.Parent = F1
- Min.Name = "Min_Button"
- Min.Size = UDim2.new(0.05,0,0.05,0)
- Min.AnchorPoint = Vector2.new(0,0)
- Min.Position = UDim2.new(0.06,0,0,0)
- Min.BackgroundTransparency = 1
- Min.TextScaled = true
- Min.Font = "GothamBold"
- Min.Text = "_"
- Min.TextColor3 = Col3
- Min.MouseButton1Click:Connect(function()
- F1.Visible = false
- F1.Active = false
- F3.Visible = true
- F3.Active = true
- B2.MouseButton1Click:Connect(function()
- F1.Visible = true
- F1.Active = true
- F3.Visible = false
- F3.Active = false
- end)
- end)
- --ERIG Tittle
- local L1 = Instance.new("ImageLabel")
- L1.Parent = F1
- L1.Name = "ERIG_Tittle"
- L1.Size = UDim2.new(0.2,0,0.05,0)
- L1.Position = UDim2.new(0.4,0,0,0)
- L1.BackgroundTransparency = 1
- L1.Image = "http://www.roblox.com/asset/?id=4732590440"
- --Secondary Frame
- local F2 = Instance.new("ScrollingFrame")
- F2.Parent = F1
- F2.Size = UDim2.new( 1, 0, 0.95, 0)
- F2.AnchorPoint = Vector2.new(0,0)
- F2.Position = UDim2.new(0,0,0.05,0)
- F2.Name = "SecondaryFrame"
- F2.BackgroundColor3 = Col2
- F2.BorderSizePixel = 0
- F2.BorderColor3 = Col3
- F2.ClipsDescendants = true
- F2.Visible = false
- F2.Active = false
- --Other Buttons
- local AB = Instance.new("TextButton")
- AB.Parent = F2
- AB.Size = UDim2.new(0.25,0,0.05,0)
- AB.AnchorPoint = Vector2.new(0,0)
- AB.Position = UDim2.new(0.05,0,0.025,0)
- AB.BackgroundColor3 = Col1
- AB.BorderSizePixel = 1
- AB.TextScaled = true
- AB.Font = "GothamBold"
- AB.Text = "Misc Admin"
- AB.TextColor3 = Col3
- AB.BorderColor3 = Col3
- AB.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://3142002076")[1].Source)()
- end)
- local HB = Instance.new("TextButton")
- HB.Parent = F2
- HB.Size = UDim2.new(0.25,0,0.05,0)
- HB.AnchorPoint = Vector2.new(0,0)
- HB.Position = UDim2.new(0.35,0,0.025,0)
- HB.BackgroundColor3 = Col1
- HB.BorderSizePixel = 1
- HB.TextScaled = true
- HB.Font = "GothamBold"
- HB.Text = "Hat Fling"
- HB.TextColor3 = Col3
- HB.BorderColor3 = Col3
- HB.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://4732616720")[1].Source)()
- end)
- local HBu = Instance.new("TextButton")
- HBu.Parent = F2
- HBu.Size = UDim2.new(0.25,0,0.05,0)
- HBu.AnchorPoint = Vector2.new(0,0)
- HBu.Position = UDim2.new(0.65,0,0.025,0)
- HBu.BackgroundColor3 = Col1
- HBu.BorderSizePixel = 1
- HBu.TextScaled = true
- HBu.Font = "GothamBold"
- HBu.Text = "Infinite Yields"
- HBu.TextColor3 = Col3
- HBu.BorderColor3 = Col3
- HBu.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- local PB = Instance.new("TextButton")
- PB.Parent = F2
- PB.Size = UDim2.new(0.25,0,0.05,0)
- PB.AnchorPoint = Vector2.new(0,0)
- PB.Position = UDim2.new(0.05,0,0.1,0)
- PB.BackgroundColor3 = Col1
- PB.BorderSizePixel = 1
- PB.TextScaled = true
- PB.Font = "GothamBold"
- PB.Text = "Revize"
- PB.TextColor3 = Col3
- PB.BorderColor3 = Col3
- PB.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/ibFPdiF7'),true))()
- end)
- local PB2 = Instance.new("TextButton")
- PB2.Parent = F2
- PB2.Size = UDim2.new(0.25,0,0.05,0)
- PB2.AnchorPoint = Vector2.new(0,0)
- PB2.Position = UDim2.new(0.35,0,0.1,0)
- PB2.BackgroundColor3 = Col1
- PB2.BorderSizePixel = 1
- PB2.TextScaled = true
- PB2.Font = "GothamBold"
- PB2.Text = "Click to Teleport"
- PB2.TextColor3 = Col3
- PB2.BorderColor3 = Col3
- PB2.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/rUecatt5'),true))()
- end)
- local fe = Instance.new("TextButton")
- fe.Parent = F2
- fe.Size = UDim2.new(0.25,0,0.05,0)
- fe.AnchorPoint = Vector2.new(0,0)
- fe.Position = UDim2.new(0.65,0,0.1,0)
- fe.BackgroundColor3 = Col1
- fe.BorderSizePixel = 1
- fe.TextScaled = true
- fe.Font = "GothamBold"
- fe.Text = "FE Checker"
- fe.TextColor3 = Col3
- fe.BorderColor3 = Col3
- fe.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/YwM006C0'),true))()
- end)
- wait(1)
- local SB = Instance.new("TextButton")
- SB.Parent = F2
- SB.Size = UDim2.new(0.25,0,0.05,0)
- SB.AnchorPoint = Vector2.new(0,0)
- SB.Position = UDim2.new(0.05,0,0.175,0)
- SB.BackgroundColor3 = Col1
- SB.BorderSizePixel = 1
- SB.TextScaled = true
- SB.Font = "GothamBold"
- SB.Text = "Spin GUI"
- SB.TextColor3 = Col3
- SB.BorderColor3 = Col3
- SB.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/zHxNWgY7'),true))()
- end)
- local MM2 = Instance.new("TextButton")
- MM2.Parent = F2
- MM2.Size = UDim2.new(0.25,0,0.05,0)
- MM2.AnchorPoint = Vector2.new(0,0)
- MM2.Position = UDim2.new(0.35,0,0.175,0)
- MM2.BackgroundColor3 = Col1
- MM2.BorderSizePixel = 1
- MM2.TextScaled = true
- MM2.Font = "GothamBold"
- MM2.Text = " Vynixu's MM2 Script"
- MM2.TextColor3 = Col3
- MM2.BorderColor3 = Col3
- MM2.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
- end)
- local Har = Instance.new("TextButton")
- Har.Parent = F2
- Har.Size = UDim2.new(0.25,0,0.05,0)
- Har.AnchorPoint = Vector2.new(0,0)
- Har.Position = UDim2.new(0.65,0,0.175,0)
- Har.BackgroundColor3 = Col1
- Har.BorderSizePixel = 1
- Har.TextScaled = true
- Har.Font = "GothamBold"
- Har.Text = "Harked"
- Har.TextColor3 = Col3
- Har.BorderColor3 = Col3
- Har.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Zyz6dMcE'),true))()
- end)
- local PR = Instance.new("TextButton")
- PR.Parent = F2
- PR.Size = UDim2.new(0.25,0,0.05,0)
- PR.AnchorPoint = Vector2.new(0,0)
- PR.Position = UDim2.new(0.05,0,0.250,0)
- PR.BackgroundColor3 = Col1
- PR.BorderSizePixel = 1
- PR.TextScaled = true
- PR.Font = "GothamBold"
- PR.Text = "Prison Life GUI 1"
- PR.TextColor3 = Col3
- PR.BorderColor3 = Col3
- PR.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/KA5rd9tc'),true))()
- end)
- local PR2 = Instance.new("TextButton")
- PR2.Parent = F2
- PR2.Size = UDim2.new(0.25,0,0.05,0)
- PR2.AnchorPoint = Vector2.new(0,0)
- PR2.Position = UDim2.new(0.35,0,0.250,0)
- PR2.BackgroundColor3 = Col1
- PR2.BorderSizePixel = 1
- PR2.TextScaled = true
- PR2.Font = "GothamBold"
- PR2.Text = "Amokah's GUI"
- PR2.TextColor3 = Col3
- PR2.BorderColor3 = Col3
- PR2.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/JS5SYqaU'),true))()
- end)
- local RP = Instance.new("TextButton")
- RP.Parent = F2
- RP.Size = UDim2.new(0.25,0,0.05,0)
- RP.AnchorPoint = Vector2.new(0,0)
- RP.Position = UDim2.new(0.65,0,0.250,0)
- RP.BackgroundColor3 = Col1
- RP.BorderSizePixel = 1
- RP.TextScaled = true
- RP.Font = "GothamBold"
- RP.Text = "Redwood Prison GUI"
- RP.TextColor3 = Col3
- RP.BorderColor3 = Col3
- RP.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/2QQAMVxU'),true))()
- end)
- local BB = Instance.new("TextButton")
- BB.Parent = F2
- BB.Size = UDim2.new(0.25,0,0.05,0)
- BB.AnchorPoint = Vector2.new(0,0)
- BB.Position = UDim2.new(0.05,0,0.325,0)
- BB.BackgroundColor3 = Col1
- BB.BorderSizePixel = 1
- BB.TextScaled = true
- BB.Font = "GothamBold"
- BB.Text = "Bloxburg Auto Barber"
- BB.TextColor3 = Col3
- BB.BorderColor3 = Col3
- BB.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Lx1amH3H'),true))()
- end)
- local Dex = Instance.new("TextButton")
- Dex.Parent = F2
- Dex.Size = UDim2.new(0.25,0,0.05,0)
- Dex.AnchorPoint = Vector2.new(0,0)
- Dex.Position = UDim2.new(0.35,0,0.325,0)
- Dex.BackgroundColor3 = Col1
- Dex.BorderSizePixel = 1
- Dex.TextScaled = true
- Dex.Font = "GothamBold"
- Dex.Text = "Dex"
- Dex.TextColor3 = Col3
- Dex.BorderColor3 = Col3
- Dex.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/jxZELQUn'),true))()
- end)
- SB2.MouseButton1Click:Connect(function()
- F4.Visible = false
- F4.Active = false
- F5.Visible = false
- F5.Active = false
- F2.Visible = true
- F2.Active = true
- end)
- wait(1)
- F1:TweenPosition(UDim2.new(0.3,0,0.1,0),'Out','Quart',2)
Add Comment
Please, Sign In to add comment