Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local reviz = Instance.new("TextButton")
- local yield = Instance.new("TextButton")
- local vr = Instance.new("TextButton")
- local animations = Instance.new("TextButton")
- local creeper = Instance.new("TextButton")
- local fix = Instance.new("TextButton")
- local more = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Workspace
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Position = UDim2.new(0.0153597416, 0, 0.412520051, 0)
- main.Size = UDim2.new(0, 683, 0, 355)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- TextLabel.Size = UDim2.new(0, 682, 0, 51)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "Cafe Fucker V1.5"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
- reviz.Name = "reviz"
- reviz.Parent = main
- reviz.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- reviz.Position = UDim2.new(0, 0, 0.214084506, 0)
- reviz.Size = UDim2.new(0, 219, 0, 60)
- reviz.Font = Enum.Font.GothamBlack
- reviz.Text = "Reviz"
- reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
- reviz.TextSize = 30.000
- reviz.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/kJ7MFUZH'))()
- end)
- yield.Name = "yield"
- yield.Parent = main
- yield.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- yield.Position = UDim2.new(0.339607596, 0, 0.214084506, 0)
- yield.Size = UDim2.new(0, 219, 0, 60)
- yield.Font = Enum.Font.GothamBlack
- yield.Text = "Inf. Yield"
- yield.TextColor3 = Color3.fromRGB(0, 0, 0)
- yield.TextSize = 30.000
- yield.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- vr.Name = "vr"
- vr.Parent = main
- vr.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- vr.Position = UDim2.new(0, 0, 0.414084494, 0)
- vr.Size = UDim2.new(0, 219, 0, 60)
- vr.Font = Enum.Font.GothamBlack
- vr.Text = "VR"
- vr.TextColor3 = Color3.fromRGB(0, 0, 0)
- vr.TextSize = 30.000
- vr.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/EzLALA9B'))()
- end)
- animations.Name = "animations"
- animations.Parent = main
- animations.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- animations.Position = UDim2.new(0.3396779, 0, 0.414084494, 0)
- animations.Size = UDim2.new(0, 219, 0, 60)
- animations.Font = Enum.Font.GothamBlack
- animations.Text = "Animations"
- animations.TextColor3 = Color3.fromRGB(0, 0, 0)
- animations.TextSize = 30.000
- animations.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/ex1EQnEw'))()
- end)
- creeper.Name = "creeper"
- creeper.Parent = main
- creeper.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- creeper.Position = UDim2.new(0.6793558, 0, 0.414084494, 0)
- creeper.Size = UDim2.new(0, 219, 0, 60)
- creeper.Font = Enum.Font.GothamBlack
- creeper.Text = "Creeper aw man"
- creeper.TextColor3 = Color3.fromRGB(0, 0, 0)
- creeper.TextSize = 28.000
- creeper.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character["Right Arm"]:Remove()
- game.Players.LocalPlayer.Character["Left Arm"]:Remove()
- end)
- fix.Name = "fix"
- fix.Parent = main
- fix.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- fix.Position = UDim2.new(0.6793558, 0, 0.21126771, 0)
- fix.Size = UDim2.new(0, 219, 0, 60)
- fix.Font = Enum.Font.GothamBlack
- fix.Text = "Fix Character"
- fix.TextColor3 = Color3.fromRGB(0, 0, 0)
- fix.TextSize = 30.000
- fix.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character["Torso"]:Remove()
- end)
- more.Name = "more"
- more.Parent = main
- more.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- more.Position = UDim2.new(0, 0, 0.616901398, 0)
- more.Size = UDim2.new(0, 219, 0, 60)
- more.Font = Enum.Font.GothamBlack
- more.Text = "More animations"
- more.TextColor3 = Color3.fromRGB(0, 0, 0)
- more.TextSize = 28.000
- more.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/DQPMU4gi'))()
- end)
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
- TextLabel_2.Position = UDim2.new(0.00146412884, 0, 0.856338024, 0)
- TextLabel_2.Size = UDim2.new(0, 682, 0, 51)
- TextLabel_2.Font = Enum.Font.GothamBold
- TextLabel_2.Text = "More scripts coming soon!"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 30.000
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.888726234, 0, 0, 0)
- close.Size = UDim2.new(0, 76, 0, 50)
- close.Font = Enum.Font.GothamBlack
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextSize = 30.000
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0.0210185833, 0, 0.200642049, 0)
- openmain.Size = UDim2.new(0, 264, 0, 77)
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.Position = UDim2.new(8.94069672e-08, 0, -0.0129868537, 0)
- open.Size = UDim2.new(0, 264, 0, 77)
- open.Font = Enum.Font.GothamBold
- open.Text = "Click me for the GUI!"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 25.000
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
- -- Scripts:
- local function ATKWCI_fake_script() -- main.LocalScript
- local script = Instance.new('LocalScript', main)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(ATKWCI_fake_script)()
- local function NHXW_fake_script() -- open.LocalScript
- local script = Instance.new('LocalScript', open)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(NHXW_fake_script)()
Add Comment
Please, Sign In to add comment