Advertisement
BlackHatScripter

SCRIPT Mafia - {DaHood} Best Script

Aug 4th, 2024 (edited)
651
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 1 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2. local window = PabloLib:Create(
  3. "MafiaWareV3 - {DaHood}", -- Name here.
  4. "Enabled", -- If you want draggable set here to "Enabled" if you don't want set to "Disabled".
  5. "X" -- You can put any keybind here to open close.
  6. )
  7.  
  8. --main--
  9.  
  10. local tab1 = window:CreateTab("LOCKS")
  11.  
  12. --scripts--
  13.  
  14. tab1:CreateButton("Smite", function()
  15. -- Rainbow Sun Aimlock [ Works on 90% of dahood games ]
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/TheRealXORA/Roblox-Scripts/main/Rainbow%20Sunshine%20Aimlock.lua", true))()
  17. end)
  18.  
  19. tab1:CreateButton("Nyula", function()
  20. loadstring(game:HttpGet("https://nyulachan.github.io/nyula/Nyula/nyula", true))()
  21. end)
  22.  
  23. tab1:CreateButton("Astral", function()
  24. loadstring(game:HttpGet("https://rentry.co/s7dbgz3o/raw", true))()
  25. end)
  26.  
  27. tab1:CreateButton("Ruby", function()
  28. loadstring(game:HttpGet("https://rentry.co/pvktggon/raw", true))()
  29. end)
  30.  
  31. tab1:CreateButton("AuraX", function()
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/k0nkx/Aura-x-skid-ez-remake-by-k0nkx/main/Sigma", true))()
  33. end)
  34.  
  35. tab1:CreateButton("Faith", function()
  36. loadstring(game:HttpGet("https://github.com/l0ckerV5/Roblox-Scripts/raw/main/Lua-Obfuscated/Anti-Tamper/Max-Security/Anti-Deobfuscate/Lua+-Protected/Exploits/Faith.lua", true))()
  37. end)
  38.  
  39. tab1:CreateButton("Reborn", function()
  40. loadstring(game:HttpGet("https://pastebin.com/raw/iNd3xTPv", true))()
  41. end)
  42.  
  43. tab1:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  44.  
  45. tab1:CreateInfo("This Tab Contains Locks For DaHood")
  46.  
  47. tab1:CreateWarning("Any Script That Is In This Tab Or Others Aren't Made By Me, Their Credit Goes To Their Respected Owners")
  48.  
  49. --main--
  50.  
  51. local tab2 = window:CreateTab("CAMLOCKS")
  52.  
  53. --scripts--
  54.  
  55. tab2:CreateButton("HellBound", function()
  56. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hellbound-alt/Hellbound-camlock-op/main/Op", true))()
  57. end)
  58.  
  59. tab2:CreateButton("Ray", function()
  60. loadstring(game:HttpGet("https://raw.githubusercontent.com/rayv1x/x/main/compyay", true))()
  61. end)
  62.  
  63. tab2:CreateButton("Pluton", function()
  64. getgenv().Camlock_Settings = {
  65. Prediction = 0.159,
  66. }
  67.  
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/Ianasmite/Pogisimark/main/Pluton.cc%20file", true))()
  69. end)
  70.  
  71. tab2:CreateButton("BallWare", function()
  72. loadstring(game:HttpGet("https://raw.githubusercontent.com/DHBCommunity/DHBOfficialScript/main/BallwareV3", true))()
  73. end)
  74.  
  75. tab2:CreateButton("Voke", function()
  76. loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/Voke.lua", true))()
  77. end)
  78.  
  79. tab2:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  80.  
  81. tab2:CreateInfo("This Tab Contains CamLocks For DaHood")
  82.  
  83. tab2:CreateWarning("Any Script That Is In This Tab Or Others Aren't Made By Me, Their Credit Goes To Their Respected Owners")
  84.  
  85. --main--
  86.  
  87. local tab3 = window:CreateTab("SILENT AIM")
  88.  
  89. --scripts--
  90.  
  91. tab3:CreateButton("Red", function()
  92. loadstring(game:HttpGet('https://pastebin.com/raw/rywnAqw4', true))()
  93. end)
  94.  
  95. tab3:CreateButton("Rainbow", function()
  96. loadstring(game:HttpGet('https://paste.gg/p/anonymous/4b56bb9324f34913b540b904f247f69c/files/81d526db9fc44305a52f12bc39536621/raw', true))()
  97. end)
  98.  
  99. tab3:CreateButton("RGB", function()
  100. getgenv().Silent = {
  101. Settings = {
  102. Enabled = true,
  103. AimPart = "HumanoidRootPart",
  104. Prediction = 0.143,
  105. WallCheck = true,
  106. Visualize = true,
  107. AutoPrediction = true,
  108. },
  109. FOV = {
  110. Enabled = true,
  111. Size = 40,
  112. Filled = false,
  113. Thickness = 1.5,
  114. Transparency = 1,
  115. Color = Color3.fromRGB(0, 0, 0),
  116. },
  117. }
  118.  
  119. local function rainbowColor(hue)
  120. return Color3.fromHSV(hue, 1, 1)
  121. end
  122.  
  123. spawn(function()
  124. local hue = 0
  125. while true do
  126. hue = hue + 0.01
  127. if hue >= 1 then
  128. hue = 0
  129. end
  130. getgenv().Silent.FOV.Color = rainbowColor(hue)
  131. wait(0.1)
  132. end
  133. end)
  134.  
  135. loadstring(game:HttpGet("https://rentry.co/vsbyon63/raw", true))()
  136. end)
  137.  
  138. tab3:CreateButton("RyzzChips", function()
  139. loadstring(game:HttpGet("https://raw.githubusercontent.com/Ryzzchips/SubtoRyzzchips/main/Ryzzchips%20Silent%20aim.", true))()
  140. end)
  141.  
  142. tab3:CreateButton("Grim", function()
  143. loadstring(game:HttpGet("https://raw.githubusercontent.com/sdfesdfsedf/srgtergasdfs/main/opo", true))()
  144. end)
  145.  
  146. tab3:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  147.  
  148. tab3:CreateInfo("This Tab Contains SilentAim For DaHood")
  149.  
  150. tab3:CreateWarning("Any Script That Is In This Tab Or Others Aren't Made By Me, Their Credit Goes To Their Respected Owners")
  151.  
  152. --main--
  153.  
  154. local tab4 = window:CreateTab("GUIS")
  155.  
  156. --scripts--
  157.  
  158. tab4:CreateButton("NukerMode", function()
  159. loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo1/Nukermode/main/Nukerscript", true))()
  160. end)
  161.  
  162. tab4:CreateButton("SwagMode", function()
  163. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002', true))()
  164. end)
  165.  
  166. tab4:CreateButton("Faded", function()
  167. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  168. end)
  169.  
  170. tab4:CreateButton("Polakya", function()
  171. loadstring(game:HttpGet("https://raw.githubusercontent.com/pixelheadx/Polakya/main/Bestscript.md", true))()
  172. end)
  173.  
  174. tab4:CreateButton("TBO", function()
  175. loadstring(game:HttpGet('https://raw.githubusercontent.com/cool5013/TBO/main/TBOscript', true))()
  176. end)
  177.  
  178. tab4:CreateButton("AzureModded", function()
  179. loadstring(game:HttpGet("https://raw.githubusercontent.com/Actyrn/Scripts/main/AzureModded", true))()
  180. end)
  181.  
  182. tab4:CreateButton("Blazed", function()
  183. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/7d354afc3102a5afa7a02c84536df20a.lua", true))()
  184. end)
  185.  
  186. tab4:CreateButton("Agent", function()
  187. loadstring(game:HttpGet("https://raw.githubusercontent.com/mrhackerman35297/AgentCC/main/Launch.lua", true))()
  188. end)
  189.  
  190. tab4:CreateButton("BalliV6", function()
  191. loadstring(game:HttpGet("https://raw.githubusercontent.com/DHBCommunity/DHBOfficialScript/main/DHHScript", true))()
  192. end)
  193.  
  194. tab4:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  195.  
  196. tab4:CreateInfo("This Tab Contains Guis For DaHood")
  197.  
  198. tab4:CreateWarning("Any Script That Is In This Tab Or Others Aren't Made By Me, Their Credit Goes To Their Respected Owners")
  199.  
  200. --main--
  201.  
  202. local tab5 = window:CreateTab("LEAKED")
  203.  
  204. --scripts--
  205.  
  206. tab5:CreateButton("FrostByte", function()
  207. loadstring(game:HttpGet("https://raw.githubusercontent.com/Totocoems/Frostbyte-leaked/main/Frostbyte%20leaked", true))()
  208. end)
  209.  
  210. tab5:CreateButton("BlazedSource", function()
  211. loadstring(game:HttpGet("https://raw.githubusercontent.com/YoungMetrosz/BLAZED-LEAKED-SOURCE-CODE-/main/BLAZED%20LEAKED", true))()
  212. end)
  213.  
  214. tab5:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  215.  
  216. tab5:CreateInfo("This Tab Contains Leaked Scripts For DaHood")
  217.  
  218. tab5:CreateWarning("Any Script That Is In This Tab Or Others Aren't Made By Me, Their Credit Goes To Their Respected Owners")
  219.  
  220. --main--
  221.  
  222. local tab6 = window:CreateTab("EXTRA")
  223.  
  224. --scripts--
  225.  
  226. tab6:CreateButton("ComingSoon", function()
  227. print("Hello World")
  228. end)
  229.  
  230. tab6:CreateLabel("MafiaWare Is Created By - @not_crimsxn")
  231.  
  232. tab6:CreateInfo("More Scripts Coming Soon, Thank You For Using Our Script")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement