Advertisement
newtmannewt

Rare3

Jun 9th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.16 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 luaexecutor = 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 = Instance.new("Frame")
  35. local Frame_4 = Instance.new("Frame")
  36. local ScrollingFrame = Instance.new("ScrollingFrame")
  37. local input = Instance.new("TextBox")
  38. local Hide = Instance.new("TextButton")
  39. local Clearbut = Instance.new("TextButton")
  40. local executebut = Instance.new("TextButton")
  41. local buttonback = Instance.new("TextButton")
  42. local hideframe = Instance.new("Frame")
  43. local Open2 = Instance.new("TextButton")
  44. local ScriptFrame2 = Instance.new("Frame")
  45. local Frame_5 = Instance.new("Frame")
  46. local FEClickTPTool = Instance.new("TextButton")
  47. local FlyPressE = Instance.new("TextButton")
  48. local FEGod = Instance.new("TextButton")
  49. local FEoof = Instance.new("TextButton")
  50. local FETeleportOthers = Instance.new("TextButton")
  51. local TextLabel_3 = Instance.new("TextLabel")
  52. local backbutton2 = Instance.new("TextButton")
  53.  
  54. -- Properties
  55.  
  56. Localhack.Name = "Local hack"
  57. Localhack.Parent = game.CoreGui
  58.  
  59. Loginframe.Name = "Login frame"
  60. Loginframe.Parent = Localhack
  61. Loginframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  62. Loginframe.BorderSizePixel = 0
  63. Loginframe.Position = UDim2.new(0.0170212761, 0, 0.368298382, 0)
  64. Loginframe.Size = UDim2.new(0, 385, 0, 498)
  65. Loginframe.Active = true
  66. Loginframe.Draggable = true
  67.  
  68. Frame.Parent = Loginframe
  69. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. Frame.BorderSizePixel = 0
  71. Frame.Size = UDim2.new(0, 385, 0, 48)
  72.  
  73. Login.Name = "Login"
  74. Login.Parent = Loginframe
  75. Login.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  76. Login.BorderColor3 = Color3.new(0, 0, 0)
  77. Login.BorderSizePixel = 5
  78. Login.Position = UDim2.new(0.239172459, 0, 0.81521982, 0)
  79. Login.Size = UDim2.new(0, 200, 0, 50)
  80. Login.Font = Enum.Font.SourceSans
  81. Login.Text = "Login"
  82. Login.TextColor3 = Color3.new(0.698039, 0.701961, 0.701961)
  83. Login.TextScaled = true
  84. Login.TextSize = 14
  85. Login.TextWrapped = true
  86.  
  87. User.Name = "User"
  88. User.Parent = Loginframe
  89. User.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  90. User.BorderColor3 = Color3.new(0, 0, 0)
  91. User.BorderSizePixel = 5
  92. User.Position = UDim2.new(0.18882513, 0, 0.136921272, 0)
  93. User.Size = UDim2.new(0, 240, 0, 50)
  94. User.Font = Enum.Font.SourceSans
  95. User.Text = "Username"
  96. User.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  97. User.TextScaled = true
  98. User.TextSize = 14
  99. User.TextWrapped = true
  100.  
  101. Pass.Name = "Pass"
  102. Pass.Parent = Loginframe
  103. Pass.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  104. Pass.BorderColor3 = Color3.new(0, 0, 0)
  105. Pass.BorderSizePixel = 5
  106. Pass.Position = UDim2.new(0.18882513, 0, 0.57106328, 0)
  107. Pass.Size = UDim2.new(0, 240, 0, 50)
  108. Pass.Font = Enum.Font.SourceSans
  109. Pass.Text = "Password"
  110. Pass.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  111. Pass.TextScaled = true
  112. Pass.TextSize = 14
  113. Pass.TextWrapped = true
  114.  
  115. TextLabel.Parent = Loginframe
  116. TextLabel.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  117. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  118. TextLabel.BorderSizePixel = 0
  119. TextLabel.Position = UDim2.new(0.240471154, 0, 0, 0)
  120. TextLabel.Size = UDim2.new(0, 200, 0, 48)
  121. TextLabel.Font = Enum.Font.SourceSans
  122. TextLabel.Text = "Your sister mister v1.6"
  123. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  124. TextLabel.TextScaled = true
  125. TextLabel.TextSize = 14
  126. TextLabel.TextWrapped = true
  127.  
  128. Userid.Name = "Userid"
  129. Userid.Parent = Loginframe
  130. Userid.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  131. Userid.BorderColor3 = Color3.new(0, 0, 0)
  132. Userid.BorderSizePixel = 5
  133. Userid.Position = UDim2.new(0.18882513, 0, 0.34575662, 0)
  134. Userid.Size = UDim2.new(0, 240, 0, 50)
  135. Userid.Font = Enum.Font.SourceSans
  136. Userid.Text = "Roblox Id"
  137. Userid.TextColor3 = Color3.new(0.8, 0.8, 0.8)
  138. Userid.TextScaled = true
  139. Userid.TextSize = 14
  140. Userid.TextWrapped = true
  141.  
  142. MainFrame.Name = "Main Frame"
  143. MainFrame.Parent = Localhack
  144. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. MainFrame.Position = UDim2.new(0.239817649, 0, 0.048951041, 0)
  146. MainFrame.Size = UDim2.new(0, 664, 0, 504)
  147. MainFrame.Visible = false
  148. MainFrame.Active = true
  149. MainFrame.Draggable = true
  150.  
  151. Frame_2.Parent = MainFrame
  152. Frame_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  153. Frame_2.BorderSizePixel = 0
  154. Frame_2.Size = UDim2.new(0, 664, 0, 52)
  155.  
  156. Tite.Name = "Tite"
  157. Tite.Parent = MainFrame
  158. Tite.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Tite.BackgroundTransparency = 5
  160. Tite.BorderSizePixel = 0
  161. Tite.Size = UDim2.new(0, 191, 0, 52)
  162. Tite.Font = Enum.Font.Garamond
  163. Tite.Text = "Your Sister Mister Hub"
  164. Tite.TextColor3 = Color3.new(1, 1, 1)
  165. Tite.TextScaled = true
  166. Tite.TextSize = 14
  167. Tite.TextWrapped = true
  168.  
  169. Close.Name = "Close"
  170. Close.Parent = MainFrame
  171. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  172. Close.BackgroundTransparency = 5
  173. Close.BorderSizePixel = 0
  174. Close.Position = UDim2.new(0.914156616, 0, 0, 0)
  175. Close.Size = UDim2.new(0, 57, 0, 52)
  176. Close.Font = Enum.Font.SourceSans
  177. Close.Text = "X"
  178. Close.TextColor3 = Color3.new(1, 1, 1)
  179. Close.TextScaled = true
  180. Close.TextSize = 14
  181. Close.TextWrapped = true
  182.  
  183. ScriptHub.Name = "Script Hub"
  184. ScriptHub.Parent = MainFrame
  185. ScriptHub.BackgroundColor3 = Color3.new(1, 1, 1)
  186. ScriptHub.BackgroundTransparency = 0.69999998807907
  187. ScriptHub.BorderColor3 = Color3.new(0, 0, 0)
  188. ScriptHub.BorderSizePixel = 5
  189. ScriptHub.Position = UDim2.new(0.04066265, 0, 0.136904761, 0)
  190. ScriptHub.Size = UDim2.new(0, 201, 0, 143)
  191. ScriptHub.Font = Enum.Font.Garamond
  192. ScriptHub.Text = "Script hub 1 (GUNS AND OP SHIT)"
  193. ScriptHub.TextColor3 = Color3.new(1, 1, 1)
  194. ScriptHub.TextScaled = true
  195. ScriptHub.TextSize = 14
  196. ScriptHub.TextWrapped = true
  197.  
  198. ScriptHub2.Name = "Script Hub 2"
  199. ScriptHub2.Parent = MainFrame
  200. ScriptHub2.BackgroundColor3 = Color3.new(1, 1, 1)
  201. ScriptHub2.BackgroundTransparency = 0.69999998807907
  202. ScriptHub2.BorderColor3 = Color3.new(0, 0, 0)
  203. ScriptHub2.BorderSizePixel = 5
  204. ScriptHub2.Position = UDim2.new(0.04066265, 0, 0.533730149, 0)
  205. ScriptHub2.Size = UDim2.new(0, 201, 0, 143)
  206. ScriptHub2.Font = Enum.Font.Garamond
  207. ScriptHub2.Text = "Script hub 2 (Fe)"
  208. ScriptHub2.TextColor3 = Color3.new(1, 1, 1)
  209. ScriptHub2.TextScaled = true
  210. ScriptHub2.TextSize = 14
  211. ScriptHub2.TextWrapped = true
  212.  
  213. Fecheck.Name = "Fe check"
  214. Fecheck.Parent = MainFrame
  215. Fecheck.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Fecheck.BackgroundTransparency = 0.69999998807907
  217. Fecheck.BorderColor3 = Color3.new(0, 0, 0)
  218. Fecheck.BorderSizePixel = 5
  219. Fecheck.Position = UDim2.new(0.0406626463, 0, 0.863095224, 0)
  220. Fecheck.Size = UDim2.new(0, 201, 0, 52)
  221. Fecheck.Font = Enum.Font.Garamond
  222. Fecheck.Text = "Fe check"
  223. Fecheck.TextColor3 = Color3.new(1, 1, 1)
  224. Fecheck.TextScaled = true
  225. Fecheck.TextSize = 14
  226. Fecheck.TextWrapped = true
  227.  
  228. luaexecutor.Name = "lua executor"
  229. luaexecutor.Parent = MainFrame
  230. luaexecutor.BackgroundColor3 = Color3.new(1, 1, 1)
  231. luaexecutor.BackgroundTransparency = 0.69999998807907
  232. luaexecutor.BorderColor3 = Color3.new(0, 0, 0)
  233. luaexecutor.BorderSizePixel = 5
  234. luaexecutor.Position = UDim2.new(0.439759046, 0, 0.136904746, 0)
  235. luaexecutor.Size = UDim2.new(0, 201, 0, 143)
  236. luaexecutor.Font = Enum.Font.Garamond
  237. luaexecutor.Text = "lua executor"
  238. luaexecutor.TextColor3 = Color3.new(1, 1, 1)
  239. luaexecutor.TextScaled = true
  240. luaexecutor.TextSize = 14
  241. luaexecutor.TextWrapped = true
  242.  
  243. ScriptHubframe.Name = "Script Hub frame"
  244. ScriptHubframe.Parent = Localhack
  245. ScriptHubframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  246. ScriptHubframe.BorderSizePixel = 0
  247. ScriptHubframe.Position = UDim2.new(0.641945302, 0, 0.216783226, 0)
  248. ScriptHubframe.Size = UDim2.new(0, 397, 0, 538)
  249. ScriptHubframe.Visible = false
  250. ScriptHubframe.Active = true
  251. ScriptHubframe.Draggable = true
  252.  
  253. Frame_3.Parent = ScriptHubframe
  254. Frame_3.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  255. Frame_3.BorderSizePixel = 0
  256. Frame_3.Size = UDim2.new(0, 397, 0, 32)
  257.  
  258. demonn.Name = "demonn"
  259. demonn.Parent = ScriptHubframe
  260. demonn.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  261. demonn.BorderColor3 = Color3.new(0, 0, 0)
  262. demonn.BorderSizePixel = 5
  263. demonn.Position = UDim2.new(0.249370277, 0, 0.193308562, 0)
  264. demonn.Size = UDim2.new(0, 200, 0, 53)
  265. demonn.Font = Enum.Font.SourceSans
  266. demonn.Text = "demonn"
  267. demonn.TextColor3 = Color3.new(1, 1, 1)
  268. demonn.TextScaled = true
  269. demonn.TextSize = 14
  270. demonn.TextWrapped = true
  271.  
  272. TextLabel_2.Parent = ScriptHubframe
  273. TextLabel_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  274. TextLabel_2.BorderSizePixel = 0
  275. TextLabel_2.Position = UDim2.new(0.249370277, 0, 0, 0)
  276. TextLabel_2.Size = UDim2.new(0, 200, 0, 32)
  277. TextLabel_2.Font = Enum.Font.SourceSans
  278. TextLabel_2.Text = "Scripts"
  279. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  280. TextLabel_2.TextScaled = true
  281. TextLabel_2.TextSize = 14
  282. TextLabel_2.TextWrapped = true
  283.  
  284. BackButton.Name = "Back Button"
  285. BackButton.Parent = ScriptHubframe
  286. BackButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  287. BackButton.BorderColor3 = Color3.new(0, 0, 0)
  288. BackButton.BorderSizePixel = 5
  289. BackButton.Position = UDim2.new(0.01511335, 0, 0.072490707, 0)
  290. BackButton.Size = UDim2.new(0, 93, 0, 25)
  291. BackButton.Font = Enum.Font.SourceSans
  292. BackButton.Text = "Back"
  293. BackButton.TextColor3 = Color3.new(1, 1, 1)
  294. BackButton.TextScaled = true
  295. BackButton.TextSize = 14
  296. BackButton.TextWrapped = true
  297.  
  298. BlazingHeartSword.Name = "Blazing Heart Sword"
  299. BlazingHeartSword.Parent = ScriptHubframe
  300. BlazingHeartSword.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  301. BlazingHeartSword.BorderColor3 = Color3.new(0, 0, 0)
  302. BlazingHeartSword.BorderSizePixel = 5
  303. BlazingHeartSword.Position = UDim2.new(0.249370277, 0, 0.32713756, 0)
  304. BlazingHeartSword.Size = UDim2.new(0, 200, 0, 53)
  305. BlazingHeartSword.Font = Enum.Font.SourceSans
  306. BlazingHeartSword.Text = "Blazing Heart Sword"
  307. BlazingHeartSword.TextColor3 = Color3.new(1, 1, 1)
  308. BlazingHeartSword.TextScaled = true
  309. BlazingHeartSword.TextSize = 14
  310. BlazingHeartSword.TextWrapped = true
  311.  
  312. DeathNote.Name = "Death Note"
  313. DeathNote.Parent = ScriptHubframe
  314. DeathNote.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  315. DeathNote.BorderColor3 = Color3.new(0, 0, 0)
  316. DeathNote.BorderSizePixel = 5
  317. DeathNote.Position = UDim2.new(0.249370277, 0, 0.458178431, 0)
  318. DeathNote.Size = UDim2.new(0, 200, 0, 53)
  319. DeathNote.Font = Enum.Font.SourceSans
  320. DeathNote.Text = "Death Note"
  321. DeathNote.TextColor3 = Color3.new(1, 1, 1)
  322. DeathNote.TextScaled = true
  323. DeathNote.TextSize = 14
  324. DeathNote.TextWrapped = true
  325.  
  326. DeathStarOP.Name = "Death Star [OP]"
  327. DeathStarOP.Parent = ScriptHubframe
  328. DeathStarOP.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  329. DeathStarOP.BorderColor3 = Color3.new(0, 0, 0)
  330. DeathStarOP.BorderSizePixel = 5
  331. DeathStarOP.Position = UDim2.new(0.249370277, 0, 0.597583652, 0)
  332. DeathStarOP.Size = UDim2.new(0, 200, 0, 53)
  333. DeathStarOP.Font = Enum.Font.SourceSans
  334. DeathStarOP.Text = "Death Star [OP]"
  335. DeathStarOP.TextColor3 = Color3.new(1, 1, 1)
  336. DeathStarOP.TextScaled = true
  337. DeathStarOP.TextSize = 14
  338. DeathStarOP.TextWrapped = true
  339.  
  340. GoldenGun.Name = "Golden Gun"
  341. GoldenGun.Parent = ScriptHubframe
  342. GoldenGun.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  343. GoldenGun.BorderColor3 = Color3.new(0, 0, 0)
  344. GoldenGun.BorderSizePixel = 5
  345. GoldenGun.Position = UDim2.new(0.249370277, 0, 0.727695167, 0)
  346. GoldenGun.Size = UDim2.new(0, 200, 0, 53)
  347. GoldenGun.Font = Enum.Font.SourceSans
  348. GoldenGun.Text = "Golden Gun"
  349. GoldenGun.TextColor3 = Color3.new(1, 1, 1)
  350. GoldenGun.TextScaled = true
  351. GoldenGun.TextSize = 14
  352. GoldenGun.TextWrapped = true
  353.  
  354. HellsDoor.Name = "Hells Door"
  355. HellsDoor.Parent = ScriptHubframe
  356. HellsDoor.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  357. HellsDoor.BorderColor3 = Color3.new(0, 0, 0)
  358. HellsDoor.BorderSizePixel = 5
  359. HellsDoor.Position = UDim2.new(0.249370277, 0, 0.867100358, 0)
  360. HellsDoor.Size = UDim2.new(0, 200, 0, 53)
  361. HellsDoor.Font = Enum.Font.SourceSans
  362. HellsDoor.Text = "Hells Door"
  363. HellsDoor.TextColor3 = Color3.new(1, 1, 1)
  364. HellsDoor.TextScaled = true
  365. HellsDoor.TextSize = 14
  366. HellsDoor.TextWrapped = true
  367.  
  368. OpenFrame.Name = "Open Frame"
  369. OpenFrame.Parent = Localhack
  370. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  371. OpenFrame.Position = UDim2.new(0.922188461, 0, 0.960372984, 0)
  372. OpenFrame.Size = UDim2.new(0, 128, 0, 34)
  373. OpenFrame.Visible = false
  374.  
  375. pokeme.Name = "pokeme"
  376. pokeme.Parent = OpenFrame
  377. pokeme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  378. pokeme.BorderColor3 = Color3.new(0, 0, 0)
  379. pokeme.BorderSizePixel = 0
  380. pokeme.Size = UDim2.new(0, 128, 0, 34)
  381. pokeme.Font = Enum.Font.SourceSans
  382. pokeme.Text = "Open"
  383. pokeme.TextColor3 = Color3.new(1, 1, 1)
  384. pokeme.TextScaled = true
  385. pokeme.TextSize = 14
  386. pokeme.TextWrapped = true
  387.  
  388. executor.Name = "executor"
  389. executor.Parent = Localhack
  390. executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  391. executor.BorderSizePixel = 0
  392. executor.Position = UDim2.new(0.255319148, 0, 0.0804196, 0)
  393. executor.Size = UDim2.new(0, 779, 0, 696)
  394. executor.Visible = false
  395. executor.Active = true
  396. executor.Draggable = true
  397.  
  398. Frame_4.Parent = executor
  399. Frame_4.BackgroundColor3 = Color3.new(0, 0, 0)
  400. Frame_4.BorderSizePixel = 0
  401. Frame_4.Size = UDim2.new(0, 779, 0, 42)
  402.  
  403. ScrollingFrame.Parent = executor
  404. ScrollingFrame.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  405. ScrollingFrame.BorderSizePixel = 6
  406. ScrollingFrame.Position = UDim2.new(0.00770218251, 0, 0.0603448264, 0)
  407. ScrollingFrame.Size = UDim2.new(0, 766, 0, 517)
  408. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  409.  
  410. input.Name = "input"
  411. input.Parent = ScrollingFrame
  412. input.BackgroundColor3 = Color3.new(1, 1, 1)
  413. input.BackgroundTransparency = 5
  414. input.BorderSizePixel = 0
  415. input.Size = UDim2.new(0, 779, 0, 99999)
  416. input.Font = Enum.Font.SourceSans
  417. input.Text = "-- script here"
  418. input.TextColor3 = Color3.new(0, 0, 0)
  419. input.TextSize = 34
  420. input.TextXAlignment = Enum.TextXAlignment.Left
  421. input.TextYAlignment = Enum.TextYAlignment.Top
  422.  
  423. Hide.Name = "Hide"
  424. Hide.Parent = executor
  425. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Hide.BackgroundTransparency = 0.80000001192093
  427. Hide.BorderSizePixel = 6
  428. Hide.Position = UDim2.new(0.70860076, 0, 0.839080453, 0)
  429. Hide.Size = UDim2.new(0, 200, 0, 78)
  430. Hide.Font = Enum.Font.SourceSans
  431. Hide.Text = "hide"
  432. Hide.TextColor3 = Color3.new(1, 1, 1)
  433. Hide.TextScaled = true
  434. Hide.TextSize = 14
  435. Hide.TextWrapped = true
  436.  
  437. Clearbut.Name = "Clearbut"
  438. Clearbut.Parent = executor
  439. Clearbut.BackgroundColor3 = Color3.new(1, 1, 1)
  440. Clearbut.BackgroundTransparency = 0.80000001192093
  441. Clearbut.BorderSizePixel = 6
  442. Clearbut.Position = UDim2.new(0.370988429, 0, 0.839080453, 0)
  443. Clearbut.Size = UDim2.new(0, 200, 0, 78)
  444. Clearbut.Font = Enum.Font.SourceSans
  445. Clearbut.Text = "clear"
  446. Clearbut.TextColor3 = Color3.new(1, 1, 1)
  447. Clearbut.TextScaled = true
  448. Clearbut.TextSize = 14
  449. Clearbut.TextWrapped = true
  450.  
  451. executebut.Name = "executebut"
  452. executebut.Parent = executor
  453. executebut.BackgroundColor3 = Color3.new(1, 1, 1)
  454. executebut.BackgroundTransparency = 0.80000001192093
  455. executebut.BorderSizePixel = 6
  456. executebut.Position = UDim2.new(0.039794594, 0, 0.839080453, 0)
  457. executebut.Size = UDim2.new(0, 200, 0, 78)
  458. executebut.Font = Enum.Font.SourceSans
  459. executebut.Text = "execute"
  460. executebut.TextColor3 = Color3.new(1, 1, 1)
  461. executebut.TextScaled = true
  462. executebut.TextSize = 14
  463. executebut.TextWrapped = true
  464.  
  465. buttonback.Name = "button back"
  466. buttonback.Parent = executor
  467. buttonback.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  468. buttonback.BorderSizePixel = 0
  469. buttonback.Size = UDim2.new(0, 133, 0, 36)
  470. buttonback.Font = Enum.Font.SourceSans
  471. buttonback.Text = "Back"
  472. buttonback.TextColor3 = Color3.new(1, 1, 1)
  473. buttonback.TextScaled = true
  474. buttonback.TextSize = 14
  475. buttonback.TextWrapped = true
  476.  
  477. hideframe.Name = "hideframe"
  478. hideframe.Parent = Localhack
  479. hideframe.BackgroundColor3 = Color3.new(1, 1, 1)
  480. hideframe.BorderSizePixel = 0
  481. hideframe.Position = UDim2.new(0.916109443, 0, 0, 0)
  482. hideframe.Size = UDim2.new(0, 138, 0, 45)
  483. hideframe.Visible = false
  484.  
  485. Open2.Name = "Open2"
  486. Open2.Parent = hideframe
  487. Open2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  488. Open2.BorderSizePixel = 0
  489. Open2.Size = UDim2.new(0, 138, 0, 45)
  490. Open2.Font = Enum.Font.SourceSans
  491. Open2.Text = "Open executor"
  492. Open2.TextColor3 = Color3.new(1, 1, 1)
  493. Open2.TextScaled = true
  494. Open2.TextSize = 14
  495. Open2.TextWrapped = true
  496.  
  497. ScriptFrame2.Name = "ScriptFrame2"
  498. ScriptFrame2.Parent = Localhack
  499. ScriptFrame2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  500. ScriptFrame2.BorderSizePixel = 0
  501. ScriptFrame2.Position = UDim2.new(0.568389058, 0, 0.222610727, 0)
  502. ScriptFrame2.Size = UDim2.new(0, 320, 0, 459)
  503. ScriptFrame2.Visible = false
  504. ScriptFrame2.Active = true
  505. ScriptFrame2.Draggable = true
  506.  
  507. Frame_5.Parent = ScriptFrame2
  508. Frame_5.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  509. Frame_5.BorderSizePixel = 0
  510. Frame_5.Size = UDim2.new(0, 320, 0, 31)
  511.  
  512. FEClickTPTool.Name = "[FE] Click TP Tool"
  513. FEClickTPTool.Parent = ScriptFrame2
  514. FEClickTPTool.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  515. FEClickTPTool.BorderSizePixel = 5
  516. FEClickTPTool.Position = UDim2.new(0.174999997, 0, 0.115468413, 0)
  517. FEClickTPTool.Size = UDim2.new(0, 209, 0, 48)
  518. FEClickTPTool.Font = Enum.Font.SourceSans
  519. FEClickTPTool.Text = "[FE] Click TP Tool"
  520. FEClickTPTool.TextColor3 = Color3.new(1, 1, 1)
  521. FEClickTPTool.TextScaled = true
  522. FEClickTPTool.TextSize = 14
  523. FEClickTPTool.TextWrapped = true
  524.  
  525. FlyPressE.Name = " Fly [Press E]"
  526. FlyPressE.Parent = ScriptFrame2
  527. FlyPressE.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  528. FlyPressE.BorderSizePixel = 5
  529. FlyPressE.Position = UDim2.new(0.174999997, 0, 0.285403073, 0)
  530. FlyPressE.Size = UDim2.new(0, 209, 0, 48)
  531. FlyPressE.Font = Enum.Font.SourceSans
  532. FlyPressE.Text = "[FE] Fly [Press E]"
  533. FlyPressE.TextColor3 = Color3.new(1, 1, 1)
  534. FlyPressE.TextScaled = true
  535. FlyPressE.TextSize = 14
  536. FlyPressE.TextWrapped = true
  537.  
  538. FEGod.Name = "[FE] God"
  539. FEGod.Parent = ScriptFrame2
  540. FEGod.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  541. FEGod.BorderSizePixel = 5
  542. FEGod.Position = UDim2.new(0.174999997, 0, 0.447712421, 0)
  543. FEGod.Size = UDim2.new(0, 209, 0, 48)
  544. FEGod.Font = Enum.Font.SourceSans
  545. FEGod.Text = "[FE] God"
  546. FEGod.TextColor3 = Color3.new(1, 1, 1)
  547. FEGod.TextScaled = true
  548. FEGod.TextSize = 14
  549. FEGod.TextWrapped = true
  550.  
  551. FEoof.Name = "[FE] oof"
  552. FEoof.Parent = ScriptFrame2
  553. FEoof.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  554. FEoof.BorderSizePixel = 5
  555. FEoof.Position = UDim2.new(0.174999997, 0, 0.604575157, 0)
  556. FEoof.Size = UDim2.new(0, 209, 0, 48)
  557. FEoof.Font = Enum.Font.SourceSans
  558. FEoof.Text = "[FE] oof"
  559. FEoof.TextColor3 = Color3.new(1, 1, 1)
  560. FEoof.TextScaled = true
  561. FEoof.TextSize = 14
  562. FEoof.TextWrapped = true
  563.  
  564. FETeleportOthers.Name = "[FE] Teleport Others"
  565. FETeleportOthers.Parent = ScriptFrame2
  566. FETeleportOthers.BackgroundColor3 = Color3.new(0.054902, 0.054902, 0.054902)
  567. FETeleportOthers.BorderSizePixel = 5
  568. FETeleportOthers.Position = UDim2.new(0.174999997, 0, 0.754901946, 0)
  569. FETeleportOthers.Size = UDim2.new(0, 209, 0, 48)
  570. FETeleportOthers.Font = Enum.Font.SourceSans
  571. FETeleportOthers.Text = "[FE] Teleport Others"
  572. FETeleportOthers.TextColor3 = Color3.new(1, 1, 1)
  573. FETeleportOthers.TextScaled = true
  574. FETeleportOthers.TextSize = 14
  575. FETeleportOthers.TextWrapped = true
  576.  
  577. TextLabel_3.Parent = ScriptFrame2
  578. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  579. TextLabel_3.BackgroundTransparency = 5
  580. TextLabel_3.Size = UDim2.new(0, 126, 0, 31)
  581. TextLabel_3.Font = Enum.Font.SourceSans
  582. TextLabel_3.Text = "Fe Scripts"
  583. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  584. TextLabel_3.TextScaled = true
  585. TextLabel_3.TextSize = 14
  586. TextLabel_3.TextWrapped = true
  587.  
  588. backbutton2.Name = "backbutton2"
  589. backbutton2.Parent = ScriptFrame2
  590. backbutton2.BackgroundColor3 = Color3.new(1, 1, 1)
  591. backbutton2.BackgroundTransparency = 5
  592. backbutton2.Position = UDim2.new(0, 0, 0.931372523, 0)
  593. backbutton2.Size = UDim2.new(0, 85, 0, 31)
  594. backbutton2.Font = Enum.Font.SourceSans
  595. backbutton2.Text = "Back"
  596. backbutton2.TextColor3 = Color3.new(1, 1, 1)
  597. backbutton2.TextScaled = true
  598. backbutton2.TextSize = 14
  599. backbutton2.TextWrapped = true
  600.  
  601. -- Scripts
  602. Login.MouseButton1Down:connect(function()
  603. if User.Text == "aSDncxSAD" and Pass.Text == "Yougay" and Userid.Text == "84377938" then
  604. MainFrame.Visible = true
  605. Loginframe.Visible= false
  606. ScriptHubframe.Visible = false
  607. end
  608. end)
  609.  
  610. Login.MouseButton1Down:connect(function()
  611. if User.Text == "IREDCOMBO" and Pass.Text == "Mormoreva1" and Userid.Text == "51913308" then
  612. MainFrame.Visible = true
  613. Loginframe.Visible= false
  614. ScriptHubframe.Visible = false
  615. end
  616. end)
  617.  
  618. Login.MouseButton1Down:connect(function()
  619. if User.Text == "tonycrite" and Pass.Text == "fireking" and Userid.Text == "19370547" then
  620. MainFrame.Visible = true
  621. Loginframe.Visible= false
  622. ScriptHubframe.Visible = false
  623. end
  624. end)
  625.  
  626. ScriptHub.MouseButton1Down:connect(function()
  627. ScriptHubframe.Visible = true
  628. MainFrame.Visible = false
  629. end)
  630.  
  631. BackButton.MouseButton1Down:connect(function()
  632. ScriptHubframe.Visible = false
  633. MainFrame.Visible = true
  634. end)
  635.  
  636. Close.MouseButton1Down:connect(function()
  637. ScriptHubframe.Visible = false
  638. MainFrame.Visible = false
  639. OpenFrame.Visible = true
  640. end)
  641.  
  642. pokeme.MouseButton1Down:connect(function()
  643. ScriptHubframe.Visible = false
  644. MainFrame.Visible = true
  645. OpenFrame.Visible = false
  646. end)
  647.  
  648.  
  649. GoldenGun.MouseButton1Down:connect(function()
  650. loadstring(game:HttpGet("https://hastebin.com/raw/woquyokuwa", true))()
  651. end)
  652.  
  653. demonn.MouseButton1Down:connect(function()
  654. loadstring(game:HttpGet("https://hastebin.com/raw/usinukezax", true))()
  655. end)
  656.  
  657. BlazingHeartSword.MouseButton1Down:connect(function()
  658. loadstring(game:HttpGet("https://hastebin.com/raw/jozidalise", true))()
  659. end)
  660.  
  661. DeathNote.MouseButton1Down:connect(function()
  662. loadstring(game:HttpGet("https://hastebin.com/raw/uhagubodeh", true))()
  663. end)
  664.  
  665. DeathStarOP.MouseButton1Down:connect(function()
  666. loadstring(game:HttpGet("https://hastebin.com/raw/gogaqopeca", true))()
  667. end)
  668.  
  669. HellsDoor.MouseButton1Down:connect(function()
  670. loadstring(game:HttpGet("https://hastebin.com/raw/jacifefaja", true))()
  671. end)
  672.  
  673. Fecheck.MouseButton1Down:connect(function()
  674. loadstring(game:HttpGet("https://hastebin.com/raw/idoyusadib", true))()
  675. end)
  676.  
  677. executebut.MouseButton1Down:connect(function()
  678. loadstring(input.Text)()
  679. end)
  680.  
  681. Clearbut.MouseButton1Down:connect(function()
  682. input.Text = ""
  683. end)
  684.  
  685. luaexecutor.MouseButton1Down:connect(function()
  686. ScriptHubframe.Visible = false
  687. MainFrame.Visible = false
  688. OpenFrame.Visible = false
  689. executor.Visible = true
  690. end)
  691.  
  692. Hide.MouseButton1Down:connect(function()
  693. ScriptHubframe.Visible = false
  694. MainFrame.Visible = false
  695. OpenFrame.Visible = false
  696. executor.Visible = false
  697. hideframe.Visible = true
  698. end)
  699.  
  700. Open2.MouseButton1Down:connect(function()
  701. ScriptHubframe.Visible = false
  702. MainFrame.Visible = false
  703. OpenFrame.Visible = false
  704. executor.Visible = true
  705. hideframe.Visible = false
  706. end)
  707.  
  708. buttonback.MouseButton1Down:connect(function()
  709. ScriptHubframe.Visible = false
  710. MainFrame.Visible = true
  711. OpenFrame.Visible = false
  712. executor.Visible = false
  713. hideframe.Visible = false
  714. end)
  715.  
  716. FlyPressE.MouseButton1Down:connect(function()
  717. loadstring(game:HttpGet("https://hastebin.com/raw/bekarubade", true))()
  718. end)
  719.  
  720. FEClickTPTool.MouseButton1Down:connect(function()
  721. loadstring(game:HttpGet("https://hastebin.com/raw/ikehakusup", true))()
  722. end)
  723.  
  724. FEGod.MouseButton1Down:connect(function()
  725. loadstring(game:HttpGet("https://hastebin.com/raw/cukipehele", true))()
  726. end)
  727.  
  728. FEoof.MouseButton1Down:connect(function()
  729. loadstring(game:HttpGet("https://hastebin.com/raw/usabodazug", true))()
  730. end)
  731.  
  732. FETeleportOthers.MouseButton1Down:connect(function()
  733. loadstring(game:HttpGet("https://hastebin.com/raw/viyahegecu", true))()
  734. end)
  735.  
  736. backbutton2.MouseButton1Down:connect(function()
  737. ScriptHubframe.Visible = false
  738. MainFrame.Visible = true
  739. OpenFrame.Visible = false
  740. executor.Visible = false
  741. hideframe.Visible = false
  742. ScriptFrame2.Visible = false
  743. end)
  744.  
  745. ScriptHub2.MouseButton1Down:connect(function()
  746. ScriptHubframe.Visible = false
  747. MainFrame.Visible = false
  748. OpenFrame.Visible = false
  749. executor.Visible = false
  750. hideframe.Visible = false
  751. ScriptFrame2.Visible = true
  752. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement