LuongLoiNhoi

Hack Full 2

Nov 8th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. --made by Blorzey on v3rm, the auto farm wasnt made by Blorzey but by Brianops1, however it was patched, and Blorzey unpatched (btw im blorzey idk y am speaking in 3rd person)
  2.  
  3.  
  4.  
  5. local Run = game:GetService("RunService")
  6. local CoreGui = game:GetService("CoreGui")
  7. local Teams = game:GetService("Teams")
  8. local UserInput = game:GetService("UserInputService")
  9. local Workspace = game:GetService("Workspace")
  10. local CoreGui = game:GetService("CoreGui")
  11. local Players = game:GetService("Players")
  12. local plr = game.Players.LocalPlayer
  13. local mouse = plr:GetMouse()
  14.  
  15.  
  16.  
  17.  
  18. local gang = Instance.new("ScreenGui")
  19. local esketit = Instance.new("Frame")
  20. local Sellers = Instance.new("TextButton")
  21. local AutoFarm = Instance.new("TextButton")
  22. local Chest = Instance.new("TextButton")
  23. local Luffy = Instance.new("TextButton")
  24. local Credit = Instance.new("TextLabel")
  25. local lmaoo = Instance.new("TextLabel")
  26. local info = Instance.new("TextLabel")
  27.  
  28.  
  29. gang.Name = "gang"
  30. gang.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. esketit.Name = "SteveFrame"
  33. esketit.Parent = gang
  34. esketit.Active = true
  35. esketit.BackgroundColor3 = Color3.new(0,0,0)
  36. esketit.BackgroundTransparency = 0.3
  37. esketit.Position = UDim2.new(0.121, 0,0.036, 0)
  38. esketit.Selectable = true
  39. esketit.Size = UDim2.new(0, 219,0, 422)
  40.  
  41. Sellers.Name = "TpSellers"
  42. Sellers.Parent = esketit
  43. Sellers.BackgroundColor3 = Color3.new(255, 255, 0)
  44. Sellers.BackgroundTransparency = 0
  45. Sellers.BorderColor3 = Color3.new(255, 255, 255)
  46. Sellers.BorderSizePixel = 3
  47. Sellers.Position = UDim2.new(0.045, 0,0.454, 0)
  48. Sellers.Size = UDim2.new(0, 200,0, 50)
  49. Sellers.Font = Enum.Font.SourceSans
  50. Sellers.Text = "Teleport Sellers smh"
  51. Sellers.TextColor3 = Color3.new(0, 0, 255)
  52. Sellers.TextSize = 14
  53.  
  54. AutoFarm.Name = "AutoFarm"
  55. AutoFarm.Parent = esketit
  56. AutoFarm.BackgroundColor3 = Color3.new(255, 255, 0)
  57. AutoFarm.BackgroundTransparency = 0
  58. AutoFarm.BorderColor3 = Color3.new(255, 255, 255)
  59. AutoFarm.BorderSizePixel = 3
  60. AutoFarm.Position = UDim2.new(0.045, 0,0.307, 0)
  61. AutoFarm.Size = UDim2.new(0, 200,0, 50)
  62. AutoFarm.Font = Enum.Font.SourceSans
  63. AutoFarm.Text = "Auto Farm headahh"
  64. AutoFarm.TextColor3 = Color3.new(0, 0, 255)
  65. AutoFarm.TextSize = 20
  66.  
  67.  
  68.  
  69. Credit.Name = "Credit"
  70. Credit.Parent = esketit
  71. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Credit.BackgroundTransparency = 1
  73. Credit.Position = UDim2.new(0.037, 0,0.88, 0)
  74. Credit.Size = UDim2.new(0, 203,0, 43)
  75. Credit.Font = Enum.Font.SourceSans
  76. Credit.Text = "By: Blorzey(v3rm)"
  77. Credit.TextColor3 = Color3.new(255, 255, 255)
  78. Credit.TextStrokeColor3 = Color3.new(0, 0, 0)
  79. Credit.TextStrokeTransparency = 0
  80. Credit.TextScaled = true
  81.  
  82.  
  83. info.Name = "info"
  84. info.Parent = esketit
  85. info.BackgroundColor3 = Color3.new(1, 1, 1)
  86. info.BackgroundTransparency = 1
  87. info.Position = UDim2.new(1.06, 0,-0.001, 0)
  88. info.Size = UDim2.new(0, 256,0, 254)
  89. info.Font = Enum.Font.SourceSans
  90. info.Text = "Press the chest button twice, then u will see a boat-like figure near u, if there are white tiny blocks, do not touch them, touch at least 1 brown figure then they will disappear. The Autofarm isnt respawnable, this is due to the recent roblox update, whenever u kill all the npcs, press it again, do not go afk while doing this, it will crash ur ram since it goes up to 2k memory very fast The sellers arent broken, however dont click the button twice or u will crash."
  91. info.TextColor3 = Color3.new(255, 255, 255)
  92. info.TextStrokeColor3 = Color3.new(0, 0, 0)
  93. info.TextStrokeTransparency = 0
  94. info.TextScaled = true
  95.  
  96. lmaoo.Name = "Title"
  97. lmaoo.Parent = esketit
  98. lmaoo.BackgroundColor3 = Color3.new(1, 1, 1)
  99. lmaoo.Position = UDim2.new(0.037, 0,0.686, 0)
  100. lmaoo.BackgroundTransparency = 1
  101. lmaoo.Size = UDim2.new(0, 203,0, 43)
  102. lmaoo.Font = Enum.Font.SourceSans
  103. lmaoo.Text = "STCPFS GUI (steve cant patch for sheat)"
  104. lmaoo.TextColor3 = Color3.new(255, 255, 0)
  105. lmaoo.TextScaled = true
  106. lmaoo.TextStrokeTransparency = 0.89999997615814
  107.  
  108. Chest.Name = "Tp2ndMap"
  109. Chest.Parent = esketit
  110. Chest.BackgroundColor3 = Color3.new(255, 255, 0)
  111. Chest.BackgroundTransparency = 0
  112. Chest.BorderColor3 = Color3.new(255, 255, 255)
  113. Chest.BorderSizePixel = 3
  114. Chest.Position = UDim2.new(0.05, 0,0.156, 0)
  115. Chest.Size = UDim2.new(0, 200,0, 50)
  116. Chest.Font = Enum.Font.SourceSans
  117. Chest.Text = "Chest teleport ayy"
  118. Chest.TextColor3 = Color3.new(0, 0, 255)
  119. Chest.TextSize = 14
  120.  
  121.  
  122. Luffy.Name = "Luffy"
  123. Luffy.Parent = esketit
  124. Luffy.BackgroundColor3 = Color3.new(255, 255, 0)
  125. Luffy.BackgroundTransparency = 0
  126. Luffy.BorderColor3 = Color3.new(255, 255, 255)
  127. Luffy.BorderSizePixel = 3
  128. Luffy.Position = UDim2.new(0.05, 0,0.014, 0)
  129. Luffy.Size = UDim2.new(0, 200,0, 50)
  130. Luffy.Font = Enum.Font.SourceSans
  131. Luffy.Text = "Teleport only luffy since hes mega gay"
  132. Luffy.TextColor3 = Color3.new(0, 0, 255)
  133. Luffy.TextSize = 14
  134.  
  135.  
  136. esketit.Draggable = true
  137.  
  138. local features = {
  139. TeleportSellers = false,
  140. Auto = false,
  141. tChest = false,
  142.  
  143. }
  144.  
  145. Sellers.MouseButton1Click:connect(function()
  146. features.TeleportSellers = true
  147. for i,v in pairs(game.Workspace:GetChildren()) do
  148. for i,v in pairs(v:GetChildren()) do
  149. for i,v in pairs(v:GetChildren()) do
  150. for a,b in pairs(v:GetChildren()) do
  151. if b.Name == "ClickDetector" then
  152.  
  153. b.Parent.Parent.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)
  154. game:GetService('RunService').Stepped:wait()
  155.  
  156.  
  157. b.Parent.Parent:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  158. end
  159. end
  160. end
  161. end
  162. end
  163. end)
  164.  
  165. AutoFarm.MouseButton1Click:connect(function()
  166. features.Auto = true
  167. _G.on = 1
  168. plr = game.Players.LocalPlayer
  169. while _G.on == 1 do
  170. for i,v in pairs(game.Workspace:GetChildren()) do
  171. for i,v in pairs(v:GetChildren()) do
  172. for a,b in pairs(v:GetChildren()) do
  173. if b.Name == "Torso" then
  174. if not b.Parent.Head.ClickDetector then
  175. if b.Parent.Parent.ClassName == "Folder" then
  176.  
  177. b.Anchored = true
  178. b.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)
  179. game:GetService('RunService').Stepped:wait()
  180.  
  181. end
  182. end
  183. end
  184. end
  185. end
  186. end
  187. end
  188. end)
  189.  
  190. Chest.MouseButton1Click:connect(function()
  191. features.tChest = true
  192. local plr = game.Players.LocalPlayer
  193. for i,v in pairs(game.Workspace:GetDescendants()) do
  194. if v.ClassName == "TouchTransmitter" then
  195. v.Parent.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(5,0,0)
  196. end
  197. end
  198. end)
  199.  
  200.  
  201. Luffy.MouseButton1Click:connect(function()
  202. features.Auto = true
  203. _G.on = 1
  204. plr = game.Players.LocalPlayer
  205. while _G.on == 1 do
  206. for i,v in pairs(game.Workspace:GetChildren()) do
  207. for i,v in pairs(v:GetChildren()) do
  208. for a,b in pairs(v:GetChildren()) do
  209. if b.Name == "Torso" then
  210. if not b.Parent.Head.ClickDetector then
  211. if b.Parent.Parent.ClassName == "Folder" then
  212. if b.Parent.Name == "Luffy(Lvl:1000)" then
  213.  
  214. b.Anchored = true
  215. b.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-2)
  216. game:GetService('RunService').Stepped:wait()
  217.  
  218. end
  219. end
  220. end
  221. end
  222. end
  223. end
  224. end
  225. end
  226. end)
Add Comment
Please, Sign In to add comment