Advertisement
Guest User

Untitled

a guest
Nov 11th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. if game.Players.LocalPlayer.Character.Name == "Wiktor00505" then
  2. if game.Players.LocalPlayer.Name == "Wiktor00505" then
  3.  
  4. local whitelist = Instance.new("Frame")
  5. local YAY = Instance.new("TextButton")
  6. local youare = Instance.new("TextBox")
  7. local milus34gui = Instance.new("ScreenGui")
  8. local LoginFrame = Instance.new("Frame")
  9. local Detail1 = Instance.new("Frame")
  10. local Detail2 = Instance.new("Frame")
  11. local namegui = Instance.new("TextLabel")
  12. local Username = Instance.new("TextBox")
  13. local Password = Instance.new("TextBox")
  14. local LoginButton = Instance.new("TextButton")
  15. local executor = Instance.new("Frame")
  16. local Detail3 = Instance.new("Frame")
  17. local Detail4 = Instance.new("Frame")
  18. local nameexecutor = Instance.new("TextLabel")
  19. local Xclose = Instance.new("TextButton")
  20. local show1 = Instance.new("TextButton")
  21. local executorbutton = Instance.new("TextButton")
  22. local executortab = Instance.new("ScrollingFrame")
  23. local input = Instance.new("TextBox")
  24. local clear = Instance.new("TextButton")
  25. local scriptsbutton = Instance.new("TextButton")
  26. local credits = Instance.new("TextLabel")
  27. local scripts = Instance.new("Frame")
  28. local Detail4_2 = Instance.new("Frame")
  29. local Detail3_2 = Instance.new("Frame")
  30. local GrabKnifev4 = Instance.new("TextButton")
  31. local DexExplorer = Instance.new("TextButton")
  32. local unjailbreak = Instance.new("TextButton")
  33. local Xclose2 = Instance.new("TextButton")
  34. local show2 = Instance.new("TextButton")
  35.  
  36. -- Properties
  37.  
  38. milus34gui.Name = "milus34 gui"
  39. milus34gui.Parent = game.CoreGui
  40. milus34gui.DisplayOrder = 1
  41.  
  42. whitelist.Name = "whitelist"
  43. whitelist.Parent = milus34gui
  44. whitelist.BackgroundColor3 = Color3.new(0, 0, 0)
  45. whitelist.Position = UDim2.new(0.388663977, 0, 0.386877835, 0)
  46. whitelist.Size = UDim2.new(0, 214, 0, 117)
  47.  
  48. YAY.Name = "YAY"
  49. YAY.Parent = whitelist
  50. YAY.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  51. YAY.BorderSizePixel = 0
  52. YAY.Position = UDim2.new(0.109813079, 0, 0.512820542, 0)
  53. YAY.Size = UDim2.new(0, 167, 0, 43)
  54. YAY.Font = Enum.Font.Fantasy
  55. YAY.FontSize = Enum.FontSize.Size48
  56. YAY.Text = "YAY"
  57. YAY.TextColor3 = Color3.new(1, 1, 1)
  58. YAY.TextSize = 40
  59. YAY.MouseButton1Down:connect(function()
  60. wait(1) do
  61. YAY.Parent:TweenPosition(UDim2.new(5,0,0.5,0), "Out", "Quad",10)
  62. wait (2)
  63. whitelist.Visible = false
  64. LoginFrame.Visible = true
  65. end
  66. end)
  67.  
  68. youare.Name = "youare"
  69. youare.Parent = whitelist
  70. youare.BackgroundColor3 = Color3.new(0, 0, 0)
  71. youare.BorderSizePixel = 0
  72. youare.Position = UDim2.new(0.0327102803, 0, 0, 0)
  73. youare.Size = UDim2.new(0, 200, 0, 54)
  74. youare.Font = Enum.Font.Fantasy
  75. youare.FontSize = Enum.FontSize.Size32
  76. youare.Text = "you are whitelisted"
  77. youare.TextColor3 = Color3.new(1, 1, 1)
  78. youare.TextSize = 30
  79.  
  80. LoginFrame.Name = "LoginFrame"
  81. LoginFrame.Parent = milus34gui
  82. LoginFrame.Active = true
  83. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  84. LoginFrame.Draggable = true
  85. LoginFrame.Position = UDim2.new(0.153236508, 0, 0.225820959, 0)
  86. LoginFrame.Size = UDim2.new(0, 525, 0, 484)
  87. LoginFrame.Visible = false
  88.  
  89. Detail1.Name = "Detail1"
  90. Detail1.Parent = LoginFrame
  91. Detail1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  92. Detail1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  93. Detail1.Size = UDim2.new(0, 525, 0, 37)
  94.  
  95. Detail2.Name = "Detail2"
  96. Detail2.Parent = LoginFrame
  97. Detail2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  98. Detail2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  99. Detail2.Position = UDim2.new(0, 0, 0.0764462799, 0)
  100. Detail2.Size = UDim2.new(0, 525, 0, 8)
  101.  
  102. namegui.Name = "name gui"
  103. namegui.Parent = LoginFrame
  104. namegui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. namegui.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  106. namegui.Position = UDim2.new(0.180952385, 0, 0.11570248, 0)
  107. namegui.Size = UDim2.new(0, 343, 0, 78)
  108. namegui.Font = Enum.Font.Fantasy
  109. namegui.FontSize = Enum.FontSize.Size96
  110. namegui.Text = "ASSASSIN'S GUI"
  111. namegui.TextColor3 = Color3.new(1, 1, 1)
  112. namegui.TextSize = 68
  113.  
  114. Username.Name = "Username"
  115. Username.Parent = LoginFrame
  116. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  117. Username.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  118. Username.BorderSizePixel = 5
  119. Username.Position = UDim2.new(0.154285714, 0, 0.386363655, 0)
  120. Username.Size = UDim2.new(0, 384, 0, 45)
  121. Username.Font = Enum.Font.SourceSans
  122. Username.FontSize = Enum.FontSize.Size60
  123. Username.Text = "Username"
  124. Username.TextColor3 = Color3.new(1, 1, 1)
  125. Username.TextSize = 56
  126. Username.TextXAlignment = Enum.TextXAlignment.Left
  127.  
  128. Password.Name = "Password"
  129. Password.Parent = LoginFrame
  130. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  131. Password.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  132. Password.BorderSizePixel = 5
  133. Password.Position = UDim2.new(0.154285714, 0, 0.609504163, 0)
  134. Password.Size = UDim2.new(0, 384, 0, 45)
  135. Password.Font = Enum.Font.SourceSans
  136. Password.FontSize = Enum.FontSize.Size60
  137. Password.Text = "Password"
  138. Password.TextColor3 = Color3.new(1, 1, 1)
  139. Password.TextSize = 56
  140. Password.TextXAlignment = Enum.TextXAlignment.Left
  141.  
  142. LoginButton.Name = "LoginButton"
  143. LoginButton.Parent = LoginFrame
  144. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  145. LoginButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  146. LoginButton.Position = UDim2.new(0.383809507, 0, 0.78719008, 0)
  147. LoginButton.Size = UDim2.new(0, 143, 0, 36)
  148. LoginButton.Font = Enum.Font.Fantasy
  149. LoginButton.FontSize = Enum.FontSize.Size36
  150. LoginButton.Text = "Login"
  151. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  152. LoginButton.TextSize = 34
  153. LoginButton.MouseButton1Down:connect(function()
  154. if Username.text == "milus34" and Password.text == "herobrine123" then
  155. LoginFrame.Visible = false
  156. executor.Visible = true
  157. end
  158. if Username.text == "xd" and Password.text == "xd" then
  159. loadstring(game:GetObjects('rbxassetid://1166560780')[1].Source)()
  160. end
  161.  
  162. end)
  163.  
  164.  
  165. executor.Name = "executor"
  166. executor.Parent = milus34gui
  167. executor.Active = true
  168. executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  169. executor.Draggable = true
  170. executor.Position = UDim2.new(0.0224570669, 0, 0.224489808, 0)
  171. executor.Size = UDim2.new(0, 480, 0, 328)
  172. executor.Visible = false
  173.  
  174. Detail3.Name = "Detail3"
  175. Detail3.Parent = executor
  176. Detail3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  177. Detail3.BorderSizePixel = 0
  178. Detail3.Size = UDim2.new(0, 480, 0, 25)
  179.  
  180. Detail4.Name = "Detail4"
  181. Detail4.Parent = executor
  182. Detail4.BackgroundColor3 = Color3.new(0, 0, 0)
  183. Detail4.BorderColor3 = Color3.new(0, 0, 0)
  184. Detail4.BorderSizePixel = 0
  185. Detail4.Position = UDim2.new(0, 0, 0.076219514, 0)
  186. Detail4.Size = UDim2.new(0, 480, 0, 8)
  187.  
  188. nameexecutor.Name = "nameexecutor"
  189. nameexecutor.Parent = executor
  190. nameexecutor.BackgroundColor3 = Color3.new(1, 1, 1)
  191. nameexecutor.BackgroundTransparency = 1
  192. nameexecutor.BorderSizePixel = 0
  193. nameexecutor.Position = UDim2.new(0.1000000, 0, -0.024390243, 0)
  194. nameexecutor.Size = UDim2.new(0, 245, 0, 41)
  195. nameexecutor.Font = Enum.Font.Fantasy
  196. nameexecutor.FontSize = Enum.FontSize.Size36
  197. nameexecutor.Text = "ASSASSIN'S EXECUTOR"
  198. nameexecutor.TextColor3 = Color3.new(1, 1, 1)
  199. nameexecutor.TextSize = 36
  200.  
  201. Xclose.Name = "Xclose"
  202. Xclose.Parent = executor
  203. Xclose.BackgroundColor3 = Color3.new(1, 1, 1)
  204. Xclose.BackgroundTransparency = 1
  205. Xclose.Position = UDim2.new(0.933333337, 0, 0, 0)
  206. Xclose.Size = UDim2.new(0, 32, 0, 25)
  207. Xclose.Font = Enum.Font.SourceSans
  208. Xclose.FontSize = Enum.FontSize.Size36
  209. Xclose.Text = "X"
  210. Xclose.TextColor3 = Color3.new(1, 1, 1)
  211. Xclose.TextSize = 35
  212. Xclose.MouseButton1Down:connect(function()
  213. executor.Visible = false
  214. show1.Visible = true
  215. end)
  216.  
  217. show1.Name = "show1"
  218. show1.Parent = milus34gui
  219. show1.BackgroundColor3 = Color3.new(0, 0, 0)
  220. show1.Position = UDim2.new(0, 0, 0.965986371, 0)
  221. show1.Size = UDim2.new(0, 83, 0, 30)
  222. show1.Font = Enum.Font.Fantasy
  223. show1.FontSize = Enum.FontSize.Size24
  224. show1.Text = "SHOW"
  225. show1.TextColor3 = Color3.new(1, 1, 1)
  226. show1.TextSize = 20
  227. show1.Visible = false
  228. show1.MouseButton1Down:connect(function()
  229. executor.Visible = true
  230. show1.Visible = false
  231. end)
  232.  
  233. executorbutton.Name = "executorbutton"
  234. executorbutton.Parent = executor
  235. executorbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  236. executorbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  237. executorbutton.BorderSizePixel = 4
  238. executorbutton.Position = UDim2.new(0.081249997, 0, 0.707317114, 0)
  239. executorbutton.Size = UDim2.new(0, 152, 0, 44)
  240. executorbutton.Font = Enum.Font.Fantasy
  241. executorbutton.FontSize = Enum.FontSize.Size48
  242. executorbutton.Text = "Executor"
  243. executorbutton.TextColor3 = Color3.new(1, 1, 1)
  244. executorbutton.TextSize = 40
  245. executorbutton.MouseButton1Down:connect(function()
  246. loadstring(input.Text)()
  247. end)
  248.  
  249. executortab.Name = "executortab"
  250. executortab.Parent = executor
  251. executortab.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  252. executortab.Position = UDim2.new(0.0333333351, 0, 0.121951222, 0)
  253. executortab.Size = UDim2.new(0, 452, 0, 177)
  254. executortab.CanvasSize = UDim2.new(0, 0, 10000, 0)
  255.  
  256. input.Name = "input"
  257. input.Parent = executortab
  258. input.Active = false
  259. input.BackgroundColor3 = Color3.new(1, 1, 1)
  260. input.BorderSizePixel = 0
  261. input.ClipsDescendants = true
  262. input.Size = UDim2.new(0, 438, 100, 0)
  263. input.ClearTextOnFocus = false
  264. input.Font = Enum.Font.SourceSans
  265. input.FontSize = Enum.FontSize.Size24
  266. input.MultiLine = true
  267. input.Text = "Script Here ;3"
  268. input.TextSize = 20
  269. input.TextWrapped = true
  270. input.TextXAlignment = Enum.TextXAlignment.Left
  271. input.TextYAlignment = Enum.TextYAlignment.Top
  272.  
  273. clear.Name = "clear"
  274. clear.Parent = executor
  275. clear.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  276. clear.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  277. clear.BorderSizePixel = 4
  278. clear.Position = UDim2.new(0.408333331, 0, 0.75, 0)
  279. clear.Size = UDim2.new(0, 47, 0, 30)
  280. clear.Font = Enum.Font.Fantasy
  281. clear.FontSize = Enum.FontSize.Size24
  282. clear.Text = "Clear"
  283. clear.TextColor3 = Color3.new(1, 1, 1)
  284. clear.TextSize = 20
  285. clear.MouseButton1Down:connect(function()
  286. input.Text = ""
  287. end)
  288.  
  289. scriptsbutton.Name = "scriptsbutton"
  290. scriptsbutton.Parent = executor
  291. scriptsbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  292. scriptsbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  293. scriptsbutton.BorderSizePixel = 4
  294. scriptsbutton.Position = UDim2.new(0.594791651, 0, 0.707317114, 0)
  295. scriptsbutton.Size = UDim2.new(0, 152, 0, 44)
  296. scriptsbutton.Font = Enum.Font.Fantasy
  297. scriptsbutton.FontSize = Enum.FontSize.Size48
  298. scriptsbutton.Text = "Scripts"
  299. scriptsbutton.TextColor3 = Color3.new(1, 1, 1)
  300. scriptsbutton.TextSize = 43
  301. scriptsbutton.MouseButton1Down:connect(function()
  302. scripts.Visible = true
  303. end)
  304.  
  305. credits.Name = "credits"
  306. credits.Parent = executor
  307. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  308. credits.BackgroundTransparency = 1
  309. credits.Position = UDim2.new(0.120000, 0, 0.926829278, 0)
  310. credits.Size = UDim2.new(0, 129, 0, 24)
  311. credits.Font = Enum.Font.Fantasy
  312. credits.FontSize = Enum.FontSize.Size24
  313. credits.Text = "Made by assasin34 aka milus34"
  314. credits.TextColor3 = Color3.new(1, 1, 1)
  315. credits.TextSize = 19
  316.  
  317. scripts.Name = "scripts"
  318. scripts.Parent = milus34gui
  319. scripts.Active = true
  320. scripts.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  321. scripts.Draggable = true
  322. scripts.Position = UDim2.new(0.583883762, 0, 0.62358278, 0)
  323. scripts.Size = UDim2.new(0, 296, 0, 313)
  324. scripts.Visible = false
  325.  
  326. Detail4_2.Name = "Detail4"
  327. Detail4_2.Parent = scripts
  328. Detail4_2.BackgroundColor3 = Color3.new(0, 0, 0)
  329. Detail4_2.BorderColor3 = Color3.new(0, 0, 0)
  330. Detail4_2.BorderSizePixel = 0
  331. Detail4_2.Position = UDim2.new(0, 0, 0.0479233228, 0)
  332. Detail4_2.Size = UDim2.new(0, 296, 0, 8)
  333.  
  334. Detail3_2.Name = "Detail3"
  335. Detail3_2.Parent = scripts
  336. Detail3_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  337. Detail3_2.BorderSizePixel = 0
  338. Detail3_2.Size = UDim2.new(0, 296, 0, 18)
  339.  
  340. GrabKnifev4.Name = "Grab Knife v4"
  341. GrabKnifev4.Parent = scripts
  342. GrabKnifev4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  343. GrabKnifev4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  344. GrabKnifev4.BorderSizePixel = 4
  345. GrabKnifev4.Position = UDim2.new(0.185810819, 0, 0.127795532, 0)
  346. GrabKnifev4.Size = UDim2.new(0, 200, 0, 50)
  347. GrabKnifev4.Font = Enum.Font.Fantasy
  348. GrabKnifev4.FontSize = Enum.FontSize.Size36
  349. GrabKnifev4.Text = "Grab Knife v4"
  350. GrabKnifev4.TextColor3 = Color3.new(1, 1, 1)
  351. GrabKnifev4.TextSize = 35
  352. GrabKnifev4.MouseButton1Down:connect(function()
  353. loadstring(game:GetObjects('rbxassetid://1170416792')[1].Source)()
  354. end)
  355.  
  356. DexExplorer.Name = "Dex Explorer"
  357. DexExplorer.Parent = scripts
  358. DexExplorer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  359. DexExplorer.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  360. DexExplorer.BorderSizePixel = 4
  361. DexExplorer.Position = UDim2.new(0.185810819, 0, 0.338658124, 0)
  362. DexExplorer.Size = UDim2.new(0, 200, 0, 50)
  363. DexExplorer.Font = Enum.Font.Fantasy
  364. DexExplorer.FontSize = Enum.FontSize.Size36
  365. DexExplorer.Text = "Dex Explorer"
  366. DexExplorer.TextColor3 = Color3.new(1, 1, 1)
  367. DexExplorer.TextSize = 35
  368. DexExplorer.MouseButton1Down:connect(function()
  369. loadstring(game:GetObjects('rbxassetid://1170415197')[1].Source)()
  370. end)
  371.  
  372. unjailbreak.Name = "unjailbreak"
  373. unjailbreak.Parent = scripts
  374. unjailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  375. unjailbreak.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  376. unjailbreak.BorderSizePixel = 4
  377. unjailbreak.Position = UDim2.new(0.185810819, 0, 0.549520731, 0)
  378. unjailbreak.Size = UDim2.new(0, 200, 0, 50)
  379. unjailbreak.Font = Enum.Font.Fantasy
  380. unjailbreak.FontSize = Enum.FontSize.Size48
  381. unjailbreak.Text = "Unjailbreak"
  382. unjailbreak.TextColor3 = Color3.new(1, 1, 1)
  383. unjailbreak.TextSize = 40
  384. unjailbreak.MouseButton1Down:connect(function()
  385. loadstring(game:GetObjects('rbxassetid://1170415937')[1].Source)()
  386. end)
  387.  
  388. Xclose2.Name = "Xclose2"
  389. Xclose2.Parent = scripts
  390. Xclose2.BackgroundColor3 = Color3.new(1, 1, 1)
  391. Xclose2.BackgroundTransparency = 1
  392. Xclose2.Position = UDim2.new(0.92567569, 0, 0, 0)
  393. Xclose2.Size = UDim2.new(0, 22, 0, 18)
  394. Xclose2.Font = Enum.Font.Fantasy
  395. Xclose2.FontSize = Enum.FontSize.Size24
  396. Xclose2.Text = "X"
  397. Xclose2.TextColor3 = Color3.new(1, 1, 1)
  398. Xclose2.TextSize = 20
  399. Xclose2.MouseButton1Down:connect(function()
  400. scripts.Visible = false
  401. show2.Visible = true
  402. end)
  403.  
  404. show2.Name = "show2"
  405. show2.Parent = milus34gui
  406. show2.BackgroundColor3 = Color3.new(0, 0, 0)
  407. show2.Position = UDim2.new(0.109643325, 0, 0.965986371, 0)
  408. show2.Size = UDim2.new(0, 83, 0, 30)
  409. show2.Font = Enum.Font.Fantasy
  410. show2.FontSize = Enum.FontSize.Size24
  411. show2.Text = "SHOW"
  412. show2.TextColor3 = Color3.new(1, 1, 1)
  413. show2.TextSize = 20
  414. show2.Visible = false
  415. show2.MouseButton1Down:connect(function()
  416. scripts.Visible = true
  417. show2.Visible = false
  418. end)
  419. else
  420. loadstring(game:GetObjects('rbxassetid://1166560780')[1].Source)()
  421. end
  422. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement