Advertisement
Robloxian_Scripter

Untitled

Apr 17th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 KB | None | 0 0
  1.  
  2. -- Instances:
  3. local DeletedWorldsGUI = 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 LoginText = Instance.new("TextLabel")
  9. local Userbox = Instance.new("TextBox")
  10. local Passbox = Instance.new("TextBox")
  11. local LoginButton = Instance.new("TextButton")
  12. local WIP = Instance.new("TextLabel")
  13. local MainFrame = Instance.new("Frame")
  14. local mbar1 = Instance.new("Frame")
  15. local mbar2 = Instance.new("Frame")
  16. local mTitle = Instance.new("TextLabel")
  17. local ExitButton = Instance.new("TextButton")
  18. local ExecutorButton = Instance.new("TextButton")
  19. local ScriptButton = Instance.new("TextButton")
  20. local mCredit = Instance.new("TextLabel")
  21. local ScriptFrame = Instance.new("Frame")
  22. local sbar1 = Instance.new("Frame")
  23. local sbar2 = Instance.new("Frame")
  24. local AimbotESP = Instance.new("TextButton")
  25. local gbv3 = Instance.new("TextButton")
  26. local Soldier = Instance.new("TextButton")
  27. local sExitButton = Instance.new("TextButton")
  28. local ExecutorFrame = Instance.new("Frame")
  29. local ebar1 = Instance.new("Frame")
  30. local ebar2 = Instance.new("Frame")
  31. local ScrollingFrame = Instance.new("ScrollingFrame")
  32. local Input = Instance.new("TextBox")
  33. local ClearButton = Instance.new("TextButton")
  34. local ExecuteButton = Instance.new("TextButton")
  35. local BackButton = Instance.new("TextButton")
  36. --Properties:
  37. DeletedWorldsGUI.Name = "DeletedWorldsGUI"
  38. DeletedWorldsGUI.Parent = game.Workspace
  39. DeletedWorldsGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  40.  
  41. LoginFrame.Name = "LoginFrame"
  42. LoginFrame.Parent = DeletedWorldsGUI
  43. LoginFrame.Active = true
  44. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. LoginFrame.Position = UDim2.new(0.045922406, 0, 0.187960684, 0)
  46. LoginFrame.Size = UDim2.new(0, 339, 0, 325)
  47.  
  48. bar1.Name = "bar1"
  49. bar1.Parent = LoginFrame
  50. bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  51. bar1.BorderSizePixel = 0
  52. bar1.Position = UDim2.new(0.0338051058, 0, -0.00204311311, 0)
  53. bar1.Size = UDim2.new(0, 315, 0, 26)
  54.  
  55. bar2.Name = "bar2"
  56. bar2.Parent = LoginFrame
  57. bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  58. bar2.BorderSizePixel = 0
  59. bar2.Position = UDim2.new(0.0338051021, 0, -0.00204311311, 0)
  60. bar2.Size = UDim2.new(0, 315, 0, 26)
  61.  
  62. Title.Name = "Title"
  63. Title.Parent = LoginFrame
  64. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  65. Title.BorderSizePixel = 0
  66. Title.Position = UDim2.new(0.287858993, 0, 0.121804312, 0)
  67. Title.Size = UDim2.new(0, 135, 0, 47)
  68. Title.Font = Enum.Font.SourceSansBold
  69. Title.Text = "DeletedWorlds"
  70. Title.TextColor3 = Color3.new(1, 1, 1)
  71. Title.TextScaled = true
  72. Title.TextSize = 14
  73. Title.TextWrapped = true
  74.  
  75. LoginText.Name = "LoginText"
  76. LoginText.Parent = LoginFrame
  77. LoginText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  78. LoginText.BorderSizePixel = 0
  79. LoginText.Position = UDim2.new(0.300884962, 0, 0.367521375, 0)
  80. LoginText.Size = UDim2.new(0, 126, 0, 34)
  81. LoginText.Font = Enum.Font.SourceSansBold
  82. LoginText.Text = "Please login, User."
  83. LoginText.TextColor3 = Color3.new(1, 1, 1)
  84. LoginText.TextScaled = true
  85. LoginText.TextSize = 14
  86. LoginText.TextWrapped = true
  87.  
  88. Userbox.Name = "Userbox"
  89. Userbox.Parent = LoginFrame
  90. Userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  91. Userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  92. Userbox.BorderSizePixel = 4
  93. Userbox.Position = UDim2.new(0.200589955, 0, 0.578347564, 0)
  94. Userbox.Size = UDim2.new(0, 200, 0, 25)
  95. Userbox.Font = Enum.Font.SourceSansBold
  96. Userbox.Text = "Username"
  97. Userbox.TextColor3 = Color3.new(1, 1, 1)
  98. Userbox.TextScaled = true
  99. Userbox.TextSize = 14
  100. Userbox.TextWrapped = true
  101. Userbox.TextXAlignment = Enum.TextXAlignment.Left
  102.  
  103. Passbox.Name = "Passbox"
  104. Passbox.Parent = LoginFrame
  105. Passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  106. Passbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  107. Passbox.BorderSizePixel = 4
  108. Passbox.Position = UDim2.new(0.200589955, 0, 0.7236467, 0)
  109. Passbox.Size = UDim2.new(0, 200, 0, 25)
  110. Passbox.Font = Enum.Font.SourceSansBold
  111. Passbox.Text = "Password"
  112. Passbox.TextColor3 = Color3.new(1, 1, 1)
  113. Passbox.TextScaled = true
  114. Passbox.TextSize = 14
  115. Passbox.TextWrapped = true
  116. Passbox.TextXAlignment = Enum.TextXAlignment.Left
  117.  
  118. LoginButton.Name = "LoginButton"
  119. LoginButton.Parent = LoginFrame
  120. LoginButton.BackgroundColor3 = Color3.new(0.235294, 1, 0.0666667)
  121. LoginButton.BorderColor3 = Color3.new(0.235294, 1, 0.0666667)
  122. LoginButton.BorderSizePixel = 4
  123. LoginButton.Position = UDim2.new(0.191740409, 0, 0.849230766, 0)
  124. LoginButton.Size = UDim2.new(0, 203, 0, 33)
  125. LoginButton.Font = Enum.Font.SourceSansBold
  126. LoginButton.Text = "Login"
  127. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  128. LoginButton.TextSize = 14
  129. LoginButton.MouseButton1Down:connect(function()
  130. if Userbox.Text == "PerQuestin" and Passbox.Text == "Ektisun" then
  131.  
  132. MainFrame.Visible = true
  133. LoginFrame.Visible = false
  134. end
  135.  
  136.  
  137. end)
  138.  
  139. WIP.Name = "WIP"
  140. WIP.Parent = LoginFrame
  141. WIP.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  142. WIP.BorderSizePixel = 0
  143. WIP.Position = UDim2.new(0, 0, 0.103342757, 0)
  144. WIP.Size = UDim2.new(0, 79, 0, 18)
  145. WIP.Font = Enum.Font.SourceSansItalic
  146. WIP.Text = "W.I.P"
  147. WIP.TextColor3 = Color3.new(1, 1, 1)
  148. WIP.TextSize = 14
  149.  
  150. MainFrame.Name = "MainFrame"
  151. MainFrame.Parent = DeletedWorldsGUI
  152. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  153. MainFrame.BorderSizePixel = 0
  154. MainFrame.Position = UDim2.new(0.641330123, 0, 0.0147419795, 0)
  155. MainFrame.Size = UDim2.new(0, 440, 0, 256)
  156. MainFrame.Visible = false
  157.  
  158. mbar1.Name = "mbar1"
  159. mbar1.Parent = MainFrame
  160. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  161. mbar1.BorderSizePixel = 0
  162. mbar1.Position = UDim2.new(0.0159090906, 0, 0.03125, 0)
  163. mbar1.Size = UDim2.new(0, 426, 0, 21)
  164.  
  165. mbar2.Name = "mbar2"
  166. mbar2.Parent = MainFrame
  167. mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  168. mbar2.BorderSizePixel = 0
  169. mbar2.Position = UDim2.new(0.0159090906, 0, 0.11328125, 0)
  170. mbar2.Size = UDim2.new(0, 426, 0, 9)
  171.  
  172. mTitle.Name = "mTitle"
  173. mTitle.Parent = MainFrame
  174. mTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  175. mTitle.BorderSizePixel = 0
  176. mTitle.Size = UDim2.new(0, 114, 0, 38)
  177. mTitle.Font = Enum.Font.SciFi
  178. mTitle.Text = "DeletedWorlds"
  179. mTitle.TextColor3 = Color3.new(1, 1, 1)
  180. mTitle.TextScaled = true
  181. mTitle.TextSize = 14
  182. mTitle.TextWrapped = true
  183. mTitle.TextXAlignment = Enum.TextXAlignment.Left
  184.  
  185. ExitButton.Name = "ExitButton"
  186. ExitButton.Parent = MainFrame
  187. ExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  188. ExitButton.BorderSizePixel = 0
  189. ExitButton.Position = UDim2.new(0.909090936, 0, 0, 0)
  190. ExitButton.Size = UDim2.new(0, 40, 0, 38)
  191. ExitButton.Font = Enum.Font.SciFi
  192. ExitButton.Text = "X"
  193. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  194. ExitButton.TextScaled = true
  195. ExitButton.TextSize = 14
  196. ExitButton.TextWrapped = true
  197. ExitButton.MouseButton1Down:connect(function()
  198. DeletedWorldsGUI:Destroy()
  199. end)
  200.  
  201.  
  202. ExecutorButton.Name = "ExecutorButton"
  203. ExecutorButton.Parent = MainFrame
  204. ExecutorButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  205. ExecutorButton.Position = UDim2.new(0.0159090906, 0, 0.21484375, 0)
  206. ExecutorButton.Size = UDim2.new(0, 200, 0, 25)
  207. ExecutorButton.Font = Enum.Font.SourceSans
  208. ExecutorButton.Text = "Executor"
  209. ExecutorButton.TextColor3 = Color3.new(1, 1, 1)
  210. ExecutorButton.TextScaled = true
  211. ExecutorButton.TextSize = 14
  212. ExecutorButton.TextWrapped = true
  213. ExecutorButton.MouseButton1Down:connect(function()
  214. ExecutorFrame.Visible = true
  215. MainFrame.Visible = false
  216. end)
  217.  
  218. ScriptButton.Name = "ScriptButton"
  219. ScriptButton.Parent = MainFrame
  220. ScriptButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  221. ScriptButton.Position = UDim2.new(0.529545426, 0, 0.21484375, 0)
  222. ScriptButton.Size = UDim2.new(0, 200, 0, 25)
  223. ScriptButton.Font = Enum.Font.SourceSans
  224. ScriptButton.Text = "Scripts"
  225. ScriptButton.TextColor3 = Color3.new(1, 1, 1)
  226. ScriptButton.TextScaled = true
  227. ScriptButton.TextSize = 14
  228. ScriptButton.TextWrapped = true
  229.  
  230. mCredit.Name = "mCredit"
  231. mCredit.Parent = MainFrame
  232. mCredit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  233. mCredit.BorderSizePixel = 0
  234. mCredit.Position = UDim2.new(0, 0, 0.924165726, 0)
  235. mCredit.Size = UDim2.new(0, 150, 0, 12)
  236. mCredit.Font = Enum.Font.SciFi
  237. mCredit.Text = "Made by Deleted User"
  238. mCredit.TextColor3 = Color3.new(1, 1, 1)
  239. mCredit.TextScaled = true
  240. mCredit.TextSize = 14
  241. mCredit.TextWrapped = true
  242.  
  243. ScriptFrame.Name = "ScriptFrame"
  244. ScriptFrame.Parent = DeletedWorldsGUI
  245. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  246. ScriptFrame.BorderSizePixel = 0
  247. ScriptFrame.Position = UDim2.new(0.641330183, 0, 0.346437335, 0)
  248. ScriptFrame.Size = UDim2.new(0, 433, 0, 375)
  249. ScriptFrame.Visible = false
  250.  
  251. sbar1.Name = "sbar1"
  252. sbar1.Parent = ScriptFrame
  253. sbar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  254. sbar1.BorderSizePixel = 0
  255. sbar1.Size = UDim2.new(0, 433, 0, 27)
  256.  
  257. sbar2.Name = "sbar2"
  258. sbar2.Parent = ScriptFrame
  259. sbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  260. sbar2.BorderSizePixel = 0
  261. sbar2.Position = UDim2.new(0, 0, 0.0719999969, 0)
  262. sbar2.Size = UDim2.new(0, 433, 0, 13)
  263.  
  264. AimbotESP.Name = "Aimbot/ESP"
  265. AimbotESP.Parent = ScriptFrame
  266. AimbotESP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  267. AimbotESP.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  268. AimbotESP.BorderSizePixel = 4
  269. AimbotESP.Position = UDim2.new(0.016166281, 0, 0.136000007, 0)
  270. AimbotESP.Size = UDim2.new(0, 200, 0, 32)
  271. AimbotESP.Font = Enum.Font.SourceSans
  272. AimbotESP.Text = "Aimbot and ESP"
  273. AimbotESP.TextColor3 = Color3.new(1, 1, 1)
  274. AimbotESP.TextScaled = true
  275. AimbotESP.TextSize = 14
  276. AimbotESP.TextWrapped = true
  277.  
  278. gbv3.Name = "gbv3"
  279. gbv3.Parent = ScriptFrame
  280. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  281. gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  282. gbv3.BorderSizePixel = 4
  283. gbv3.Position = UDim2.new(0.510392606, 0, 0.136000007, 0)
  284. gbv3.Size = UDim2.new(0, 200, 0, 32)
  285. gbv3.Font = Enum.Font.SourceSans
  286. gbv3.Text = "Grab knife V3"
  287. gbv3.TextColor3 = Color3.new(1, 1, 1)
  288. gbv3.TextScaled = true
  289. gbv3.TextSize = 14
  290. gbv3.TextWrapped = true
  291.  
  292. Soldier.Name = "Soldier"
  293. Soldier.Parent = ScriptFrame
  294. Soldier.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  295. Soldier.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  296. Soldier.BorderSizePixel = 4
  297. Soldier.Position = UDim2.new(0.0161662698, 0, 0.263999999, 0)
  298. Soldier.Size = UDim2.new(0, 200, 0, 32)
  299. Soldier.Font = Enum.Font.SourceSans
  300. Soldier.Text = "Russian Soldier (W.I.P)"
  301. Soldier.TextColor3 = Color3.new(1, 1, 1)
  302. Soldier.TextScaled = true
  303. Soldier.TextSize = 14
  304. Soldier.TextWrapped = true
  305.  
  306. sExitButton.Name = "sExitButton"
  307. sExitButton.Parent = ScriptFrame
  308. sExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  309. sExitButton.BorderSizePixel = 0
  310. sExitButton.Position = UDim2.new(0.906781495, 0, 0, 0)
  311. sExitButton.Size = UDim2.new(0, 40, 0, 38)
  312. sExitButton.Font = Enum.Font.SciFi
  313. sExitButton.Text = "X"
  314. sExitButton.TextColor3 = Color3.new(1, 1, 1)
  315. sExitButton.TextScaled = true
  316. sExitButton.TextSize = 14
  317. sExitButton.TextWrapped = true
  318. sExitButton.MouseButton1Down:connect(function()
  319. MainFrame.Visible = true
  320. ScriptFrame.Visible = false
  321. end)
  322.  
  323.  
  324. ExecutorFrame.Name = "ExecutorFrame"
  325. ExecutorFrame.Parent = DeletedWorldsGUI
  326. ExecutorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  327. ExecutorFrame.Position = UDim2.new(0.0176894497, 0, 0.569203973, 0)
  328. ExecutorFrame.Size = UDim2.new(0, 497, 0, 337)
  329.  
  330. ebar1.Name = "ebar1"
  331. ebar1.Parent = ExecutorFrame
  332. ebar1.BackgroundColor3 = Color3.new(0, 0, 0)
  333. ebar1.BorderSizePixel = 0
  334. ebar1.Size = UDim2.new(0, 497, 0, 26)
  335.  
  336. ebar2.Name = "ebar2"
  337. ebar2.Parent = ExecutorFrame
  338. ebar2.BackgroundColor3 = Color3.new(0, 0, 0)
  339. ebar2.BorderSizePixel = 0
  340. ebar2.Position = UDim2.new(0, 0, 0.0771513358, 0)
  341. ebar2.Size = UDim2.new(0, 497, 0, 6)
  342.  
  343. ScrollingFrame.Parent = ExecutorFrame
  344. ScrollingFrame.BackgroundColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  345. ScrollingFrame.Position = UDim2.new(0.0540000014, 0, 0.159999996, 0)
  346. ScrollingFrame.Size = UDim2.new(0, 447, 0, 224)
  347. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  348.  
  349. Input.Name = "Input"
  350. Input.Parent = ScrollingFrame
  351. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  352. Input.BackgroundTransparency = 1
  353. Input.Size = UDim2.new(0, 432, 0, 999)
  354. Input.ClearTextOnFocus = false
  355. Input.Font = Enum.Font.SourceSans
  356. Input.MultiLine = true
  357. Input.Text = "-- Script here!"
  358. Input.TextColor3 = Color3.new(1, 1, 1)
  359. Input.TextSize = 20
  360. Input.TextXAlignment = Enum.TextXAlignment.Left
  361. Input.TextYAlignment = Enum.TextYAlignment.Top
  362.  
  363. ClearButton.Name = "ClearButton"
  364. ClearButton.Parent = ExecutorFrame
  365. ClearButton.BackgroundColor3 = Color3.new(1, 0, 0)
  366. ClearButton.Position = UDim2.new(0.492957771, 0, 0.860534132, 0)
  367. ClearButton.Size = UDim2.new(0, 157, 0, 37)
  368. ClearButton.Font = Enum.Font.SourceSansBold
  369. ClearButton.Text = "Clear"
  370. ClearButton.TextColor3 = Color3.new(0, 0, 0)
  371. ClearButton.TextSize = 14
  372.  
  373. ExecuteButton.Name = "ExecuteButton"
  374. ExecuteButton.Parent = ExecutorFrame
  375. ExecuteButton.BackgroundColor3 = Color3.new(1, 0.917647, 0)
  376. ExecuteButton.Position = UDim2.new(0.118712276, 0, 0.860534132, 0)
  377. ExecuteButton.Size = UDim2.new(0, 157, 0, 37)
  378. ExecuteButton.Font = Enum.Font.SourceSansBold
  379. ExecuteButton.Text = "Execute"
  380. ExecuteButton.TextColor3 = Color3.new(0, 0, 0)
  381. ExecuteButton.TextSize = 14
  382.  
  383. BackButton.Name = "BackButton"
  384. BackButton.Parent = ExecutorFrame
  385. BackButton.BackgroundColor3 = Color3.new(1, 1, 1)
  386. BackButton.BorderSizePixel = 0
  387. BackButton.Position = UDim2.new(0, 0, 0.860534132, 0)
  388. BackButton.Size = UDim2.new(0, 48, 0, 47)
  389. BackButton.Font = Enum.Font.SourceSansBold
  390. BackButton.Text = "Back"
  391. BackButton.TextColor3 = Color3.new(0, 0, 0)
  392. BackButton.TextSize = 14
  393. BackButton.MouseButton1Down:connect(function()
  394. MainFrame.Visible = true
  395. ExecutorFrame.Visible = false
  396. end)
  397.  
  398. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement