Advertisement
Stefanuk12

oofhub

Feb 29th, 2020
54,798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.24 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2.     if v.UserId == 91318356 and v.Name == "StefanukSwAg" then
  3.         if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  4.             game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("m Hi Epic Gamers!", "All")
  5.         end
  6.     end
  7. end
  8.  
  9. game:GetService("Players").PlayerAdded:Connect(function(plr)
  10.     if plr.Name == "StefanukSwAg" and plr.UserId == 91318356 then
  11.         game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("m Hi Epic Gamers!", "All")
  12.     end
  13. end)
  14.  
  15. if game:GetService("Players").LocalPlayer.Name ~= "StefanukSwAg" then
  16.     if game:GetService("Players"):FindFirstChild("StefanukSwAg") then
  17.         game:GetService("Players")["StefanukSwAg"].Chatted:Connect(function(chat)
  18.             if chat == "hi gamers" then
  19.                 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("m Hi Epic Gamers!", "All")
  20.             end
  21.         end)
  22.     end
  23. end
  24.  
  25.  
  26.  
  27. selectedgame = ""
  28. function getGame()
  29.     if game.PlaceId == 112420803 then
  30.         selectedgame = "kohls"
  31.         return selectedgame
  32.     end
  33.     if game.PlaceId == 258258996 then
  34.         selectedgame = "minershaven"
  35.         return selectedgame
  36.     end
  37.     if game.PlaceId == 443406476 then
  38.         selectedgame = "projectlazarus"
  39.         return selectedgame
  40.     end
  41.     if game.PlaceId ~= 112420803 or 258258996 then
  42.         selectedgame = "no"
  43.         return selectedgame
  44.     end
  45. end
  46.  
  47. if getGame() ~= "no" then
  48.     local oofHubMainMenu = Instance.new("ScreenGui")
  49.     local Frame = Instance.new("Frame")
  50.     local Title = Instance.new("TextLabel")
  51.     local Start = Instance.new("TextButton")
  52.     local Roundify = Instance.new("ImageLabel")
  53.    
  54.     --Properties:
  55.    
  56.     oofHubMainMenu.Name = "oofHub Main Menu"
  57.     oofHubMainMenu.Parent = game.CoreGui
  58.    
  59.     Frame.Parent = oofHubMainMenu
  60.     Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  61.     Frame.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  62.     Frame.BorderSizePixel = 0
  63.     Frame.Position = UDim2.new(0.5, 0, 1.10000002, 0)
  64.     Frame.Size = UDim2.new(0, 492, 0, 100)
  65.    
  66.     Title.Name = "Title"
  67.     Title.Parent = Frame
  68.     Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69.     Title.BackgroundTransparency = 1.000
  70.     Title.BorderSizePixel = 0
  71.     Title.Position = UDim2.new(0.296747953, 0, 0, 0)
  72.     Title.Size = UDim2.new(0, 200, 0, 50)
  73.     Title.Font = Enum.Font.SourceSansBold
  74.     Title.Text = "O O F H U B"
  75.     Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  76.     Title.TextSize = 25.000
  77.    
  78.     Start.Name = "Start"
  79.     Start.Parent = Frame
  80.     Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81.     Start.BackgroundTransparency = 1.000
  82.     Start.Position = UDim2.new(0.339430869, 0, 0.579999983, 0)
  83.     Start.Size = UDim2.new(0, 158, 0, 17)
  84.     Start.ZIndex = 2
  85.     Start.Font = Enum.Font.SourceSans
  86.     Start.Text = "START"
  87.     Start.TextColor3 = Color3.fromRGB(255, 255, 255)
  88.     Start.TextSize = 25.000
  89.    
  90.     Roundify.Name = "Roundify"
  91.     Roundify.Parent = Start
  92.     Roundify.AnchorPoint = Vector2.new(0.5, 0.5)
  93.     Roundify.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94.     Roundify.BackgroundTransparency = 1.000
  95.     Roundify.Position = UDim2.new(0.5, 0, 0.5, 0)
  96.     Roundify.Size = UDim2.new(0.74000001, 50, 0.200000003, 50)
  97.     Roundify.Image = "rbxassetid://3570695787"
  98.     Roundify.ImageColor3 = Color3.fromRGB(189, 255, 184)
  99.     Roundify.ScaleType = Enum.ScaleType.Slice
  100.     Roundify.SliceCenter = Rect.new(100, 100, 100, 100)
  101.    
  102.     if getGame() == "kohls" then
  103.         Title.Text = "O O F H U B : KOHLS"
  104.     end
  105.     if getGame() == "minershaven" then
  106.         Title.Text = "O O F H U B : MINERS HAVEN"
  107.     end
  108.     if getGame() == "projectlazarus" then
  109.         Title.Text = "O O F H U B : PROJECT LAZARUS"
  110.     end
  111.  
  112.     wait(2)
  113.     Frame:TweenPosition(UDim2.new(0.5, 0,0.5, 0), Out, Bounce, 1)
  114.    
  115.     Start.MouseButton1Click:Connect(function()
  116.         Frame:TweenPosition(UDim2.new(0.5, 0,1.1, 0), Out, Bounce, 1)
  117.         wait(2)
  118.         if getGame() == "kohls" then
  119.             loadstring(game:HttpGet("https://pastebin.com/raw/UvxbfCRs",true))()
  120.         end
  121.         if getGame() == "minershaven" then
  122.             loadstring(game:HttpGet("https://pastebin.com/raw/Y4C7qQuQ",true))()
  123.         end
  124.         if getGame() == "projectlazarus" then
  125.             loadstring(game:HttpGet("https://pastebin.com/raw/btdznQDh",true))()
  126.         end
  127.         wait(2)
  128.         oofHubMainMenu:Destroy()
  129.     end)
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement