FazzaRBLX

Hack Admins FazzaRBLX >>UPDATES<<

Oct 12th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FazzaRBLX = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local MonBut = Instance.new("TextButton")
  7. local ScrBut = Instance.new("TextButton")
  8. local Creadits = Instance.new("TextLabel")
  9. local Title = Instance.new("TextLabel")
  10. local ExitMain = Instance.new("TextButton")
  11. local ScriptFrame = Instance.new("Frame")
  12. local Title_2 = Instance.new("TextLabel")
  13. local Bar1 = Instance.new("Frame")
  14. local AllGuns = Instance.new("TextButton")
  15. local Creadits_2 = Instance.new("TextLabel")
  16. local ExitScript = Instance.new("TextButton")
  17. local MoneyFrame = Instance.new("Frame")
  18. local Title_3 = Instance.new("TextLabel")
  19. local MonRo = Instance.new("TextButton")
  20. local Creadits_3 = Instance.new("TextLabel")
  21. local ExitMoney = Instance.new("TextButton")
  22. local OPEN = Instance.new("TextButton")
  23. --Properties:
  24. FazzaRBLX.Name = "FazzaRBLX"
  25. FazzaRBLX.Parent = game.CoreGui
  26.  local MainCORE = game.CoreGui["MainGUI"]
  27.  
  28. MainFrame.Name = "MainFrame"
  29. MainFrame.Parent = FazzaRBLX
  30. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. MainFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  32. MainFrame.Position = UDim2.new(0.283384323, 0, 0.209265172, 0)
  33. MainFrame.Size = UDim2.new(0, 503, 0, 384)
  34. MainFrame.Visible = false
  35.  
  36. MonBut.Name = "MonBut"
  37. MonBut.Parent = MainFrame
  38. MonBut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  39. MonBut.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  40. MonBut.Position = UDim2.new(0.104280367, 0, 0.533983231, 0)
  41. MonBut.Size = UDim2.new(0, 169, 0, 50)
  42. MonBut.Font = Enum.Font.SourceSansBold
  43. MonBut.Text = "MONEY"
  44. MonBut.TextColor3 = Color3.new(1, 0, 0)
  45. MonBut.TextScaled = true
  46. MonBut.TextSize = 14
  47. MonBut.TextWrapped = true
  48. MonBut.MouseButton1Down:connect(function()
  49. MainFrame.Visible = false
  50. MoneyFrame.Visible = true
  51. end)
  52.  
  53. ScrBut.Name = "ScrBut"
  54. ScrBut.Parent = MainFrame
  55. ScrBut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  56. ScrBut.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  57. ScrBut.Position = UDim2.new(0.563524902, 0, 0.533983231, 0)
  58. ScrBut.Size = UDim2.new(0, 169, 0, 50)
  59. ScrBut.Font = Enum.Font.SourceSansBold
  60. ScrBut.Text = "SCRIPTS"
  61. ScrBut.TextColor3 = Color3.new(1, 0, 0)
  62. ScrBut.TextScaled = true
  63. ScrBut.TextSize = 14
  64. ScrBut.TextWrapped = true
  65. ScrBut.MouseButton1Down:connect(function()
  66. MainFrame.Visible = false
  67. ScriptFrame.Visible = true
  68. end)
  69.  
  70. Creadits.Name = "Creadits"
  71. Creadits.Parent = MainFrame
  72. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  74. Creadits.Position = UDim2.new(0, 0, 0.953125, 0)
  75. Creadits.Size = UDim2.new(0, 200, 0, 18)
  76. Creadits.Font = Enum.Font.SourceSansBold
  77. Creadits.Text = "Made Bye FazzaRBLX"
  78. Creadits.TextColor3 = Color3.new(1, 0, 0)
  79. Creadits.TextScaled = true
  80. Creadits.TextSize = 14
  81. Creadits.TextWrapped = true
  82.  
  83. Title.Name = "Title"
  84. Title.Parent = MainFrame
  85. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. Title.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  87. Title.Position = UDim2.new(0.238568589, 0, 0.127604157, 0)
  88. Title.Size = UDim2.new(0, 262, 0, 67)
  89. Title.Font = Enum.Font.SourceSans
  90. Title.Text = "SELECT YOUR EXPLOIT"
  91. Title.TextColor3 = Color3.new(1, 0, 0)
  92. Title.TextScaled = true
  93. Title.TextSize = 14
  94. Title.TextWrapped = true
  95.  
  96. ExitMain.Name = "ExitMain"
  97. ExitMain.Parent = MainFrame
  98. ExitMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  99. ExitMain.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  100. ExitMain.Position = UDim2.new(0.912524879, 0, 0, 0)
  101. ExitMain.Size = UDim2.new(0, 44, 0, 42)
  102. ExitMain.Font = Enum.Font.SourceSansBold
  103. ExitMain.Text = "X"
  104. ExitMain.TextColor3 = Color3.new(1, 0, 0)
  105. ExitMain.TextScaled = true
  106. ExitMain.TextSize = 14
  107. ExitMain.TextWrapped = true
  108. ExitMain.MouseButton1Down:connect(function()
  109. MainFrame:Destroy()
  110. end)
  111.  
  112. ScriptFrame.Name = "ScriptFrame"
  113. ScriptFrame.Parent = FazzaRBLX
  114. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  115. ScriptFrame.Position = UDim2.new(0.514780819, 0, 0.140575081, 0)
  116. ScriptFrame.Size = UDim2.new(0, 332, 0, 400)
  117. ScriptFrame.Visible = false
  118.  
  119. Title_2.Name = "Title"
  120. Title_2.Parent = ScriptFrame
  121. Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  122. Title_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  123. Title_2.Size = UDim2.new(0, 295, 0, 60)
  124. Title_2.Font = Enum.Font.SourceSansBold
  125. Title_2.Text = "ALL SCRIPTS"
  126. Title_2.TextColor3 = Color3.new(1, 0, 0)
  127. Title_2.TextScaled = true
  128. Title_2.TextSize = 14
  129. Title_2.TextWrapped = true
  130.  
  131. Bar1.Name = "Bar1"
  132. Bar1.Parent = ScriptFrame
  133. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. Bar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  135. Bar1.Position = UDim2.new(0, 0, 0.150000006, 0)
  136. Bar1.Size = UDim2.new(0, 332, 0, 9)
  137.  
  138. AllGuns.Name = "AllGuns"
  139. AllGuns.Parent = ScriptFrame
  140. AllGuns.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  141. AllGuns.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  142. AllGuns.Position = UDim2.new(0.198795184, 0, 0.254999995, 0)
  143. AllGuns.Size = UDim2.new(0, 200, 0, 61)
  144. AllGuns.Font = Enum.Font.SourceSansBold
  145. AllGuns.Text = "ALL GUNS PRISON LIFE "
  146. AllGuns.TextColor3 = Color3.new(1, 0, 0)
  147. AllGuns.TextScaled = true
  148. AllGuns.TextSize = 14
  149. AllGuns.TextWrapped = true
  150. AllGuns.MouseButton1Down:connect(function()
  151. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  152.  
  153. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  154. print(lol)
  155. end
  156. end)
  157.  
  158. Creadits_2.Name = "Creadits"
  159. Creadits_2.Parent = ScriptFrame
  160. Creadits_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  161. Creadits_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  162. Creadits_2.Position = UDim2.new(0.198795184, 0, 0.944999993, 0)
  163. Creadits_2.Size = UDim2.new(0, 200, 0, 22)
  164. Creadits_2.Font = Enum.Font.SourceSansBold
  165. Creadits_2.Text = "Made Bye FazzaRBLX   On Youtube   Subscribe For New UPDATES"
  166. Creadits_2.TextColor3 = Color3.new(1, 0, 0)
  167. Creadits_2.TextSize = 14
  168.  
  169. ExitScript.Name = "ExitScript"
  170. ExitScript.Parent = ScriptFrame
  171. ExitScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  172. ExitScript.BorderColor3 = Color3.new(1, 0, 0)
  173. ExitScript.Position = UDim2.new(0.888554215, 0, 0, 0)
  174. ExitScript.Size = UDim2.new(0, 37, 0, 60)
  175. ExitScript.Font = Enum.Font.SourceSansBold
  176. ExitScript.Text = "X"
  177. ExitScript.TextColor3 = Color3.new(1, 0, 0)
  178. ExitScript.TextScaled = true
  179. ExitScript.TextSize = 14
  180. ExitScript.TextWrapped = true
  181. ExitScript.MouseButton1Down:connect(function()
  182. ScriptFrame:Destroy()
  183. end)
  184.  
  185. MoneyFrame.Name = "MoneyFrame"
  186. MoneyFrame.Parent = FazzaRBLX
  187. MoneyFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  188. MoneyFrame.Position = UDim2.new(0.300713569, 0, 0.164536744, 0)
  189. MoneyFrame.Size = UDim2.new(0, 328, 0, 362)
  190. MoneyFrame.Visible = false
  191.  
  192. Title_3.Name = "Title"
  193. Title_3.Parent = MoneyFrame
  194. Title_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  195. Title_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. Title_3.Size = UDim2.new(0, 280, 0, 56)
  197. Title_3.Font = Enum.Font.SourceSansBold
  198. Title_3.Text = "ALL MONEY GAMES"
  199. Title_3.TextColor3 = Color3.new(1, 0, 0)
  200. Title_3.TextScaled = true
  201. Title_3.TextSize = 14
  202. Title_3.TextWrapped = true
  203.  
  204. MonRo.Name = "MonRo"
  205. MonRo.Parent = MoneyFrame
  206. MonRo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  207. MonRo.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  208. MonRo.Position = UDim2.new(0.195121944, 0, 0.265193343, 0)
  209. MonRo.Size = UDim2.new(0, 200, 0, 52)
  210. MonRo.Font = Enum.Font.SourceSansBold
  211. MonRo.Text = "Money Ro-Citizens"
  212. MonRo.TextColor3 = Color3.new(1, 0, 0)
  213. MonRo.TextScaled = true
  214. MonRo.TextSize = 14
  215. MonRo.TextWrapped = true
  216. MonRo.MouseButton1Down:connect(function()
  217. getglobal game
  218. getfield -1 Players
  219. getfield -1 LocalPlayer
  220. getfield -1 ChangeMoney
  221. getfield -1 Fire
  222. pushvalue -2
  223. pushnumber 2000000000 --- How much money you want
  224. pcall 2 1 0
  225. end)
  226.  
  227. Creadits_3.Name = "Creadits"
  228. Creadits_3.Parent = MoneyFrame
  229. Creadits_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  230. Creadits_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  231. Creadits_3.Position = UDim2.new(0, 0, 0.953038692, 0)
  232. Creadits_3.Size = UDim2.new(0, 328, 0, 17)
  233. Creadits_3.Font = Enum.Font.SourceSansBold
  234. Creadits_3.Text = "Made Bye FazzaRBLX On Youtube Subscribe For UPDATES"
  235. Creadits_3.TextColor3 = Color3.new(1, 0, 0)
  236. Creadits_3.TextSize = 14
  237. Creadits_3.TextWrapped = true
  238.  
  239. ExitMoney.Name = "ExitMoney"
  240. ExitMoney.Parent = MoneyFrame
  241. ExitMoney.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  242. ExitMoney.BorderColor3 = Color3.new(1, 0, 0)
  243. ExitMoney.Position = UDim2.new(0.853658557, 0, 0, 0)
  244. ExitMoney.Size = UDim2.new(0, 48, 0, 56)
  245. ExitMoney.Font = Enum.Font.SourceSansBold
  246. ExitMoney.Text = "X"
  247. ExitMoney.TextColor3 = Color3.new(1, 0, 0)
  248. ExitMoney.TextScaled = true
  249. ExitMoney.TextSize = 14
  250. ExitMoney.TextWrapped = true
  251. ExitMoney.MouseButton1Down:connect(function()
  252. MoneyFrame:Destroy()
  253. end)
  254.  
  255. OPEN.Name = "OPEN"
  256. OPEN.Parent = FazzaRBLX
  257. OPEN.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  258. OPEN.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  259. OPEN.Position = UDim2.new(0, 0, 0.477635771, 0)
  260. OPEN.Size = UDim2.new(0, 96, 0, 27)
  261. OPEN.Font = Enum.Font.SourceSansBold
  262. OPEN.Text = "OPEN"
  263. OPEN.TextColor3 = Color3.new(1, 0, 0)
  264. OPEN.TextScaled = true
  265. OPEN.TextSize = 14
  266. OPEN.TextWrapped = true
  267. OPEN.MouseButton1Down:connect(function()
  268. MainFrame.Visible = true
  269. end)
Add Comment
Please, Sign In to add comment