ScriptyPastes

Island 2

Jul 8th, 2019
4,762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. local BaseScript = Instance.new("ScreenGui", game.CoreGui)
  2.  
  3. BaseScript.Name = "BaseScript"
  4. local LightingCheats = Instance.new("Frame", BaseScript)
  5.  
  6. LightingCheats.Name = "LightingCheats"
  7. LightingCheats.BackgroundColor3 = Color3.new(0.266667, 0.27451, 0.329412)
  8. LightingCheats.BackgroundTransparency = 0.10000000149012
  9. LightingCheats.Position = UDim2.new(0.0990990996, 0, 0.0349161997, 0)
  10. LightingCheats.Size = UDim2.new(0, 190, 0, 293)
  11. LightingCheats.Active = true
  12. LightingCheats.Draggable = true
  13. local ESP = Instance.new("TextButton", LightingCheats)
  14.  
  15. ESP.Name = "ESP"
  16. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  17. ESP.BackgroundTransparency = 1
  18. ESP.Position = UDim2.new(0, 0, 0.255972713, 0)
  19. ESP.Size = UDim2.new(0, 190, 0, 40)
  20. ESP.Font = Enum.Font.SourceSansLight
  21. ESP.Text = "Player ESP"
  22. ESP.TextColor3 = Color3.new(1, 1, 1)
  23. ESP.TextScaled = true
  24. ESP.TextSize = 14
  25. ESP.TextWrapped = true
  26. local InfStat = Instance.new("TextButton", LightingCheats)
  27.  
  28. InfStat.Name = "IS"
  29. InfStat.BackgroundColor3 = Color3.new(1, 1, 1)
  30. InfStat.BackgroundTransparency = 1
  31. InfStat.Position = UDim2.new(0, 0, 0.395972713, 0)
  32. InfStat.Size = UDim2.new(0, 190, 0, 40)
  33. InfStat.Font = Enum.Font.SourceSansLight
  34. InfStat.Text = "Inf Stats"
  35. InfStat.TextColor3 = Color3.new(1, 1, 1)
  36. InfStat.TextScaled = true
  37. InfStat.TextSize = 14
  38. InfStat.TextWrapped = true
  39. local EESP = Instance.new("TextButton", LightingCheats)
  40.  
  41. EESP.Name = "Enemyesp"
  42. EESP.BackgroundColor3 = Color3.new(1, 1, 1)
  43. EESP.BackgroundTransparency = 1
  44. EESP.Position = UDim2.new(0, 0, 0.525972713, 0)
  45. EESP.Size = UDim2.new(0, 190, 0, 40)
  46. EESP.Font = Enum.Font.SourceSansLight
  47. EESP.Text = "Enemy ESP"
  48. EESP.TextColor3 = Color3.new(1, 1, 1)
  49. EESP.TextScaled = true
  50. EESP.TextSize = 14
  51. EESP.TextWrapped = true
  52. local Name = Instance.new("TextLabel", LightingCheats)
  53.  
  54. Name.Name = "Name"
  55. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Name.BackgroundTransparency = 1
  57. Name.BorderSizePixel = 0
  58. Name.Size = UDim2.new(0, 190, 0, 50)
  59. Name.Font = Enum.Font.SourceSansLight
  60. Name.Text = "Island_boii"
  61. Name.TextColor3 = Color3.new(1, 1, 1)
  62. Name.TextScaled = true
  63. Name.TextSize = 14
  64. Name.TextWrapped = true
  65.  
  66. function PESPLoop()
  67. game:GetService('RunService').RenderStepped:connect(function()
  68. for i,v in next, game:GetService('Players'):GetPlayers() do
  69. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  70. pcall(function()
  71. local A = Instance.new("BillboardGui")
  72. local B = Instance.new("Frame", A)
  73. A.Parent = v.Character.Head
  74. A.Adornee = v.Character.Head
  75. A.ExtentsOffset = Vector3.new(0, 1, 0)
  76. A.AlwaysOnTop = true
  77. A.Size = UDim2.new(0, 5, 0, 5)
  78. A.StudsOffset = Vector3.new(0, 3, 0)
  79. B.ZIndex = 10
  80. B.BackgroundTransparency = 0.5
  81. B.Size = UDim2.new(2, 0, 2, 0)
  82. B.BackgroundColor3 = Color3.new(0,1,0)
  83. wait(1)
  84. B:Destroy()
  85. A:Destroy()
  86. end)
  87. end
  88. end
  89. end)
  90. end
  91.  
  92. function EESPLoop()
  93. while wait() do
  94. for i,v in pairs(game.Workspace.NPCs:GetChildren()) do
  95. pcall(function()
  96. local A = Instance.new("BillboardGui")
  97. local B = Instance.new("Frame", A)
  98. A.Parent = v.Head
  99. A.Adornee = v.Head
  100. A.ExtentsOffset = Vector3.new(0, 1, 0)
  101. A.AlwaysOnTop = true
  102. A.Size = UDim2.new(0, 5, 0, 5)
  103. A.StudsOffset = Vector3.new(0, 3, 0)
  104. B.ZIndex = 10
  105. B.BackgroundTransparency = 0.5
  106. B.Size = UDim2.new(2, 0, 2, 0)
  107. B.BackgroundColor3 = Color3.new(1,0,0)
  108. wait(1)
  109. B:Destroy()
  110. A:Destroy()
  111. end)
  112. end
  113. end
  114. end
  115.  
  116.  
  117. ESP.MouseButton1Down:Connect(function()
  118. PESPLoop()
  119. end)
  120.  
  121. InfStat.MouseButton1Down:Connect(function()
  122. while true do
  123. game.Players.LocalPlayer.Backpack.Config.Hunger.Value = math.huge
  124. game.Players.LocalPlayer.Backpack.Config.Thirst.Value = math.huge
  125. game.Players.LocalPlayer.Backpack.Config.Stamina.Value = math.huge
  126. wait()
  127. end
  128. end)
  129.  
  130. EESP.MouseButton1Down:Connect(function()
  131. EESPLoop()
  132. end)
Advertisement
Add Comment
Please, Sign In to add comment