Advertisement
Guest User

RC7

a guest
Nov 11th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. -- ScriptDetect
  2.  
  3. -- Instances:
  4.  
  5. local RC7 = Instance.new("ScreenGui")
  6. local RC7Frame = Instance.new("Frame")
  7. local code = Instance.new("TextBox")
  8. local console = Instance.new("TextLabel")
  9. local C = Instance.new("TextLabel")
  10. local R = Instance.new("TextLabel")
  11. local _7 = Instance.new("TextLabel")
  12. local exit = Instance.new("TextButton")
  13. local minimize = Instance.new("TextButton")
  14. local inject = Instance.new("TextButton")
  15. local execute = Instance.new("TextButton")
  16. local clear = Instance.new("TextButton")
  17. local TextLabel = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. RC7.Name = "RC7"
  22. RC7.Parent = game.CoreGui
  23. RC7.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. RC7Frame.Name = "RC7Frame"
  26. RC7Frame.Parent = RC7
  27. RC7Frame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  28. RC7Frame.BorderSizePixel = 0
  29. RC7Frame.Position = UDim2.new(0.193452388, 0, 0.106090367, 0)
  30. RC7Frame.Size = UDim2.new(0, 326, 0, 394)
  31.  
  32. code.Name = "code"
  33. code.Parent = RC7Frame
  34. code.BackgroundColor3 = Color3.new(1, 1, 1)
  35. code.Position = UDim2.new(0.0346184187, 0, 0.0429764949, 0)
  36. code.Size = UDim2.new(0, 256, 0, 241)
  37. code.Font = Enum.Font.SourceSans
  38. code.Text = ""
  39. code.TextColor3 = Color3.new(0, 0, 0)
  40. code.TextSize = 14
  41. code.TextWrapped = true
  42. code.TextXAlignment = Enum.TextXAlignment.Left
  43. code.TextYAlignment = Enum.TextYAlignment.Top
  44.  
  45. console.Name = "console"
  46. console.Parent = RC7Frame
  47. console.BackgroundColor3 = Color3.new(1, 1, 1)
  48. console.Position = UDim2.new(0.0323305018, 0, 0.7973364, 0)
  49. console.Size = UDim2.new(0, 257, 0, 71)
  50. console.Font = Enum.Font.GothamBlack
  51. console.Text = "UI By ScriptDetect"
  52. console.TextColor3 = Color3.new(0, 0, 0)
  53. console.TextScaled = true
  54. console.TextSize = 14
  55. console.TextWrapped = true
  56.  
  57. C.Name = "C"
  58. C.Parent = RC7Frame
  59. C.BackgroundColor3 = Color3.new(1, 1, 1)
  60. C.BackgroundTransparency = 1
  61. C.Position = UDim2.new(0.842828512, 0, 0.106339708, 0)
  62. C.Size = UDim2.new(0, 51, 0, 80)
  63. C.Font = Enum.Font.Antique
  64. C.Text = "C"
  65. C.TextColor3 = Color3.new(0, 0.666667, 1)
  66. C.TextScaled = true
  67. C.TextSize = 14
  68. C.TextWrapped = true
  69.  
  70. R.Name = "R"
  71. R.Parent = RC7Frame
  72. R.BackgroundColor3 = Color3.new(1, 1, 1)
  73. R.BackgroundTransparency = 1
  74. R.Position = UDim2.new(0.848963499, 0, -0.00253804214, 0)
  75. R.Size = UDim2.new(0, 51, 0, 80)
  76. R.Font = Enum.Font.Antique
  77. R.Text = "R"
  78. R.TextColor3 = Color3.new(0, 0.666667, 1)
  79. R.TextScaled = true
  80. R.TextSize = 14
  81. R.TextWrapped = true
  82.  
  83. _7.Name = "7"
  84. _7.Parent = RC7Frame
  85. _7.BackgroundColor3 = Color3.new(1, 1, 1)
  86. _7.BackgroundTransparency = 1
  87. _7.Position = UDim2.new(0.842828512, 0, 0.179520741, 0)
  88. _7.Size = UDim2.new(0, 51, 0, 80)
  89. _7.Font = Enum.Font.Antique
  90. _7.Text = "7"
  91. _7.TextColor3 = Color3.new(0, 0.666667, 1)
  92. _7.TextScaled = true
  93. _7.TextSize = 14
  94. _7.TextWrapped = true
  95.  
  96. exit.Name = "exit"
  97. exit.Parent = RC7Frame
  98. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  99. exit.BackgroundTransparency = 1
  100. exit.Position = UDim2.new(0.954301059, 0, -2.98023224e-08, 0)
  101. exit.Size = UDim2.new(0, 17, 0, 19)
  102. exit.Font = Enum.Font.GothamBlack
  103. exit.Text = "X"
  104. exit.TextColor3 = Color3.new(1, 1, 1)
  105. exit.TextScaled = true
  106. exit.TextSize = 14
  107. exit.TextWrapped = true
  108.  
  109. minimize.Name = "minimize"
  110. minimize.Parent = RC7Frame
  111. minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  112. minimize.BackgroundTransparency = 1
  113. minimize.Position = UDim2.new(0.895161271, 0, -0.00253810082, 0)
  114. minimize.Size = UDim2.new(0, 17, 0, 19)
  115. minimize.Font = Enum.Font.GothamBlack
  116. minimize.Text = "-"
  117. minimize.TextColor3 = Color3.new(1, 1, 1)
  118. minimize.TextScaled = true
  119. minimize.TextSize = 14
  120. minimize.TextWrapped = true
  121.  
  122. inject.Name = "inject"
  123. inject.Parent = RC7Frame
  124. inject.BackgroundColor3 = Color3.new(1, 1, 1)
  125. inject.Position = UDim2.new(0.0322580636, 0, 0.67005074, 0)
  126. inject.Size = UDim2.new(0, 67, 0, 43)
  127. inject.Font = Enum.Font.GothamBlack
  128. inject.Text = "Inject"
  129. inject.TextColor3 = Color3.new(0, 0, 0)
  130. inject.TextSize = 14
  131.  
  132. execute.Name = "execute"
  133. execute.Parent = RC7Frame
  134. execute.BackgroundColor3 = Color3.new(1, 1, 1)
  135. execute.Position = UDim2.new(0.324444234, 0, 0.67005074, 0)
  136. execute.Size = UDim2.new(0, 67, 0, 43)
  137. execute.Font = Enum.Font.GothamBlack
  138. execute.Text = "Execute"
  139. execute.TextColor3 = Color3.new(0, 0, 0)
  140. execute.TextSize = 14
  141.  
  142. clear.Name = "clear"
  143. clear.Parent = RC7Frame
  144. clear.BackgroundColor3 = Color3.new(1, 1, 1)
  145. clear.Position = UDim2.new(0.611686945, 0, 0.67005074, 0)
  146. clear.Size = UDim2.new(0, 67, 0, 43)
  147. clear.Font = Enum.Font.GothamBlack
  148. clear.Text = "Clear"
  149. clear.TextColor3 = Color3.new(0, 0, 0)
  150. clear.TextSize = 14
  151.  
  152. TextLabel.Parent = RC7Frame
  153. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel.Position = UDim2.new(0.996202707, 0, 0.67005074, 0)
  155. TextLabel.Size = UDim2.new(0, 91, 0, 50)
  156. TextLabel.Font = Enum.Font.GothamBlack
  157. TextLabel.Text = "Thanks For Using!"
  158. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel.TextScaled = true
  160. TextLabel.TextSize = 14
  161. TextLabel.TextWrapped = true
  162.  
  163. -- Scripts:
  164. execute.MouseButton1Down:connect(function()
  165. loadstring(code.Text)
  166. end)
  167. clear.MouseButton1Down:connect(function()
  168. code.Text = ("")
  169. end)
  170. inject.MouseButton1Down:connect(function()
  171. console.Text = ("Injecting")
  172. console.TextColor3 = Color3.new(0, 446, 0, 50)
  173. wait(2)
  174. console.Text = ("Injected")
  175. console.TextColor3 = Color3.new(0, 446, 0, 50)
  176. wait(2)
  177. console.Text = ("Ready To Use")
  178. console.TextColor3 = Color3.new(0, 446, 0, 50)
  179. end)
  180. minimize.MouseButton1Down:connect(function()
  181. RC7Frame.Visible = false
  182. end)
  183. exit.MouseButton1Down:connect(function()
  184. RC7Frame.Visible = false
  185. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement