Advertisement
karobloxYT

scripts phá

Apr 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local mo = Instance.new("Frame")
  5. local open = Instance.new("TextButton")
  6. local banghack = Instance.new("Frame")
  7. local by = Instance.new("TextLabel")
  8. local viewdfhaki = Instance.new("TextButton")
  9. local hackdf = Instance.new("TextButton")
  10. local X = Instance.new("TextButton")
  11. local sublike = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. mo.Name = "mo"
  19. mo.Parent = ScreenGui
  20. mo.BackgroundColor3 = Color3.new(1, 1, 1)
  21. mo.Position = UDim2.new(0.0149960537, 0, 0.735363007, 0)
  22. mo.Size = UDim2.new(0, 100, 0, 67)
  23.  
  24. open.Name = "open"
  25. open.Parent = mo
  26. open.BackgroundColor3 = Color3.new(1, 0, 0)
  27. open.Position = UDim2.new(0.0700000003, 0, 0.119402982, 0)
  28. open.Size = UDim2.new(0, 86, 0, 50)
  29. open.Font = Enum.Font.SourceSans
  30. open.Text = "open"
  31. open.TextColor3 = Color3.new(0.333333, 1, 0)
  32. open.TextSize = 14
  33. open.MouseButton1Down:connect(function()
  34. mo.Visible = false
  35. banghack.Visible = true
  36. end)
  37.  
  38. banghack.Name = "bang hack"
  39. banghack.Parent = ScreenGui
  40. banghack.Active = true
  41. banghack.BackgroundColor3 = Color3.new(1, 0, 0)
  42. banghack.Position = UDim2.new(0.403314918, 0, 0.432084292, 0)
  43. banghack.Size = UDim2.new(0, 244, 0, 326)
  44. banghack.Visible = false
  45. banghack.Active = true
  46. banghack.Draggable = true
  47.  
  48. by.Name = "by"
  49. by.Parent = banghack
  50. by.Active = true
  51. by.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  52. by.Position = UDim2.new(4.47034836e-08, 0, -1.58324838e-08, 0)
  53. by.Size = UDim2.new(0, 209, 0, 50)
  54. by.Font = Enum.Font.SourceSans
  55. by.Text = "By ka roblox YT"
  56. by.TextColor3 = Color3.new(0, 0, 0)
  57. by.TextScaled = true
  58. by.TextSize = 14
  59. by.TextWrapped = true
  60.  
  61. viewdfhaki.Name = "view df haki"
  62. viewdfhaki.Parent = banghack
  63. viewdfhaki.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  64. viewdfhaki.Position = UDim2.new(0, 0, 0.230061352, 0)
  65. viewdfhaki.Size = UDim2.new(0, 244, 0, 70)
  66. viewdfhaki.Font = Enum.Font.SourceSans
  67. viewdfhaki.Text = "view df haki"
  68. viewdfhaki.TextColor3 = Color3.new(0, 0, 0)
  69. viewdfhaki.TextScaled = true
  70. viewdfhaki.TextSize = 14
  71. viewdfhaki.TextWrapped = true
  72. viewdfhaki.MouseButton1Down:connect(function()
  73. for i,v in pairs(game.Workspace:GetDescendants()) do
  74. if v.ClassName == "TouchTransmitter" and v.Parent.Name == "Handle" then
  75. local TextLabel = Instance.new("TextLabel")
  76. local BillboardGui = Instance.new("BillboardGui")
  77.  
  78. BillboardGui.Parent = v.Parent
  79. BillboardGui.AlwaysOnTop = true
  80. BillboardGui.LightInfluence = 1
  81. BillboardGui.Size = UDim2.new(0, 20, 0, 20)
  82. BillboardGui.StudsOffset = Vector3.new(0, 2, 0)
  83.  
  84. local TextLabel = Instance.new("TextLabel")
  85. TextLabel.Parent = BillboardGui
  86. print (v.Parent.Parent.Name)
  87. TextLabel.BackgroundColor3 = Color3.new (1, 0 ,0)
  88. TextLabel.BackgroundTransparency = 1
  89. TextLabel.Size = UDim2.new (5, 0, 5, 0)
  90. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  91. TextLabel.Text = v.Parent.Parent.Name
  92. TextLabel.TextScaled = true
  93.  
  94. end
  95. end
  96. end)
  97.  
  98.  
  99. hackdf.Name = "hack df"
  100. hackdf.Parent = banghack
  101. hackdf.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  102. hackdf.Position = UDim2.new(0, 0, 0.496932507, 0)
  103. hackdf.Size = UDim2.new(0, 244, 0, 70)
  104. hackdf.Font = Enum.Font.SourceSans
  105. hackdf.Text = "hack df end cheat"
  106. hackdf.TextColor3 = Color3.new(0, 0, 0)
  107. hackdf.TextScaled = true
  108. hackdf.TextSize = 14
  109. hackdf.TextWrapped = true
  110. hackdf.MouseButton1Down:connect(function()
  111. check = function(x)
  112.  
  113. for _,v in next, x:GetChildren() do
  114. if v:IsA("Tool") then
  115. if not v.Parent:FindFirstChild("Humanoid") then
  116. v.TextureId = "";
  117. v.Parent = game.Players.LocalPlayer.Backpack
  118. end
  119. end
  120. check(v)
  121. end
  122. end
  123. check(workspace)
  124. end)
  125.  
  126. X.Name = "X"
  127. X.Parent = banghack
  128. X.BackgroundColor3 = Color3.new(1, 1, 1)
  129. X.Position = UDim2.new(0.856557369, 0, 0, 0)
  130. X.Size = UDim2.new(0, 35, 0, 50)
  131. X.Font = Enum.Font.SourceSans
  132. X.Text = "X"
  133. X.TextColor3 = Color3.new(0, 0, 0)
  134. X.TextScaled = true
  135. X.TextSize = 14
  136. X.TextWrapped = true
  137. X.MouseButton1Down:connect(function()
  138. banghack.Visible = false
  139. mo.Visible = true
  140. end)
  141.  
  142. sublike.Name = "sub like"
  143. sublike.Parent = banghack
  144. sublike.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  145. sublike.Position = UDim2.new(0, 0, 0.757668674, 0)
  146. sublike.Size = UDim2.new(0, 244, 0, 70)
  147. sublike.Font = Enum.Font.SourceSans
  148. sublike.Text = "sub like"
  149. sublike.TextColor3 = Color3.new(0, 0, 0)
  150. sublike.TextScaled = true
  151. sublike.TextSize = 14
  152. sublike.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement