ItzGamerModzYT

NemesisRewrite

Jul 6th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.67 KB | None | 0 0
  1. NemesisV1 = Instance.new("ScreenGui")
  2. NemesisGui = Instance.new("Frame")
  3. TopBar = Instance.new("Frame")
  4. TextLabel = Instance.new("TextLabel")
  5. Frame = Instance.new("Frame")
  6. CloseFrame = Instance.new("TextButton")
  7. Menu = Instance.new("ScrollingFrame")
  8. Frame_2 = Instance.new("Frame")
  9. NemesisOpen = Instance.new("TextButton")
  10. Frame_3 = Instance.new("Frame")
  11.  
  12. NemesisV1.Name = "Nemesis[V1]"
  13. NemesisV1.Parent = game.Players.LocalPlayer.PlayerGui
  14.  
  15. NemesisGui.Name = "NemesisGui"
  16. NemesisGui.Parent = NemesisV1
  17. NemesisGui.Active = true
  18. NemesisGui.Draggable = true
  19. NemesisGui.Visible = false
  20. NemesisGui.BackgroundColor3 = Color3.new(1, 0.188235, 0.443137)
  21. NemesisGui.BorderSizePixel = 0
  22. NemesisGui.Position = UDim2.new(0.266423345, 0, 0.0755813941, 0)
  23. NemesisGui.Size = UDim2.new(0, 556, 0, 347)
  24.  
  25. TopBar.Name = "TopBar"
  26. TopBar.Parent = NemesisGui
  27. TopBar.Active = true
  28. TopBar.Draggable = true
  29. TopBar.BackgroundColor3 = Color3.new(0.0352941, 0.968628, 0.690196)
  30. TopBar.BorderSizePixel = 0
  31. TopBar.Size = UDim2.new(0, 556, 0, 33)
  32.  
  33. TextLabel.Parent = TopBar
  34. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BackgroundTransparency = 1
  36. TextLabel.BorderSizePixel = 0
  37. TextLabel.Position = UDim2.new(0.0459770113, 0, 0.24242425, 0)
  38. TextLabel.Size = UDim2.new(0, 115, 0, 18)
  39. TextLabel.Font = Enum.Font.Cartoon
  40. TextLabel.FontSize = Enum.FontSize.Size14
  41. TextLabel.Text = "Nemesis"
  42. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  43. TextLabel.TextSize = 14
  44.  
  45. Frame.Parent = NemesisGui
  46. Frame.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  47. Frame.BorderSizePixel = 0
  48. Frame.Position = UDim2.new(0.0136029124, 0, 0.118155614, 0)
  49. Frame.Size = UDim2.new(0, 153, 0, 298)
  50.  
  51. CloseFrame.Name = "CloseFrame"
  52. CloseFrame.Parent = NemesisGui
  53. CloseFrame.BackgroundColor3 = Color3.new(0.952941, 0, 0.0156863)
  54. CloseFrame.BorderSizePixel = 0
  55. CloseFrame.Position = UDim2.new(0.942301393, 0, 0.0115273818, 0)
  56. CloseFrame.Size = UDim2.new(0, 26, 0, 26)
  57. CloseFrame.Font = Enum.Font.SourceSans
  58. CloseFrame.FontSize = Enum.FontSize.Size32
  59. CloseFrame.Text = "X"
  60. CloseFrame.TextColor3 = Color3.new(1, 1, 1)
  61. CloseFrame.TextSize = 30
  62. CloseFrame.MouseButton1Down:connect(function()
  63.     game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisGui.Visible = false
  64.     game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisOpen.Visible = true
  65. end)
  66.  
  67. Menu.Name = "Menu"
  68. Menu.Parent = NemesisGui
  69. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Menu.BackgroundTransparency = 0.89999997615814
  71. Menu.BorderSizePixel = 0
  72. Menu.Position = UDim2.new(0.0143884895, 0, 0.118155621, 0)
  73. Menu.Size = UDim2.new(0, 165, 0, 298)
  74.  
  75. Frame_2.Parent = NemesisGui
  76. Frame_2.Active = true
  77. Frame_2.Draggable = true
  78. Frame_2.BackgroundColor3 = Color3.new(0.00392157, 1, 0.117647)
  79. Frame_2.BorderSizePixel = 0
  80. Frame_2.Position = UDim2.new(0.325539559, 0, 0.118155621, 0)
  81. Frame_2.Size = UDim2.new(0, 369, 0, 298)
  82.  
  83. NemesisOpen.Name = "NemesisOpen"
  84. NemesisOpen.Parent = NemesisV1
  85. NemesisOpen.BackgroundColor3 = Color3.new(0.498039, 0.898039, 0.121569)
  86. NemesisOpen.Position = UDim2.new(0.0054744482, 0, 0.513565898, 0)
  87. NemesisOpen.Size = UDim2.new(0, 99, 0, 40)
  88. NemesisOpen.Font = Enum.Font.SourceSans
  89. NemesisOpen.FontSize = Enum.FontSize.Size14
  90. NemesisOpen.Text = "Open"
  91. NemesisOpen.TextColor3 = Color3.new(0, 0, 0)
  92. NemesisOpen.TextSize = 14
  93. NemesisOpen.MouseButton1Down:connect(function()
  94.     game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisGui.Visible = true
  95.     game.Players.LocalPlayer.PlayerGui.NemesisV1.NemesisOpen.Visible = false
  96. end)
  97.  
  98. Frame_3.Parent = NemesisOpen
  99. Frame_3.BackgroundColor3 = Color3.new(0.243137, 0.764706, 0.0980392)
  100. Frame_3.BorderSizePixel = 0
  101. Frame_3.Position = UDim2.new(0, 0, 0.850000024, 0)
  102. Frame_3.Size = UDim2.new(0, 99, 0, 6)
Add Comment
Please, Sign In to add comment