Advertisement
xdJustice29

Untitled

May 6th, 2019
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RoCitizens = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local logintitle = Instance.new("TextLabel")
  7. local submit = Instance.new("TextButton")
  8. local password = Instance.new("TextBox")
  9. local username = Instance.new("TextBox")
  10. local credits = Instance.new("TextLabel")
  11. local discord = Instance.new("TextLabel")
  12. local Frame = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local RocitizensAntiBan = Instance.new("TextButton")
  16. local Noclip = Instance.new("TextButton")
  17. local KillAll = Instance.new("TextButton")
  18. local WaistRemoval = Instance.new("TextButton")
  19. local God = Instance.new("TextButton")
  20. local CreeperR6 = Instance.new("TextButton")
  21. local DropHats = Instance.new("TextButton")
  22. local CreeperR15 = Instance.new("TextButton")
  23. local BlackHole = Instance.new("TextButton")
  24. local GlitchAll = Instance.new("TextButton")
  25. local TextButton = Instance.new("TextButton")
  26. --Properties:
  27. RoCitizens.Name = "RoCitizens"
  28. RoCitizens.Parent = game.Workspace
  29. RoCitizens.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30. RoCitizens.Parent = game.CoreGui
  31.  
  32. Login.Name = "Login"
  33. Login.Parent = RoCitizens
  34. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  35. Login.BorderColor3 = Color3.new(1, 1, 1)
  36. Login.Position = UDim2.new(0.403314918, 0, 0.246928737, 0)
  37. Login.Size = UDim2.new(0, 244, 0, 366)
  38. Login.Active = true
  39. Login.Draggable = true
  40.  
  41. logintitle.Name = "logintitle"
  42. logintitle.Parent = Login
  43. logintitle.BackgroundColor3 = Color3.new(0, 0, 0)
  44. logintitle.BorderColor3 = Color3.new(1, 1, 1)
  45. logintitle.Size = UDim2.new(0, 244, 0, 50)
  46. logintitle.Font = Enum.Font.SourceSans
  47. logintitle.Text = "Azure's Edge"
  48. logintitle.TextColor3 = Color3.new(1, 1, 1)
  49. logintitle.TextSize = 25
  50.  
  51.  
  52. submit.Name = "submit"
  53. submit.Parent = Login
  54. submit.BackgroundColor3 = Color3.new(0, 0, 0)
  55. submit.BorderColor3 = Color3.new(1, 1, 1)
  56. submit.Position = UDim2.new(0.22131148, 0, 0.866120219, 0)
  57. submit.Size = UDim2.new(0, 135, 0, 36)
  58. submit.Font = Enum.Font.SourceSans
  59. submit.Text = "Submit"
  60. submit.TextColor3 = Color3.new(1, 1, 1)
  61. submit.TextSize = 14
  62. submit.MouseButton1Down:connect(function()
  63. if username.Text == "xdJustice" and password.Text == "2109865021Bb" then
  64. Login.Visible = false
  65. Frame.Visible = true
  66. end
  67. end)
  68.  
  69. password.Name = "password"
  70. password.Parent = Login
  71. password.BackgroundColor3 = Color3.new(0, 0, 0)
  72. password.BorderColor3 = Color3.new(1, 1, 1)
  73. password.Position = UDim2.new(0.0901639313, 0, 0.734972656, 0)
  74. password.Size = UDim2.new(0, 200, 0, 33)
  75. password.Font = Enum.Font.SourceSans
  76. password.Text = "Password"
  77. password.TextColor3 = Color3.new(1, 1, 1)
  78. password.TextSize = 14
  79.  
  80. username.Name = "username"
  81. username.Parent = Login
  82. username.BackgroundColor3 = Color3.new(0, 0, 0)
  83. username.BorderColor3 = Color3.new(1, 1, 1)
  84. username.Position = UDim2.new(0.0901639313, 0, 0.606557369, 0)
  85. username.Size = UDim2.new(0, 200, 0, 33)
  86. username.Font = Enum.Font.SourceSans
  87. username.Text = "Username"
  88. username.TextColor3 = Color3.new(1, 1, 1)
  89. username.TextSize = 14
  90.  
  91. credits.Name = "credits"
  92. credits.Parent = Login
  93. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  94. credits.BackgroundTransparency = 100
  95. credits.Position = UDim2.new(0, 0, 0, 50)
  96. credits.Size = UDim2.new(0, 244, 0, 61)
  97. credits.Font = Enum.Font.SourceSans
  98. credits.Text = "Made By V01d_Gamer & xdJustice. A Whitelist to this hub is $2"
  99. credits.TextColor3 = Color3.new(1, 1, 1)
  100. credits.TextSize = 14
  101. credits.TextWrapped = true
  102.  
  103. discord.Name = "discord"
  104. discord.Parent = Login
  105. discord.BackgroundColor3 = Color3.new(0, 0, 0)
  106. discord.BackgroundTransparency = 100
  107. discord.Position = UDim2.new(0, 0, 0, 111)
  108. discord.Size = UDim2.new(0, 244, 0, 61)
  109. discord.Font = Enum.Font.SourceSans
  110. discord.Text = "Discord - https://discord.gg/dt2NbZ"
  111. discord.TextColor3 = Color3.new(1, 1, 1)
  112. discord.TextSize = 14
  113. discord.TextWrapped = true
  114.  
  115. Frame.Parent = RoCitizens
  116. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  117. Frame.BorderColor3 = Color3.new(1, 1, 1)
  118. Frame.Position = UDim2.new(0, 285, 0, 166)
  119. Frame.Size = UDim2.new(0, 697, 0, 481)
  120. Frame.Visible = false
  121. Frame.Active = true
  122. Frame.Draggable = true
  123.  
  124. TextLabel.Parent = Frame
  125. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  126. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  127. TextLabel.Size = UDim2.new(0, 697, 0, 38)
  128. TextLabel.Font = Enum.Font.SourceSans
  129. TextLabel.Text = "Azure's Edge"
  130. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  131. TextLabel.TextSize = 14
  132.  
  133. TextLabel_2.Parent = Frame
  134. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  135. TextLabel_2.BackgroundTransparency = 100
  136. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  137. TextLabel_2.Position = UDim2.new(0, 380, 0, 0)
  138. TextLabel_2.Size = UDim2.new(0, 38, 0, 38)
  139. TextLabel_2.Font = Enum.Font.SourceSans
  140. TextLabel_2.Text = "v0.1"
  141. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  142. TextLabel_2.TextSize = 14
  143.  
  144. RocitizensAntiBan.Name = "Rocitizens Anti-Ban"
  145. RocitizensAntiBan.Parent = Frame
  146. RocitizensAntiBan.BackgroundColor3 = Color3.new(1, 1, 1)
  147. RocitizensAntiBan.Position = UDim2.new(0, 248, 0, 46)
  148. RocitizensAntiBan.Size = UDim2.new(0, 200, 0, 50)
  149. RocitizensAntiBan.Font = Enum.Font.SourceSans
  150. RocitizensAntiBan.Text = "Rocitizens Anti-Ban"
  151. RocitizensAntiBan.TextColor3 = Color3.new(0, 0, 0)
  152. RocitizensAntiBan.TextSize = 14
  153. RocitizensAntiBan.MouseButton1Down:connect(function()
  154. game:GetService("Workspace").CommunicationRelays.Interclient.CheckPropertyPermissions:Destroy()
  155. end)
  156.  
  157. Noclip.Name = "Noclip"
  158. Noclip.Parent = Frame
  159. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Noclip.Position = UDim2.new(0, 31, 0, 46)
  161. Noclip.Size = UDim2.new(0, 200, 0, 50)
  162. Noclip.Font = Enum.Font.SourceSans
  163. Noclip.Text = "Noclip"
  164. Noclip.TextColor3 = Color3.new(0, 0, 0)
  165. Noclip.TextSize = 14
  166. Noclip.MouseButton1Down:connect(function()
  167. loadstring(game.HttpGet(('https://pastebin.com/raw/tQWUvtad'),true))()
  168. end)
  169.  
  170. KillAll.Name = "Kill All"
  171. KillAll.Parent = Frame
  172. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  173. KillAll.Position = UDim2.new(0, 464, 0, 46)
  174. KillAll.Size = UDim2.new(0, 200, 0, 50)
  175. KillAll.Font = Enum.Font.SourceSans
  176. KillAll.Text = "Kill All, Require Sword"
  177. KillAll.TextColor3 = Color3.new(0, 0, 0)
  178. KillAll.TextSize = 14
  179. KillAll.MouseButton1Down:connect(function()
  180. loadstring(game.HttpGet(('https://pastebin.com/raw/jrs4bYbV'),true))()
  181. end)
  182.  
  183. WaistRemoval.Name = "Waist Removal"
  184. WaistRemoval.Parent = Frame
  185. WaistRemoval.BackgroundColor3 = Color3.new(1, 1, 1)
  186. WaistRemoval.Position = UDim2.new(0, 248, 0, 106)
  187. WaistRemoval.Size = UDim2.new(0, 200, 0, 50)
  188. WaistRemoval.Font = Enum.Font.SourceSans
  189. WaistRemoval.Text = "Waist Removal, R15"
  190. WaistRemoval.TextColor3 = Color3.new(0, 0, 0)
  191. WaistRemoval.TextSize = 14
  192. WaistRemoval.MouseButton1Down:connect(function()
  193. loadstring(game.HttpGet(('https://pastebin.com/raw/JrFjhfe3'),true))()
  194. end)
  195.  
  196.  
  197. God.Name = "God"
  198. God.Parent = Frame
  199. God.BackgroundColor3 = Color3.new(1, 1, 1)
  200. God.Position = UDim2.new(0, 31, 0, 106)
  201. God.Size = UDim2.new(0, 200, 0, 50)
  202. God.Font = Enum.Font.SourceSans
  203. God.Text = "God"
  204. God.TextColor3 = Color3.new(0, 0, 0)
  205. God.TextSize = 14
  206. God.MouseButton1Down:connect(function()
  207. loadstring(game.HttpGet(('https://pastebin.com/raw/WubxL5uH'),true))()
  208. end)
  209.  
  210. CreeperR6.Name = "Creeper R6"
  211. CreeperR6.Parent = Frame
  212. CreeperR6.BackgroundColor3 = Color3.new(1, 1, 1)
  213. CreeperR6.Position = UDim2.new(0, 464, 0, 106)
  214. CreeperR6.Size = UDim2.new(0, 200, 0, 50)
  215. CreeperR6.Font = Enum.Font.SourceSans
  216. CreeperR6.Text = "Creeper R6"
  217. CreeperR6.TextColor3 = Color3.new(0, 0, 0)
  218. CreeperR6.TextSize = 14
  219. CreeperR6.MouseButton1Down:connect(function()
  220. loadstring(game.HttpGet(('https://pastebin.com/raw/aiS4wf0Z'),true))()
  221. end)
  222.  
  223. DropHats.Name = "Drop Hats"
  224. DropHats.Parent = Frame
  225. DropHats.BackgroundColor3 = Color3.new(1, 1, 1)
  226. DropHats.Position = UDim2.new(0, 249, 0, 168)
  227. DropHats.Size = UDim2.new(0, 200, 0, 50)
  228. DropHats.Font = Enum.Font.SourceSans
  229. DropHats.Text = "Drop Hats"
  230. DropHats.TextColor3 = Color3.new(0, 0, 0)
  231. DropHats.TextSize = 14
  232. DropHats.MouseButton1Down:connect(function()
  233. loadstring(game.HttpGet(('https://pastebin.com/raw/sW9jCcc1'),true))()
  234. end)
  235.  
  236. CreeperR15.Name = "Creeper R15"
  237. CreeperR15.Parent = Frame
  238. CreeperR15.BackgroundColor3 = Color3.new(1, 1, 1)
  239. CreeperR15.Position = UDim2.new(0, 32, 0, 168)
  240. CreeperR15.Size = UDim2.new(0, 200, 0, 50)
  241. CreeperR15.Font = Enum.Font.SourceSans
  242. CreeperR15.Text = "Creeper R15"
  243. CreeperR15.TextColor3 = Color3.new(0, 0, 0)
  244. CreeperR15.TextSize = 14
  245. CreeperR15.MouseButton1Down:connect(function()
  246. loadstring(game.HttpGet(('https://pastebin.com/raw/L8F7vext'),true))()
  247. end)
  248.  
  249. BlackHole.Name = "Black Hole"
  250. BlackHole.Parent = Frame
  251. BlackHole.BackgroundColor3 = Color3.new(1, 1, 1)
  252. BlackHole.Position = UDim2.new(0, 465, 0, 168)
  253. BlackHole.Size = UDim2.new(0, 200, 0, 50)
  254. BlackHole.Font = Enum.Font.SourceSans
  255. BlackHole.Text = "Black Hole"
  256. BlackHole.TextColor3 = Color3.new(0, 0, 0)
  257. BlackHole.TextSize = 14
  258. BlackHole.MouseButton1Down:connect(function()
  259. loadstring(game.HttpGet(('https://pastebin.com/rFmWK0Q0'),true))()
  260. end)
  261.  
  262. GlitchAll.Name = "Glitch All"
  263. GlitchAll.Parent = Frame
  264. GlitchAll.BackgroundColor3 = Color3.new(1, 1, 1)
  265. GlitchAll.Position = UDim2.new(0, 248, 0, 231)
  266. GlitchAll.Size = UDim2.new(0, 200, 0, 50)
  267. GlitchAll.Font = Enum.Font.SourceSans
  268. GlitchAll.Text = "Glitch yourself)"
  269. GlitchAll.TextColor3 = Color3.new(0, 0, 0)
  270. GlitchAll.TextSize = 14
  271. GlitchAll.MouseButton1Down:connect(function()
  272. loadstring(game:GetObjects("rbxassetid://1427263101")[1].Source)()
  273. end)
  274.  
  275. TextButton.Parent = Frame
  276. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  277. TextButton.BackgroundTransparency = 100
  278. TextButton.Position = UDim2.new(0, 670, 0, 0)
  279. TextButton.Size = UDim2.new(0, 27, 0, 28)
  280. TextButton.Font = Enum.Font.SourceSans
  281. TextButton.Text = "X"
  282. TextButton.TextColor3 = Color3.new(1, 1, 1)
  283. TextButton.TextSize = 14
  284. TextButton.MouseButton1Down:connect(function()
  285. Frame.Visible = false
  286. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement