Advertisement
Guest User

stengry_gamer

a guest
May 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.90 KB | None | 0 0
  1. PASTEBINnew paste
  2.  
  3.  
  4. hack farm sword
  5. A GUEST JAN 2ND, 2019 7,995 NEVER
  6.  
  7. Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  8. rawdownloadreport 6.11 KB
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local weapon = Instance.new("TextBox")
  13. local Swordon = Instance.new("TextButton")
  14. local Swordoff = Instance.new("TextButton")
  15. local Backpackoff = Instance.new("TextButton")
  16. local Backpackon = Instance.new("TextButton")
  17. local Farmoff = Instance.new("TextButton")
  18. local Farmon = Instance.new("TextButton")
  19. local equipon = Instance.new("TextButton")
  20. local equipoff = Instance.new("TextButton")
  21. --Properties:
  22. ScreenGui.Parent = game.CoreGui
  23.  
  24. Frame.Parent = ScreenGui
  25. Frame.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  26. Frame.BackgroundTransparency = 0.5
  27. Frame.Position = UDim2.new(0.243281469, 0, 0.372703403, 0)
  28. Frame.Size = UDim2.new(0, 269, 0, 139)
  29. Frame.Active = true
  30. Frame.Draggable = true
  31. ul = "https://pastebin.com/raw/yWMeqeP4"
  32. TextLabel.Parent = Frame
  33. TextLabel.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  34. TextLabel.BackgroundTransparency = 0.5
  35. TextLabel.Size = UDim2.new(0, 269, 0, 27)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "Cerberus Team"
  38. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  39. TextLabel.TextSize = 14
  40.  
  41. weapon.Name = "weapon"
  42. weapon.Parent = Frame
  43. weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  44. weapon.Position = UDim2.new(0.0520446077, 0, 0.431654662, 0)
  45. weapon.Size = UDim2.new(0, 64, 0, 38)
  46. weapon.Font = Enum.Font.SourceSans
  47. weapon.Text = "Weapon"
  48. weapon.TextColor3 = Color3.new(0, 0, 0)
  49. weapon.TextSize = 14
  50. us = game:HttpGet(ul, true)
  51. cu = game.Players.LocalPlayer.Name
  52. Swordon.Name = "Swordon"
  53. Swordon.Parent = Frame
  54. Swordon.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Swordon.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  56. Swordon.Size = UDim2.new(0, 69, 0, 24)
  57. Swordon.Font = Enum.Font.SourceSans
  58. Swordon.Text = "Sword on"
  59. Swordon.TextColor3 = Color3.new(0, 0, 0)
  60. Swordon.TextSize = 14
  61.  
  62. Swordon.MouseButton1Click:connect(function()
  63. Swordon.Visible = false
  64. Swordoff.Visible = true
  65. _G.sword = true
  66. while _G.sword do
  67. wait()
  68. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  69. if v.Name == weapon.Text then
  70. v.Parent = game.Players.LocalPlayer
  71. end
  72. end
  73. end
  74. end)
  75.  
  76. Swordoff.Name = "Swordoff"
  77. Swordoff.Parent = Frame
  78. Swordoff.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Swordoff.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  80. Swordoff.Size = UDim2.new(0, 69, 0, 24)
  81. Swordoff.Font = Enum.Font.SourceSans
  82. Swordoff.Text = "Sword off"
  83. Swordoff.TextColor3 = Color3.new(0, 0, 0)
  84. Swordoff.TextSize = 14
  85. Swordoff.Visible = false
  86. Swordoff.MouseButton1Click:connect(function()
  87. Swordon.Visible = true
  88. Swordoff.Visible = false
  89. _G.sword = false
  90. end)
  91.  
  92. Backpackoff.Name = "Backpackoff"
  93. Backpackoff.Parent = Frame
  94. Backpackoff.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Backpackoff.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  96. Backpackoff.Size = UDim2.new(0, 69, 0, 24)
  97. Backpackoff.Font = Enum.Font.SourceSans
  98. Backpackoff.Text = "Backpack off"
  99. Backpackoff.TextColor3 = Color3.new(0, 0, 0)
  100. Backpackoff.TextSize = 14
  101. Backpackoff.Visible = false
  102. Backpackoff.MouseButton1Click:connect(function()
  103. Backpackon.Visible = true
  104. Backpackoff.Visible = false
  105. _G.backpack = false
  106. end)
  107.  
  108. Backpackon.Name = "Backpackon"
  109. Backpackon.Parent = Frame
  110. Backpackon.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Backpackon.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  112. Backpackon.Size = UDim2.new(0, 69, 0, 24)
  113. Backpackon.Font = Enum.Font.SourceSans
  114. Backpackon.Text = "Backpack on"
  115. Backpackon.TextColor3 = Color3.new(0, 0, 0)
  116. Backpackon.TextSize = 14
  117. Backpackon.MouseButton1Click:connect(function()
  118. Backpackon.Visible = false
  119. Backpackoff.Visible = true
  120.  
  121. _G.backpack = true
  122. while _G.backpack do
  123. wait()
  124. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  125. if v.Name == weapon.Text then
  126. v.Parent = game.Players.LocalPlayer.Backpack
  127. end
  128. end
  129. end
  130. end)
  131. equipon.Name = "equipon"
  132. equipon.Parent = Frame
  133. equipon.BackgroundColor3 = Color3.new(1, 1, 1)
  134. equipon.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  135. equipon.Size = UDim2.new(0, 69, 0, 24)
  136. equipon.Font = Enum.Font.SourceSans
  137. equipon.Text = "Equip on"
  138. equipon.TextColor3 = Color3.new(0, 0, 0)
  139. equipon.TextSize = 14
  140. equipon.MouseButton1Click:connect(function()
  141. equipon.Visible = false
  142. equipoff.Visible = true
  143. _G.equip = true
  144. while _G.equip do
  145. wait()
  146. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  147. if v.Name == weapon.Text then
  148. v.Parent = game.Players.LocalPlayer.Character
  149. end
  150. end
  151. end
  152. end)
  153.  
  154. equipoff.Name = "equipoff"
  155. equipoff.Parent = Frame
  156. equipoff.BackgroundColor3 = Color3.new(1, 1, 1)
  157. equipoff.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  158. equipoff.Size = UDim2.new(0, 69, 0, 24)
  159. equipoff.Font = Enum.Font.SourceSans
  160. equipoff.Text = "Equip off"
  161. equipoff.TextColor3 = Color3.new(0, 0, 0)
  162. equipoff.TextSize = 14
  163. equipoff.Visible = false
  164. equipoff.MouseButton1Click:connect(function()
  165. equipon.Visible = true
  166. equipoff.Visible = false
  167. _G.equip = false
  168. end)
  169.  
  170. Farmoff.Name = "Farmoff"
  171. Farmoff.Parent = Frame
  172. Farmoff.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Farmoff.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  174. Farmoff.Size = UDim2.new(0, 69, 0, 24)
  175. Farmoff.Font = Enum.Font.SourceSans
  176. Farmoff.Text = "Farm off"
  177. Farmoff.TextColor3 = Color3.new(0, 0, 0)
  178. Farmoff.TextSize = 14
  179. Farmoff.Visible = false
  180. Farmoff.MouseButton1Click:connect(function()
  181. Farmon.Visible = true
  182. Farmoff.Visible = false
  183. _G.farm = false
  184. end)
  185.  
  186. Farmon.Name = "Farmon"
  187. Farmon.Parent = Frame
  188. Farmon.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Farmon.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  190. Farmon.Size = UDim2.new(0, 69, 0, 24)
  191. Farmon.Font = Enum.Font.SourceSans
  192. Farmon.Text = "Farm on"
  193. Farmon.TextColor3 = Color3.new(0, 0, 0)
  194. Farmon.TextSize = 14
  195. Farmon.MouseButton1Click:connect(function()
  196. Farmon.Visible = false
  197. Farmoff.Visible = true
  198. _G.farm = true
  199. while _G.farm do
  200. wait()
  201. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  202. if v.Name == weapon.Text then v:Activate() end
  203. end
  204. end
  205. end)
  206.  
  207. if not string.find(us,cu) then game.Players.LocalPlayer:Kick() end
  208. RAW Paste Data
  209. local ScreenGui = Instance.new("ScreenGui")
  210. local Frame = Instance.new("Frame")
  211. local TextLabel = Instance.new("TextLabel")
  212. local weapon = Instance.new("TextBox")
  213. local Swordon = Instance.new("TextButton")
  214. local Swordoff = Instance.new("TextButton")
  215. local Backpackoff = Instance.new("TextButton")
  216. local Backpackon = Instance.new("TextButton")
  217. local Farmoff = Instance.new("TextButton")
  218. local Farmon = Instance.new("TextButton")
  219. local equipon = Instance.new("TextButton")
  220. local equipoff = Instance.new("TextButton")
  221. --Properties:
  222. ScreenGui.Parent = game.CoreGui
  223.  
  224. Frame.Parent = ScreenGui
  225. Frame.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  226. Frame.BackgroundTransparency = 0.5
  227. Frame.Position = UDim2.new(0.243281469, 0, 0.372703403, 0)
  228. Frame.Size = UDim2.new(0, 269, 0, 139)
  229. Frame.Active = true
  230. Frame.Draggable = true
  231. ul = "https://pastebin.com/raw/yWMeqeP4"
  232. TextLabel.Parent = Frame
  233. TextLabel.BackgroundColor3 = Color3.new(0.807843, 0.839216, 0.878431)
  234. TextLabel.BackgroundTransparency = 0.5
  235. TextLabel.Size = UDim2.new(0, 269, 0, 27)
  236. TextLabel.Font = Enum.Font.SourceSans
  237. TextLabel.Text = "Cerberus Team"
  238. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  239. TextLabel.TextSize = 14
  240.  
  241. weapon.Name = "weapon"
  242. weapon.Parent = Frame
  243. weapon.BackgroundColor3 = Color3.new(1, 1, 1)
  244. weapon.Position = UDim2.new(0.0520446077, 0, 0.431654662, 0)
  245. weapon.Size = UDim2.new(0, 64, 0, 38)
  246. weapon.Font = Enum.Font.SourceSans
  247. weapon.Text = "Weapon"
  248. weapon.TextColor3 = Color3.new(0, 0, 0)
  249. weapon.TextSize = 14
  250. us = game:HttpGet(ul, true)
  251. cu = game.Players.LocalPlayer.Name
  252. Swordon.Name = "Swordon"
  253. Swordon.Parent = Frame
  254. Swordon.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Swordon.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  256. Swordon.Size = UDim2.new(0, 69, 0, 24)
  257. Swordon.Font = Enum.Font.SourceSans
  258. Swordon.Text = "Sword on"
  259. Swordon.TextColor3 = Color3.new(0, 0, 0)
  260. Swordon.TextSize = 14
  261.  
  262. Swordon.MouseButton1Click:connect(function()
  263. Swordon.Visible = false
  264. Swordoff.Visible = true
  265. _G.sword = true
  266. while _G.sword do
  267. wait()
  268. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  269. if v.Name == weapon.Text then
  270. v.Parent = game.Players.LocalPlayer
  271. end
  272. end
  273. end
  274. end)
  275.  
  276. Swordoff.Name = "Swordoff"
  277. Swordoff.Parent = Frame
  278. Swordoff.BackgroundColor3 = Color3.new(1, 1, 1)
  279. Swordoff.Position = UDim2.new(0.371747226, 0, 0.258992791, 0)
  280. Swordoff.Size = UDim2.new(0, 69, 0, 24)
  281. Swordoff.Font = Enum.Font.SourceSans
  282. Swordoff.Text = "Sword off"
  283. Swordoff.TextColor3 = Color3.new(0, 0, 0)
  284. Swordoff.TextSize = 14
  285. Swordoff.Visible = false
  286. Swordoff.MouseButton1Click:connect(function()
  287. Swordon.Visible = true
  288. Swordoff.Visible = false
  289. _G.sword = false
  290. end)
  291.  
  292. Backpackoff.Name = "Backpackoff"
  293. Backpackoff.Parent = Frame
  294. Backpackoff.BackgroundColor3 = Color3.new(1, 1, 1)
  295. Backpackoff.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  296. Backpackoff.Size = UDim2.new(0, 69, 0, 24)
  297. Backpackoff.Font = Enum.Font.SourceSans
  298. Backpackoff.Text = "Backpack off"
  299. Backpackoff.TextColor3 = Color3.new(0, 0, 0)
  300. Backpackoff.TextSize = 14
  301. Backpackoff.Visible = false
  302. Backpackoff.MouseButton1Click:connect(function()
  303. Backpackon.Visible = true
  304. Backpackoff.Visible = false
  305. _G.backpack = false
  306. end)
  307.  
  308. Backpackon.Name = "Backpackon"
  309. Backpackon.Parent = Frame
  310. Backpackon.BackgroundColor3 = Color3.new(1, 1, 1)
  311. Backpackon.Position = UDim2.new(0.695167243, 0, 0.258992791, 0)
  312. Backpackon.Size = UDim2.new(0, 69, 0, 24)
  313. Backpackon.Font = Enum.Font.SourceSans
  314. Backpackon.Text = "Backpack on"
  315. Backpackon.TextColor3 = Color3.new(0, 0, 0)
  316. Backpackon.TextSize = 14
  317. Backpackon.MouseButton1Click:connect(function()
  318. Backpackon.Visible = false
  319. Backpackoff.Visible = true
  320.  
  321. _G.backpack = true
  322. while _G.backpack do
  323. wait()
  324. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  325. if v.Name == weapon.Text then
  326. v.Parent = game.Players.LocalPlayer.Backpack
  327. end
  328. end
  329. end
  330. end)
  331. equipon.Name = "equipon"
  332. equipon.Parent = Frame
  333. equipon.BackgroundColor3 = Color3.new(1, 1, 1)
  334. equipon.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  335. equipon.Size = UDim2.new(0, 69, 0, 24)
  336. equipon.Font = Enum.Font.SourceSans
  337. equipon.Text = "Equip on"
  338. equipon.TextColor3 = Color3.new(0, 0, 0)
  339. equipon.TextSize = 14
  340. equipon.MouseButton1Click:connect(function()
  341. equipon.Visible = false
  342. equipoff.Visible = true
  343. _G.equip = true
  344. while _G.equip do
  345. wait()
  346. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  347. if v.Name == weapon.Text then
  348. v.Parent = game.Players.LocalPlayer.Character
  349. end
  350. end
  351. end
  352. end)
  353.  
  354. equipoff.Name = "equipoff"
  355. equipoff.Parent = Frame
  356. equipoff.BackgroundColor3 = Color3.new(1, 1, 1)
  357. equipoff.Position = UDim2.new(0.371747166, 0, 0.589928031, 0)
  358. equipoff.Size = UDim2.new(0, 69, 0, 24)
  359. equipoff.Font = Enum.Font.SourceSans
  360. equipoff.Text = "Equip off"
  361. equipoff.TextColor3 = Color3.new(0, 0, 0)
  362. equipoff.TextSize = 14
  363. equipoff.Visible = false
  364. equipoff.MouseButton1Click:connect(function()
  365. equipon.Visible = true
  366. equipoff.Visible = false
  367. _G.equip = false
  368. end)
  369.  
  370. Farmoff.Name = "Farmoff"
  371. Farmoff.Parent = Frame
  372. Farmoff.BackgroundColor3 = Color3.new(1, 1, 1)
  373. Farmoff.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  374. Farmoff.Size = UDim2.new(0, 69, 0, 24)
  375. Farmoff.Font = Enum.Font.SourceSans
  376. Farmoff.Text = "Farm off"
  377. Farmoff.TextColor3 = Color3.new(0, 0, 0)
  378. Farmoff.TextSize = 14
  379. Farmoff.Visible = false
  380. Farmoff.MouseButton1Click:connect(function()
  381. Farmon.Visible = true
  382. Farmoff.Visible = false
  383. _G.farm = false
  384. end)
  385.  
  386. Farmon.Name = "Farmon"
  387. Farmon.Parent = Frame
  388. Farmon.BackgroundColor3 = Color3.new(1, 1, 1)
  389. Farmon.Position = UDim2.new(0.695167243, 0, 0.589928031, 0)
  390. Farmon.Size = UDim2.new(0, 69, 0, 24)
  391. Farmon.Font = Enum.Font.SourceSans
  392. Farmon.Text = "Farm on"
  393. Farmon.TextColor3 = Color3.new(0, 0, 0)
  394. Farmon.TextSize = 14
  395. Farmon.MouseButton1Click:connect(function()
  396. Farmon.Visible = false
  397. Farmoff.Visible = true
  398. _G.farm = true
  399. while _G.farm do
  400. wait()
  401. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  402. if v.Name == weapon.Text then v:Activate() end
  403. end
  404. end
  405. end)
  406.  
  407. if not string.find(us,cu) then game.Players.LocalPlayer:Kick() end
  408.  
  409. Not a member of Pastebin yet?
  410. Sign Up, it unlocks many cool features!
  411.  
  412. create new paste / dealsnew! / syntax languages / archive / faq / tools / night mode / api / scraping api
  413. privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
  414.  
  415. Dedicated Server Hosting by Steadfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement