Mil_Dev

Untitled

Dec 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.11 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local PJJscripts = Instance.new("ScreenGui")
  7. local Login = Instance.new("Frame")
  8. local TopLoginLabel = Instance.new("Frame")
  9. local LoginShadow = Instance.new("Frame")
  10. local LoginTitle = Instance.new("TextLabel")
  11. local LoginExit = Instance.new("TextButton")
  12. local LoginTitlev2 = Instance.new("TextLabel")
  13. local LoginUsername = Instance.new("TextBox")
  14. local LoginPassword = Instance.new("TextBox")
  15. local LoginSubmit = Instance.new("TextButton")
  16. local Main = Instance.new("Frame")
  17. local MainLabelFrame = Instance.new("Frame")
  18. local MainShadowFrame = Instance.new("Frame")
  19. local MainFrameCredit = Instance.new("TextLabel")
  20. local MainUserLabel = Instance.new("ImageLabel")
  21. local FECheckForMain = Instance.new("TextLabel")
  22. local Presents = Instance.new("TextButton")
  23. local Codes = Instance.new("TextButton")
  24. local Shop = Instance.new("TextButton")
  25. local Sell = Instance.new("TextButton")
  26. local GotoSettings = Instance.new("TextButton")
  27. local MainExit = Instance.new("TextButton")
  28. local MainFrameCredit_2 = Instance.new("TextLabel")
  29. local TPPRESENTS = Instance.new("TextButton")
  30.  
  31. --Properties:
  32.  
  33. PJJscripts.Name = "PJJ scripts"
  34. PJJscripts.Parent = game.CoreGui
  35. PJJscripts.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. Login.Name = "Login"
  38. Login.Parent = PJJscripts
  39. Login.Active = true
  40. Login.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  41. Login.BorderSizePixel = 0
  42. Login.Draggable = true
  43. Login.Position = UDim2.new(0.56826818, -175, 0.413011998, -40)
  44. Login.Selectable = true
  45. Login.Size = UDim2.new(0, 317, 0, 226)
  46. Login.Visible = true
  47.  
  48. TopLoginLabel.Name = "TopLoginLabel"
  49. TopLoginLabel.Parent = Login
  50. TopLoginLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  51. TopLoginLabel.BorderSizePixel = 0
  52. TopLoginLabel.Position = UDim2.new(0, 0, -0.137168139, 0)
  53. TopLoginLabel.Size = UDim2.new(0, 317, 0, 32)
  54.  
  55. LoginShadow.Name = "LoginShadow"
  56. LoginShadow.Parent = Login
  57. LoginShadow.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  58. LoginShadow.BorderSizePixel = 0
  59. LoginShadow.Position = UDim2.new(0, 0, 0.00442477874, 0)
  60. LoginShadow.Size = UDim2.new(0, 317, 0, 13)
  61.  
  62. LoginTitle.Name = "LoginTitle"
  63. LoginTitle.Parent = Login
  64. LoginTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  65. LoginTitle.BackgroundTransparency = 1
  66. LoginTitle.BorderSizePixel = 0
  67. LoginTitle.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  68. LoginTitle.Size = UDim2.new(0, 200, 0, 25)
  69. LoginTitle.Font = Enum.Font.Cartoon
  70. LoginTitle.Text = "Ios X By Mil_Dev"
  71. LoginTitle.TextColor3 = Color3.new(0, 0, 0)
  72. LoginTitle.TextSize = 14
  73. LoginTitle.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. LoginExit.Name = "LoginExit"
  76. LoginExit.Parent = Login
  77. LoginExit.BackgroundColor3 = Color3.new(1, 1, 1)
  78. LoginExit.BackgroundTransparency = 1
  79. LoginExit.BorderSizePixel = 0
  80. LoginExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  81. LoginExit.Size = UDim2.new(0, 37, 0, 25)
  82. LoginExit.Font = Enum.Font.Cartoon
  83. LoginExit.Text = "X"
  84. LoginExit.TextColor3 = Color3.new(0, 0, 0)
  85. LoginExit.TextSize = 14
  86.  
  87. LoginTitlev2.Name = "LoginTitlev2"
  88. LoginTitlev2.Parent = Login
  89. LoginTitlev2.BackgroundColor3 = Color3.new(1, 1, 1)
  90. LoginTitlev2.BackgroundTransparency = 1
  91. LoginTitlev2.BorderSizePixel = 0
  92. LoginTitlev2.Position = UDim2.new(0.182965294, 0, 0.0619469061, 0)
  93. LoginTitlev2.Size = UDim2.new(0, 201, 0, 32)
  94. LoginTitlev2.Font = Enum.Font.Cartoon
  95. LoginTitlev2.Text = "Login"
  96. LoginTitlev2.TextColor3 = Color3.new(1, 1, 1)
  97. LoginTitlev2.TextSize = 14
  98.  
  99. LoginUsername.Name = "LoginUsername"
  100. LoginUsername.Parent = Login
  101. LoginUsername.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  102. LoginUsername.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  103. LoginUsername.BorderSizePixel = 2
  104. LoginUsername.Position = UDim2.new(0.173501581, 0, 0.24778761, 0)
  105. LoginUsername.Size = UDim2.new(0, 207, 0, 40)
  106. LoginUsername.Font = Enum.Font.Cartoon
  107. LoginUsername.Text = "Username"
  108. LoginUsername.TextColor3 = Color3.new(0, 0, 0)
  109. LoginUsername.TextSize = 14
  110.  
  111. LoginPassword.Name = "LoginPassword"
  112. LoginPassword.Parent = Login
  113. LoginPassword.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  114. LoginPassword.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  115. LoginPassword.BorderSizePixel = 2
  116. LoginPassword.Position = UDim2.new(0.173501581, 0, 0.513274312, 0)
  117. LoginPassword.Size = UDim2.new(0, 207, 0, 40)
  118. LoginPassword.Font = Enum.Font.Cartoon
  119. LoginPassword.Text = "Password"
  120. LoginPassword.TextColor3 = Color3.new(0, 0, 0)
  121. LoginPassword.TextSize = 14
  122.  
  123. LoginSubmit.Name = "LoginSubmit"
  124. LoginSubmit.Parent = Login
  125. LoginSubmit.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  126. LoginSubmit.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  127. LoginSubmit.Position = UDim2.new(0.288643539, 0, 0.792035401, 0)
  128. LoginSubmit.Size = UDim2.new(0, 134, 0, 27)
  129. LoginSubmit.Font = Enum.Font.Cartoon
  130. LoginSubmit.Text = "Submit"
  131. LoginSubmit.TextColor3 = Color3.new(0, 0, 0)
  132. LoginSubmit.TextSize = 14
  133.  
  134. Main.Name = "Main"
  135. Main.Parent = PJJscripts
  136. Main.Active = true
  137. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. Main.BorderSizePixel = 0
  139. Main.Draggable = true
  140. Main.Position = UDim2.new(0.714433849, -280, -0.286191165, 309)
  141. Main.Selectable = true
  142. Main.Size = UDim2.new(0, 317, 0, 226)
  143. Main.Visible = false
  144.  
  145. MainLabelFrame.Name = "MainLabelFrame"
  146. MainLabelFrame.Parent = Main
  147. MainLabelFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  148. MainLabelFrame.BorderSizePixel = 0
  149. MainLabelFrame.Position = UDim2.new(0, 0, -0.137168139, 0)
  150. MainLabelFrame.Size = UDim2.new(0, 317, 0, 32)
  151.  
  152. MainShadowFrame.Name = "MainShadowFrame"
  153. MainShadowFrame.Parent = Main
  154. MainShadowFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  155. MainShadowFrame.BorderSizePixel = 0
  156. MainShadowFrame.Position = UDim2.new(0, 0, 0.00442477874, 0)
  157. MainShadowFrame.Size = UDim2.new(0, 317, 0, 13)
  158.  
  159. MainFrameCredit.Name = "MainFrameCredit"
  160. MainFrameCredit.Parent = Main
  161. MainFrameCredit.BackgroundColor3 = Color3.new(1, 1, 1)
  162. MainFrameCredit.BackgroundTransparency = 1
  163. MainFrameCredit.BorderSizePixel = 0
  164. MainFrameCredit.Position = UDim2.new(0.0252365936, 0, -0.120509557, 0)
  165. MainFrameCredit.Size = UDim2.new(0, 200, 0, 25)
  166. MainFrameCredit.Font = Enum.Font.Cartoon
  167. MainFrameCredit.Text = "Ios X By Mil_Dev"
  168. MainFrameCredit.TextColor3 = Color3.new(0, 0, 0)
  169. MainFrameCredit.TextSize = 14
  170. MainFrameCredit.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. MainUserLabel.Name = "MainUserLabel"
  173. MainUserLabel.Parent = Main
  174. MainUserLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  175. MainUserLabel.Position = UDim2.new(0.616719246, 0, 0.168141589, 0)
  176. MainUserLabel.Size = UDim2.new(0, 84, 0, 80)
  177. MainUserLabel.Image = "rbxassetid://924320031"
  178.  
  179. FECheckForMain.Name = "FECheckForMain"
  180. FECheckForMain.Parent = Main
  181. FECheckForMain.BackgroundColor3 = Color3.new(1, 1, 1)
  182. FECheckForMain.BackgroundTransparency = 1
  183. FECheckForMain.BorderSizePixel = 0
  184. FECheckForMain.Position = UDim2.new(0.025236588, 0, 0.836283207, 0)
  185. FECheckForMain.Size = UDim2.new(0, 157, 0, 44)
  186. FECheckForMain.Font = Enum.Font.Cartoon
  187. FECheckForMain.Text = "Filtering Enabled = True"
  188. FECheckForMain.TextColor3 = Color3.new(1, 1, 1)
  189. FECheckForMain.TextSize = 14
  190.  
  191. Presents.Name = "Presents"
  192. Presents.Parent = Main
  193. Presents.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  194. Presents.BorderSizePixel = 4
  195. Presents.Position = UDim2.new(0.10410095, 0, 0.298672557, 0)
  196. Presents.Size = UDim2.new(0, 107, 0, 31)
  197. Presents.Font = Enum.Font.Cartoon
  198. Presents.Text = "Hit Faster"
  199. Presents.TextColor3 = Color3.new(1, 1, 1)
  200. Presents.TextScaled = true
  201. Presents.TextSize = 14
  202. Presents.TextWrapped = true
  203. Presents.MouseButton1Down:connect(function()
  204. game.Players.LocalPlayer.Speed.Value = 10
  205.  
  206. end)
  207.  
  208. Codes.Name = "Codes"
  209. Codes.Parent = Main
  210. Codes.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  211. Codes.BorderSizePixel = 4
  212. Codes.Position = UDim2.new(0.10410095, 0, 0.522123933, 0)
  213. Codes.Size = UDim2.new(0, 107, 0, 31)
  214. Codes.Font = Enum.Font.Cartoon
  215. Codes.Text = "WalkSpeed "
  216. Codes.TextColor3 = Color3.new(1, 1, 1)
  217. Codes.TextScaled = true
  218. Codes.TextSize = 14
  219. Codes.TextWrapped = true
  220. Codes.MouseButton1Down:connect(function()
  221. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  222. end)
  223.  
  224. Shop.Name = "Shop"
  225. Shop.Parent = Main
  226. Shop.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  227. Shop.BorderSizePixel = 4
  228. Shop.Position = UDim2.new(0.10410095, 0, 0.738938093, 0)
  229. Shop.Size = UDim2.new(0, 107, 0, 31)
  230. Shop.Font = Enum.Font.Cartoon
  231. Shop.Text = "Jumppower "
  232. Shop.TextColor3 = Color3.new(1, 1, 1)
  233. Shop.TextScaled = true
  234. Shop.TextSize = 14
  235. Shop.TextWrapped = true
  236. Shop.MouseButton1Down:connect(function()
  237. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  238. end)
  239.  
  240. Sell.Name = "Sell"
  241. Sell.Parent = Main
  242. Sell.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  243. Sell.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  244. Sell.BorderSizePixel = 4
  245. Sell.Position = UDim2.new(0.578864396, 0, 0.601770043, 0)
  246. Sell.Size = UDim2.new(0, 107, 0, 31)
  247. Sell.Font = Enum.Font.Cartoon
  248. Sell.Text = "StandToolTP"
  249. Sell.TextColor3 = Color3.new(1, 1, 1)
  250. Sell.TextScaled = true
  251. Sell.TextSize = 14
  252. Sell.TextWrapped = true
  253. Sell.MouseButton1Down:connect(function()
  254. loadstring(game:HttpGet("https://pastebin.com/raw/V9ztijim", true))()
  255. end)
  256.  
  257. GotoSettings.Name = "GotoSettings"
  258. GotoSettings.Parent = Main
  259. GotoSettings.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  260. GotoSettings.BorderSizePixel = 4
  261. GotoSettings.Position = UDim2.new(0.559937, 0, 0.809734523, 0)
  262. GotoSettings.Size = UDim2.new(0, 120, 0, 21)
  263. GotoSettings.Font = Enum.Font.Cartoon
  264. GotoSettings.Text = "Settings"
  265. GotoSettings.TextColor3 = Color3.new(1, 1, 1)
  266. GotoSettings.TextSize = 14
  267. GotoSettings.MouseButton1Down:connect(function()
  268. loadstring(game:HttpGet("https://pastebin.com/raw/J7GddS44", true))()
  269. end)
  270.  
  271.  
  272. MainExit.Name = "MainExit"
  273. MainExit.Parent = Main
  274. MainExit.BackgroundColor3 = Color3.new(1, 1, 1)
  275. MainExit.BackgroundTransparency = 1
  276. MainExit.BorderSizePixel = 0
  277. MainExit.Position = UDim2.new(0.883280754, 0, -0.119469024, 0)
  278. MainExit.Size = UDim2.new(0, 37, 0, 25)
  279. MainExit.Font = Enum.Font.Cartoon
  280. MainExit.Text = "X"
  281. MainExit.TextColor3 = Color3.new(0, 0, 0)
  282. MainExit.TextSize = 14
  283.  
  284. MainFrameCredit_2.Name = "MainFrameCredit"
  285. MainFrameCredit_2.Parent = Main
  286. MainFrameCredit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  287. MainFrameCredit_2.BackgroundTransparency = 1
  288. MainFrameCredit_2.BorderSizePixel = 0
  289. MainFrameCredit_2.Position = UDim2.new(0.615141928, 0, 0.0609063357, 0)
  290. MainFrameCredit_2.Size = UDim2.new(0, 102, 0, 25)
  291. MainFrameCredit_2.Font = Enum.Font.Arial
  292. MainFrameCredit_2.Text = "F to close & Open"
  293. MainFrameCredit_2.TextColor3 = Color3.new(1, 1, 1)
  294. MainFrameCredit_2.TextScaled = true
  295. MainFrameCredit_2.TextSize = 14
  296. MainFrameCredit_2.TextWrapped = true
  297. MainFrameCredit_2.TextXAlignment = Enum.TextXAlignment.Left
  298.  
  299. TPPRESENTS.Name = "TPPRESENTS"
  300. TPPRESENTS.Parent = Main
  301. TPPRESENTS.BackgroundColor3 = Color3.new(0.0509804, 0.435294, 0.901961)
  302. TPPRESENTS.BorderSizePixel = 4
  303. TPPRESENTS.Position = UDim2.new(0.104100943, 0, 0.14159292, 0)
  304. TPPRESENTS.Size = UDim2.new(0, 107, 0, 22)
  305. TPPRESENTS.Font = Enum.Font.Cartoon
  306. TPPRESENTS.Text = "Instant Kill"
  307. TPPRESENTS.TextColor3 = Color3.new(1, 1, 1)
  308. TPPRESENTS.TextScaled = true
  309. TPPRESENTS.TextSize = 14
  310. TPPRESENTS.TextWrapped = true
  311. TPPRESENTS.MouseButton1Down:connect(function()
  312. game.Players.LocalPlayer.Power.Value = 300000
  313. end)
  314.  
  315. -- Scripts:
  316.  
  317. LoginSubmit.MouseButton1Click:connect(function()
  318. if LoginUsername.Text == "PJJ" and LoginPassword.Text == "PJJ" then
  319. Login.Visible = false
  320. Main.Position = Login.Position
  321. Main.Visible = true
  322. end
  323. end)
  324.  
  325.  
  326. local sad = 0
  327. local Mouse = game.Players.LocalPlayer:GetMouse()
  328. Mouse.KeyDown:Connect(function(Key)
  329. if Key == "f" then
  330. if sad == 0 then
  331. Main.Visible = false
  332. sad = 1
  333. elseif sad == 1 then
  334. Main.Visible = true
  335. sad = 0
  336. end
  337. end
  338. end)
  339.  
  340. local function ANJVEUJ_fake_script() -- MainExit.LocalScript
  341. local script = Instance.new('LocalScript', MainExit)
  342.  
  343. script.Parent.MouseButton1Click:Connect(function()
  344. script.Parent.Parent.Visible = false
  345. end)
  346. end
  347. coroutine.wrap(ANJVEUJ_fake_script)()
Add Comment
Please, Sign In to add comment