Advertisement
Guest User

iDK

a guest
Jan 13th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.55 KB | None | 0 0
  1. local Opillix = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local board1 = Instance.new("Frame")
  4. local userbox = Instance.new("TextBox")
  5. local passbox = Instance.new("TextBox")
  6. local title = Instance.new("TextLabel")
  7. local version = Instance.new("TextLabel")
  8. local credits = Instance.new("TextLabel")
  9. local submit = Instance.new("TextButton")
  10. local board2 = Instance.new("Frame")
  11. local MainFrame = Instance.new("Frame")
  12. local mboard1 = Instance.new("Frame")
  13. local mboard2 = Instance.new("Frame")
  14. local mtitle = Instance.new("TextLabel")
  15. local mcredits = Instance.new("TextLabel")
  16. local mversion = Instance.new("TextLabel")
  17. local exebut = Instance.new("TextButton")
  18. local mcredits2 = Instance.new("TextLabel")
  19. local mexit = Instance.new("TextButton")
  20. local ScriptFrame = Instance.new("Frame")
  21. local sboard1 = Instance.new("Frame")
  22. local sboard2 = Instance.new("Frame")
  23. local stitle = Instance.new("TextLabel")
  24. local sversion = Instance.new("TextLabel")
  25. local JDScript = Instance.new("TextButton")
  26. local gbv4 = Instance.new("TextButton")
  27. local gbv3 = Instance.new("TextButton")
  28. local GokuScript = Instance.new("TextButton")
  29. local Rocky2uadminscript = Instance.new("TextButton")
  30. local SubsitutionSwordscript = Instance.new("TextButton")
  31. local Naturescript = Instance.new("TextButton")
  32. local DubstepGunscript = Instance.new("TextButton")
  33. local sexit = Instance.new("TextButton")
  34. local jojoscript = Instance.new("TextButton")
  35.  
  36. -- Properties
  37.  
  38. Opillix.Name = "Jizyo"
  39. Opillix.Parent = game.CoreGui
  40. Opillix.ResetOnSpawn = false
  41.  
  42. LoginFrame.Name = "LoginFrame"
  43. LoginFrame.Parent = Opillix
  44. LoginFrame.Active = true
  45. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  46. LoginFrame.BorderSizePixel = 0
  47. LoginFrame.Draggable = true
  48. LoginFrame.Position = UDim2.new(0, 137, 0, 235)
  49. LoginFrame.Selectable = true
  50. LoginFrame.Size = UDim2.new(0, 178, 0, 288)
  51.  
  52. board1.Name = "board1"
  53. board1.Parent = LoginFrame
  54. board1.BackgroundColor3 = Color3.new(1, 0, 0)
  55. board1.BorderSizePixel = 0
  56. board1.Size = UDim2.new(0, 178, 0, 22)
  57.  
  58. userbox.Name = "userbox"
  59. userbox.Parent = LoginFrame
  60. userbox.BackgroundColor3 = Color3.new(0, 0, 0)
  61. userbox.BorderColor3 = Color3.new(1, 0, 0)
  62. userbox.BorderSizePixel = 3
  63. userbox.Position = UDim2.new(0, 0, 0, 81)
  64. userbox.Size = UDim2.new(0, 160, 0, 18)
  65. userbox.Font = Enum.Font.SciFi
  66. userbox.FontSize = Enum.FontSize.Size14
  67. userbox.Text = "Username"
  68. userbox.TextColor3 = Color3.new(1, 0, 0)
  69. userbox.TextScaled = true
  70. userbox.TextSize = 14
  71. userbox.TextWrapped = true
  72. userbox.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. passbox.Name = "passbox"
  75. passbox.Parent = LoginFrame
  76. passbox.BackgroundColor3 = Color3.new(0, 0, 0)
  77. passbox.BorderColor3 = Color3.new(1, 0, 0)
  78. passbox.BorderSizePixel = 3
  79. passbox.Position = UDim2.new(0, 0, 0, 168)
  80. passbox.Size = UDim2.new(0, 157, 0, 16)
  81. passbox.Font = Enum.Font.SciFi
  82. passbox.FontSize = Enum.FontSize.Size14
  83. passbox.Text = "Password"
  84. passbox.TextColor3 = Color3.new(1, 0, 0)
  85. passbox.TextScaled = true
  86. passbox.TextSize = 14
  87. passbox.TextWrapped = true
  88. passbox.TextXAlignment = Enum.TextXAlignment.Left
  89.  
  90. title.Name = "title"
  91. title.Parent = LoginFrame
  92. title.BackgroundColor3 = Color3.new(0, 0, 0)
  93. title.BorderColor3 = Color3.new(1, 0, 0)
  94. title.BorderSizePixel = 3
  95. title.Position = UDim2.new(0, 12, 0, 32)
  96. title.Size = UDim2.new(0, 154, 0, 30)
  97. title.Font = Enum.Font.SciFi
  98. title.FontSize = Enum.FontSize.Size14
  99. title.Text = "Jizyo Is Life"
  100. title.TextColor3 = Color3.new(1, 0, 0)
  101. title.TextScaled = true
  102. title.TextSize = 14
  103. title.TextWrapped = true
  104.  
  105. version.Name = "version"
  106. version.Parent = LoginFrame
  107. version.BackgroundColor3 = Color3.new(0, 0, 0)
  108. version.BorderColor3 = Color3.new(1, 0, 0)
  109. version.BorderSizePixel = 3
  110. version.Position = UDim2.new(0, 157, 0, 270)
  111. version.Size = UDim2.new(0, 21, 0, 18)
  112. version.Font = Enum.Font.SciFi
  113. version.FontSize = Enum.FontSize.Size14
  114. version.Text = "V1"
  115. version.TextColor3 = Color3.new(1, 0, 0)
  116. version.TextScaled = true
  117. version.TextSize = 14
  118. version.TextWrapped = true
  119.  
  120. credits.Name = "credits"
  121. credits.Parent = LoginFrame
  122. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  123. credits.BorderColor3 = Color3.new(1, 0, 0)
  124. credits.BorderSizePixel = 3
  125. credits.Position = UDim2.new(0, 0, 0, 268)
  126. credits.Size = UDim2.new(0, 132, 0, 20)
  127. credits.Font = Enum.Font.SciFi
  128. credits.FontSize = Enum.FontSize.Size14
  129. credits.Text = "Made By Jizyo2 Jk"
  130. credits.TextColor3 = Color3.new(1, 0, 0)
  131. credits.TextScaled = true
  132. credits.TextSize = 14
  133. credits.TextWrapped = true
  134.  
  135. submit.Name = "submit"
  136. submit.Parent = LoginFrame
  137. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  138. submit.BorderColor3 = Color3.new(1, 0, 0)
  139. submit.BorderSizePixel = 3
  140. submit.Position = UDim2.new(0, 22, 0, 216)
  141. submit.Size = UDim2.new(0, 134, 0, 27)
  142. submit.Font = Enum.Font.SciFi
  143. submit.FontSize = Enum.FontSize.Size14
  144. submit.Text = "Login"
  145. submit.TextColor3 = Color3.new(1, 0, 0)
  146. submit.TextScaled = true
  147. submit.TextSize = 14
  148. submit.TextWrapped = true
  149.  
  150. submit.MouseButton1Down:connect(function()
  151.  
  152. if userbox.Text == "Jizyo2" and passbox.Text == "Brudda" then
  153. MainFrame.Visible = true
  154. LoginFrame.Visible = false
  155. end
  156.  
  157. end)
  158.  
  159. submit.MouseButton1Down:connect(function()
  160.  
  161. if userbox.Text == "Jizyo" and passbox.Text == "rudda" then
  162. MainFrame.Visible = true
  163. LoginFrame.Visible = false
  164. end
  165.  
  166. end)
  167.  
  168. submit.MouseButton1Down:connect(function()
  169.  
  170. if userbox.Text == "Cobalt" and passbox.Text == "Cobalt" then
  171. MainFrame.Visible = true
  172. LoginFrame.Visible = false
  173. end
  174.  
  175. end)
  176.  
  177. submit.MouseButton1Down:connect(function()
  178.  
  179. if userbox.Text == "Jizyo" and passbox.Text == "rudda" then
  180. MainFrame.Visible = true
  181. LoginFrame.Visible = false
  182. end
  183.  
  184. end)
  185.  
  186.  
  187. board2.Name = "board2"
  188. board2.Parent = LoginFrame
  189. board2.BackgroundColor3 = Color3.new(0, 0, 0)
  190. board2.BorderSizePixel = 0
  191. board2.Position = UDim2.new(0, 0, 0, 15)
  192. board2.Size = UDim2.new(0, 178, 0, 1)
  193.  
  194. MainFrame.Name = "MainFrame"
  195. MainFrame.Parent = Opillix
  196. MainFrame.Active = true
  197. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  198. MainFrame.Draggable = true
  199. MainFrame.Position = UDim2.new(0, 417, 0, 164)
  200. MainFrame.Selectable = true
  201. MainFrame.Size = UDim2.new(0, 339, 0, 354)
  202. MainFrame.Visible = false
  203.  
  204. mboard1.Name = "mboard1"
  205. mboard1.Parent = MainFrame
  206. mboard1.BackgroundColor3 = Color3.new(1, 0, 0)
  207. mboard1.Size = UDim2.new(0, 339, 0, 34)
  208.  
  209. mboard2.Name = "mboard2"
  210. mboard2.Parent = MainFrame
  211. mboard2.BackgroundColor3 = Color3.new(0, 0, 0)
  212. mboard2.Position = UDim2.new(0, 0, 0, 15)
  213. mboard2.Size = UDim2.new(0, 339, 0, 1)
  214.  
  215. mtitle.Name = "mtitle"
  216. mtitle.Parent = MainFrame
  217. mtitle.BackgroundColor3 = Color3.new(0, 0, 0)
  218. mtitle.BorderColor3 = Color3.new(1, 0, 0)
  219. mtitle.BorderSizePixel = 3
  220. mtitle.Position = UDim2.new(0, 93, 0, 45)
  221. mtitle.Size = UDim2.new(0, 154, 0, 51)
  222. mtitle.Font = Enum.Font.SciFi
  223. mtitle.FontSize = Enum.FontSize.Size14
  224. mtitle.Text = "Jizyo Is Life"
  225. mtitle.TextColor3 = Color3.new(1, 0, 0)
  226. mtitle.TextScaled = true
  227. mtitle.TextSize = 14
  228. mtitle.TextWrapped = true
  229.  
  230. mcredits.Name = "mcredits"
  231. mcredits.Parent = MainFrame
  232. mcredits.BackgroundColor3 = Color3.new(0, 0, 0)
  233. mcredits.BorderColor3 = Color3.new(1, 0, 0)
  234. mcredits.BorderSizePixel = 3
  235. mcredits.Position = UDim2.new(0, 0, 0, 335)
  236. mcredits.Size = UDim2.new(0, 98, 0, 19)
  237. mcredits.Font = Enum.Font.SciFi
  238. mcredits.FontSize = Enum.FontSize.Size14
  239. mcredits.Text = "Made By Jizyo2#5428 Jk"
  240. mcredits.TextColor3 = Color3.new(1, 0, 0)
  241. mcredits.TextScaled = true
  242. mcredits.TextSize = 14
  243. mcredits.TextWrapped = true
  244.  
  245. mversion.Name = "mversion"
  246. mversion.Parent = MainFrame
  247. mversion.BackgroundColor3 = Color3.new(0, 0, 0)
  248. mversion.BorderColor3 = Color3.new(1, 0, 0)
  249. mversion.BorderSizePixel = 3
  250. mversion.Position = UDim2.new(0, 317, 0, 333)
  251. mversion.Size = UDim2.new(0, 22, 0, 21)
  252. mversion.Font = Enum.Font.SciFi
  253. mversion.FontSize = Enum.FontSize.Size14
  254. mversion.Text = "V1"
  255. mversion.TextColor3 = Color3.new(1, 0, 0)
  256. mversion.TextScaled = true
  257. mversion.TextSize = 14
  258. mversion.TextWrapped = true
  259.  
  260. exebut.Name = "exebut"
  261. exebut.Parent = MainFrame
  262. exebut.BackgroundColor3 = Color3.new(0, 0, 0)
  263. exebut.BorderColor3 = Color3.new(1, 0, 0)
  264. exebut.BorderSizePixel = 3
  265. exebut.Position = UDim2.new(0, 103, 0, 203)
  266. exebut.Size = UDim2.new(0, 133, 0, 50)
  267. exebut.Font = Enum.Font.SciFi
  268. exebut.FontSize = Enum.FontSize.Size32
  269. exebut.Text = "Scripts"
  270. exebut.TextColor3 = Color3.new(1, 0, 0)
  271. exebut.TextSize = 30
  272. exebut.TextWrapped = true
  273. exebut.MouseButton1Down:connect(function()
  274. MainFrame.Visible = false
  275. ScriptFrame.Visible = true
  276. end)
  277.  
  278. mcredits2.Name = "mcredits2"
  279. mcredits2.Parent = MainFrame
  280. mcredits2.BackgroundColor3 = Color3.new(0, 0, 0)
  281. mcredits2.BorderColor3 = Color3.new(1, 0, 0)
  282. mcredits2.BorderSizePixel = 3
  283. mcredits2.Position = UDim2.new(0, 0, 0, 138)
  284. mcredits2.Size = UDim2.new(0, 109, 0, 39)
  285. mcredits2.Font = Enum.Font.SciFi
  286. mcredits2.FontSize = Enum.FontSize.Size14
  287. mcredits2.Text = "Name Made By Jizyo2#5428 "
  288. mcredits2.TextColor3 = Color3.new(1, 0, 0)
  289. mcredits2.TextScaled = true
  290. mcredits2.TextSize = 14
  291. mcredits2.TextWrapped = true
  292.  
  293. mexit.Name = "mexit"
  294. mexit.Parent = MainFrame
  295. mexit.BackgroundColor3 = Color3.new(0, 0, 0)
  296. mexit.BorderColor3 = Color3.new(1, 0, 0)
  297. mexit.Position = UDim2.new(0, 304, 0, 0)
  298. mexit.Size = UDim2.new(0, 35, 0, 34)
  299. mexit.Font = Enum.Font.SciFi
  300. mexit.FontSize = Enum.FontSize.Size14
  301. mexit.Text = "Exit"
  302. mexit.TextColor3 = Color3.new(1, 0, 0)
  303. mexit.TextScaled = true
  304. mexit.TextSize = 14
  305. mexit.TextWrapped = true
  306. mexit.MouseButton1Down:connect(function()
  307. MainFrame.Visible = false
  308. end)
  309.  
  310. ScriptFrame.Name = "ScriptFrame"
  311. ScriptFrame.Parent = Opillix
  312. ScriptFrame.Active = true
  313. ScriptFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  314. ScriptFrame.Draggable = true
  315. ScriptFrame.Position = UDim2.new(0, 295, 0, 101)
  316. ScriptFrame.Size = UDim2.new(0, 653, 0, 528)
  317. ScriptFrame.Visible = false
  318.  
  319. sboard1.Name = "sboard1"
  320. sboard1.Parent = ScriptFrame
  321. sboard1.BackgroundColor3 = Color3.new(1, 0, 0)
  322. sboard1.Size = UDim2.new(0, 653, 0, 28)
  323.  
  324. sboard2.Name = "sboard2"
  325. sboard2.Parent = ScriptFrame
  326. sboard2.BackgroundColor3 = Color3.new(1, 1, 1)
  327. sboard2.Position = UDim2.new(0, 0, 0, 16)
  328. sboard2.Size = UDim2.new(0, 653, 0, 0)
  329.  
  330. stitle.Name = "stitle"
  331. stitle.Parent = ScriptFrame
  332. stitle.BackgroundColor3 = Color3.new(0, 0, 0)
  333. stitle.BorderColor3 = Color3.new(1, 0, 0)
  334. stitle.BorderSizePixel = 3
  335. stitle.Position = UDim2.new(0, 206, 0, 37)
  336. stitle.Size = UDim2.new(0, 200, 0, 50)
  337. stitle.Font = Enum.Font.SourceSans
  338. stitle.FontSize = Enum.FontSize.Size14
  339. stitle.Text = "Jizyo Is Life"
  340. stitle.TextColor3 = Color3.new(1, 0, 0)
  341. stitle.TextScaled = true
  342. stitle.TextSize = 14
  343. stitle.TextWrapped = true
  344.  
  345. sversion.Name = "sversion"
  346. sversion.Parent = ScriptFrame
  347. sversion.BackgroundColor3 = Color3.new(0, 0, 0)
  348. sversion.BorderColor3 = Color3.new(1, 0, 0)
  349. sversion.BorderSizePixel = 3
  350. sversion.Position = UDim2.new(0, 611, 0, 46)
  351. sversion.Size = UDim2.new(0, 42, 0, 31)
  352. sversion.Font = Enum.Font.SourceSans
  353. sversion.FontSize = Enum.FontSize.Size14
  354. sversion.Text = "V1"
  355. sversion.TextColor3 = Color3.new(1, 0, 0)
  356. sversion.TextScaled = true
  357. sversion.TextSize = 14
  358. sversion.TextWrapped = true
  359.  
  360. JDScript.Name = "JDScript"
  361. JDScript.Parent = ScriptFrame
  362. JDScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  363. JDScript.BorderColor3 = Color3.new(1, 0, 0)
  364. JDScript.BorderSizePixel = 3
  365. JDScript.Position = UDim2.new(0, 191, 0, 110)
  366. JDScript.Size = UDim2.new(0, 119, 0, 50)
  367. JDScript.Font = Enum.Font.SciFi
  368. JDScript.FontSize = Enum.FontSize.Size28
  369. JDScript.Text = "John Doe"
  370. JDScript.TextColor3 = Color3.new(1, 0, 0)
  371. JDScript.TextSize = 25
  372. JDScript.TextWrapped = true
  373. JDScript.MouseButton1Down:connect(function()
  374. loadstring(game:HttpGet("https://pastebin.com/raw/Q89KGjf4",true))()
  375. end)
  376.  
  377. gbv4.Name = "gbv4"
  378. gbv4.Parent = ScriptFrame
  379. gbv4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  380. gbv4.BorderColor3 = Color3.new(1, 0, 0)
  381. gbv4.BorderSizePixel = 3
  382. gbv4.Position = UDim2.new(0, 346, 0, 110)
  383. gbv4.Size = UDim2.new(0, 116, 0, 50)
  384. gbv4.Font = Enum.Font.SciFi
  385. gbv4.FontSize = Enum.FontSize.Size28
  386. gbv4.Text = "Grab Knife V4 (Trial)"
  387. gbv4.TextColor3 = Color3.new(1, 0, 0)
  388. gbv4.TextSize = 25
  389. gbv4.TextWrapped = true
  390. gbv4.MouseButton1Down:connect(function()
  391. loadstring(game:HttpGet("https://pastebin.com/raw/YapmyTW2",true))()
  392. end)
  393.  
  394. gbv3.Name = "gbv3"
  395. gbv3.Parent = ScriptFrame
  396. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  397. gbv3.BorderColor3 = Color3.new(1, 0, 0)
  398. gbv3.BorderSizePixel = 3
  399. gbv3.Position = UDim2.new(0, 481, 0, 110)
  400. gbv3.Size = UDim2.new(0, 127, 0, 50)
  401. gbv3.Font = Enum.Font.SciFi
  402. gbv3.FontSize = Enum.FontSize.Size28
  403. gbv3.Text = "Grab Knife V3"
  404. gbv3.TextColor3 = Color3.new(1, 0, 0)
  405. gbv3.TextSize = 25
  406. gbv3.TextWrapped = true
  407. gbv3.MouseButton1Down:connect(function()
  408. loadstring(game:HttpGet("https://pastebin.com/raw/2N4sJ9CB",true))()
  409. end)
  410.  
  411. GokuScript.Name = "GokuScript"
  412. GokuScript.Parent = ScriptFrame
  413. GokuScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  414. GokuScript.BorderColor3 = Color3.new(1, 0, 0)
  415. GokuScript.BorderSizePixel = 3
  416. GokuScript.Position = UDim2.new(0, 23, 0, 182)
  417. GokuScript.Size = UDim2.new(0, 130, 0, 37)
  418. GokuScript.Font = Enum.Font.SciFi
  419. GokuScript.FontSize = Enum.FontSize.Size28
  420. GokuScript.Text = "Goku"
  421. GokuScript.TextColor3 = Color3.new(1, 0, 0)
  422. GokuScript.TextSize = 25
  423. GokuScript.TextWrapped = true
  424. GokuScript.MouseButton1Down:connect(function()
  425. loadstring(game:HttpGet("https://pastebin.com/raw/EpHP7D9L",true))()
  426. end)
  427.  
  428. Rocky2uadminscript.Name = "Rocky2uadminscript"
  429. Rocky2uadminscript.Parent = ScriptFrame
  430. Rocky2uadminscript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  431. Rocky2uadminscript.BorderColor3 = Color3.new(1, 0, 0)
  432. Rocky2uadminscript.BorderSizePixel = 3
  433. Rocky2uadminscript.Position = UDim2.new(0, 189, 0, 182)
  434. Rocky2uadminscript.Size = UDim2.new(0, 120, 0, 37)
  435. Rocky2uadminscript.Font = Enum.Font.SciFi
  436. Rocky2uadminscript.FontSize = Enum.FontSize.Size28
  437. Rocky2uadminscript.Text = "Rockys Admin Script"
  438. Rocky2uadminscript.TextColor3 = Color3.new(1, 0, 0)
  439. Rocky2uadminscript.TextScaled = true
  440. Rocky2uadminscript.TextSize = 25
  441. Rocky2uadminscript.TextWrapped = true
  442. Rocky2uadminscript.MouseButton1Down:connect(function()
  443. loadstring(game:HttpGet("https://pastebin.com/raw/BxKdxkvY",true))()
  444. end)
  445.  
  446. SubsitutionSwordscript.Name = "SubsitutionSwordscript"
  447. SubsitutionSwordscript.Parent = ScriptFrame
  448. SubsitutionSwordscript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  449. SubsitutionSwordscript.BorderColor3 = Color3.new(1, 0, 0)
  450. SubsitutionSwordscript.BorderSizePixel = 3
  451. SubsitutionSwordscript.Position = UDim2.new(0, 345, 0, 184)
  452. SubsitutionSwordscript.Size = UDim2.new(0, 120, 0, 37)
  453. SubsitutionSwordscript.Font = Enum.Font.SciFi
  454. SubsitutionSwordscript.FontSize = Enum.FontSize.Size28
  455. SubsitutionSwordscript.Text = "Subsitution Sword"
  456. SubsitutionSwordscript.TextColor3 = Color3.new(1, 0, 0)
  457. SubsitutionSwordscript.TextScaled = true
  458. SubsitutionSwordscript.TextSize = 25
  459. SubsitutionSwordscript.TextWrapped = true
  460. SubsitutionSwordscript.MouseButton1Down:connect(function()
  461. loadstring(game:HttpGet("https://pastebin.com/raw/93CSh0ai",true))()
  462. end)
  463.  
  464. Naturescript.Name = "Naturescript"
  465. Naturescript.Parent = ScriptFrame
  466. Naturescript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  467. Naturescript.BorderColor3 = Color3.new(1, 0, 0)
  468. Naturescript.BorderSizePixel = 3
  469. Naturescript.Position = UDim2.new(0, 484, 0, 184)
  470. Naturescript.Size = UDim2.new(0, 125, 0, 37)
  471. Naturescript.Font = Enum.Font.SciFi
  472. Naturescript.FontSize = Enum.FontSize.Size28
  473. Naturescript.Text = "Nature"
  474. Naturescript.TextColor3 = Color3.new(1, 0, 0)
  475. Naturescript.TextSize = 25
  476. Naturescript.TextWrapped = true
  477. Naturescript.MouseButton1Down:connect(function()
  478. loadstring(game:HttpGet("https://pastebin.com/raw/R74wf4dk",true))()
  479. end)
  480.  
  481. DubstepGunscript.Name = "DubstepGunscript"
  482. DubstepGunscript.Parent = ScriptFrame
  483. DubstepGunscript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  484. DubstepGunscript.BorderColor3 = Color3.new(1, 0, 0)
  485. DubstepGunscript.BorderSizePixel = 3
  486. DubstepGunscript.Position = UDim2.new(0, 22, 0, 248)
  487. DubstepGunscript.Size = UDim2.new(0, 131, 0, 35)
  488. DubstepGunscript.Font = Enum.Font.SciFi
  489. DubstepGunscript.FontSize = Enum.FontSize.Size28
  490. DubstepGunscript.Text = "Dubstep Gun"
  491. DubstepGunscript.TextColor3 = Color3.new(1, 0, 0)
  492. DubstepGunscript.TextScaled = true
  493. DubstepGunscript.TextSize = 25
  494. DubstepGunscript.TextWrapped = true
  495. DubstepGunscript.MouseButton1Down:connect(function()
  496. loadstring(game:HttpGet("http://pastebin.com/raw/0AndHxFF",true))()
  497. end)
  498.  
  499. sexit.Name = "sexit"
  500. sexit.Parent = ScriptFrame
  501. sexit.BackgroundColor3 = Color3.new(0, 0, 0)
  502. sexit.BorderColor3 = Color3.new(1, 0, 0)
  503. sexit.Position = UDim2.new(0, 606, 0, 0)
  504. sexit.Size = UDim2.new(0, 47, 0, 28)
  505. sexit.Font = Enum.Font.SciFi
  506. sexit.FontSize = Enum.FontSize.Size14
  507. sexit.Text = "Exit"
  508. sexit.TextColor3 = Color3.new(1, 0, 0)
  509. sexit.TextScaled = true
  510. sexit.TextSize = 14
  511. sexit.TextWrapped = true
  512. sexit.MouseButton1Down:connect(function()
  513. ScriptFrame.Visible = false
  514. end)
  515.  
  516. jojoscript.Name = "jojoscript"
  517. jojoscript.Parent = ScriptFrame
  518. jojoscript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  519. jojoscript.BorderColor3 = Color3.new(1, 0, 0)
  520. jojoscript.BorderSizePixel = 3
  521. jojoscript.Position = UDim2.new(0, 27, 0, 110)
  522. jojoscript.Size = UDim2.new(0, 125, 0, 50)
  523. jojoscript.Font = Enum.Font.SciFi
  524. jojoscript.FontSize = Enum.FontSize.Size28
  525. jojoscript.Text = "JOJO"
  526. jojoscript.TextColor3 = Color3.new(1, 0, 0)
  527. jojoscript.TextSize = 25
  528. jojoscript.TextWrapped = true
  529. jojoscript.MouseButton1Down:connect(function()
  530. loadstring(game:HttpGet("https://pastebin.com/raw/yqpByC6S",true))()
  531. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement