Advertisement
Guest User

rc7 script executor

a guest
Jul 20th, 2018
2,731
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 1
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local Login = Instance.new("Frame")
  8. local Login_2 = Instance.new("TextLabel")
  9. local Cred3 = Instance.new("TextLabel")
  10. local Cred2 = Instance.new("TextLabel")
  11. local Username = Instance.new("TextBox")
  12. local Submit = Instance.new("TextButton")
  13. local Password = Instance.new("TextBox")
  14. local Cred2_2 = Instance.new("TextLabel")
  15. local TopBar = Instance.new("ImageLabel")
  16. local Sidebar = Instance.new("ImageLabel")
  17. local x = Instance.new("TextButton")
  18. local loginfailed = Instance.new("Frame")
  19. local failed = Instance.new("ImageLabel")
  20. local ok = Instance.new("TextButton")
  21. local UI = Instance.new("Frame")
  22. local Border = Instance.new("TextLabel")
  23. local Border_2 = Instance.new("TextLabel")
  24. local Border_3 = Instance.new("TextLabel")
  25. local Open = Instance.new("TextButton")
  26. local Execute = Instance.new("TextButton")
  27. local Clear = Instance.new("TextButton")
  28. local TextField = Instance.new("TextBox")
  29. local x_2 = Instance.new("TextButton")
  30. local Sidebar_2 = Instance.new("ImageLabel")
  31. local Border_4 = Instance.new("TextLabel")
  32. local RoXploit = Instance.new("TextButton")
  33. local TextLabel = Instance.new("TextLabel")
  34. --Properties:
  35. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36.  
  37. Frame.Parent = ScreenGui
  38. Frame.BackgroundColor3 = Color3.new(1, 0.588235, 0.290196)
  39. Frame.Position = UDim2.new(0.0413026363, 0, 0.693154037, 0)
  40. Frame.Size = UDim2.new(0, 188, 0, 102)
  41.  
  42. TextButton.Parent = Frame
  43. TextButton.BackgroundColor3 = Color3.new(1, 0.760784, 0.278431)
  44. TextButton.Position = UDim2.new(0, 0, 0.901185751, 0)
  45. TextButton.Size = UDim2.new(0, 188, 0, 25)
  46. TextButton.Font = Enum.Font.SourceSans
  47. TextButton.TextColor3 = Color3.new(0, 0, 0)
  48. TextButton.TextSize = 14
  49.  
  50. Login.Name = "Login"
  51. Login.Parent = ScreenGui
  52. Login.Active = true
  53. Login.BackgroundColor3 = Color3.new(0, 0.282353, 0.415686)
  54. Login.Draggable = true
  55. Login.Position = UDim2.new(0, 400, 0, 200)
  56. Login.Size = UDim2.new(0, 343, 0, 350)
  57. Login.Visible = false
  58.  
  59. Login_2.Name = "Login"
  60. Login_2.Parent = Login
  61. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Login_2.BackgroundTransparency = 1
  63. Login_2.Position = UDim2.new(0, 73, 0, 80)
  64. Login_2.Size = UDim2.new(0, 200, 0, 50)
  65. Login_2.Font = Enum.Font.SourceSansBold
  66. Login_2.Text = "LOGIN"
  67. Login_2.TextColor3 = Color3.new(0, 0.207843, 0.298039)
  68. Login_2.TextSize = 60
  69.  
  70. Cred3.Name = "Cred3"
  71. Cred3.Parent = Login
  72. Cred3.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Cred3.BackgroundTransparency = 1
  74. Cred3.Position = UDim2.new(0, 73, 0, 310)
  75. Cred3.Size = UDim2.new(0, 200, 0, 50)
  76. Cred3.Font = Enum.Font.SourceSansBold
  77. Cred3.Text = "GFX Help: Mannequin"
  78. Cred3.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  79. Cred3.TextSize = 14
  80.  
  81. Cred2.Name = "Cred2"
  82. Cred2.Parent = Login
  83. Cred2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Cred2.BackgroundTransparency = 1
  85. Cred2.Position = UDim2.new(0, 73, 0, 270)
  86. Cred2.Size = UDim2.new(0, 200, 0, 50)
  87. Cred2.Font = Enum.Font.SourceSansBold
  88. Cred2.Text = "Lead Coder: SnakeCyclops"
  89. Cred2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  90. Cred2.TextSize = 14
  91.  
  92. Username.Name = "Username"
  93. Username.Parent = Login
  94. Username.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  95. Username.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  96. Username.BorderSizePixel = 7
  97. Username.Position = UDim2.new(0, 90, 0, 137)
  98. Username.Size = UDim2.new(0, 170, 0, 15)
  99. Username.Font = Enum.Font.SourceSansBold
  100. Username.Text = "Username"
  101. Username.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  102. Username.TextSize = 24
  103.  
  104. Submit.Name = "Submit"
  105. Submit.Parent = Login
  106. Submit.BackgroundColor3 = Color3.new(0, 0.258824, 0.364706)
  107. Submit.BorderColor3 = Color3.new(0, 0.419608, 0.584314)
  108. Submit.Position = UDim2.new(0, 123, 0, 205)
  109. Submit.Size = UDim2.new(0, 105, 0, 20)
  110. Submit.Font = Enum.Font.SourceSansBold
  111. Submit.Text = "Submit"
  112. Submit.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  113. Submit.TextSize = 14
  114.  
  115. Password.Name = "Password"
  116. Password.Parent = Login
  117. Password.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  118. Password.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  119. Password.BorderSizePixel = 7
  120. Password.Position = UDim2.new(0, 90, 0, 173)
  121. Password.Size = UDim2.new(0, 170, 0, 15)
  122. Password.Font = Enum.Font.SourceSansBold
  123. Password.Text = "Password"
  124. Password.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  125. Password.TextSize = 24
  126.  
  127. Cred2_2.Name = "Cred2"
  128. Cred2_2.Parent = Login
  129. Cred2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Cred2_2.BackgroundTransparency = 1
  131. Cred2_2.Position = UDim2.new(0, 73, 0, 290)
  132. Cred2_2.Size = UDim2.new(0, 200, 0, 50)
  133. Cred2_2.Font = Enum.Font.SourceSansBold
  134. Cred2_2.Text = "Lead GFX: KrystalTeam."
  135. Cred2_2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  136. Cred2_2.TextSize = 14
  137.  
  138. TopBar.Name = "TopBar"
  139. TopBar.Parent = Login
  140. TopBar.BackgroundColor3 = Color3.new(1, 1, 1)
  141. TopBar.Size = UDim2.new(0, 345, 0, 25)
  142. TopBar.ZIndex = 3
  143. TopBar.Image = "rbxgameasset://Images/3f54076b9b9b22aa79a756f339245b83"
  144.  
  145. Sidebar.Name = "Sidebar"
  146. Sidebar.Parent = Login
  147. Sidebar.BackgroundColor3 = Color3.new(1, 1, 1)
  148. Sidebar.Position = UDim2.new(0, 304, 0, 25)
  149. Sidebar.Size = UDim2.new(0, 40, 0, 325)
  150. Sidebar.ZIndex = 2
  151. Sidebar.Image = "rbxgameasset://Images/xds"
  152.  
  153. x.Name = "x"
  154. x.Parent = Login
  155. x.BackgroundColor3 = Color3.new(1, 1, 1)
  156. x.BackgroundTransparency = 1
  157. x.Position = UDim2.new(0, 322, 0, 0)
  158. x.Size = UDim2.new(0, 25, 0, 25)
  159. x.ZIndex = 4
  160. x.Font = Enum.Font.SourceSans
  161. x.Text = ""
  162. x.TextSize = 14
  163.  
  164. loginfailed.Name = "loginfailed"
  165. loginfailed.Parent = Login
  166. loginfailed.BackgroundColor3 = Color3.new(1, 1, 1)
  167. loginfailed.BackgroundTransparency = 1
  168. loginfailed.Position = UDim2.new(0, 80, 0, 100)
  169. loginfailed.Size = UDim2.new(0, 215, 0, 160)
  170. loginfailed.Visible = false
  171. loginfailed.ZIndex = 10
  172.  
  173. failed.Name = "failed"
  174. failed.Parent = loginfailed
  175. failed.BackgroundColor3 = Color3.new(1, 1, 1)
  176. failed.Size = UDim2.new(0, 215, 0, 160)
  177. failed.ZIndex = 5
  178. failed.Image = "rbxgameasset://Images/loginfailed"
  179.  
  180. ok.Name = "ok"
  181. ok.Parent = loginfailed
  182. ok.BackgroundColor3 = Color3.new(1, 1, 1)
  183. ok.BackgroundTransparency = 1
  184. ok.Position = UDim2.new(0, 115, 0, 120)
  185. ok.Size = UDim2.new(0, 90, 0, 30)
  186. ok.ZIndex = 5
  187. ok.Font = Enum.Font.SourceSans
  188. ok.Text = ""
  189. ok.TextSize = 14
  190.  
  191. UI.Name = "UI"
  192. UI.Parent = ScreenGui
  193. UI.Active = true
  194. UI.BackgroundColor3 = Color3.new(1, 0.286275, 0.870588)
  195. UI.Draggable = true
  196. UI.Position = UDim2.new(0, 406, 0, 195)
  197. UI.Size = UDim2.new(0, 343, 0, 350)
  198.  
  199. Border.Name = "Border"
  200. Border.Parent = UI
  201. Border.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  202. Border.Position = UDim2.new(0, 304, 0, 0)
  203. Border.Size = UDim2.new(0, -304, 0, 30)
  204. Border.Font = Enum.Font.SourceSans
  205. Border.TextSize = 14
  206.  
  207. Border_2.Name = "Border"
  208. Border_2.Parent = UI
  209. Border_2.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  210. Border_2.Position = UDim2.new(0, 10, 0, 0)
  211. Border_2.Selectable = true
  212. Border_2.Size = UDim2.new(0, -10, 0, 350)
  213. Border_2.Font = Enum.Font.SourceSans
  214. Border_2.Text = ""
  215. Border_2.TextSize = 14
  216.  
  217. Border_3.Name = "Border"
  218. Border_3.Parent = UI
  219. Border_3.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  220. Border_3.Position = UDim2.new(0, 10, 0, 350)
  221. Border_3.Selectable = true
  222. Border_3.Size = UDim2.new(0.899999976, 0, 0, -5)
  223. Border_3.Font = Enum.Font.SourceSans
  224. Border_3.TextSize = 14
  225.  
  226. Open.Name = "Open"
  227. Open.Parent = UI
  228. Open.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  229. Open.Position = UDim2.new(0, 10, 0, 270)
  230. Open.Size = UDim2.new(0, 100, 0, 25)
  231. Open.Font = Enum.Font.SourceSans
  232. Open.Text = "Open"
  233. Open.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  234. Open.TextSize = 14
  235.  
  236. Execute.Name = "Execute"
  237. Execute.Parent = UI
  238. Execute.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  239. Execute.Position = UDim2.new(0, 112, 0, 270)
  240. Execute.Size = UDim2.new(0, 100, 0, 25)
  241. Execute.Font = Enum.Font.SourceSans
  242. Execute.Text = "Execute"
  243. Execute.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  244. Execute.TextSize = 14
  245.  
  246. Clear.Name = "Clear"
  247. Clear.Parent = UI
  248. Clear.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  249. Clear.Position = UDim2.new(0, 204, 0, 270)
  250. Clear.Size = UDim2.new(0, 100, 0, 25)
  251. Clear.Font = Enum.Font.SourceSans
  252. Clear.Text = "Clear"
  253. Clear.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  254. Clear.TextSize = 14
  255.  
  256. TextField.Name = "TextField"
  257. TextField.Parent = UI
  258. TextField.BackgroundColor3 = Color3.new(1, 1, 1)
  259. TextField.BackgroundTransparency = 1
  260. TextField.Position = UDim2.new(0, 15, 0, 33)
  261. TextField.Size = UDim2.new(0, 285, 0, 233)
  262. TextField.ClearTextOnFocus = false
  263. TextField.Font = Enum.Font.SourceSans
  264. TextField.MultiLine = true
  265. TextField.Text = "print(\"Hello World!\")"
  266. TextField.TextSize = 14
  267. TextField.TextXAlignment = Enum.TextXAlignment.Left
  268. TextField.TextYAlignment = Enum.TextYAlignment.Top
  269.  
  270. x_2.Name = "x"
  271. x_2.Parent = UI
  272. x_2.BackgroundColor3 = Color3.new(1, 1, 1)
  273. x_2.BackgroundTransparency = 1
  274. x_2.Position = UDim2.new(0, 322, 0, 0)
  275. x_2.Size = UDim2.new(0, 25, 0, 25)
  276. x_2.ZIndex = 4
  277. x_2.Font = Enum.Font.SourceSans
  278. x_2.Text = ""
  279. x_2.TextSize = 14
  280.  
  281. Sidebar_2.Name = "Sidebar"
  282. Sidebar_2.Parent = UI
  283. Sidebar_2.BackgroundColor3 = Color3.new(0.239216, 0.215686, 1)
  284. Sidebar_2.Position = UDim2.new(0, 304, 0, 30)
  285. Sidebar_2.Size = UDim2.new(0, 40, 0, 312)
  286. Sidebar_2.ZIndex = 4
  287. Sidebar_2.Image = "rbxgameasset://Images/]]sddddddddddd"
  288.  
  289. Border_4.Name = "Border"
  290. Border_4.Parent = UI
  291. Border_4.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  292. Border_4.Position = UDim2.new(0, 304, 0, 0)
  293. Border_4.Size = UDim2.new(0, 40, 0, 350)
  294. Border_4.Font = Enum.Font.SourceSans
  295. Border_4.TextSize = 14
  296.  
  297. RoXploit.Name = "Ro-Xploit"
  298. RoXploit.Parent = UI
  299. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  300. RoXploit.BackgroundTransparency = 1
  301. RoXploit.Position = UDim2.new(0, 310, 0, 250)
  302. RoXploit.Size = UDim2.new(0, 25, 0, 50)
  303. RoXploit.ZIndex = 10
  304. RoXploit.Font = Enum.Font.SourceSans
  305. RoXploit.Text = ""
  306. RoXploit.TextSize = 14
  307.  
  308. TextLabel.Parent = UI
  309. TextLabel.BackgroundColor3 = Color3.new(1, 0.0901961, 0.607843)
  310. TextLabel.Size = UDim2.new(0, 343, 0, 30)
  311. TextLabel.Font = Enum.Font.SourceSans
  312. TextLabel.Text = "Webhacks"
  313. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  314. TextLabel.TextSize = 14
  315. -- Scripts:
  316. function SCRIPT_ICQK79_FAKESCRIPT() -- Submit.Script
  317. getfenv().script = Instance.new('Script', Submit)
  318.  
  319. --Made by Internal, Edited by sigma --
  320.  
  321. Host = script.Parent.Parent.Parent.Parent --DO NOT EDIT
  322.  
  323. Main = Host.RC7.Login --DO NOT EDIT
  324.  
  325. Enforce = Main.Submit --DO NOT EDIT
  326.  
  327. Client = Main.Username --DO NOT EDIT
  328.  
  329. Client2 = Main.Password -- DO NOT EDIT
  330.  
  331. w0rd = 1 -- Time it takes to change text
  332. function Passw0rdChecker()
  333. if Client.Text == "RC7" and Client2.Text == "RC7" then --The passw0rd is Roblox change it to what you want
  334. Main.Parent:FindFirstChild("UI").Visible = true
  335. script.Parent.Parent.Visible = false
  336. else
  337. Main:FindFirstChild("loginfailed").Visible = true
  338. end
  339. end
  340.  
  341. Enforce.MouseButton1Down:connect(Passw0rdChecker)
  342.  
  343. end
  344. coroutine.resume(coroutine.create(SCRIPT_ICQK79_FAKESCRIPT))
  345. function SCRIPT_LILH87_FAKESCRIPT() -- Login.Close
  346. getfenv().script = Instance.new('Script', Login)
  347.  
  348. script.Parent:FindFirstChild("x").MouseButton1Down:connect(function()
  349. script.Parent.Visible = false
  350. end)
  351.  
  352. end
  353. coroutine.resume(coroutine.create(SCRIPT_LILH87_FAKESCRIPT))
  354. function SCRIPT_VMXO90_FAKESCRIPT() -- ok.ok
  355. getfenv().script = Instance.new('Script', ok)
  356.  
  357. script.Parent.MouseButton1Down:connect(function()
  358. script.Parent.Parent.Visible = false
  359. end)
  360.  
  361. end
  362. coroutine.resume(coroutine.create(SCRIPT_VMXO90_FAKESCRIPT))
  363. function SCRIPT_MSRW71_FAKESCRIPT() -- UI.Source
  364. getfenv().script = Instance.new('Script', UI)
  365.  
  366. script.Parent:FindFirstChild("Execute").MouseButton1Down:connect(function()
  367. loadstring(script.Parent:FindFirstChild("TextField").Text)()
  368. end)
  369.  
  370. script.Parent:FindFirstChild("Clear").MouseButton1Down:connect(function()
  371. script.Parent:FindFirstChild("TextField").Text = ""
  372. end)
  373.  
  374. script.Parent:FindFirstChild("Open").MouseButton1Down:connect(function()
  375. warn("A player attempted to use the Open button, the feature is not implemented yet!")
  376. end)
  377.  
  378. script.Parent:FindFirstChild("Ro-Xploit").MouseButton1Down:connect(function()
  379. game:GetObjects("rbxassetid://364364477")[1].Source()
  380. end)
  381.  
  382. end
  383. coroutine.resume(coroutine.create(SCRIPT_MSRW71_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement