FazzaRBLX

FazzaRBLX Hack ADMINS <<<<

Oct 10th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.90 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FazzaRBLX = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Bar1 = Instance.new("Frame")
  7. local Bar2 = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Userbox = Instance.new("TextBox")
  10. local Passbox = Instance.new("TextBox")
  11. local Submit = Instance.new("TextButton")
  12. local MainFrame = Instance.new("Frame")
  13. local Mbar1 = Instance.new("Frame")
  14. local Mbar2 = Instance.new("Frame")
  15. local Title_2 = Instance.new("TextLabel")
  16. local ExitButton = Instance.new("TextButton")
  17. local MonBut = Instance.new("TextButton")
  18. local script = Instance.new("TextButton")
  19. local Creadits = Instance.new("TextLabel")
  20. local Script = Instance.new("Frame")
  21. local Sbar1 = Instance.new("Frame")
  22. local Sbar2 = Instance.new("Frame")
  23. local Title_3 = Instance.new("TextLabel")
  24. local ExitScript = Instance.new("TextButton")
  25. local SScrollingFrame = Instance.new("ScrollingFrame")
  26. local AllGuns = Instance.new("TextButton")
  27. local Walk = Instance.new("TextButton")
  28. local Jump = Instance.new("TextButton")
  29. local Money = Instance.new("Frame")
  30. local MonBar1 = Instance.new("Frame")
  31. local Monbar2 = Instance.new("Frame")
  32. local Title_4 = Instance.new("TextLabel")
  33. local MonScorFrame = Instance.new("ScrollingFrame")
  34. local MonRo = Instance.new("TextButton")
  35. local Creadits_2 = Instance.new("TextLabel")
  36. local ExMon = Instance.new("TextButton")
  37. --Properties:
  38. FazzaRBLX.Name = "FazzaRBLX"
  39. FazzaRBLX.Parent = game.CoreGui
  40.  
  41. LoginFrame.Name = "LoginFrame"
  42. LoginFrame.Parent = FazzaRBLX
  43. LoginFrame.Active = true
  44. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. LoginFrame.Position = UDim2.new(0.356183797, 0, 0.218849838, 0)
  46. LoginFrame.Selectable = true
  47. LoginFrame.Size = UDim2.new(0, 298, 0, 351)
  48.  
  49. Bar1.Name = "Bar1"
  50. Bar1.Parent = LoginFrame
  51. Bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  52. Bar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  53. Bar1.Position = UDim2.new(-0.00335570471, 0, 0, 0)
  54. Bar1.Size = UDim2.new(0, 298, 0, 38)
  55.  
  56. Bar2.Name = "Bar2"
  57. Bar2.Parent = LoginFrame
  58. Bar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  59. Bar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. Bar2.Position = UDim2.new(0, 0, 0.108262107, 0)
  61. Bar2.Size = UDim2.new(0, 298, 0, 7)
  62.  
  63. Title.Name = "Title"
  64. Title.Parent = LoginFrame
  65. Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  66. Title.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  67. Title.Position = UDim2.new(0.164429531, 0, 0.185185194, 0)
  68. Title.Size = UDim2.new(0, 200, 0, 50)
  69. Title.Font = Enum.Font.SourceSansBold
  70. Title.Text = "FazzaRBLX"
  71. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  72. Title.TextScaled = true
  73. Title.TextSize = 14
  74. Title.TextWrapped = true
  75.  
  76. Userbox.Name = "Userbox"
  77. Userbox.Parent = LoginFrame
  78. Userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  79. Userbox.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  80. Userbox.Position = UDim2.new(0.164429531, 0, 0.430199444, 0)
  81. Userbox.Size = UDim2.new(0, 200, 0, 35)
  82. Userbox.Font = Enum.Font.SourceSansBold
  83. Userbox.Text = "Unsername"
  84. Userbox.TextColor3 = Color3.new(1, 0, 0)
  85. Userbox.TextScaled = true
  86. Userbox.TextSize = 14
  87. Userbox.TextWrapped = true
  88. Userbox.TextXAlignment = Enum.TextXAlignment.Left
  89.  
  90. Passbox.Name = "Passbox"
  91. Passbox.Parent = LoginFrame
  92. Passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  93. Passbox.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  94. Passbox.Position = UDim2.new(0.164429545, 0, 0.584045589, 0)
  95. Passbox.Size = UDim2.new(0, 200, 0, 35)
  96. Passbox.Font = Enum.Font.SourceSansBold
  97. Passbox.Text = "Password"
  98. Passbox.TextColor3 = Color3.new(1, 0, 0)
  99. Passbox.TextScaled = true
  100. Passbox.TextSize = 14
  101. Passbox.TextWrapped = true
  102. Passbox.TextXAlignment = Enum.TextXAlignment.Left
  103.  
  104. Submit.Name = "Submit"
  105. Submit.Parent = LoginFrame
  106. Submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  107. Submit.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  108. Submit.Position = UDim2.new(0.359060407, 0, 0.737891734, 0)
  109. Submit.Size = UDim2.new(0, 83, 0, 45)
  110. Submit.Font = Enum.Font.SourceSansBold
  111. Submit.Text = "LOGIN"
  112. Submit.TextColor3 = Color3.new(1, 0, 0)
  113. Submit.TextScaled = true
  114. Submit.TextSize = 14
  115. Submit.TextWrapped = true
  116. Submit.MouseButton1Down:connect(function()
  117. LoginFrame.Visible = false
  118. MainFrame.Visible = true
  119. --i will make a actual login next part
  120. end)
  121.  
  122. MainFrame.Name = "MainFrame"
  123. MainFrame.Parent = FazzaRBLX
  124. MainFrame.Active = true
  125. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  126. MainFrame.Position = UDim2.new(0.32110095, 0, 0.150159746, 0)
  127. MainFrame.Selectable = true
  128. MainFrame.Size = UDim2.new(0, 462, 0, 329)
  129. MainFrame.Visible = false
  130.  
  131. Mbar1.Name = "Mbar1"
  132. Mbar1.Parent = MainFrame
  133. Mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  134. Mbar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  135. Mbar1.Size = UDim2.new(0, 462, 0, 35)
  136.  
  137. Mbar2.Name = "Mbar2"
  138. Mbar2.Parent = MainFrame
  139. Mbar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  140. Mbar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  141. Mbar2.Position = UDim2.new(0, 0, 0.106382981, 0)
  142. Mbar2.Size = UDim2.new(0, 462, 0, 7)
  143.  
  144. Title_2.Name = "Title"
  145. Title_2.Parent = MainFrame
  146. Title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. Title_2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  148. Title_2.Position = UDim2.new(0.337662339, 0, 0, 0)
  149. Title_2.Size = UDim2.new(0, 167, 0, 35)
  150. Title_2.Font = Enum.Font.SourceSansBold
  151. Title_2.Text = "FazzaRBLX"
  152. Title_2.TextColor3 = Color3.new(0.333333, 1, 1)
  153. Title_2.TextScaled = true
  154. Title_2.TextSize = 14
  155. Title_2.TextWrapped = true
  156. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  157.  
  158. ExitButton.Name = "ExitButton"
  159. ExitButton.Parent = MainFrame
  160. ExitButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  161. ExitButton.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  162. ExitButton.Position = UDim2.new(0.915584445, 0, 0, 0)
  163. ExitButton.Size = UDim2.new(0, 39, 0, 35)
  164. ExitButton.Font = Enum.Font.SourceSansBold
  165. ExitButton.Text = "X"
  166. ExitButton.TextColor3 = Color3.new(1, 0, 0)
  167. ExitButton.TextScaled = true
  168. ExitButton.TextSize = 14
  169. ExitButton.TextWrapped = true
  170. ExitButton.MouseButton1Down:connect(function()
  171. MainFrame:Destroy()
  172. end)
  173.  
  174. MonBut.Name = "MonBut"
  175. MonBut.Parent = MainFrame
  176. MonBut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  177. MonBut.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. MonBut.Position = UDim2.new(0.112554111, 0, 0.577507615, 0)
  179. MonBut.Size = UDim2.new(0, 161, 0, 50)
  180. MonBut.Font = Enum.Font.SourceSansBold
  181. MonBut.Text = "MONEY"
  182. MonBut.TextColor3 = Color3.new(0.333333, 1, 1)
  183. MonBut.TextScaled = true
  184. MonBut.TextSize = 14
  185. MonBut.TextWrapped = true
  186. MonBut.MouseButton1Down:connect(function()
  187. MainFrame.Visible = false
  188. Money.Visible = true
  189. end)
  190.  
  191. script.Name = "script"
  192. script.Parent = MainFrame
  193. script.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  194. script.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  195. script.Position = UDim2.new(0.567099571, 0, 0.577507615, 0)
  196. script.Size = UDim2.new(0, 161, 0, 50)
  197. script.Font = Enum.Font.SourceSansBold
  198. script.Text = "SCRIPTS"
  199. script.TextColor3 = Color3.new(0.333333, 1, 1)
  200. script.TextScaled = true
  201. script.TextSize = 14
  202. script.TextWrapped = true
  203. script.MouseButton1Down:connect(function()
  204. MainFrame.Visible = false
  205. Script.Visible = true
  206. end)
  207.  
  208. Creadits.Name = "Creadits"
  209. Creadits.Parent = MainFrame
  210. Creadits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  211. Creadits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  212. Creadits.Position = UDim2.new(0.012987013, 0, 0.939209759, 0)
  213. Creadits.Size = UDim2.new(0, 200, 0, 14)
  214. Creadits.Font = Enum.Font.SourceSans
  215. Creadits.Text = "Made By FazzaRBLX"
  216. Creadits.TextColor3 = Color3.new(0.333333, 1, 1)
  217. Creadits.TextSize = 14
  218. Creadits.TextWrapped = true
  219. Creadits.TextXAlignment = Enum.TextXAlignment.Left
  220.  
  221. Script.Name = "Script"
  222. Script.Parent = FazzaRBLX
  223. Script.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  224. Script.Position = UDim2.new(0.610601425, 0, 0.16293931, 0)
  225. Script.Size = UDim2.new(0, 273, 0, 340)
  226. Script.Visible = false
  227.  
  228. Sbar1.Name = "Sbar1"
  229. Sbar1.Parent = Script
  230. Sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  231. Sbar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  232. Sbar1.Size = UDim2.new(0, 273, 0, 45)
  233.  
  234. Sbar2.Name = "Sbar2"
  235. Sbar2.Parent = Script
  236. Sbar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  237. Sbar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  238. Sbar2.Position = UDim2.new(0, 0, 0.132352948, 0)
  239. Sbar2.Size = UDim2.new(0, 273, 0, 6)
  240.  
  241. Title_3.Name = "Title"
  242. Title_3.Parent = Script
  243. Title_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  244. Title_3.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  245. Title_3.Size = UDim2.new(0, 273, 0, 45)
  246. Title_3.Font = Enum.Font.SourceSansBold
  247. Title_3.Text = "SCRIPTS"
  248. Title_3.TextColor3 = Color3.new(0.333333, 1, 1)
  249. Title_3.TextScaled = true
  250. Title_3.TextSize = 14
  251. Title_3.TextWrapped = true
  252.  
  253. ExitScript.Name = "ExitScript"
  254. ExitScript.Parent = Script
  255. ExitScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  256. ExitScript.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  257. ExitScript.Position = UDim2.new(0.835164845, 0, 0, 0)
  258. ExitScript.Size = UDim2.new(0, 45, 0, 45)
  259. ExitScript.Font = Enum.Font.SourceSansBold
  260. ExitScript.Text = "X"
  261. ExitScript.TextColor3 = Color3.new(1, 0, 0)
  262. ExitScript.TextScaled = true
  263. ExitScript.TextSize = 14
  264. ExitScript.TextWrapped = true
  265. ExitScript.MouseButton1Down:connect(function()
  266. Script:Destroy()
  267. end)
  268.  
  269. SScrollingFrame.Name = "S-ScrollingFrame"
  270. SScrollingFrame.Parent = Script
  271. SScrollingFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  272. SScrollingFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  273. SScrollingFrame.Position = UDim2.new(0, 0, 0.150000006, 0)
  274. SScrollingFrame.Size = UDim2.new(0, 273, 0, 287)
  275.  
  276. AllGuns.Name = "AllGuns"
  277. AllGuns.Parent = Script
  278. AllGuns.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  279. AllGuns.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  280. AllGuns.Position = UDim2.new(0.102564111, 0, 0.211764708, 0)
  281. AllGuns.Size = UDim2.new(0, 200, 0, 50)
  282. AllGuns.Font = Enum.Font.SourceSansBold
  283. AllGuns.Text = "All Guns Prison Life"
  284. AllGuns.TextColor3 = Color3.new(0.333333, 1, 1)
  285. AllGuns.TextScaled = true
  286. AllGuns.TextSize = 14
  287. AllGuns.TextWrapped = true
  288. AllGuns.MouseButton1Down:connect(function()
  289. for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
  290.  
  291. lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  292. print(lol)
  293. end
  294. end)
  295.  
  296. Walk.Name = "Walk"
  297. Walk.Parent = Script
  298. Walk.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  299. Walk.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  300. Walk.Position = UDim2.new(0.102564104, 0, 0.45588237, 0)
  301. Walk.Size = UDim2.new(0, 200, 0, 50)
  302. Walk.Font = Enum.Font.SourceSansBold
  303. Walk.Text = "WalkSpeed"
  304. Walk.TextColor3 = Color3.new(0.333333, 1, 1)
  305. Walk.TextScaled = true
  306. Walk.TextSize = 14
  307. Walk.TextWrapped = true
  308. Walk.MouseButton1Down:connect(function()
  309. game.Workspace.YOURNAME.Humanoid.WalkSpeed = 100
  310. end)
  311.  
  312. Jump.Name = "Jump"
  313. Jump.Parent = Script
  314. Jump.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  315. Jump.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  316. Jump.Position = UDim2.new(0.102564104, 0, 0.708823502, 0)
  317. Jump.Size = UDim2.new(0, 200, 0, 50)
  318. Jump.Font = Enum.Font.SourceSansBold
  319. Jump.Text = "JumpPower"
  320. Jump.TextColor3 = Color3.new(0.333333, 1, 1)
  321. Jump.TextScaled = true
  322. Jump.TextSize = 14
  323. Jump.TextWrapped = true
  324. Jump.MouseButton1Down:connect(function()
  325. game.Workspace.YOURNAME.Humanoid.JumpPower = 100
  326. end)
  327.  
  328. Money.Name = "Money"
  329. Money.Parent = FazzaRBLX
  330. Money.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  331. Money.Position = UDim2.new(0.331294596, 0, 0.134185314, 0)
  332. Money.Size = UDim2.new(0, 330, 0, 342)
  333. Money.Visible = false
  334.  
  335. MonBar1.Name = "MonBar1"
  336. MonBar1.Parent = Money
  337. MonBar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  338. MonBar1.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  339. MonBar1.Size = UDim2.new(0, 330, 0, 40)
  340.  
  341. Monbar2.Name = "Monbar2"
  342. Monbar2.Parent = Money
  343. Monbar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  344. Monbar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  345. Monbar2.Position = UDim2.new(0, 0, 0.116959065, 0)
  346. Monbar2.Size = UDim2.new(0, 330, 0, 7)
  347.  
  348. Title_4.Name = "Title"
  349. Title_4.Parent = Money
  350. Title_4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  351. Title_4.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  352. Title_4.Size = UDim2.new(0, 330, 0, 40)
  353. Title_4.Font = Enum.Font.SourceSansBold
  354. Title_4.Text = "MONEY"
  355. Title_4.TextColor3 = Color3.new(1, 0, 0)
  356. Title_4.TextScaled = true
  357. Title_4.TextSize = 14
  358. Title_4.TextWrapped = true
  359.  
  360. MonScorFrame.Name = "MonScorFrame"
  361. MonScorFrame.Parent = Money
  362. MonScorFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  363. MonScorFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  364. MonScorFrame.Position = UDim2.new(-2.98023224e-08, 0, 0.137426898, 0)
  365. MonScorFrame.Size = UDim2.new(0, 330, 0, 295)
  366.  
  367. MonRo.Name = "Mon-Ro"
  368. MonRo.Parent = Money
  369. MonRo.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  370. MonRo.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  371. MonRo.Position = UDim2.new(0.196969748, 0, 0.251461953, 0)
  372. MonRo.Size = UDim2.new(0, 200, 0, 50)
  373. MonRo.Font = Enum.Font.SourceSansBold
  374. MonRo.Text = "MONEY Ro-Citizens"
  375. MonRo.TextColor3 = Color3.new(1, 0, 0)
  376. MonRo.TextScaled = true
  377. MonRo.TextSize = 14
  378. MonRo.TextWrapped = true
  379. MonRo.MouseButton1Down:connect(function()
  380. getglobal game
  381. getfield -1 Players
  382. getfield -1 LocalPlayer
  383. getfield -1 ChangeMoney
  384. getfield -1 Fire
  385. pushvalue -2
  386. pushnumber 2000000000 --- How much money you want
  387. pcall 2 1 0
  388. end)
  389.  
  390. Creadits_2.Name = "Creadits"
  391. Creadits_2.Parent = Money
  392. Creadits_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  393. Creadits_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  394. Creadits_2.Position = UDim2.new(0, 0, 0.956140339, 0)
  395. Creadits_2.Size = UDim2.new(0, 200, 0, 15)
  396. Creadits_2.Font = Enum.Font.SourceSansBold
  397. Creadits_2.Text = "Made By Fathir RBLX"
  398. Creadits_2.TextColor3 = Color3.new(1, 0, 0)
  399. Creadits_2.TextScaled = true
  400. Creadits_2.TextSize = 14
  401. Creadits_2.TextWrapped = true
  402.  
  403. ExMon.Name = "Ex-Mon"
  404. ExMon.Parent = Money
  405. ExMon.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  406. ExMon.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  407. ExMon.Position = UDim2.new(0.803030312, 0, 0, 0)
  408. ExMon.Size = UDim2.new(0, 65, 0, 40)
  409. ExMon.Font = Enum.Font.SourceSans
  410. ExMon.Text = "X"
  411. ExMon.TextColor3 = Color3.new(1, 0, 0)
  412. ExMon.TextScaled = true
  413. ExMon.TextSize = 14
  414. ExMon.TextWrapped = true
  415. TextButton.MouseButton1Down:connect(function()
  416. Money:Destroy()
  417. end)
Add Comment
Please, Sign In to add comment