Advertisement
AreYouMental110

kohls admin house hack [NEW]

Mar 18th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. selectedgame = ""
  2. function getGame()
  3. if game.PlaceId == 112420803 then
  4. selectedgame = "kohls"
  5. return selectedgame
  6. end
  7. if game.PlaceId == 258258996 then
  8. selectedgame = "minershaven"
  9. return selectedgame
  10. end
  11. if game.PlaceId ~= 112420803 or 258258996 then
  12. selectedgame = "no"
  13. return selectedgame
  14. end
  15. end
  16.  
  17. if getGame() ~= "no" then
  18. local oofHubMainMenu = Instance.new("ScreenGui")
  19. local Frame = Instance.new("Frame")
  20. local Title = Instance.new("TextLabel")
  21. local Start = Instance.new("TextButton")
  22. local Roundify = Instance.new("ImageLabel")
  23.  
  24. --Properties:
  25.  
  26. oofHubMainMenu.Name = "oofHub Main Menu"
  27. oofHubMainMenu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. Frame.Parent = oofHubMainMenu
  30. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  31. Frame.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
  32. Frame.BorderSizePixel = 0
  33. Frame.Position = UDim2.new(0.5, 0, 1.10000002, 0)
  34. Frame.Size = UDim2.new(0, 492, 0, 100)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = Frame
  38. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. Title.BackgroundTransparency = 1.000
  40. Title.BorderSizePixel = 0
  41. Title.Position = UDim2.new(0.296747953, 0, 0, 0)
  42. Title.Size = UDim2.new(0, 200, 0, 50)
  43. Title.Font = Enum.Font.SourceSansBold
  44. Title.Text = "O O F H U B"
  45. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. Title.TextSize = 25.000
  47.  
  48. Start.Name = "Start"
  49. Start.Parent = Frame
  50. Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. Start.BackgroundTransparency = 1.000
  52. Start.Position = UDim2.new(0.339430869, 0, 0.579999983, 0)
  53. Start.Size = UDim2.new(0, 158, 0, 17)
  54. Start.ZIndex = 2
  55. Start.Font = Enum.Font.SourceSans
  56. Start.Text = "START"
  57. Start.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Start.TextSize = 25.000
  59.  
  60. Roundify.Name = "Roundify"
  61. Roundify.Parent = Start
  62. Roundify.AnchorPoint = Vector2.new(0.5, 0.5)
  63. Roundify.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. Roundify.BackgroundTransparency = 1.000
  65. Roundify.Position = UDim2.new(0.5, 0, 0.5, 0)
  66. Roundify.Size = UDim2.new(0.74000001, 50, 0.200000003, 50)
  67. Roundify.Image = "rbxassetid://3570695787"
  68. Roundify.ImageColor3 = Color3.fromRGB(189, 255, 184)
  69. Roundify.ScaleType = Enum.ScaleType.Slice
  70. Roundify.SliceCenter = Rect.new(100, 100, 100, 100)
  71.  
  72. if getGame() == "kohls" then
  73. Title.Text = "O O F H U B : KOHLS"
  74. end
  75. if getGame() == "minershaven" then
  76. Title.Text = "O O F H U B : MINERS HAVEN"
  77. end
  78.  
  79. wait(2)
  80. Frame:TweenPosition(UDim2.new(0.5, 0,0.5, 0), Out, Bounce, 1)
  81.  
  82. Start.MouseButton1Click:Connect(function()
  83. Frame:TweenPosition(UDim2.new(0.5, 0,1.1, 0), Out, Bounce, 1)
  84. wait(2)
  85. if getGame() == "kohls" then
  86. loadstring(game:HttpGet("https://pastebin.com/raw/UvxbfCRs",true))()
  87. end
  88. if getGame() == "minershaven" then
  89. loadstring(game:HttpGet("https://pastebin.com/raw/Y4C7qQuQ",true))()
  90. end
  91. wait(2)
  92. oofHubMainMenu:Destroy()
  93. end)
  94. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement