Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is ERIG V1 - I'm not working on this anymore,but I am working on V3 here: https://pastebin.com/isnWJCXS
- repeat wait(1) until game:IsLoaded()
- local plr = game.Players.LocalPlayer
- local guis = plr.PlayerGui
- local main = Instance.new("ScreenGui")
- main.Parent = guis
- main.ResetOnSpawn = false
- local Frame = Instance.new("Frame")
- Frame.Parent = main
- Frame.Size = UDim2.new(0.2, 0,0.5, 0)
- Frame.AnchorPoint = Vector2.new(0,0)
- Frame.Position = UDim2.new(-1,0,-1,0)
- main.Name = "ERIG"
- Frame.Name = "TheFrame"
- Frame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
- Frame.Draggable = true
- Frame.Active = true
- Frame.Selectable = true
- Frame.BorderSizePixel = 0
- Frame.ClipsDescendants = true
- local erig = Instance.new("ImageLabel")
- erig.Parent = Frame
- erig.Name = "ERIG_Tittle"
- erig.Size = UDim2.new(0,60,0,20)
- erig.Position = UDim2.new(0.4,0,0,0)
- erig.BackgroundTransparency = 1
- erig.Image = "http://www.roblox.com/asset/?id=4732590440"
- local Exit = Instance.new("TextButton")
- Exit.Parent = Frame
- Exit.Name = "Exit_Button"
- Exit.Size = UDim2.new(0,20,0,20)
- 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 = Color3.new(1,1,1)
- Exit.MouseButton1Click:Connect(function()
- Frame:TweenPosition(UDim2.new(-1,0,-1,0),'Out','Quart',3)
- wait(4)
- main:Destroy()
- end)
- local Min = Instance.new("TextButton")
- Min.Parent = Frame
- Min.Name = "Min_Button"
- Min.Size = UDim2.new(0,20,0,20)
- 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 = Color3.new(1,1,1)
- Min.MouseButton1Click:Connect(function()
- Frame.Parent = game.ReplicatedStorage
- local Max = Instance.new("TextButton")
- Max.Parent = main
- Max.Size = UDim2.new(0,125,0,40)
- Max.AnchorPoint = Vector2.new(0,0)
- Max.Position = UDim2.new(0,0,0.8,0)
- Max.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
- Max.BorderSizePixel = 0
- Max.TextScaled = true
- Max.Font = "GothamBold"
- Max.TextColor3 = Color3.new(1,1,1)
- Max.Text = " Maximize "
- Max.MouseButton1Click:Connect(function()
- Frame.Parent = main
- Max:Destroy()
- end)
- end)
- local AB = Instance.new("TextButton")
- AB.Parent = Frame
- AB.Size = UDim2.new(0,70,0,50)
- AB.AnchorPoint = Vector2.new(0,0)
- AB.Position = UDim2.new(0.05,0,0.1,0)
- AB.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- AB.BorderSizePixel = 1
- AB.TextScaled = true
- AB.Font = "GothamBold"
- AB.Text = "Misc Admin"
- AB.TextColor3 = Color3.new(1,1,1)
- AB.BorderColor3 = Color3.new(1,1,1)
- AB.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://3142002076")[1].Source)()
- end)
- local HB = Instance.new("TextButton")
- HB.Parent = Frame
- HB.Size = UDim2.new(0,70,0,50)
- HB.AnchorPoint = Vector2.new(0,0)
- HB.Position = UDim2.new(0.35,0,0.1,0)
- HB.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- HB.BorderSizePixel = 1
- HB.TextScaled = true
- HB.Font = "GothamBold"
- HB.Text = "Hat Fling"
- HB.TextColor3 = Color3.new(1,1,1)
- HB.BorderColor3 = Color3.new(1,1,1)
- HB.MouseButton1Click:Connect(function()
- loadstring(game:GetObjects("rbxassetid://4732616720")[1].Source)()
- end)
- local HBu = Instance.new("TextButton")
- HBu.Parent = Frame
- HBu.Size = UDim2.new(0,70,0,50)
- HBu.AnchorPoint = Vector2.new(0,0)
- HBu.Position = UDim2.new(0.65,0,0.1,0)
- HBu.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- HBu.BorderSizePixel = 1
- HBu.TextScaled = true
- HBu.Font = "GothamBold"
- HBu.Text = "Infinite Yields"
- HBu.TextColor3 = Color3.new(1,1,1)
- HBu.BorderColor3 = Color3.new(1,1,1)
- HBu.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- local PB = Instance.new("TextButton")
- PB.Parent = Frame
- PB.Size = UDim2.new(0,70,0,50)
- PB.AnchorPoint = Vector2.new(0,0)
- PB.Position = UDim2.new(0.05,0,0.4,0)
- PB.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- PB.BorderSizePixel = 1
- PB.TextScaled = true
- PB.Font = "GothamBold"
- PB.Text = "Revize"
- PB.TextColor3 = Color3.new(1,1,1)
- PB.BorderColor3 = Color3.new(1,1,1)
- PB.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/ibFPdiF7'),true))()
- end)
- local PB2 = Instance.new("TextButton")
- PB2.Parent = Frame
- PB2.Size = UDim2.new(0,70,0,50)
- PB2.AnchorPoint = Vector2.new(0,0)
- PB2.Position = UDim2.new(0.35,0,0.4,0)
- PB2.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- PB2.BorderSizePixel = 1
- PB2.TextScaled = true
- PB2.Font = "GothamBold"
- PB2.Text = "Click to teleport"
- PB2.TextColor3 = Color3.new(1,1,1)
- PB2.BorderColor3 = Color3.new(1,1,1)
- PB2.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/rUecatt5'),true))()
- end)
- local fe = Instance.new("TextButton")
- fe.Parent = Frame
- fe.Size = UDim2.new(0,70,0,50)
- fe.AnchorPoint = Vector2.new(0,0)
- fe.Position = UDim2.new(0.65,0,0.4,0)
- fe.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- fe.BorderSizePixel = 1
- fe.TextScaled = true
- fe.Font = "GothamBold"
- fe.Text = "FE Checker"
- fe.TextColor3 = Color3.new(1,1,1)
- fe.BorderColor3 = Color3.new(1,1,1)
- fe.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/YwM006C0'),true))()
- end)
- wait(1)
- local fe = Instance.new("TextButton")
- fe.Parent = Frame
- fe.Size = UDim2.new(0,70,0,50)
- fe.AnchorPoint = Vector2.new(0,0)
- fe.Position = UDim2.new(0.05,0,0.7,0)
- fe.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- fe.BorderSizePixel = 1
- fe.TextScaled = true
- fe.Font = "GothamBold"
- fe.Text = "Spin GUI"
- fe.TextColor3 = Color3.new(1,1,1)
- fe.BorderColor3 = Color3.new(1,1,1)
- fe.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/zHxNWgY7'),true))()
- end)
- wait(1)
- Frame:TweenPosition(UDim2.new(0.3,0,0.1,0),'Out','Quart',2)
Add Comment
Please, Sign In to add comment