Macrosaw

Untitled

Oct 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RB_GUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local Pray = Instance.new("TextButton")
  9. local Whip = Instance.new("TextButton")
  10. local NoNo = Instance.new("TextButton")
  11. local HTF = Instance.new("TextButton")
  12. local Cooking = Instance.new("TextButton")
  13. local YouDead = Instance.new("TextButton")
  14. local Frame_2 = Instance.new("Frame")
  15. local Close = Instance.new("TextButton")
  16. --Properties:
  17. RB_GUI.Name = "RB_GUI"
  18. RB_GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Frame.Parent = RB_GUI
  21. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Frame.Position = UDim2.new(0, 0, 0.423368752, 0)
  23. Frame.Size = UDim2.new(0, 100, 0, 100)
  24. Frame.Style = Enum.FrameStyle.DropShadow
  25.  
  26. Open.Name = "Open"
  27. Open.Parent = Frame
  28. Open.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  29. Open.BackgroundTransparency = 0.20000000298023
  30. Open.Position = UDim2.new(0.0069230767, 0, 0.0270257704, 0)
  31. Open.Size = UDim2.new(0, 82, 0, 82)
  32. Open.Font = Enum.Font.SourceSans
  33. Open.Text = "Open"
  34. Open.TextColor3 = Color3.new(1, 1, 1)
  35. Open.TextSize = 14
  36. Open.MouseButton1Down:connect (function()
  37. main.Visible = true
  38. Frame.Visible = true
  39. end)
  40.  
  41. main.Name = "main"
  42. main.Parent = RB_GUI
  43. main.BackgroundColor3 = Color3.new(1, 1, 1)
  44. main.Position = UDim2.new(0.0769230798, 0, 0.423368752, 0)
  45. main.Size = UDim2.new(0, 247, 0, 100)
  46. main.Style = Enum.FrameStyle.DropShadow
  47.  
  48. Pray.Name = "Pray"
  49. Pray.Parent = main
  50. Pray.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Pray.Position = UDim2.new(0.377979755, 0, 0.319999993, 0)
  52. Pray.Size = UDim2.new(0, 84, 0, 24)
  53. Pray.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  54. Pray.Font = Enum.Font.SourceSans
  55. Pray.Text = "Pray"
  56. Pray.TextColor3 = Color3.new(0, 0, 0)
  57. Pray.TextSize = 14
  58.  
  59. Whip.Name = "Whip"
  60. Whip.Parent = main
  61. Whip.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Whip.Position = UDim2.new(0.377979755, 0, 0.049999997, 0)
  63. Whip.Size = UDim2.new(0, 84, 0, 24)
  64. Whip.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  65. Whip.Font = Enum.Font.SourceSans
  66. Whip.Text = "Whip"
  67. Whip.TextColor3 = Color3.new(0, 0, 0)
  68. Whip.TextSize = 14
  69.  
  70. NoNo.Name = "NoNo"
  71. NoNo.Parent = main
  72. NoNo.BackgroundColor3 = Color3.new(1, 1, 1)
  73. NoNo.Position = UDim2.new(0.377979755, 0, 0.629999995, 0)
  74. NoNo.Size = UDim2.new(0, 84, 0, 24)
  75. NoNo.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  76. NoNo.Font = Enum.Font.SourceSans
  77. NoNo.Text = "NoNo"
  78. NoNo.TextColor3 = Color3.new(0, 0, 0)
  79. NoNo.TextSize = 14
  80.  
  81. HTF.Name = "HTF"
  82. HTF.Parent = main
  83. HTF.BackgroundColor3 = Color3.new(1, 1, 1)
  84. HTF.Position = UDim2.new(0.00799999572, 0, 0.629999995, 0)
  85. HTF.Size = UDim2.new(0, 84, 0, 24)
  86. HTF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  87. HTF.Font = Enum.Font.SourceSans
  88. HTF.Text = "HTF"
  89. HTF.TextColor3 = Color3.new(0, 0, 0)
  90. HTF.TextSize = 14
  91.  
  92. Cooking.Name = "Cooking"
  93. Cooking.Parent = main
  94. Cooking.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Cooking.Position = UDim2.new(0.00799999572, 0, 0.329999983, 0)
  96. Cooking.Size = UDim2.new(0, 84, 0, 24)
  97. Cooking.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  98. Cooking.Font = Enum.Font.SourceSans
  99. Cooking.Text = "Cooking"
  100. Cooking.TextColor3 = Color3.new(0, 0, 0)
  101. Cooking.TextSize = 14
  102.  
  103. YouDead.Name = "You Dead"
  104. YouDead.Parent = main
  105. YouDead.BackgroundColor3 = Color3.new(1, 1, 1)
  106. YouDead.Position = UDim2.new(0.00955269951, 0, 0.0481942557, 0)
  107. YouDead.Size = UDim2.new(0, 84, 0, 24)
  108. YouDead.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  109. YouDead.Font = Enum.Font.SourceSans
  110. YouDead.Text = "You Dead"
  111. YouDead.TextColor3 = Color3.new(0, 0, 0)
  112. YouDead.TextSize = 14
  113.  
  114. Frame_2.Parent = main
  115. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Frame_2.BackgroundTransparency = 1
  117. Frame_2.Position = UDim2.new(1.39271259, 0, -0.109999999, 0)
  118. Frame_2.Size = UDim2.new(0, 100, 0, 100)
  119.  
  120. Close.Name = "Close"
  121. Close.Parent = Frame_2
  122. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Close.Position = UDim2.new(-1.50906897, 0, 0.131578162, 0)
  124. Close.Size = UDim2.new(0, 61, 0, 73)
  125. Close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  126. Close.Font = Enum.Font.SourceSans
  127. Close.Text = "Close"
  128. Close.TextColor3 = Color3.new(0, 0, 0)
  129. Close.TextSize = 14
  130. Close.MouseButton1Down:connect (function()
  131. main.Visible = true
  132. Frame.Visible = false
  133. end)
  134. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment