NiceBBMBThai

Gui Free Icon01

Apr 10th, 2021 (edited)
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. local VLib = loadstring(game:HttpGet("https://pastebin.com/raw/Mb49kKTP"))()
  2.  
  3.  
  4. MAINTTL = "NBT HUB"
  5.  
  6. local win = VLib:Window("THREE PIECE", Color3.fromRGB(196, 40, 28))
  7.  
  8. local ss1 = win:Tab("HOW TO USE")
  9. local ss = win:Tab("MAIN")
  10. local sss = win:Tab("MISC")
  11. local cred = win:Tab("CREDITS")
  12.  
  13. ss1:Button("Destroy Gui",function()
  14. game.CoreGui["Library"]:Destroy()
  15. end)
  16.  
  17. local Npc_Table = {}
  18. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  19. if v:IsA("Model") and v:FindFirstChild("NPC") and v:FindFirstChild("AttackScript") and not table.find(Npc_Table,v.Name) then
  20. table.insert(Npc_Table,v.Name)
  21. end
  22. end
  23.  
  24. local tool_table = {}
  25. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  26. if v:IsA("Tool") then
  27. table.insert(tool_table, v.Name)
  28. end
  29. end
  30.  
  31. distance = 5
  32.  
  33.  
  34. ss1:Label("You need to have a fruit inorder to hit mobs")
  35. ss1:Label("Once you have a fruit auto equip it")
  36. ss1:Label("then Spam Skills From Misc Tab")
  37.  
  38.  
  39. ss:Dropdown("Select Tool",tool_table,function(SelectedOption)
  40. SelectedWeapon = SelectedOption
  41. end)
  42.  
  43. ss:Toggle("AutoEquip",function(t)
  44. Equip = t
  45. while wait() do
  46. if Equip then
  47. pcall(function()
  48. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  49. if v.Name == SelectedWeapon then
  50. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  51. end
  52. end
  53. end)
  54. end
  55. end
  56. end)
  57.  
  58. ss:Dropdown("Mobs To Farm",Npc_Table,function(t)
  59. mobs = t
  60. end)
  61.  
  62. ss:Toggle("Autofarm Start",function(t)
  63. autofarm = t
  64. game:GetService("RunService").Stepped:Connect(function()
  65. if autofarm then
  66. pcall(function()
  67. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  68. end)
  69. end
  70. end)
  71. while autofarm do wait()
  72. pcall(
  73. function()
  74. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  75. if v.Name == mobs and v:FindFirstChild("HumanoidRootPart")and v:FindFirstChild("Humanoid") then
  76. wait(.7)
  77. repeat
  78. wait()
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0,distance,0),v.HumanoidRootPart.Position)
  80. until v.Humanoid.Health <= 0 or autofarm == false
  81. end
  82. end
  83. end
  84. )
  85. end
  86.  
  87. end)
  88.  
  89. ss:Slider("Distance",-9,10,3,function(t)
  90. distance = t
  91. end)
  92.  
  93. ss:Toggle("AutoFarm Fruits",function(t)
  94. fruits = t
  95. while fruits do wait()
  96. pcall(function()
  97. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  98. if v:IsA("Tool") and v:FindFirstChild("EatScript") then
  99. firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Handle.TouchInterest.Parent, 0)
  100. end
  101. end
  102. end)
  103. end
  104. end)
  105.  
  106.  
  107. sss:Toggle("Spam C Skill",function(t)
  108. skillsC = t
  109. while skillsC do wait()
  110. pcall(function()
  111. local LP = game:GetService("Players").LocalPlayer
  112. local VIM = game:GetService("VirtualInputManager")
  113. VIM:SendKeyEvent(true, Enum.KeyCode.C, false, game)
  114. end)
  115. end
  116. end)
  117.  
  118. sss:Toggle("Spam X Skill",function(t)
  119. skillsX = t
  120. while skillsX do wait()
  121. pcall(function()
  122. local LP = game:GetService("Players").LocalPlayer
  123. local VIM = game:GetService("VirtualInputManager")
  124. VIM:SendKeyEvent(true, Enum.KeyCode.X, false, game)
  125. end)
  126. end
  127. end)
  128.  
  129. sss:Toggle("Spam V Skill",function(t)
  130. skillsV = t
  131. pcall(function()
  132. while skillsV do wait()
  133. local LP = game:GetService("Players").LocalPlayer
  134. local VIM = game:GetService("VirtualInputManager")
  135. VIM:SendKeyEvent(true, Enum.KeyCode.V, false, game)
  136. end
  137. end)
  138. end)
  139.  
  140. sss:Toggle("Spam E Skill",function(t)
  141. skills = t
  142. while skills do wait()
  143. pcall(function()
  144. local LP = game:GetService("Players").LocalPlayer
  145. local VIM = game:GetService("VirtualInputManager")
  146. VIM:SendKeyEvent(true, Enum.KeyCode.E, false, game)
  147. end)
  148. end
  149. end)
  150.  
  151. sss:Toggle("Spam Z Skill",function(t)
  152. skillsZ = t
  153. while skillsZ do wait()
  154. pcall(function()
  155. local LP = game:GetService("Players").LocalPlayer
  156. local VIM = game:GetService("VirtualInputManager")
  157. VIM:SendKeyEvent(true, Enum.KeyCode.Z, false, game)
  158. end)
  159. end
  160. end)
  161.  
  162. cred:Button("Copy Discord Server",function()
  163. setclipboard("https://discord.gg/4KqkXRDdGE")
  164. end)
  165.  
  166. cred:Label("MADE BY ⓃⒷⓉNiceBBMB#5242")
Add Comment
Please, Sign In to add comment