Mattster5454

Epic Minigames script

Apr 10th, 2021
44,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("Frame")local e=Instance.new("TextLabel")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("TextButton")local m=Instance.new("TextButton")local n=Instance.new("TextLabel")a.Name="EpicMiniGamesGUI"a.Parent=game.CoreGui;d.Active=true;d.Draggable=true;b.Name="open"b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.BorderColor3=Color3.new(1,0,0)b.Position=UDim2.new(0.00716525316,0,0.708353102,0)b.Size=UDim2.new(0,113,0,26)c.Name="open"c.Parent=b;c.BackgroundColor3=Color3.new(0.117647,0.117647,0.117647)c.BorderSizePixel=0;c.Size=UDim2.new(0,113,0,26)c.Font=Enum.Font.SourceSans;c.Text="Open"c.TextColor3=Color3.new(1,0.333333,0)c.TextSize=14;c.MouseButton1Down:connect(function()d.Visible=true;b.Visible=false end)d.Name="MainGUI"d.Parent=a;d.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)d.Position=UDim2.new(0.687721848,0,0.451897502,0)d.Size=UDim2.new(0,189,0,239)d.Visible=false;e.Name="title"e.Parent=d;e.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)e.BorderSizePixel=0;e.Position=UDim2.new(-0.00529100513,0,-0.106397621,0)e.Size=UDim2.new(0,191,0,24)e.Font=Enum.Font.SciFi;e.Text="Epic Minigames | GUI"e.TextColor3=Color3.new(1,0.352941,0.937255)e.TextSize=14;e.TextWrapped=true;f.Name="tptoplayer"f.Parent=d;f.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)f.BackgroundTransparency=1;f.BorderColor3=Color3.new(1,0.333333,0)f.BorderSizePixel=0;f.Position=UDim2.new(0.0105542373,0,0.525247157,0)f.Size=UDim2.new(0,185,0,32)f.Font=Enum.Font.SciFi;f.Text="Telepor to Player (E)"f.TextColor3=Color3.new(1,0.333333,0)f.TextSize=14;f.TextWrapped=true;f.MouseButton1Down:connect(function()local o=Instance.new("ScreenGui")local p=Instance.new("TextBox")o.Parent=game.CoreGui;p.Parent=o;p.BackgroundColor3=Color3.new(0.333333,0.333333,0.333333)p.Position=UDim2.new(0,0,1,-25)p.Size=UDim2.new(0,150,0,25)p.Font=Enum.Font.SourceSans;p.Text="Insert Player Name"p.TextColor3=Color3.new(1,1,1)p.TextScaled=true;p.TextSize=14;p.TextWrapped=true;game:GetService("UserInputService").InputBegan:connect(function(q)if q.KeyCode==Enum.KeyCode.E then local r=p.Text;local s=game.Players.LocalPlayer.Character;local t=game.Workspace:FindFirstChild(r)s.HumanoidRootPart.CFrame=t.HumanoidRootPart.CFrame*CFrame.new(0,2,0)end end)end)g.Name="tptolobby"g.Parent=d;g.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)g.BackgroundTransparency=1;g.BorderColor3=Color3.new(1,0.333333,0)g.BorderSizePixel=0;g.Position=UDim2.new(0.00317431265,0,0.127519384,0)g.Size=UDim2.new(0,187,0,32)g.Font=Enum.Font.SciFi;g.Text="Teleport to Lobby"g.TextColor3=Color3.new(1,0.333333,0)g.TextSize=14;g.TextWrapped=true;g.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(77,831,-87)end)h.Name="speedhack"h.Parent=d;h.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)h.BackgroundTransparency=1;h.BorderColor3=Color3.new(1,0.333333,0)h.BorderSizePixel=0;h.Position=UDim2.new(0.00529100513,0,0.657348752,0)h.Size=UDim2.new(0,187,0,32)h.Font=Enum.Font.SciFi;h.Text="SpeedHack"h.TextColor3=Color3.new(1,0.333333,0)h.TextSize=14;h.TextWrapped=true;h.MouseButton1Down:connect(function()getgenv().WalkSpeedValue=50;local u=game:service'Players'.LocalPlayer;u.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()u.Character.Humanoid.WalkSpeed=getgenv().WalkSpeedValue end)u.Character.Humanoid.WalkSpeed=getgenv().WalkSpeedValue;script.Parent.TextColor3=Color3.new(1,0,0)end)i.Name="infinitejump"i.Parent=d;i.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)i.BackgroundTransparency=1;i.BorderColor3=Color3.new(1,0.333333,0)i.BorderSizePixel=0;i.Position=UDim2.new(0.00317431265,0,0.260475785,0)i.Size=UDim2.new(0,187,0,32)i.Font=Enum.Font.SciFi;i.Text="Infinite Jump"i.TextColor3=Color3.new(1,0.333333,0)i.TextSize=14;i.TextWrapped=true;i.MouseButton1Down:connect(function()local v=true;game:GetService("UserInputService").JumpRequest:connect(function()if v then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end end)local w=CreateButton("Infinite Jump: Off",StuffFrame)w.Position=UDim2.new(0,10,0,130)w.Size=UDim2.new(0,150,0,30)w.MouseButton1Click:connect(function()local x=w.Text:sub(string.len("Infinite Jump: ")+1)local y=x=="Off"and"On"or x=="On"and"Off"v=y=="On"w.Text="Infinite Jump: "..y end)end)j.Name="close"j.Parent=d;j.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)j.BorderSizePixel=0;j.Position=UDim2.new(0.892587006,0,-0.106397621,0)j.Size=UDim2.new(0,22,0,22)j.Font=Enum.Font.SciFi;j.Text="X"j.TextColor3=Color3.new(1,0,0)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;j.MouseButton1Down:connect(function()d.Visible=false;b.Visible=true end)k.Name="clicktp"k.Parent=d;k.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)k.BackgroundTransparency=1;k.BorderColor3=Color3.new(1,0.333333,0)k.BorderSizePixel=0;k.Position=UDim2.new(0.00317431265,0,-0.00318624661,0)k.Size=UDim2.new(0,187,0,32)k.Font=Enum.Font.SciFi;k.Text="CLICK + TP"k.TextColor3=Color3.new(1,0.333333,0)k.TextSize=14;k.TextWrapped=true;k.MouseButton1Down:connect(function()mouse=game.Players.LocalPlayer:GetMouse()tool=Instance.new("Tool")tool.RequiresHandle=false;tool.Name="UbiquitousGaming"tool.Activated:connect(function()local z=mouse.Hit+Vector3.new(0,2.5,0)z=CFrame.new(z.X,z.Y,z.Z)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=z end)tool.Parent=game.Players.LocalPlayer.Backpack end)l.Name="clickdelete"l.Parent=d;l.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)l.BackgroundTransparency=1;l.BorderColor3=Color3.new(1,0.333333,0)l.BorderSizePixel=0;l.Position=UDim2.new(-0.00526323263,0,0.393145502,0)l.Size=UDim2.new(0,188,0,32)l.Font=Enum.Font.SciFi;l.Text="CTRL + Click Delete"l.TextColor3=Color3.new(1,0.333333,0)l.TextSize=14;l.TextWrapped=true;l.MouseButton1Down:connect(function()local A=game:GetService("Players").LocalPlayer;local B=A:GetMouse()B.Button1Down:connect(function()if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl)then return end;if not B.Target then return end;B.Target:Destroy()end)end)m.Name="chattroll"m.Parent=d;m.BackgroundColor3=Color3.new(0.0392157,0.0392157,0.0392157)m.BackgroundTransparency=1;m.BorderColor3=Color3.new(1,0.333333,0)m.BorderSizePixel=0;m.Position=UDim2.new(8.23490191e-05,0,0.790666223,0)m.Size=UDim2.new(0,185,0,32)m.Font=Enum.Font.SciFi;m.Text="Chat Troll"m.TextColor3=Color3.new(1,0.333333,0)m.TextSize=14;m.TextWrapped=true;m.MouseButton1Down:connect(function()local C=game.Players:GetPlayers()for D=1,#C do C[D].Chatted:connect(function(E)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..C[D].Name.."]".." "..E,"All")end)end end)n.Name="madeby"n.Parent=a;n.BackgroundColor3=Color3.new(1,1,1)n.BackgroundTransparency=1;n.Position=UDim2.new(0.162282348,0,0.953499079,0)n.Size=UDim2.new(0,220,0,29)n.Font=Enum.Font.SciFi;n.Text="Made by HappierMold"n.TextColor3=Color3.new(0.333333,1,0.498039)n.TextSize=14;n.TextWrapped=true;print("Made by HappierMold")
Add Comment
Please, Sign In to add comment