Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.29 KB | None | 0 0
  1. -- Objects
  2.  
  3. local QwertyV1 = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local bar1 = Instance.new("Frame")
  6. local bar2 = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local username = Instance.new("TextBox")
  9. local password = Instance.new("TextBox")
  10. local LoginButton = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local mbar1 = Instance.new("Frame")
  13. local mbar2 = Instance.new("Frame")
  14. local mTitle = Instance.new("TextLabel")
  15. local exitbutton = Instance.new("TextButton")
  16. local ScriptsR6Button = Instance.new("TextButton")
  17. local ScriptsR15Button = Instance.new("TextButton")
  18. local ScriptsR6Frame = Instance.new("Frame")
  19. local sR6bar1 = Instance.new("Frame")
  20. local sR6bar2 = Instance.new("Frame")
  21. local ScrollingR6Frame = Instance.new("ScrollingFrame")
  22. local gk = Instance.new("TextButton")
  23. local gkv2 = Instance.new("TextButton")
  24. local gkv3 = Instance.new("TextButton")
  25. local gkv4 = Instance.new("TextButton")
  26. local devuzi = Instance.new("TextButton")
  27. local gtitain = Instance.new("TextButton")
  28. local rocky2u = Instance.new("TextButton")
  29. local Aot = Instance.new("TextButton")
  30. local Titan = Instance.new("TextButton")
  31. local sR6exitbutton = Instance.new("TextButton")
  32. local OpenFrame = Instance.new("Frame")
  33. local OpenButton = Instance.new("TextButton")
  34. local ExecuteFrame = Instance.new("Frame")
  35. local ebar1 = Instance.new("Frame")
  36. local ebar2 = Instance.new("Frame")
  37. local EditorFrame = Instance.new("ScrollingFrame")
  38. local Input = Instance.new("TextBox")
  39. local executebutton = Instance.new("TextButton")
  40. local clearbutton = Instance.new("TextButton")
  41. local Eexitbutton = Instance.new("TextButton")
  42. local ExecutorOpenFrame = Instance.new("Frame")
  43. local ExecutorOpenButton = Instance.new("TextButton")
  44. local ScriptsR15Frame = Instance.new("Frame")
  45. local sR15bar2 = Instance.new("Frame")
  46. local sR15bar1 = Instance.new("Frame")
  47. local sR15exitbutton = Instance.new("TextButton")
  48. local ScrollingFrame = Instance.new("ScrollingFrame")
  49. local goku = Instance.new("TextButton")
  50. -- Properties
  51.  
  52. QwertyV1.Name = "Qwerty V.1"
  53. QwertyV1.Parent = game.CoreGui
  54.  
  55. LoginFrame.Name = "LoginFrame"
  56. LoginFrame.Parent = QwertyV1
  57. LoginFrame.Active = true
  58. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. LoginFrame.BorderSizePixel = 0
  60. LoginFrame.Draggable = true
  61. LoginFrame.Position = UDim2.new(0.00466196332, 0, 0.0090662539, 0)
  62. LoginFrame.Selectable = true
  63. LoginFrame.Size = UDim2.new(0, 310, 0, 378)
  64. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  65.  
  66. bar1.Name = "bar1"
  67. bar1.Parent = LoginFrame
  68. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  69. bar1.BorderSizePixel = 0
  70. bar1.Position = UDim2.new(-0.0274193548, 0, -0.0211640205, 0)
  71. bar1.Size = UDim2.new(0, 310, 0, 23)
  72. bar1.Style = Enum.FrameStyle.RobloxRound
  73.  
  74. bar2.Name = "bar 2"
  75. bar2.Parent = LoginFrame
  76. bar2.BackgroundColor3 = Color3.new(0, 0, 0)
  77. bar2.BorderSizePixel = 0
  78. bar2.Position = UDim2.new(-0.0258064512, 0, 0.0317460336, 0)
  79. bar2.Size = UDim2.new(0, 310, 0, 4)
  80.  
  81. Title.Name = "Title"
  82. Title.Parent = LoginFrame
  83. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Title.BackgroundTransparency = 100
  85. Title.BorderSizePixel = 0
  86. Title.Position = UDim2.new(0.261290312, 0, 0.0714285672, 0)
  87. Title.Size = UDim2.new(0, 141, 0, 30)
  88. Title.Font = Enum.Font.SciFi
  89. Title.Text = "Qwerty"
  90. Title.TextColor3 = Color3.new(1, 1, 1)
  91. Title.TextScaled = true
  92. Title.TextSize = 14
  93. Title.TextWrapped = true
  94.  
  95. username.Name = "username"
  96. username.Parent = LoginFrame
  97. username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  98. username.BorderColor3 = Color3.new(0, 0, 0)
  99. username.BorderSizePixel = 4
  100. username.Position = UDim2.new(0.161290318, 0, 0.40476191, 0)
  101. username.Size = UDim2.new(0, 200, 0, 22)
  102. username.Font = Enum.Font.SourceSans
  103. username.Text = "Username"
  104. username.TextColor3 = Color3.new(1, 1, 1)
  105. username.TextScaled = true
  106. username.TextSize = 14
  107. username.TextWrapped = true
  108. username.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. password.Name = "password"
  111. password.Parent = LoginFrame
  112. password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  113. password.BorderColor3 = Color3.new(0, 0, 0)
  114. password.BorderSizePixel = 4
  115. password.Position = UDim2.new(0.161290318, 0, 0.537037015, 0)
  116. password.Size = UDim2.new(0, 200, 0, 22)
  117. password.Font = Enum.Font.SourceSans
  118. password.Text = "Password"
  119. password.TextColor3 = Color3.new(1, 1, 1)
  120. password.TextScaled = true
  121. password.TextSize = 14
  122. password.TextWrapped = true
  123. password.TextXAlignment = Enum.TextXAlignment.Left
  124.  
  125. LoginButton.Name = "LoginButton"
  126. LoginButton.Parent = LoginFrame
  127. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  128. LoginButton.BorderColor3 = Color3.new(0, 0, 0)
  129. LoginButton.BorderSizePixel = 4
  130. LoginButton.Position = UDim2.new(0.151612908, 0, 0.743386269, 0)
  131. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  132. LoginButton.Font = Enum.Font.Highway
  133. LoginButton.Text = "Login"
  134. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  135. LoginButton.TextSize = 40
  136. LoginButton.TextWrapped = true
  137.  
  138. LoginButton.MouseButton1Down:connect(function()
  139. if username.Text == "Angus" and password.Text == "LegoHack2018" then
  140. MainFrame.Visible = true
  141. LoginFrame.Visible = false
  142. ExecutorOpenFrame.Visible = true
  143. end
  144. end)
  145.  
  146. LoginButton.MouseButton1Down:connect(function()
  147. if username.Text == "Dylan" and password.Text == "roblox20" then
  148. MainFrame.Visible = true
  149. LoginFrame.Visible = false
  150. ExecutorOpenFrame.Visible = true
  151. end
  152. end)
  153.  
  154. LoginButton.MouseButton1Down:connect(function()
  155. if username.Text == "Cameron" and password.Text == "ihaveapple" then
  156. MainFrame.Visible = true
  157. LoginFrame.Visible = false
  158. ExecutorOpenFrame.Visible = true
  159. end
  160. end)
  161.  
  162. MainFrame.Name = "MainFrame"
  163. MainFrame.Parent = QwertyV1
  164. MainFrame.Active = true
  165. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  166. MainFrame.Draggable = true
  167. MainFrame.Position = UDim2.new(0.00466197729, 0, 0.00876232982, 0)
  168. MainFrame.Selectable = true
  169. MainFrame.Size = UDim2.new(0, 697, 0, 447)
  170. MainFrame.Visible = false
  171. MainFrame.Style = Enum.FrameStyle.RobloxRound
  172.  
  173. mbar1.Name = "mbar1"
  174. mbar1.Parent = MainFrame
  175. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  176. mbar1.BorderSizePixel = 0
  177. mbar1.Position = UDim2.new(-0.0114777619, 0, -0.0178970918, 0)
  178. mbar1.Size = UDim2.new(0, 696, 0, 49)
  179. mbar1.Style = Enum.FrameStyle.RobloxRound
  180.  
  181. mbar2.Name = "mbar 2"
  182. mbar2.Parent = MainFrame
  183. mbar2.BackgroundColor3 = Color3.new(0, 0, 0)
  184. mbar2.BorderSizePixel = 0
  185. mbar2.Position = UDim2.new(-0.0114777619, 0, 0.0850111842, 0)
  186. mbar2.Size = UDim2.new(0, 697, 0, 4)
  187.  
  188. mTitle.Name = "mTitle"
  189. mTitle.Parent = MainFrame
  190. mTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  191. mTitle.BackgroundTransparency = 1
  192. mTitle.Position = UDim2.new(-0.0473457687, 0, -0.0178970918, 0)
  193. mTitle.Size = UDim2.new(0, 194, 0, 39)
  194. mTitle.Font = Enum.Font.SciFi
  195. mTitle.Text = "Qwerty"
  196. mTitle.TextColor3 = Color3.new(1, 1, 1)
  197. mTitle.TextScaled = true
  198. mTitle.TextSize = 14
  199. mTitle.TextWrapped = true
  200.  
  201. exitbutton.Name = "exitbutton"
  202. exitbutton.Parent = MainFrame
  203. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  204. exitbutton.BackgroundTransparency = 1
  205. exitbutton.Position = UDim2.new(0.908177853, 0, -0.0178970918, 0)
  206. exitbutton.Size = UDim2.new(0, 98, 0, 39)
  207. exitbutton.Font = Enum.Font.SourceSansBold
  208. exitbutton.Text = "X"
  209. exitbutton.TextColor3 = Color3.new(1, 0, 0)
  210. exitbutton.TextScaled = true
  211. exitbutton.TextSize = 14
  212. exitbutton.TextWrapped = true
  213.  
  214. exitbutton.MouseButton1Down:connect(function()
  215. MainFrame.Visible = false
  216. OpenFrame.Visible = true
  217. ScriptsR6Frame.Visible = false
  218. ScriptsR15Frame.Visible = false
  219. end)
  220.  
  221. ScriptsR6Button.Name = "ScriptsR6Button"
  222. ScriptsR6Button.Parent = MainFrame
  223. ScriptsR6Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  224. ScriptsR6Button.BorderColor3 = Color3.new(0, 0, 0)
  225. ScriptsR6Button.BorderSizePixel = 4
  226. ScriptsR6Button.Position = UDim2.new(0.0157819223, 0, 0.129753917, 0)
  227. ScriptsR6Button.Size = UDim2.new(0, 135, 0, 32)
  228. ScriptsR6Button.Font = Enum.Font.SourceSans
  229. ScriptsR6Button.Text = "Scripts (R6)"
  230. ScriptsR6Button.TextColor3 = Color3.new(1, 1, 1)
  231. ScriptsR6Button.TextScaled = true
  232. ScriptsR6Button.TextSize = 14
  233. ScriptsR6Button.TextWrapped = true
  234.  
  235. ScriptsR6Button.MouseButton1Down:connect(function()
  236. ScriptsR6Frame.Visible = true
  237. end)
  238.  
  239. ScriptsR15Button.Name = "ScriptsR15Button"
  240. ScriptsR15Button.Parent = MainFrame
  241. ScriptsR15Button.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  242. ScriptsR15Button.BorderColor3 = Color3.new(0, 0, 0)
  243. ScriptsR15Button.BorderSizePixel = 4
  244. ScriptsR15Button.Position = UDim2.new(0.0157819223, 0, 0.234899342, 0)
  245. ScriptsR15Button.Size = UDim2.new(0, 135, 0, 32)
  246. ScriptsR15Button.Font = Enum.Font.SourceSans
  247. ScriptsR15Button.Text = "Scripts (R15)"
  248. ScriptsR15Button.TextColor3 = Color3.new(1, 1, 1)
  249. ScriptsR15Button.TextScaled = true
  250. ScriptsR15Button.TextSize = 14
  251. ScriptsR15Button.TextWrapped = true
  252.  
  253. ScriptsR15Button.MouseButton1Down:connect(function()
  254. ScriptsR15Frame.Visible = true
  255. end)
  256.  
  257. ScriptsR6Frame.Name = "ScriptsR6Frame"
  258. ScriptsR6Frame.Parent = QwertyV1
  259. ScriptsR6Frame.Active = true
  260. ScriptsR6Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  261. ScriptsR6Frame.BorderSizePixel = 0
  262. ScriptsR6Frame.Draggable = true
  263. ScriptsR6Frame.Position = UDim2.new(0.436285853, 0, 0.0087623056, 0)
  264. ScriptsR6Frame.Selectable = true
  265. ScriptsR6Frame.Size = UDim2.new(0, 273, 0, 489)
  266. ScriptsR6Frame.Visible = false
  267. ScriptsR6Frame.Style = Enum.FrameStyle.RobloxRound
  268.  
  269. sR6bar1.Name = "sR6bar1"
  270. sR6bar1.Parent = ScriptsR6Frame
  271. sR6bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. sR6bar1.BorderSizePixel = 0
  273. sR6bar1.Position = UDim2.new(-0.0293040294, 0, -0.0182053968, 0)
  274. sR6bar1.Size = UDim2.new(0, 272, 0, 23)
  275. sR6bar1.Style = Enum.FrameStyle.RobloxRound
  276.  
  277. sR6bar2.Name = "sR6bar 2"
  278. sR6bar2.Parent = ScriptsR6Frame
  279. sR6bar2.BackgroundColor3 = Color3.new(0, 0, 0)
  280. sR6bar2.BorderSizePixel = 0
  281. sR6bar2.Position = UDim2.new(-0.025641026, 0, 0.0221706796, 0)
  282. sR6bar2.Size = UDim2.new(0, 272, 0, 4)
  283.  
  284. ScrollingR6Frame.Name = "ScrollingR6Frame"
  285. ScrollingR6Frame.Parent = ScriptsR6Frame
  286. ScrollingR6Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  287. ScrollingR6Frame.BackgroundTransparency = 0.89999997615814
  288. ScrollingR6Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  289. ScrollingR6Frame.BorderSizePixel = 0
  290. ScrollingR6Frame.Position = UDim2.new(-0.00183144247, 0, 0.0347648226, 0)
  291. ScrollingR6Frame.Size = UDim2.new(0, 259, 0, 458)
  292.  
  293. gk.Name = "gk"
  294. gk.Parent = ScrollingR6Frame
  295. gk.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  296. gk.BorderColor3 = Color3.new(0, 0, 0)
  297. gk.BorderSizePixel = 4
  298. gk.Position = UDim2.new(0.144688651, 0, 0.0092247799, 0)
  299. gk.Size = UDim2.new(0, 182, 0, 24)
  300. gk.Font = Enum.Font.SourceSans
  301. gk.Text = "Grab Knife"
  302. gk.TextColor3 = Color3.new(1, 1, 1)
  303. gk.TextScaled = true
  304. gk.TextSize = 14
  305. gk.TextWrapped = true
  306.  
  307. gk.MouseButton1Down:connect(function()
  308. loadstring(game:HttpGet("http://pastebin.com/raw/z1VbMehm",true))()
  309. end)
  310.  
  311. gkv2.Name = "gkv2"
  312. gkv2.Parent = ScrollingR6Frame
  313. gkv2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  314. gkv2.BorderColor3 = Color3.new(0, 0, 0)
  315. gkv2.BorderSizePixel = 4
  316. gkv2.Position = UDim2.new(0.148549661, 0, 0.0499548987, 0)
  317. gkv2.Size = UDim2.new(0, 182, 0, 24)
  318. gkv2.Font = Enum.Font.SourceSans
  319. gkv2.Text = "Grab Knife V2"
  320. gkv2.TextColor3 = Color3.new(1, 1, 1)
  321. gkv2.TextScaled = true
  322. gkv2.TextSize = 14
  323. gkv2.TextWrapped = true
  324.  
  325. gkv2.MouseButton1Down:connect(function()
  326. loadstring(game:HttpGet("https://pastebin.com/raw/DmtuzK94",true))()
  327. end)
  328.  
  329. gkv3.Name = "gkv3"
  330. gkv3.Parent = ScrollingR6Frame
  331. gkv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  332. gkv3.BorderColor3 = Color3.new(0, 0, 0)
  333. gkv3.BorderSizePixel = 4
  334. gkv3.Position = UDim2.new(0.144688651, 0, 0.0908234268, 0)
  335. gkv3.Size = UDim2.new(0, 182, 0, 24)
  336. gkv3.Font = Enum.Font.SourceSans
  337. gkv3.Text = "Grab Knife V3"
  338. gkv3.TextColor3 = Color3.new(1, 1, 1)
  339. gkv3.TextScaled = true
  340. gkv3.TextSize = 14
  341. gkv3.TextWrapped = true
  342.  
  343. gkv3.MouseButton1Down:connect(function()
  344. loadstring(game:HttpGet("https://pastebin.com/raw/vXgWessT",true))()
  345. end)
  346.  
  347. gkv4.Name = "gkv4"
  348. gkv4.Parent = ScrollingR6Frame
  349. gkv4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  350. gkv4.BorderColor3 = Color3.new(0, 0, 0)
  351. gkv4.BorderSizePixel = 4
  352. gkv4.Position = UDim2.new(0.144688651, 0, 0.127325192, 0)
  353. gkv4.Size = UDim2.new(0, 182, 0, 24)
  354. gkv4.Font = Enum.Font.SourceSans
  355. gkv4.Text = "Grab Knife V4"
  356. gkv4.TextColor3 = Color3.new(1, 1, 1)
  357. gkv4.TextScaled = true
  358. gkv4.TextSize = 14
  359. gkv4.TextWrapped = true
  360.  
  361. gkv4.MouseButton1Down:connect(function()
  362. loadstring(game:HttpGet("https://pastebin.com/raw/iBeikSkL",true))()
  363. end)
  364.  
  365. devuzi.Name = "devuzi"
  366. devuzi.Parent = ScrollingR6Frame
  367. devuzi.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  368. devuzi.BorderColor3 = Color3.new(0, 0, 0)
  369. devuzi.BorderSizePixel = 4
  370. devuzi.Position = UDim2.new(0.144688651, 0, 0.236138225, 0)
  371. devuzi.Size = UDim2.new(0, 182, 0, 24)
  372. devuzi.Font = Enum.Font.SourceSans
  373. devuzi.Text = "Dev Uzi"
  374. devuzi.TextColor3 = Color3.new(1, 1, 1)
  375. devuzi.TextScaled = true
  376. devuzi.TextSize = 14
  377. devuzi.TextWrapped = true
  378.  
  379. devuzi.MouseButton1Down:connect(function()
  380. loadstring(game:HttpGet("https://pastebin.com/raw/UQCa8KGy",true))()
  381. end)
  382.  
  383. gtitain.Name = "gtitain"
  384. gtitain.Parent = ScrollingR6Frame
  385. gtitain.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  386. gtitain.BorderColor3 = Color3.new(0, 0, 0)
  387. gtitain.BorderSizePixel = 4
  388. gtitain.Position = UDim2.new(0.142758146, 0, 0.200587541, 0)
  389. gtitain.Size = UDim2.new(0, 182, 0, 24)
  390. gtitain.Font = Enum.Font.SourceSans
  391. gtitain.Text = "Bird Wings"
  392. gtitain.TextColor3 = Color3.new(1, 1, 1)
  393. gtitain.TextScaled = true
  394. gtitain.TextSize = 14
  395. gtitain.TextWrapped = true
  396.  
  397. gtitain.MouseButton1Down:connect(function()
  398. loadstring(game:HttpGet("https://pastebin.com/raw/LW2CBvRF",true))()
  399. end)
  400.  
  401. rocky2u.Name = "rocky2u"
  402. rocky2u.Parent = ScrollingR6Frame
  403. rocky2u.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  404. rocky2u.BorderColor3 = Color3.new(0, 0, 0)
  405. rocky2u.BorderSizePixel = 4
  406. rocky2u.Position = UDim2.new(0.144688651, 0, 0.163550094, 0)
  407. rocky2u.Size = UDim2.new(0, 182, 0, 24)
  408. rocky2u.Font = Enum.Font.SourceSans
  409. rocky2u.Text = "Rocky_2u"
  410. rocky2u.TextColor3 = Color3.new(1, 1, 1)
  411. rocky2u.TextScaled = true
  412. rocky2u.TextSize = 14
  413. rocky2u.TextWrapped = true
  414.  
  415. rocky2u.MouseButton1Down:connect(function()
  416. loadstring(game:HttpGet("https://hastebin.com/raw/gohorujixe",true))()
  417. end)
  418.  
  419. Aot.Name = "Aot"
  420. Aot.Parent = ScrollingR6Frame
  421. Aot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  422. Aot.BorderColor3 = Color3.new(0, 0, 0)
  423. Aot.BorderSizePixel = 4
  424. Aot.Position = UDim2.new(0.144688651, 0, 0.273256123, 0)
  425. Aot.Size = UDim2.new(0, 182, 0, 24)
  426. Aot.Font = Enum.Font.SourceSans
  427. Aot.Text = "Attack On Titans Swords"
  428. Aot.TextColor3 = Color3.new(1, 1, 1)
  429. Aot.TextScaled = true
  430. Aot.TextSize = 14
  431. Aot.TextWrapped = true
  432.  
  433. Aot.MouseButton1Down:connect(function()
  434. loadstring(game:HttpGet("https://hastebin.com/raw/toxicatoje",true))()
  435. end)
  436.  
  437. Titan.Name = "Titan"
  438. Titan.Parent = ScrollingR6Frame
  439. Titan.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  440. Titan.BorderColor3 = Color3.new(0, 0, 0)
  441. Titan.BorderSizePixel = 4
  442. Titan.Position = UDim2.new(0.144688651, 0, 0.310374022, 0)
  443. Titan.Size = UDim2.new(0, 182, 0, 24)
  444. Titan.Font = Enum.Font.SourceSans
  445. Titan.Text = "Titan"
  446. Titan.TextColor3 = Color3.new(1, 1, 1)
  447. Titan.TextScaled = true
  448. Titan.TextSize = 14
  449. Titan.TextWrapped = true
  450.  
  451. Titan.MouseButton1Down:connect(function()
  452. loadstring(game:HttpGet("https://hastebin.com/raw/etaluwabac",true))()
  453. end)
  454.  
  455. sR6exitbutton.Name = "sR6exitbutton"
  456. sR6exitbutton.Parent = ScriptsR6Frame
  457. sR6exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  458. sR6exitbutton.BackgroundTransparency = 1
  459. sR6exitbutton.Position = UDim2.new(0.941391945, 0, -0.0204498973, 0)
  460. sR6exitbutton.Size = UDim2.new(0, 23, 0, 24)
  461. sR6exitbutton.Font = Enum.Font.SourceSansBold
  462. sR6exitbutton.Text = "X"
  463. sR6exitbutton.TextColor3 = Color3.new(1, 0, 0)
  464. sR6exitbutton.TextScaled = true
  465. sR6exitbutton.TextSize = 14
  466. sR6exitbutton.TextWrapped = true
  467.  
  468. sR6exitbutton.MouseButton1Down:connect(function()
  469. ScriptsR6Frame.Visible = false
  470. end)
  471.  
  472. OpenFrame.Name = "OpenFrame"
  473. OpenFrame.Parent = QwertyV1
  474. OpenFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  475. OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  476. OpenFrame.BorderSizePixel = 3
  477. OpenFrame.Position = UDim2.new(0.934366524, 0, 0.881425142, 0)
  478. OpenFrame.Size = UDim2.new(0, 106, 0, 38)
  479. OpenFrame.Visible = false
  480. OpenFrame.Style = Enum.FrameStyle.RobloxRound
  481.  
  482. OpenButton.Name = "OpenButton"
  483. OpenButton.Parent = OpenFrame
  484. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  485. OpenButton.BackgroundTransparency = 1
  486. OpenButton.Position = UDim2.new(-0.037735939, 0, -0.236842275, 0)
  487. OpenButton.Size = UDim2.new(0, 97, 0, 31)
  488. OpenButton.Font = Enum.Font.SourceSansBold
  489. OpenButton.Text = "OPEN"
  490. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  491. OpenButton.TextScaled = true
  492. OpenButton.TextSize = 14
  493. OpenButton.TextWrapped = true
  494.  
  495. OpenButton.MouseButton1Down:connect(function()
  496. MainFrame.Visible = true
  497. OpenFrame.Visible = false
  498. end)
  499.  
  500. ExecuteFrame.Name = "ExecuteFrame"
  501. ExecuteFrame.Parent = QwertyV1
  502. ExecuteFrame.Active = true
  503. ExecuteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  504. ExecuteFrame.Draggable = true
  505. ExecuteFrame.Position = UDim2.new(0.00466197729, 0, 0.486308962, 0)
  506. ExecuteFrame.Selectable = true
  507. ExecuteFrame.Size = UDim2.new(0, 767, 0, 415)
  508. ExecuteFrame.Visible = false
  509. ExecuteFrame.Style = Enum.FrameStyle.RobloxRound
  510.  
  511. ebar1.Name = "ebar1"
  512. ebar1.Parent = ExecuteFrame
  513. ebar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  514. ebar1.BorderSizePixel = 0
  515. ebar1.Position = UDim2.new(-0.0104302475, 0, -0.01686747, 0)
  516. ebar1.Size = UDim2.new(0, 767, 0, 23)
  517. ebar1.Style = Enum.FrameStyle.RobloxRound
  518.  
  519. ebar2.Name = "ebar 2"
  520. ebar2.Parent = ExecuteFrame
  521. ebar2.BackgroundColor3 = Color3.new(0, 0, 0)
  522. ebar2.BorderSizePixel = 0
  523. ebar2.Position = UDim2.new(-0.0104302475, 0, 0.0289156642, 0)
  524. ebar2.Size = UDim2.new(0, 767, 0, 4)
  525.  
  526. EditorFrame.Name = "EditorFrame"
  527. EditorFrame.Parent = ExecuteFrame
  528. EditorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  529. EditorFrame.BackgroundTransparency = 1
  530. EditorFrame.BorderColor3 = Color3.new(0, 0, 0)
  531. EditorFrame.BorderSizePixel = 4
  532. EditorFrame.Position = UDim2.new(0.0195567142, 0, 0.0915662646, 0)
  533. EditorFrame.Size = UDim2.new(0, 723, 0, 305)
  534. EditorFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  535.  
  536. Input.Name = "Input"
  537. Input.Parent = EditorFrame
  538. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  539. Input.BackgroundTransparency = 1
  540. Input.Size = UDim2.new(0, 706, 0, 99999999)
  541. Input.ClearTextOnFocus = false
  542. Input.Font = Enum.Font.SourceSans
  543. Input.MultiLine = true
  544. Input.Text = "--Script Here!"
  545. Input.TextColor3 = Color3.new(1, 1, 1)
  546. Input.TextSize = 14
  547. Input.TextXAlignment = Enum.TextXAlignment.Left
  548. Input.TextYAlignment = Enum.TextYAlignment.Top
  549.  
  550. executebutton.Name = "executebutton"
  551. executebutton.Parent = ExecuteFrame
  552. executebutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  553. executebutton.BorderColor3 = Color3.new(0, 0, 0)
  554. executebutton.BorderSizePixel = 4
  555. executebutton.Position = UDim2.new(0.110821381, 0, 0.915662646, 0)
  556. executebutton.Size = UDim2.new(0, 141, 0, 25)
  557. executebutton.Font = Enum.Font.SourceSans
  558. executebutton.Text = "Execute"
  559. executebutton.TextColor3 = Color3.new(1, 1, 1)
  560. executebutton.TextScaled = true
  561. executebutton.TextSize = 14
  562. executebutton.TextWrapped = true
  563.  
  564. executebutton.MouseButton1Down:connect(function()
  565. loadstring(Input.Text)()
  566. end)
  567.  
  568. clearbutton.Name = "clearbutton"
  569. clearbutton.Parent = ExecuteFrame
  570. clearbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  571. clearbutton.BorderColor3 = Color3.new(0, 0, 0)
  572. clearbutton.BorderSizePixel = 4
  573. clearbutton.Position = UDim2.new(0.322033882, 0, 0.915662646, 0)
  574. clearbutton.Size = UDim2.new(0, 141, 0, 25)
  575. clearbutton.Font = Enum.Font.SourceSans
  576. clearbutton.Text = "Clear"
  577. clearbutton.TextColor3 = Color3.new(1, 1, 1)
  578. clearbutton.TextScaled = true
  579. clearbutton.TextSize = 14
  580. clearbutton.TextWrapped = true
  581.  
  582. clearbutton.MouseButton1Down:connect(function()
  583. Input.Text = ""
  584. end)
  585.  
  586. Eexitbutton.Name = "Eexitbutton"
  587. Eexitbutton.Parent = ExecuteFrame
  588. Eexitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  589. Eexitbutton.BackgroundTransparency = 1
  590. Eexitbutton.Position = UDim2.new(0.979201615, 0, -0.0180402584, 0)
  591. Eexitbutton.Size = UDim2.new(0, 23, 0, 24)
  592. Eexitbutton.Font = Enum.Font.SourceSansBold
  593. Eexitbutton.Text = "X"
  594. Eexitbutton.TextColor3 = Color3.new(1, 0, 0)
  595. Eexitbutton.TextScaled = true
  596. Eexitbutton.TextSize = 14
  597. Eexitbutton.TextWrapped = true
  598.  
  599. Eexitbutton.MouseButton1Down:connect(function()
  600. ExecuteFrame.Visible = false
  601. ExecutorOpenFrame.Visible = true
  602. end)
  603.  
  604. ExecutorOpenFrame.Name = "ExecutorOpenFrame"
  605. ExecutorOpenFrame.Parent = QwertyV1
  606. ExecutorOpenFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  607. ExecutorOpenFrame.BorderColor3 = Color3.new(0, 0, 0)
  608. ExecutorOpenFrame.BorderSizePixel = 3
  609. ExecutorOpenFrame.Position = UDim2.new(0.889746726, 0, 0.935840487, 0)
  610. ExecutorOpenFrame.Size = UDim2.new(0, 178, 0, 38)
  611. ExecutorOpenFrame.Visible = false
  612. ExecutorOpenFrame.Style = Enum.FrameStyle.RobloxRound
  613.  
  614. ExecutorOpenButton.Name = "ExecutorOpenButton"
  615. ExecutorOpenButton.Parent = ExecutorOpenFrame
  616. ExecutorOpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  617. ExecutorOpenButton.BackgroundTransparency = 1
  618. ExecutorOpenButton.Position = UDim2.new(0, 0, -0.184210539, 0)
  619. ExecutorOpenButton.Size = UDim2.new(0, 162, 0, 31)
  620. ExecutorOpenButton.Font = Enum.Font.SourceSansBold
  621. ExecutorOpenButton.Text = "OPEN Executor"
  622. ExecutorOpenButton.TextColor3 = Color3.new(1, 1, 1)
  623. ExecutorOpenButton.TextScaled = true
  624. ExecutorOpenButton.TextSize = 14
  625. ExecutorOpenButton.TextWrapped = true
  626.  
  627. ExecutorOpenButton.MouseButton1Down:connect(function()
  628. ExecuteFrame.Visible = true
  629. ExecutorOpenFrame.Visible = false
  630. end)
  631.  
  632. ScriptsR15Frame.Name = "ScriptsR15Frame"
  633. ScriptsR15Frame.Parent = QwertyV1
  634. ScriptsR15Frame.Active = true
  635. ScriptsR15Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  636. ScriptsR15Frame.BorderSizePixel = 0
  637. ScriptsR15Frame.Draggable = true
  638. ScriptsR15Frame.Position = UDim2.new(0.609529734, 0, 0.00876232237, 0)
  639. ScriptsR15Frame.Selectable = true
  640. ScriptsR15Frame.Size = UDim2.new(0, 273, 0, 489)
  641. ScriptsR15Frame.Visible = false
  642. ScriptsR15Frame.Style = Enum.FrameStyle.RobloxRound
  643.  
  644. sR15bar2.Name = "sR15bar 2"
  645. sR15bar2.Parent = ScriptsR15Frame
  646. sR15bar2.BackgroundColor3 = Color3.new(0, 0, 0)
  647. sR15bar2.BorderSizePixel = 0
  648. sR15bar2.Position = UDim2.new(-0.025641026, 0, 0.0221706796, 0)
  649. sR15bar2.Size = UDim2.new(0, 272, 0, 4)
  650.  
  651. sR15bar1.Name = "sR15bar1"
  652. sR15bar1.Parent = ScriptsR15Frame
  653. sR15bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  654. sR15bar1.BorderSizePixel = 0
  655. sR15bar1.Position = UDim2.new(-0.0293040294, 0, -0.0182053968, 0)
  656. sR15bar1.Size = UDim2.new(0, 272, 0, 23)
  657. sR15bar1.Style = Enum.FrameStyle.RobloxRound
  658.  
  659. sR15exitbutton.Name = "sR15exitbutton"
  660. sR15exitbutton.Parent = ScriptsR15Frame
  661. sR15exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  662. sR15exitbutton.BackgroundTransparency = 1
  663. sR15exitbutton.Position = UDim2.new(0.941391945, 0, -0.0204498973, 0)
  664. sR15exitbutton.Size = UDim2.new(0, 23, 0, 24)
  665. sR15exitbutton.Font = Enum.Font.SourceSansBold
  666. sR15exitbutton.Text = "X"
  667. sR15exitbutton.TextColor3 = Color3.new(1, 0, 0)
  668. sR15exitbutton.TextScaled = true
  669. sR15exitbutton.TextSize = 14
  670. sR15exitbutton.TextWrapped = true
  671.  
  672. ScrollingFrame.Parent = ScriptsR15Frame
  673. ScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  674. ScrollingFrame.BackgroundTransparency = 1
  675. ScrollingFrame.BorderSizePixel = 0
  676. ScrollingFrame.Position = UDim2.new(0.0109890103, 0, 0.0429447852, 0)
  677. ScrollingFrame.Size = UDim2.new(0, 250, 0, 450)
  678.  
  679. goku.Name = "goku"
  680. goku.Parent = ScrollingFrame
  681. goku.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  682. goku.BorderColor3 = Color3.new(0, 0, 0)
  683. goku.BorderSizePixel = 4
  684. goku.Position = UDim2.new(0.13668865, 0, 0.00658004358, 0)
  685. goku.Size = UDim2.new(0, 182, 0, 24)
  686. goku.Font = Enum.Font.SourceSans
  687. goku.Text = "Goku"
  688. goku.TextColor3 = Color3.new(1, 1, 1)
  689. goku.TextScaled = true
  690. goku.TextSize = 14
  691. goku.TextWrapped = true
  692.  
  693. goku.MouseButton1Down:connect(function()
  694. loadstring(game:HttpGet("https://hastebin.com/raw/umapomacir",true))()
  695. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement