Advertisement
thidepzai

Leak Gui Lầu Hải Roblox(Script thuộc Về V3r éo phải của nó)

Jan 20th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local strenght = Instance.new("TextButton")
  7. local hackcheat = Instance.new("TextButton")
  8. local hackdf = Instance.new("TextButton")
  9. local hacksword = Instance.new("TextButton")
  10. local Frame_2 = Instance.new("Frame")
  11. local Frame_3 = Instance.new("Frame")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Archivable = false
  19. Frame.Parent = ScreenGui
  20. Frame.Active = true
  21. Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  22. Frame.Position = UDim2.new(0.764009476, 0, 0.282201409, 0)
  23. Frame.Selectable = true
  24. Frame.Size = UDim2.new(0, 255, 0, 321)
  25. Frame.Active = true
  26. Frame.draggable = true
  27.  
  28. TextLabel.Parent = Frame
  29. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel.Position = UDim2.new(0.0431371927, 0, 0, 0)
  31. TextLabel.Size = UDim2.new(0, 232, 0, 50)
  32. TextLabel.Font = Enum.Font.SciFi
  33. TextLabel.Text = "by lau hai roblox"
  34. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14
  37. TextLabel.TextWrapped = true
  38.  
  39. strenght.Name = "strenght"
  40. strenght.Parent = Frame
  41. strenght.BackgroundColor3 = Color3.new(1, 1, 1)
  42. strenght.Position = UDim2.new(0, 0, 0.206124842, 0)
  43. strenght.Size = UDim2.new(0, 255, 0, 50)
  44. strenght.Font = Enum.Font.SourceSans
  45. strenght.Text = "strenght"
  46. strenght.TextColor3 = Color3.new(0, 0, 0)
  47. strenght.TextSize = 14
  48. strenght.MouseButton1Down:connect(function()
  49. for i=1, 9999999999 do
  50. game:GetService("ReplicatedStorage").RemoteEvents.CombatBase:FireServer()
  51. wait()
  52. end
  53. end)
  54.  
  55. hackcheat.Name = "hack cheat"
  56. hackcheat.Parent = Frame
  57. hackcheat.BackgroundColor3 = Color3.new(1, 1, 1)
  58. hackcheat.Position = UDim2.new(0, 0, 0.598693192, 0)
  59. hackcheat.Size = UDim2.new(0, 255, 0, 50)
  60. hackcheat.Font = Enum.Font.SourceSans
  61. hackcheat.Text = "hack cheat"
  62. hackcheat.TextColor3 = Color3.new(0, 0, 0)
  63. hackcheat.TextSize = 14
  64. hackcheat.MouseButton1Down:connect(function()
  65. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  66. char.CFrame = CFrame.new(-816.71, 58.34, -1376.71) --Starter Island
  67. wait(3)
  68. char.CFrame = CFrame.new(-1075.54, 61.34, -1276.57) --Starter Island
  69. wait(3)
  70. char.CFrame = CFrame.new(-872.85, 58.1, -1261.15) --Starter Island
  71. wait(3)
  72. char.CFrame = CFrame.new(-844.9, 64.34, -832.98) --Starter Island
  73. wait(3)
  74. char.CFrame = CFrame.new(-257.83, 49.98, -1309.46) --anti-kick TP
  75. wait(1)
  76. char.CFrame = CFrame.new(681.88, 60.63, -1975.46) --anti-kick TP
  77. wait(1)
  78. char.CFrame = CFrame.new(968.57, 61.08, -2198.48) -- Rokushiki Island
  79. wait(3)
  80. char.CFrame = CFrame.new(512.47, 49.97, -2387.72) --anti-kick TP
  81. wait(1)
  82. char.CFrame = CFrame.new(-189.26, 49.98, -2608.89) --anti-kick TP
  83. wait(1)
  84. char.CFrame = CFrame.new(-981.05, 158.72, -3274.43) --Ice Island
  85. wait(3)
  86. char.CFrame = CFrame.new(-1056.81, 56.11, -3629.92) --Ice Island
  87. wait(3)
  88. char.CFrame = CFrame.new(-801.56, 58.40, -3411.11) -- Ice Island
  89. wait(3)
  90. char.CFrame = CFrame.new(-1189.47, 65.88, 1083.4) -- Monkey Island
  91. wait(3)
  92. char.CFrame = CFrame.new(-1062.57, 60.61, 876.92) -- Monkey Island
  93. wait(3)
  94. char.CFrame = CFrame.new(719.75, 61.43, 126.51) -- Desert Island
  95. wait(3)
  96. char.CFrame = CFrame.new(826.29, 59.09, -281.47) -- Desert Island
  97. wait(3)
  98. char.CFrame = CFrame.new(1156.41, 56.69, 429.15) -- Desert Island
  99. wait(3)
  100. char.CFrame = CFrame.new(1337.64, 152.93, 93.26) -- Desert Island
  101. wait(3)
  102. char.CFrame = CFrame.new(-2601.81, 118.23, -1981.24) -- Ussop Island
  103. wait(3)
  104. char.CFrame = CFrame.new(-2648.04, 58.83, -1921.86) -- Ussop Island
  105. wait(3)
  106. char.CFrame = CFrame.new(-2405.44, 79.82, -1917.09) -- ussop Island
  107. wait(3)
  108.  
  109. end)
  110.  
  111.  
  112. hackdf.Name = "hack df"
  113. hackdf.Parent = Frame
  114. hackdf.BackgroundColor3 = Color3.new(1, 1, 1)
  115. hackdf.Position = UDim2.new(0, 0, 0.398798853, 0)
  116. hackdf.Size = UDim2.new(0, 255, 0, 50)
  117. hackdf.Font = Enum.Font.SourceSans
  118. hackdf.Text = "hack df"
  119. hackdf.TextColor3 = Color3.new(0, 0, 0)
  120. hackdf.TextSize = 14
  121. hackdf.MouseButton1Down:connect(function()
  122. check = function(x)
  123.  
  124. for _,v in next, x:GetChildren() do
  125. if v:IsA("Tool") then
  126. if not v.Parent:FindFirstChild("Humanoid") then
  127. v.TextureId = "";
  128. v.Parent = game.Players.LocalPlayer.Backpack
  129. end
  130. end
  131. check(v)
  132. end
  133. end
  134. check(workspace)
  135. end)
  136.  
  137. hacksword.Name = "hack sword"
  138. hacksword.Parent = Frame
  139. hacksword.BackgroundColor3 = Color3.new(1, 1, 1)
  140. hacksword.Position = UDim2.new(0, 0, 0.822947085, 0)
  141. hacksword.Size = UDim2.new(0, 255, 0, 50)
  142. hacksword.Font = Enum.Font.SourceSans
  143. hacksword.Text = "hack sword"
  144. hacksword.TextColor3 = Color3.new(0, 0, 0)
  145. hacksword.TextSize = 14
  146. hacksword.MouseButton1Down:connect(function()
  147. for i=1, 9999999999 do
  148. local A_1 = game:GetService("Workspace").chubehai.Katana
  149. local Event = game:GetService("ReplicatedStorage").RemoteEvents.KatanaBase
  150. Event:FireServer(A_1)
  151. wait()
  152. end
  153. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement