Advertisement
Simi141

Untitled

Feb 26th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Frame = Instance.new("Frame")
  4. local SimisApocGui = Instance.new("TextBox")
  5. local NoFog = Instance.new("TextButton")
  6. local C4Walk = Instance.new("TextButton")
  7. local God = Instance.new("TextButton")
  8. local GkKit = Instance.new("TextButton")
  9. local Day = Instance.new("TextButton")
  10. local Night = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. Frame.Parent = game.StarterGui["Simi's Apoc Gui"]
  15. Frame.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  16. Frame.BackgroundTransparency = 0.30000001192093
  17. Frame.Size = UDim2.new(0, 498, 0, 349)
  18.  
  19. SimisApocGui.Name = "Simi's Apoc Gui"
  20. SimisApocGui.Parent = Frame
  21. SimisApocGui.BackgroundColor3 = Color3.new(0, 0, 0)
  22. SimisApocGui.BackgroundTransparency = 0.30000001192093
  23. SimisApocGui.BorderColor3 = Color3.new(0, 0, 1)
  24. SimisApocGui.Size = UDim2.new(0, 500, 0, 50)
  25. SimisApocGui.Font = Enum.Font.SourceSans
  26. SimisApocGui.FontSize = Enum.FontSize.Size24
  27. SimisApocGui.Text = "Simi's Apoc Gui"
  28. SimisApocGui.TextColor3 = Color3.new(0, 1, 0)
  29. SimisApocGui.TextScaled = true
  30. SimisApocGui.TextSize = 20
  31. SimisApocGui.TextWrapped = true
  32.  
  33. NoFog.Name = "No Fog"
  34. NoFog.Parent = Frame
  35. NoFog.BackgroundColor3 = Color3.new(1, 0, 0)
  36. NoFog.BorderColor3 = Color3.new(0, 0, 0)
  37. NoFog.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  38. NoFog.Size = UDim2.new(0, 100, 0, 50)
  39. NoFog.Font = Enum.Font.SourceSans
  40. NoFog.FontSize = Enum.FontSize.Size18
  41. NoFog.Text = "No Fog"
  42. NoFog.TextSize = 18
  43. NoFog.TextWrapped = true
  44.  
  45. C4Walk.Name = "C4 Walk"
  46. C4Walk.Parent = Frame
  47. C4Walk.BackgroundColor3 = Color3.new(1, 0, 0)
  48. C4Walk.Position = UDim2.new(0.5, 0, 0.600000024, 0)
  49. C4Walk.Size = UDim2.new(0, 100, 0, 50)
  50. C4Walk.Font = Enum.Font.SourceSans
  51. C4Walk.FontSize = Enum.FontSize.Size18
  52. C4Walk.Text = "C4 Walk"
  53. C4Walk.TextSize = 18
  54.  
  55. God.Name = "God"
  56. God.Parent = Frame
  57. God.BackgroundColor3 = Color3.new(1, 0, 0)
  58. God.Position = UDim2.new(0.5, 0, 0.200000003, 0)
  59. God.Size = UDim2.new(0, 100, 0, 50)
  60. God.Font = Enum.Font.SourceSans
  61. God.FontSize = Enum.FontSize.Size18
  62. God.Text = "God"
  63. God.TextSize = 18
  64.  
  65. GkKit.Name = "Gk Kit"
  66. GkKit.Parent = Frame
  67. GkKit.BackgroundColor3 = Color3.new(1, 0, 0)
  68. GkKit.Position = UDim2.new(0.100000001, 0, 0.200000003, 0)
  69. GkKit.Size = UDim2.new(0, 100, 0, 50)
  70. GkKit.Font = Enum.Font.SourceSans
  71. GkKit.FontSize = Enum.FontSize.Size18
  72. GkKit.Text = "Gk Kit"
  73. GkKit.TextColor3 = Color3.new(0, 0, 0)
  74. GkKit.TextSize = 18
  75.  
  76. Day.Name = "Day"
  77. Day.Parent = Frame
  78. Day.BackgroundColor3 = Color3.new(1, 0, 0)
  79. Day.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  80. Day.Size = UDim2.new(0, 100, 0, 50)
  81. Day.Font = Enum.Font.SourceSans
  82. Day.FontSize = Enum.FontSize.Size18
  83. Day.Text = "Day"
  84. Day.TextColor3 = Color3.new(0, 0, 0)
  85. Day.TextSize = 18
  86.  
  87. Night.Name = "Night"
  88. Night.Parent = Frame
  89. Night.BackgroundColor3 = Color3.new(1, 0, 0)
  90. Night.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  91. Night.Size = UDim2.new(0, 100, 0, 50)
  92. Night.Font = Enum.Font.SourceSans
  93. Night.FontSize = Enum.FontSize.Size18
  94. Night.Text = "Night"
  95. Night.TextColor3 = Color3.new(0, 0, 0)
  96. Night.TextSize = 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement