Advertisement
newtmannewt

Rare2

Jun 9th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.09 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local Localhack = Instance.new("ScreenGui")
  7. local Loginframe = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Login = Instance.new("TextButton")
  10. local User = Instance.new("TextBox")
  11. local Pass = Instance.new("TextBox")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Userid = Instance.new("TextBox")
  14. local MainFrame = Instance.new("Frame")
  15. local Frame_2 = Instance.new("Frame")
  16. local Tite = Instance.new("TextLabel")
  17. local Close = Instance.new("TextButton")
  18. local ScriptHub = Instance.new("TextButton")
  19. local ScriptHub2 = Instance.new("TextButton")
  20. local Fecheck = Instance.new("TextButton")
  21. local Executor = Instance.new("TextButton")
  22. local ScriptHubframe = Instance.new("Frame")
  23. local Frame_3 = Instance.new("Frame")
  24. local demonn = Instance.new("TextButton")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local BackButton = Instance.new("TextButton")
  27. local BlazingHeartSword = Instance.new("TextButton")
  28. local DeathNote = Instance.new("TextButton")
  29. local DeathStarOP = Instance.new("TextButton")
  30. local GoldenGun = Instance.new("TextButton")
  31. local HellsDoor = Instance.new("TextButton")
  32. local OpenFrame = Instance.new("Frame")
  33. local pokeme = Instance.new("TextButton")
  34. local Executor_2 = Instance.new("Frame")
  35. local ScrollingFrame = Instance.new("ScrollingFrame")
  36. local input = Instance.new("TextBox")
  37. local buttonback = Instance.new("TextButton")
  38. local clearbut = Instance.new("TextButton")
  39. local executebut = Instance.new("TextButton")
  40. local hidebut = Instance.new("TextButton")
  41. local Hideframe = Instance.new("Frame")
  42. local Open2 = Instance.new("TextButton")
  43.  
  44. -- Properties
  45.  
  46. Localhack.Name = "Local hack"
  47. Localhack.Parent = game.CoreGui
  48.  
  49. Loginframe.Name = "Login frame"
  50. Loginframe.Parent = Localhack
  51. Loginframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  52. Loginframe.BorderSizePixel = 0
  53. Loginframe.Position = UDim2.new(0.0170212761, 0, 0.374125868, 0)
  54. Loginframe.Size = UDim2.new(0, 368, 0, 493)
  55. Loginframe.Active = true
  56. Loginframe.Draggable = true
  57.  
  58. Frame.Parent = Loginframe
  59. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  60. Frame.BorderSizePixel = 0
  61. Frame.Size = UDim2.new(0, 368, 0, 48)
  62.  
  63. Login.Name = "Login"
  64. Login.Parent = Loginframe
  65. Login.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  66. Login.BorderColor3 = Color3.new(0, 0, 0)
  67. Login.BorderSizePixel = 5
  68. Login.Position = UDim2.new(0.209302321, 0, 0.813211799, 0)
  69. Login.Size = UDim2.new(0, 200, 0, 50)
  70. Login.Font = Enum.Font.SourceSans
  71. Login.Text = "Login"
  72. Login.TextColor3 = Color3.new(0.698039, 0.701961, 0.701961)
  73. Login.TextScaled = true
  74. Login.TextSize = 14
  75. Login.TextWrapped = true
  76.  
  77. User.Name = "User"
  78. User.Parent = Loginframe
  79. User.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  80. User.BorderColor3 = Color3.new(0, 0, 0)
  81. User.BorderSizePixel = 5
  82. User.Position = UDim2.new(0.153880179, 0, 0.168153703, 0)
  83. User.Size = UDim2.new(0, 240, 0, 50)
  84. User.Font = Enum.Font.SourceSans
  85. User.Text = "Username"
  86. User.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  87. User.TextScaled = true
  88. User.TextSize = 14
  89. User.TextWrapped = true
  90.  
  91. Pass.Name = "Pass"
  92. Pass.Parent = Loginframe
  93. Pass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  94. Pass.BorderColor3 = Color3.new(0, 0, 0)
  95. Pass.BorderSizePixel = 5
  96. Pass.Position = UDim2.new(0.153880179, 0, 0.386703134, 0)
  97. Pass.Size = UDim2.new(0, 240, 0, 50)
  98. Pass.Font = Enum.Font.SourceSans
  99. Pass.Text = "Password"
  100. Pass.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  101. Pass.TextScaled = true
  102. Pass.TextSize = 14
  103. Pass.TextWrapped = true
  104.  
  105. TextLabel.Parent = Loginframe
  106. TextLabel.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  107. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  108. TextLabel.BorderSizePixel = 0
  109. TextLabel.Position = UDim2.new(0.209302321, 0, 0, 0)
  110. TextLabel.Size = UDim2.new(0, 200, 0, 48)
  111. TextLabel.Font = Enum.Font.SourceSans
  112. TextLabel.Text = "Your sister mister v1.6"
  113. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  114. TextLabel.TextScaled = true
  115. TextLabel.TextSize = 14
  116. TextLabel.TextWrapped = true
  117.  
  118. Userid.Name = "User id"
  119. Userid.Parent = Loginframe
  120. Userid.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  121. Userid.BorderColor3 = Color3.new(0, 0, 0)
  122. Userid.BorderSizePixel = 5
  123. Userid.Position = UDim2.new(0.153880179, 0, 0.599684834, 0)
  124. Userid.Size = UDim2.new(0, 240, 0, 50)
  125. Userid.Font = Enum.Font.SourceSans
  126. Userid.Text = "Roblox Id"
  127. Userid.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  128. Userid.TextScaled = true
  129. Userid.TextSize = 14
  130. Userid.TextWrapped = true
  131.  
  132. MainFrame.Name = "Main Frame"
  133. MainFrame.Parent = Localhack
  134. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  135. MainFrame.Position = UDim2.new(0.239817649, 0, 0.0582750514, 0)
  136. MainFrame.Size = UDim2.new(0, 664, 0, 504)
  137. MainFrame.Visible = false
  138. MainFrame.Active = true
  139. MainFrame.Draggable = true
  140.  
  141. Frame_2.Parent = MainFrame
  142. Frame_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  143. Frame_2.BorderSizePixel = 0
  144. Frame_2.Size = UDim2.new(0, 664, 0, 52)
  145.  
  146. Tite.Name = "Tite"
  147. Tite.Parent = MainFrame
  148. Tite.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Tite.BackgroundTransparency = 5
  150. Tite.BorderSizePixel = 0
  151. Tite.Size = UDim2.new(0, 191, 0, 52)
  152. Tite.Font = Enum.Font.Garamond
  153. Tite.Text = "Your Sister Mister Hub"
  154. Tite.TextColor3 = Color3.new(1, 1, 1)
  155. Tite.TextScaled = true
  156. Tite.TextSize = 14
  157. Tite.TextWrapped = true
  158.  
  159. Close.Name = "Close"
  160. Close.Parent = MainFrame
  161. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  162. Close.BackgroundTransparency = 5
  163. Close.BorderSizePixel = 0
  164. Close.Position = UDim2.new(0.914156616, 0, 0, 0)
  165. Close.Size = UDim2.new(0, 57, 0, 52)
  166. Close.Font = Enum.Font.SourceSans
  167. Close.Text = "X"
  168. Close.TextColor3 = Color3.new(1, 1, 1)
  169. Close.TextScaled = true
  170. Close.TextSize = 14
  171. Close.TextWrapped = true
  172.  
  173. ScriptHub.Name = "Script Hub"
  174. ScriptHub.Parent = MainFrame
  175. ScriptHub.BackgroundColor3 = Color3.new(1, 1, 1)
  176. ScriptHub.BackgroundTransparency = 0.69999998807907
  177. ScriptHub.BorderColor3 = Color3.new(0, 0, 0)
  178. ScriptHub.BorderSizePixel = 5
  179. ScriptHub.Position = UDim2.new(0.04066265, 0, 0.136904761, 0)
  180. ScriptHub.Size = UDim2.new(0, 201, 0, 143)
  181. ScriptHub.Font = Enum.Font.Garamond
  182. ScriptHub.Text = "Script hub 1 (GUNS AND OP SHIT)"
  183. ScriptHub.TextColor3 = Color3.new(1, 1, 1)
  184. ScriptHub.TextScaled = true
  185. ScriptHub.TextSize = 14
  186. ScriptHub.TextWrapped = true
  187.  
  188. ScriptHub2.Name = "Script Hub 2"
  189. ScriptHub2.Parent = MainFrame
  190. ScriptHub2.BackgroundColor3 = Color3.new(1, 1, 1)
  191. ScriptHub2.BackgroundTransparency = 0.69999998807907
  192. ScriptHub2.BorderColor3 = Color3.new(0, 0, 0)
  193. ScriptHub2.BorderSizePixel = 5
  194. ScriptHub2.Position = UDim2.new(0.04066265, 0, 0.533730149, 0)
  195. ScriptHub2.Size = UDim2.new(0, 201, 0, 143)
  196. ScriptHub2.Font = Enum.Font.Garamond
  197. ScriptHub2.Text = "Script hub 2"
  198. ScriptHub2.TextColor3 = Color3.new(1, 1, 1)
  199. ScriptHub2.TextScaled = true
  200. ScriptHub2.TextSize = 14
  201. ScriptHub2.TextWrapped = true
  202.  
  203. Fecheck.Name = "Fe check"
  204. Fecheck.Parent = MainFrame
  205. Fecheck.BackgroundColor3 = Color3.new(1, 1, 1)
  206. Fecheck.BackgroundTransparency = 0.69999998807907
  207. Fecheck.BorderColor3 = Color3.new(0, 0, 0)
  208. Fecheck.BorderSizePixel = 5
  209. Fecheck.Position = UDim2.new(0.0406626463, 0, 0.863095224, 0)
  210. Fecheck.Size = UDim2.new(0, 201, 0, 52)
  211. Fecheck.Font = Enum.Font.Garamond
  212. Fecheck.Text = "Fe check"
  213. Fecheck.TextColor3 = Color3.new(1, 1, 1)
  214. Fecheck.TextScaled = true
  215. Fecheck.TextSize = 14
  216. Fecheck.TextWrapped = true
  217.  
  218. Executor.Name = "Executor"
  219. Executor.Parent = MainFrame
  220. Executor.BackgroundColor3 = Color3.new(1, 1, 1)
  221. Executor.BackgroundTransparency = 0.69999998807907
  222. Executor.BorderColor3 = Color3.new(0, 0, 0)
  223. Executor.BorderSizePixel = 5
  224. Executor.Position = UDim2.new(0.430722892, 0, 0.136904746, 0)
  225. Executor.Size = UDim2.new(0, 201, 0, 143)
  226. Executor.Font = Enum.Font.Garamond
  227. Executor.Text = "Script executor"
  228. Executor.TextColor3 = Color3.new(1, 1, 1)
  229. Executor.TextScaled = true
  230. Executor.TextSize = 14
  231. Executor.TextWrapped = true
  232.  
  233. ScriptHubframe.Name = "Script Hub frame"
  234. ScriptHubframe.Parent = Localhack
  235. ScriptHubframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  236. ScriptHubframe.BorderSizePixel = 0
  237. ScriptHubframe.Position = UDim2.new(0.641945302, 0, 0.216783226, 0)
  238. ScriptHubframe.Size = UDim2.new(0, 397, 0, 538)
  239. ScriptHubframe.Visible = false
  240. ScriptHubframe.Active = true
  241. ScriptHubframe.Draggable = true
  242.  
  243. Frame_3.Parent = ScriptHubframe
  244. Frame_3.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  245. Frame_3.BorderSizePixel = 0
  246. Frame_3.Size = UDim2.new(0, 397, 0, 32)
  247.  
  248. demonn.Name = "demonn"
  249. demonn.Parent = ScriptHubframe
  250. demonn.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  251. demonn.BorderColor3 = Color3.new(0, 0, 0)
  252. demonn.BorderSizePixel = 5
  253. demonn.Position = UDim2.new(0.249370277, 0, 0.193308562, 0)
  254. demonn.Size = UDim2.new(0, 200, 0, 53)
  255. demonn.Font = Enum.Font.SourceSans
  256. demonn.Text = "demonn"
  257. demonn.TextColor3 = Color3.new(1, 1, 1)
  258. demonn.TextScaled = true
  259. demonn.TextSize = 14
  260. demonn.TextWrapped = true
  261.  
  262. TextLabel_2.Parent = ScriptHubframe
  263. TextLabel_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  264. TextLabel_2.BorderSizePixel = 0
  265. TextLabel_2.Position = UDim2.new(0.249370277, 0, 0, 0)
  266. TextLabel_2.Size = UDim2.new(0, 200, 0, 32)
  267. TextLabel_2.Font = Enum.Font.SourceSans
  268. TextLabel_2.Text = "Scripts"
  269. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  270. TextLabel_2.TextScaled = true
  271. TextLabel_2.TextSize = 14
  272. TextLabel_2.TextWrapped = true
  273.  
  274. BackButton.Name = "Back Button"
  275. BackButton.Parent = ScriptHubframe
  276. BackButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  277. BackButton.BorderColor3 = Color3.new(0, 0, 0)
  278. BackButton.BorderSizePixel = 5
  279. BackButton.Position = UDim2.new(0.01511335, 0, 0.072490707, 0)
  280. BackButton.Size = UDim2.new(0, 93, 0, 25)
  281. BackButton.Font = Enum.Font.SourceSans
  282. BackButton.Text = "Back"
  283. BackButton.TextColor3 = Color3.new(1, 1, 1)
  284. BackButton.TextScaled = true
  285. BackButton.TextSize = 14
  286. BackButton.TextWrapped = true
  287.  
  288. BlazingHeartSword.Name = "Blazing Heart Sword"
  289. BlazingHeartSword.Parent = ScriptHubframe
  290. BlazingHeartSword.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  291. BlazingHeartSword.BorderColor3 = Color3.new(0, 0, 0)
  292. BlazingHeartSword.BorderSizePixel = 5
  293. BlazingHeartSword.Position = UDim2.new(0.249370277, 0, 0.32713756, 0)
  294. BlazingHeartSword.Size = UDim2.new(0, 200, 0, 53)
  295. BlazingHeartSword.Font = Enum.Font.SourceSans
  296. BlazingHeartSword.Text = "Blazing Heart Sword"
  297. BlazingHeartSword.TextColor3 = Color3.new(1, 1, 1)
  298. BlazingHeartSword.TextScaled = true
  299. BlazingHeartSword.TextSize = 14
  300. BlazingHeartSword.TextWrapped = true
  301.  
  302. DeathNote.Name = "Death Note"
  303. DeathNote.Parent = ScriptHubframe
  304. DeathNote.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  305. DeathNote.BorderColor3 = Color3.new(0, 0, 0)
  306. DeathNote.BorderSizePixel = 5
  307. DeathNote.Position = UDim2.new(0.249370277, 0, 0.458178431, 0)
  308. DeathNote.Size = UDim2.new(0, 200, 0, 53)
  309. DeathNote.Font = Enum.Font.SourceSans
  310. DeathNote.Text = "Death Note"
  311. DeathNote.TextColor3 = Color3.new(1, 1, 1)
  312. DeathNote.TextScaled = true
  313. DeathNote.TextSize = 14
  314. DeathNote.TextWrapped = true
  315.  
  316. DeathStarOP.Name = "Death Star [OP]"
  317. DeathStarOP.Parent = ScriptHubframe
  318. DeathStarOP.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  319. DeathStarOP.BorderColor3 = Color3.new(0, 0, 0)
  320. DeathStarOP.BorderSizePixel = 5
  321. DeathStarOP.Position = UDim2.new(0.249370277, 0, 0.597583652, 0)
  322. DeathStarOP.Size = UDim2.new(0, 200, 0, 53)
  323. DeathStarOP.Font = Enum.Font.SourceSans
  324. DeathStarOP.Text = "Death Star [OP]"
  325. DeathStarOP.TextColor3 = Color3.new(1, 1, 1)
  326. DeathStarOP.TextScaled = true
  327. DeathStarOP.TextSize = 14
  328. DeathStarOP.TextWrapped = true
  329.  
  330. GoldenGun.Name = "Golden Gun"
  331. GoldenGun.Parent = ScriptHubframe
  332. GoldenGun.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  333. GoldenGun.BorderColor3 = Color3.new(0, 0, 0)
  334. GoldenGun.BorderSizePixel = 5
  335. GoldenGun.Position = UDim2.new(0.249370277, 0, 0.727695167, 0)
  336. GoldenGun.Size = UDim2.new(0, 200, 0, 53)
  337. GoldenGun.Font = Enum.Font.SourceSans
  338. GoldenGun.Text = "Golden Gun"
  339. GoldenGun.TextColor3 = Color3.new(1, 1, 1)
  340. GoldenGun.TextScaled = true
  341. GoldenGun.TextSize = 14
  342. GoldenGun.TextWrapped = true
  343.  
  344. HellsDoor.Name = "Hells Door"
  345. HellsDoor.Parent = ScriptHubframe
  346. HellsDoor.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  347. HellsDoor.BorderColor3 = Color3.new(0, 0, 0)
  348. HellsDoor.BorderSizePixel = 5
  349. HellsDoor.Position = UDim2.new(0.249370277, 0, 0.867100358, 0)
  350. HellsDoor.Size = UDim2.new(0, 200, 0, 53)
  351. HellsDoor.Font = Enum.Font.SourceSans
  352. HellsDoor.Text = "Hells Door"
  353. HellsDoor.TextColor3 = Color3.new(1, 1, 1)
  354. HellsDoor.TextScaled = true
  355. HellsDoor.TextSize = 14
  356. HellsDoor.TextWrapped = true
  357.  
  358. OpenFrame.Name = "Open Frame"
  359. OpenFrame.Parent = Localhack
  360. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  361. OpenFrame.Position = UDim2.new(0.922188461, 0, 0.960372984, 0)
  362. OpenFrame.Size = UDim2.new(0, 128, 0, 34)
  363. OpenFrame.Visible = false
  364.  
  365. pokeme.Name = "pokeme"
  366. pokeme.Parent = OpenFrame
  367. pokeme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  368. pokeme.BorderColor3 = Color3.new(0, 0, 0)
  369. pokeme.BorderSizePixel = 0
  370. pokeme.Size = UDim2.new(0, 128, 0, 34)
  371. pokeme.Font = Enum.Font.SourceSans
  372. pokeme.Text = "Open"
  373. pokeme.TextColor3 = Color3.new(1, 1, 1)
  374. pokeme.TextScaled = true
  375. pokeme.TextSize = 14
  376. pokeme.TextWrapped = true
  377.  
  378. Executor_2.Name = "Executor"
  379. Executor_2.Parent = Localhack
  380. Executor_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  381. Executor_2.BorderColor3 = Color3.new(0, 0, 0)
  382. Executor_2.BorderSizePixel = 4
  383. Executor_2.Position = UDim2.new(0.299696058, 0, 0.166083932, 0)
  384. Executor_2.Size = UDim2.new(0, 795, 0, 573)
  385. Executor_2.Visible = false
  386. Executor_2.Active = true
  387. Executor_2.Draggable = true
  388.  
  389. ScrollingFrame.Parent = Executor_2
  390. ScrollingFrame.BackgroundColor3 = Color3.new(0.552941, 0.552941, 0.552941)
  391. ScrollingFrame.Position = UDim2.new(0, 0, -0.00349040143, 0)
  392. ScrollingFrame.Size = UDim2.new(0, 795, 0, 448)
  393. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  394.  
  395. input.Name = "input"
  396. input.Parent = ScrollingFrame
  397. input.BackgroundColor3 = Color3.new(1, 1, 1)
  398. input.BackgroundTransparency = 1
  399. input.BorderSizePixel = 0
  400. input.Size = UDim2.new(0, 779, 0, 9991000)
  401. input.Font = Enum.Font.SourceSans
  402. input.Text = "--Script here"
  403. input.TextColor3 = Color3.new(0.996078, 1, 0.992157)
  404. input.TextSize = 40
  405. input.TextXAlignment = Enum.TextXAlignment.Left
  406. input.TextYAlignment = Enum.TextYAlignment.Top
  407.  
  408. buttonback.Name = "button back"
  409. buttonback.Parent = Executor_2
  410. buttonback.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  411. buttonback.BackgroundTransparency = 0.40000000596046
  412. buttonback.BorderColor3 = Color3.new(0, 0, 0)
  413. buttonback.BorderSizePixel = 5
  414. buttonback.Position = UDim2.new(0.0138539048, 0, 0.836236894, 0)
  415. buttonback.Size = UDim2.new(0, 106, 0, 77)
  416. buttonback.Font = Enum.Font.SourceSans
  417. buttonback.Text = "Back"
  418. buttonback.TextColor3 = Color3.new(0, 0, 0)
  419. buttonback.TextScaled = true
  420. buttonback.TextSize = 14
  421. buttonback.TextWrapped = true
  422.  
  423. clearbut.Name = "clearbut"
  424. clearbut.Parent = Executor_2
  425. clearbut.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  426. clearbut.BorderColor3 = Color3.new(0, 0, 0)
  427. clearbut.BorderSizePixel = 5
  428. clearbut.Position = UDim2.new(0.202770784, 0, 0.836236954, 0)
  429. clearbut.Size = UDim2.new(0, 171, 0, 77)
  430. clearbut.Font = Enum.Font.SourceSans
  431. clearbut.Text = "Clear"
  432. clearbut.TextColor3 = Color3.new(1, 1, 1)
  433. clearbut.TextScaled = true
  434. clearbut.TextSize = 14
  435. clearbut.TextWrapped = true
  436.  
  437. executebut.Name = "executebut"
  438. executebut.Parent = Executor_2
  439. executebut.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  440. executebut.BorderColor3 = Color3.new(0, 0, 0)
  441. executebut.BorderSizePixel = 5
  442. executebut.Position = UDim2.new(0.482367754, 0, 0.836236954, 0)
  443. executebut.Size = UDim2.new(0, 171, 0, 77)
  444. executebut.Font = Enum.Font.SourceSans
  445. executebut.Text = "Execute"
  446. executebut.TextColor3 = Color3.new(1, 1, 1)
  447. executebut.TextScaled = true
  448. executebut.TextSize = 14
  449. executebut.TextWrapped = true
  450.  
  451. hidebut.Name = "hidebut"
  452. hidebut.Parent = Executor_2
  453. hidebut.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  454. hidebut.BorderColor3 = Color3.new(0, 0, 0)
  455. hidebut.BorderSizePixel = 5
  456. hidebut.Position = UDim2.new(0.759445846, 0, 0.836236954, 0)
  457. hidebut.Size = UDim2.new(0, 171, 0, 77)
  458. hidebut.Font = Enum.Font.SourceSans
  459. hidebut.Text = "Hide"
  460. hidebut.TextColor3 = Color3.new(1, 1, 1)
  461. hidebut.TextScaled = true
  462. hidebut.TextSize = 14
  463. hidebut.TextWrapped = true
  464.  
  465. Hideframe.Name = "Hideframe"
  466. Hideframe.Parent = Localhack
  467. Hideframe.BackgroundColor3 = Color3.new(1, 1, 1)
  468. Hideframe.Position = UDim2.new(0.910030425, 0, 0.00815850776, 0)
  469. Hideframe.Size = UDim2.new(0, 140, 0, 41)
  470. Hideframe.Visible = false
  471.  
  472. Open2.Name = "Open 2"
  473. Open2.Parent = Hideframe
  474. Open2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  475. Open2.BorderColor3 = Color3.new(0, 0, 0)
  476. Open2.BorderSizePixel = 4
  477. Open2.Position = UDim2.new(0, 0, 0.073170729, 0)
  478. Open2.Size = UDim2.new(0, 140, 0, 38)
  479. Open2.Font = Enum.Font.SourceSans
  480. Open2.Text = "Open executor"
  481. Open2.TextColor3 = Color3.new(1, 1, 1)
  482. Open2.TextScaled = true
  483. Open2.TextSize = 14
  484. Open2.TextStrokeColor3 = Color3.new(1, 1, 1)
  485. Open2.TextWrapped = true
  486.  
  487. -- Scripts
  488. Login.MouseButton1Down:connect(function()
  489. if User.Text == "aSDncxSAD" and Pass.Text == "Yougay" and Userid.Text == "84377938" then
  490. MainFrame.Visible = true
  491. Loginframe.Visible= false
  492. ScriptHubframe.Visible = false
  493. end
  494. end)
  495.  
  496. Login.MouseButton1Down:connect(function()
  497. if User.Text == "IREDCOMBO" and Pass.Text == "Mormoreva1" and Userid.Text == "51913308" then
  498. MainFrame.Visible = true
  499. Loginframe.Visible= false
  500. ScriptHubframe.Visible = false
  501. end
  502. end)
  503.  
  504. Login.MouseButton1Down:connect(function()
  505. if User.Text == "tonycrite" and Pass.Text == "fireking" and Userid.Text == "19370547" then
  506. MainFrame.Visible = true
  507. Loginframe.Visible= false
  508. ScriptHubframe.Visible = false
  509. end
  510. end)
  511.  
  512.  
  513. ScriptHub.MouseButton1Down:connect(function()
  514. ScriptHubframe.Visible = true
  515. MainFrame.Visible = false
  516. end)
  517.  
  518. BackButton.MouseButton1Down:connect(function()
  519. ScriptHubframe.Visible = false
  520. MainFrame.Visible = true
  521. end)
  522.  
  523. Close.MouseButton1Down:connect(function()
  524. ScriptHubframe.Visible = false
  525. MainFrame.Visible = false
  526. OpenFrame.Visible = true
  527. end)
  528.  
  529. pokeme.MouseButton1Down:connect(function()
  530. ScriptHubframe.Visible = false
  531. MainFrame.Visible = true
  532. OpenFrame.Visible = false
  533. end)
  534.  
  535.  
  536. GoldenGun.MouseButton1Down:connect(function()
  537. loadstring(game:HttpGet("https://hastebin.com/raw/woquyokuwa", true))()
  538. end)
  539.  
  540. demonn.MouseButton1Down:connect(function()
  541. loadstring(game:HttpGet("https://hastebin.com/raw/usinukezax", true))()
  542. end)
  543.  
  544. BlazingHeartSword.MouseButton1Down:connect(function()
  545. loadstring(game:HttpGet("https://hastebin.com/raw/jozidalise", true))()
  546. end)
  547.  
  548. DeathNote.MouseButton1Down:connect(function()
  549. loadstring(game:HttpGet("https://hastebin.com/raw/uhagubodeh", true))()
  550. end)
  551.  
  552. DeathStarOP.MouseButton1Down:connect(function()
  553. loadstring(game:HttpGet("https://hastebin.com/raw/gogaqopeca", true))()
  554. end)
  555.  
  556. HellsDoor.MouseButton1Down:connect(function()
  557. loadstring(game:HttpGet("https://hastebin.com/raw/jacifefaja", true))()
  558. end)
  559.  
  560. Fecheck.MouseButton1Down:connect(function()
  561. loadstring(game:HttpGet("https://hastebin.com/raw/idoyusadib", true))()
  562. end)
  563.  
  564. Executor.MouseButton1Down:connect(function()
  565. ScriptHubframe.Visible = false
  566. MainFrame.Visible = false
  567. OpenFrame.Visible = false
  568. Executor_2.Visible = true
  569. end)
  570.  
  571. buttonback.MouseButton1Down:connect(function()
  572. ScriptHubframe.Visible = false
  573. MainFrame.Visible = true
  574. OpenFrame.Visible = false
  575. Executor_2.Visible = false
  576. end)
  577.  
  578. executebut.MouseButton1Down:connect(function()
  579. loadstring(input.Text)()
  580. end)
  581.  
  582. clearbut.MouseButton1Down:connect(function()
  583. input.Text = ""
  584. end)
  585.  
  586. hidebut.MouseButton1Down:connect(function()
  587. ScriptHubframe.Visible = false
  588. MainFrame.Visible = false
  589. OpenFrame.Visible = false
  590. Executor_2.Visible = false
  591. Hideframe.Visible = true
  592. end)
  593.  
  594. Open2.MouseButton1Down:connect(function()
  595. ScriptHubframe.Visible = false
  596. MainFrame.Visible = false
  597. OpenFrame.Visible = false
  598. Executor_2.Visible = true
  599. Hideframe.Visible = false
  600. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement