Guest User

Untitled

a guest
Jun 29th, 2019
14,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.78 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local standassupnigga = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local tpallitems = Instance.new("TextButton")
  7. local section = Instance.new("TextButton")
  8. local frame = Instance.new("Frame")
  9. local AutoPunch = Instance.new("TextButton")
  10. local section_2 = Instance.new("TextButton")
  11. local Robloxpain = Instance.new("TextButton")
  12. local Frame = Instance.new("Frame")
  13. local VampireQuest = Instance.new("TextButton")
  14. local BruteQuest = Instance.new("TextButton")
  15. local GolemQuest = Instance.new("TextButton")
  16. local QuestSection = Instance.new("TextButton")
  17. local WereWolfQuest = Instance.new("TextButton")
  18. local ThugQuest = Instance.new("TextButton")
  19. local robloxpain = Instance.new("TextButton")
  20. local GolemQuest_2 = Instance.new("TextButton")
  21. local EspItems = Instance.new("TextButton")
  22. local draggablepart = Instance.new("TextButton")
  23. local standonline = Instance.new("TextButton")
  24. local Frame_2 = Instance.new("Frame")
  25. local farmvam = Instance.new("TextButton")
  26. local FarmBrute = Instance.new("TextButton")
  27. local FarmGolem = Instance.new("TextButton")
  28. local section_3 = Instance.new("TextButton")
  29. local farmwerewolf = Instance.new("TextButton")
  30. local Farmthug = Instance.new("TextButton")
  31. local robloxpain_2 = Instance.new("TextButton")
  32. local runService = game:GetService('RunService')
  33. local Stepped
  34. ThugFarming = false
  35. ThuFarming = false
  36. zomFarming = false
  37. wolfsFarming = false
  38. VampFarming = false
  39. GolemFarming = false
  40.  
  41. --Properties:
  42. standassupnigga.Name = "stand ass up nigga"
  43. standassupnigga.Parent = game.CoreGui
  44.  
  45. MainFrame.Name = "Main Frame"
  46. MainFrame.Parent = standassupnigga
  47. MainFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  48. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  49. MainFrame.BorderSizePixel = 3
  50. MainFrame.Position = UDim2.new(0.195208535, 0, 0.131377518, 0)
  51. MainFrame.Size = UDim2.new(0, 216, 0, 142)
  52. MainFrame.Active = true
  53. MainFrame.Draggable = true
  54.  
  55. tpallitems.Name = "tp all items"
  56. tpallitems.Parent = MainFrame
  57. tpallitems.BackgroundColor3 = Color3.new(0, 0, 0)
  58. tpallitems.BorderColor3 = Color3.new(0, 0, 0)
  59. tpallitems.BorderSizePixel = 3
  60. tpallitems.Position = UDim2.new(0.0595702268, 0, 0.405881673, 0)
  61. tpallitems.Size = UDim2.new(0, 191, 0, 26)
  62. tpallitems.AutoButtonColor = false
  63. tpallitems.Font = Enum.Font.Fantasy
  64. tpallitems.Text = "Tp All Items"
  65. tpallitems.TextColor3 = Color3.new(1, 0.333333, 1)
  66. tpallitems.TextScaled = true
  67. tpallitems.TextSize = 14
  68. tpallitems.TextWrapped = true
  69. tpallitems.MouseButton1Down:connect(function()
  70. function bring(part)
  71. part.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  72. end
  73.  
  74. for i, v in pairs(Workspace:GetChildren()) do
  75. if v.ClassName == "Tool" then
  76. if v:FindFirstChild("Handle") then
  77. bring(v.Handle)
  78. end
  79. end
  80. for i, v in pairs(v:GetChildren()) do
  81. if v.ClassName == "Tool" then
  82. if v:FindFirstChild("Handle") then
  83. bring(v.Handle)
  84. end
  85. end
  86. if v.Name == "Ceasers" then
  87. if v:FindFirstChild("Part") then
  88. bring(v.Part)
  89. end
  90. end
  91. if v.Name == "Mask" then
  92. if v:FindFirstChild("Mask") then
  93. bring(v.Mask)
  94. end
  95. end
  96. end
  97. end
  98. end)
  99.  
  100. section.Name = "section"
  101. section.Parent = MainFrame
  102. section.BackgroundColor3 = Color3.new(0, 0, 0)
  103. section.BorderColor3 = Color3.new(0, 0, 0)
  104. section.BorderSizePixel = 3
  105. section.Position = UDim2.new(0.00462962966, 0, -0.00328502804, 0)
  106. section.Size = UDim2.new(0, 215, 0, 26)
  107. section.AutoButtonColor = false
  108. section.Font = Enum.Font.Fantasy
  109. section.Text = "Section 1"
  110. section.TextColor3 = Color3.new(1, 0.333333, 1)
  111. section.TextScaled = true
  112. section.TextSize = 14
  113. section.TextWrapped = true
  114.  
  115. frame.Name = "frame"
  116. frame.Parent = MainFrame
  117. frame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  118. frame.BorderColor3 = Color3.new(0, 0, 0)
  119. frame.BorderSizePixel = 3
  120. frame.Position = UDim2.new(-0.00506916642, 0, 1.03361237, 0)
  121. frame.Size = UDim2.new(0, 216, 0, 96)
  122.  
  123. AutoPunch.Name = "Auto Punch"
  124. AutoPunch.Parent = frame
  125. AutoPunch.BackgroundColor3 = Color3.new(0, 0, 0)
  126. AutoPunch.BorderColor3 = Color3.new(0, 0, 0)
  127. AutoPunch.BorderSizePixel = 3
  128. AutoPunch.Position = UDim2.new(0.0549405962, 0, 0.419966161, 0)
  129. AutoPunch.Size = UDim2.new(0, 191, 0, 26)
  130. AutoPunch.AutoButtonColor = false
  131. AutoPunch.Font = Enum.Font.Fantasy
  132. AutoPunch.Text = "Auto Punch"
  133. AutoPunch.TextColor3 = Color3.new(1, 0, 1)
  134. AutoPunch.TextScaled = true
  135. AutoPunch.TextSize = 14
  136. AutoPunch.TextWrapped = true
  137. AutoPunch.MouseButton1Down:connect(function()
  138. while true do
  139. wait(0.2)
  140. local Event = game:GetService("Players").LocalPlayer.PlayerGui.CoreGUI.Events.Punch
  141. Event:FireServer()
  142. end
  143. end)
  144.  
  145. section_2.Name = "section"
  146. section_2.Parent = frame
  147. section_2.BackgroundColor3 = Color3.new(0, 0, 0)
  148. section_2.BorderColor3 = Color3.new(0, 0, 0)
  149. section_2.BorderSizePixel = 3
  150. section_2.Position = UDim2.new(0.00462962966, 0, -0.00328502804, 0)
  151. section_2.Size = UDim2.new(0, 215, 0, 26)
  152. section_2.AutoButtonColor = false
  153. section_2.Font = Enum.Font.Fantasy
  154. section_2.Text = "Section 2"
  155. section_2.TextColor3 = Color3.new(1, 0, 1)
  156. section_2.TextScaled = true
  157. section_2.TextSize = 14
  158. section_2.TextWrapped = true
  159.  
  160. Robloxpain.Name = "Robloxpain"
  161. Robloxpain.Parent = frame
  162. Robloxpain.BackgroundColor3 = Color3.new(0, 0, 0)
  163. Robloxpain.BorderColor3 = Color3.new(0, 0, 0)
  164. Robloxpain.BorderSizePixel = 3
  165. Robloxpain.Position = UDim2.new(0, 0, 0.815799415, 0)
  166. Robloxpain.Size = UDim2.new(0, 216, 0, 23)
  167. Robloxpain.AutoButtonColor = false
  168. Robloxpain.Font = Enum.Font.Fantasy
  169. Robloxpain.Text = "Roblox Pain"
  170. Robloxpain.TextColor3 = Color3.new(1, 0, 1)
  171. Robloxpain.TextScaled = true
  172. Robloxpain.TextSize = 14
  173. Robloxpain.TextWrapped = true
  174.  
  175. Frame.Parent = MainFrame
  176. Frame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  177. Frame.BorderColor3 = Color3.new(0, 0, 0)
  178. Frame.BorderSizePixel = 3
  179. Frame.Position = UDim2.new(1.9893266, 0, 0, 0)
  180. Frame.Size = UDim2.new(0, 214, 0, 312)
  181.  
  182. VampireQuest.Name = "Vampire Quest"
  183. VampireQuest.Parent = Frame
  184. VampireQuest.BackgroundColor3 = Color3.new(0, 0, 0)
  185. VampireQuest.BorderColor3 = Color3.new(0, 0, 0)
  186. VampireQuest.BorderSizePixel = 3
  187. VampireQuest.Position = UDim2.new(0.0490994826, 0, 0.499808073, 0)
  188. VampireQuest.Size = UDim2.new(0, 191, 0, 26)
  189. VampireQuest.AutoButtonColor = false
  190. VampireQuest.Font = Enum.Font.Fantasy
  191. VampireQuest.Text = "Vampire Quest"
  192. VampireQuest.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  193. VampireQuest.TextScaled = true
  194. VampireQuest.TextSize = 14
  195. VampireQuest.TextWrapped = true
  196. VampireQuest.MouseButton1Down:connect(function()
  197. for _,v in pairs(game.Workspace:GetDescendants()) do
  198. if string.find(v.Name, "Vampire Quest") and v:FindFirstChild("HumanoidRootPart") then
  199. v:FindFirstChild("HumanoidRootPart").Anchored = true
  200. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  201. end
  202. end
  203. end)
  204.  
  205. BruteQuest.Name = "Brute Quest"
  206. BruteQuest.Parent = Frame
  207. BruteQuest.BackgroundColor3 = Color3.new(0, 0, 0)
  208. BruteQuest.BorderColor3 = Color3.new(0, 0, 0)
  209. BruteQuest.BorderSizePixel = 3
  210. BruteQuest.Position = UDim2.new(0.0479833297, 0, 0.36824283, 0)
  211. BruteQuest.Size = UDim2.new(0, 191, 0, 26)
  212. BruteQuest.AutoButtonColor = false
  213. BruteQuest.Font = Enum.Font.Fantasy
  214. BruteQuest.Text = "Brute Quest"
  215. BruteQuest.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  216. BruteQuest.TextScaled = true
  217. BruteQuest.TextSize = 14
  218. BruteQuest.TextWrapped = true
  219. BruteQuest.MouseButton1Down:connect(function()
  220. for _,v in pairs(game.Workspace:GetDescendants()) do
  221. if string.find(v.Name, "Brute Quest") and v:FindFirstChild("HumanoidRootPart") then
  222. v:FindFirstChild("HumanoidRootPart").Anchored = true
  223. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  224. end
  225. end
  226. end)
  227.  
  228. GolemQuest.Name = "Golem Quest"
  229. GolemQuest.Parent = Frame
  230. GolemQuest.BackgroundColor3 = Color3.new(0, 0, 0)
  231. GolemQuest.BorderColor3 = Color3.new(0, 0, 0)
  232. GolemQuest.BorderSizePixel = 3
  233. GolemQuest.Position = UDim2.new(0.0526562482, 0, 0.225260168, 0)
  234. GolemQuest.Size = UDim2.new(0, 191, 0, 26)
  235. GolemQuest.AutoButtonColor = false
  236. GolemQuest.Font = Enum.Font.Fantasy
  237. GolemQuest.Text = "Golem Quest"
  238. GolemQuest.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  239. GolemQuest.TextScaled = true
  240. GolemQuest.TextSize = 14
  241. GolemQuest.TextWrapped = true
  242. GolemQuest.MouseButton1Down:connect(function()
  243. for _,v in pairs(game.Workspace:GetDescendants()) do
  244. if string.find(v.Name, "Golem Quest") and v:FindFirstChild("HumanoidRootPart") then
  245. v:FindFirstChild("HumanoidRootPart").Anchored = true
  246. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  247. end
  248. end
  249. end)
  250.  
  251. QuestSection.Name = "Quest Section"
  252. QuestSection.Parent = Frame
  253. QuestSection.BackgroundColor3 = Color3.new(0, 0, 0)
  254. QuestSection.BorderColor3 = Color3.new(0, 0, 0)
  255. QuestSection.BorderSizePixel = 3
  256. QuestSection.Position = UDim2.new(-0.00281250477, 0, 0.000290647149, 0)
  257. QuestSection.Size = UDim2.new(0, 215, 0, 26)
  258. QuestSection.AutoButtonColor = false
  259. QuestSection.Font = Enum.Font.Fantasy
  260. QuestSection.Text = "Quest's Section 4"
  261. QuestSection.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  262. QuestSection.TextScaled = true
  263. QuestSection.TextSize = 14
  264. QuestSection.TextWrapped = true
  265.  
  266.  
  267. WereWolfQuest.Name = "WereWolf Quest"
  268. WereWolfQuest.Parent = Frame
  269. WereWolfQuest.BackgroundColor3 = Color3.new(0, 0, 0)
  270. WereWolfQuest.BorderColor3 = Color3.new(0, 0, 0)
  271. WereWolfQuest.BorderSizePixel = 3
  272. WereWolfQuest.Position = UDim2.new(0.0479833297, 0, 0.634610474, 0)
  273. WereWolfQuest.Size = UDim2.new(0, 191, 0, 26)
  274. WereWolfQuest.AutoButtonColor = false
  275. WereWolfQuest.Font = Enum.Font.Fantasy
  276. WereWolfQuest.Text = "WereWolf Quest"
  277. WereWolfQuest.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  278. WereWolfQuest.TextScaled = true
  279. WereWolfQuest.TextSize = 14
  280. WereWolfQuest.TextWrapped = true
  281. WereWolfQuest.MouseButton1Down:connect(function()
  282. for _,v in pairs(game.Workspace:GetDescendants()) do
  283. if string.find(v.Name, "Werewolf Quest") and v:FindFirstChild("HumanoidRootPart") then
  284. v:FindFirstChild("HumanoidRootPart").Anchored = true
  285. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  286. end
  287. end
  288. end)
  289.  
  290. ThugQuest.Name = "Thug Quest"
  291. ThugQuest.Parent = Frame
  292. ThugQuest.BackgroundColor3 = Color3.new(0, 0, 0)
  293. ThugQuest.BorderColor3 = Color3.new(0, 0, 0)
  294. ThugQuest.BorderSizePixel = 3
  295. ThugQuest.Position = UDim2.new(0.0526562259, 0, 0.76748544, 0)
  296. ThugQuest.Size = UDim2.new(0, 191, 0, 26)
  297. ThugQuest.AutoButtonColor = false
  298. ThugQuest.Font = Enum.Font.Fantasy
  299. ThugQuest.Text = "Thug Quest"
  300. ThugQuest.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  301. ThugQuest.TextScaled = true
  302. ThugQuest.TextSize = 14
  303. ThugQuest.TextWrapped = true
  304. ThugQuest.MouseButton1Down:connect(function()
  305. for _,v in pairs(game.Workspace:GetDescendants()) do
  306. if string.find(v.Name, "Thug Quest") and v:FindFirstChild("HumanoidRootPart") then
  307. v:FindFirstChild("HumanoidRootPart").Anchored = true
  308. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  309. end
  310. end
  311. end)
  312.  
  313. robloxpain.Name = "robloxpain"
  314. robloxpain.Parent = Frame
  315. robloxpain.BackgroundColor3 = Color3.new(0, 0, 0)
  316. robloxpain.BorderColor3 = Color3.new(0, 0, 0)
  317. robloxpain.BorderSizePixel = 3
  318. robloxpain.Position = UDim2.new(-0.00467289705, 0, 0.935208261, 0)
  319. robloxpain.Size = UDim2.new(0, 215, 0, 25)
  320. robloxpain.AutoButtonColor = false
  321. robloxpain.Font = Enum.Font.Fantasy
  322. robloxpain.Text = "Roblox Pain"
  323. robloxpain.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  324. robloxpain.TextScaled = true
  325. robloxpain.TextSize = 14
  326. robloxpain.TextWrapped = true
  327.  
  328. GolemQuest_2.Name = "Golem Quest"
  329. GolemQuest_2.Parent = Frame
  330. GolemQuest_2.BackgroundColor3 = Color3.new(0, 0, 0)
  331. GolemQuest_2.BackgroundTransparency = 1
  332. GolemQuest_2.BorderColor3 = Color3.new(0, 0, 0)
  333. GolemQuest_2.BorderSizePixel = 3
  334. GolemQuest_2.Position = UDim2.new(-1.05949354, 0, -0.110297129, 0)
  335. GolemQuest_2.Size = UDim2.new(0, 271, 0, 26)
  336. GolemQuest_2.AutoButtonColor = false
  337. GolemQuest_2.Font = Enum.Font.Fantasy
  338. GolemQuest_2.Text = ""
  339. GolemQuest_2.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  340. GolemQuest_2.TextScaled = true
  341. GolemQuest_2.TextSize = 14
  342. GolemQuest_2.TextWrapped = true
  343.  
  344. EspItems.Name = "Esp Items"
  345. EspItems.Parent = MainFrame
  346. EspItems.BackgroundColor3 = Color3.new(0, 0, 0)
  347. EspItems.BorderColor3 = Color3.new(0, 0, 0)
  348. EspItems.BorderSizePixel = 3
  349. EspItems.Position = UDim2.new(0.0595702268, 0, 0.7157408, 0)
  350. EspItems.Size = UDim2.new(0, 191, 0, 26)
  351. EspItems.AutoButtonColor = false
  352. EspItems.Font = Enum.Font.Fantasy
  353. EspItems.Text = "Esp Items"
  354. EspItems.TextColor3 = Color3.new(1, 0.333333, 1)
  355. EspItems.TextScaled = true
  356. EspItems.TextSize = 14
  357. EspItems.TextWrapped = true
  358. EspItems.MouseButton1Down:connect(function()
  359. if ThugFarming == false then
  360. ThugFarming = true
  361. Esp.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  362. else
  363. ThugFarming = false
  364. Esp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  365. Stepped:Disconnect()
  366. end
  367. -- Dont Forget To Vouch :)
  368. -- Credits : https://v3rmillion.net/showthread.php?tid=658540
  369. -- Stands Online v004 Script
  370. while true do
  371. local a = Instance.new("BillboardGui")
  372. local b = Instance.new("BillboardGui")
  373. local c = Instance.new("BillboardGui")
  374. local d = Instance.new("BillboardGui")
  375. local e = Instance.new("BillboardGui")
  376. local l = Instance.new("ScreenGui")
  377. for i, v in pairs(game.Workspace:GetChildren()) do
  378. if v:FindFirstChild("ReqArrow") then
  379. a.Parent = v.ReqArrow.Handle
  380. a.AlwaysOnTop = true
  381. a.Size = UDim2.new(0,50,0,50)
  382. local aa = Instance.new("TextBox")
  383. aa.BackgroundColor3 = Color3.new(255,255,0)
  384. aa.BackgroundTransparency = 0.7
  385. aa.Text = "ReqArrow"
  386. aa.Size = UDim2.new(1,0,1,0)
  387. aa.Parent = a
  388. local player = game.Players.LocalPlayer
  389. l.Parent = player.PlayerGui
  390. local ll = Instance.new("TextButton")
  391. ll.Parent = l
  392. ll.Size = UDim2.new(0,100,0,100)
  393. ll.Position = UDim2.new(0,0,0.5,0)
  394. ll.Text = "Teleport to ReqArrow"
  395. ll.TextScaled = true
  396. ll.MouseButton1Click:connect(function()
  397. player.Character:MoveTo(v.ReqArrow.Handle.Position)
  398. end)
  399. end
  400. if v:FindFirstChild("Rokakaka") then
  401. b.Parent = v.Rokakaka.Handle
  402. b.AlwaysOnTop = true
  403. b.Size = UDim2.new(0,50,0,50)
  404. local bb = Instance.new("TextBox")
  405. bb.BackgroundColor3 = Color3.new(255,0,0)
  406. bb.BackgroundTransparency = 0.7
  407. bb.Text = "Rokakaka"
  408. bb.Size = UDim2.new(1,0,1,0)
  409. bb.Parent = b
  410. local player = game.Players.LocalPlayer
  411. l.Parent = player.PlayerGui
  412. local ll = Instance.new("TextButton")
  413. ll.Parent = l
  414. ll.Size = UDim2.new(0,100,0,100)
  415. ll.Position = UDim2.new(0,0,0.6,0)
  416. ll.Text = "Teleport to rokakaka"
  417. ll.TextScaled = true
  418. ll.MouseButton1Click:connect(function()
  419. player.Character:MoveTo(v.Rokakaka.Handle.Position)
  420. end)
  421. end
  422. if v:FindFirstChild("Mask") then
  423. c.Parent = v.Mask.Mask
  424. c.AlwaysOnTop = true
  425. c.Size = UDim2.new(0,50,0,50)
  426. local cc = Instance.new("TextBox")
  427. cc.BackgroundColor3 = Color3.new(50,50,50)
  428. cc.BackgroundTransparency = 0.7
  429. cc.Text = "Mask"
  430. cc.Size = UDim2.new(1,0,1,0)
  431. cc.Parent = c
  432. end
  433. if v:FindFirstChild("Dio's Diary") then
  434. d.Parent = v["Dio's Diary"].Handle
  435. d.AlwaysOnTop = true
  436. d.Size = UDim2.new(0,50,0,50)
  437. local dd = Instance.new("TextBox")
  438. dd.BackgroundColor3 = Color3.new(255,255,255)
  439. dd.BackgroundTransparency = 0.7
  440. dd.Text = "Dio's Diary"
  441. dd.Size = UDim2.new(1,0,1,0)
  442. dd.Parent = d
  443. local player = game.Players.LocalPlayer
  444. l.Parent = player.PlayerGui
  445. local ll = Instance.new("TextButton")
  446. ll.Parent = l
  447. ll.Size = UDim2.new(0,100,0,100)
  448. ll.Position = UDim2.new(0,0,0.7,0)
  449. ll.Text = "Teleport to diray"
  450. ll.TextScaled = true
  451. ll.MouseButton1Click:connect(function()
  452. player.Character:MoveTo(v["Dio's Diary"].Handle.Position)
  453. end)
  454. end
  455. if v:FindFirstChild("Ceasers") then
  456. e.Parent = v["Ceasers"].Part
  457. e.AlwaysOnTop = true
  458. e.Size = UDim2.new(0,50,0,50)
  459. local ee = Instance.new("TextBox")
  460. ee.BackgroundColor3 = Color3.new(0,200,255)
  461. ee.BackgroundTransparency = 0.7
  462. ee.Text = "Hamon"
  463. ee.Size = UDim2.new(1,0,1,0)
  464. ee.Parent = e
  465. end
  466. end
  467. wait(1)
  468. if a then
  469. a:Destroy()
  470. end
  471. if b then
  472. b:Destroy()
  473. end
  474. if c then
  475. c:Destroy()
  476. end
  477. if d then
  478. d:Destroy()
  479. end
  480. if e then
  481. e:Destroy()
  482. end
  483. if l then
  484. l:Destroy()
  485. end
  486. end
  487. end)
  488.  
  489.  
  490. draggablepart.Name = "draggable part"
  491. draggablepart.Parent = MainFrame
  492. draggablepart.BackgroundColor3 = Color3.new(0, 0, 0)
  493. draggablepart.BackgroundTransparency = 1
  494. draggablepart.BorderColor3 = Color3.new(0, 0, 0)
  495. draggablepart.BorderSizePixel = 3
  496. draggablepart.Position = UDim2.new(-0.695059359, 0, 0.173487276, 0)
  497. draggablepart.Size = UDim2.new(0, 191, 0, 21)
  498. draggablepart.AutoButtonColor = false
  499. draggablepart.Font = Enum.Font.Fantasy
  500. draggablepart.Text = "Draggable -->"
  501. draggablepart.TextColor3 = Color3.new(1, 0.333333, 1)
  502. draggablepart.TextScaled = true
  503. draggablepart.TextSize = 14
  504. draggablepart.TextWrapped = true
  505.  
  506. standonline.Name = "stand online"
  507. standonline.Parent = MainFrame
  508. standonline.BackgroundColor3 = Color3.new(0, 0, 0)
  509. standonline.BackgroundTransparency = 0.25
  510. standonline.BorderColor3 = Color3.new(0, 0, 0)
  511. standonline.BorderSizePixel = 3
  512. standonline.Position = UDim2.new(-0.0700594634, 0, 1.87993824, 0)
  513. standonline.Size = UDim2.new(0, 219, 0, 41)
  514. standonline.AutoButtonColor = false
  515. standonline.Font = Enum.Font.Fantasy
  516. standonline.Text = "Stand Online"
  517. standonline.TextColor3 = Color3.new(0.333333, 1, 0)
  518. standonline.TextScaled = true
  519. standonline.TextSize = 14
  520. standonline.TextWrapped = true
  521.  
  522. Frame_2.Parent = MainFrame
  523. Frame_2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  524. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  525. Frame_2.BorderSizePixel = 3
  526. Frame_2.Position = UDim2.new(0.998585999, 0, -0.00704225339, 0)
  527. Frame_2.Size = UDim2.new(0, 214, 0, 313)
  528.  
  529. farmvam.Name = "farm vam"
  530. farmvam.Parent = Frame_2
  531. farmvam.BackgroundColor3 = Color3.new(0, 0, 0)
  532. farmvam.BorderColor3 = Color3.new(0, 0, 0)
  533. farmvam.BorderSizePixel = 3
  534. farmvam.Position = UDim2.new(0.0490994826, 0, 0.499808073, 0)
  535. farmvam.Size = UDim2.new(0, 191, 0, 26)
  536. farmvam.AutoButtonColor = false
  537. farmvam.Font = Enum.Font.Fantasy
  538. farmvam.Text = "Farm Vampire"
  539. farmvam.TextColor3 = Color3.new(1, 0.333333, 0)
  540. farmvam.TextScaled = true
  541. farmvam.TextSize = 14
  542. farmvam.TextWrapped = true
  543. farmvam.MouseButton1Down:connect(function()
  544. if VampFarming == false then
  545. VampFarming = true
  546. farmvam.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  547. else
  548. VampFarming = false
  549. farmvam.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  550. Stepped:Disconnect()
  551. end
  552.  
  553. if VampFarming then
  554. Stepped = runService.Stepped:Connect(function()
  555. for i,v in pairs(workspace:GetChildren()) do
  556. if string.find(v.Name, "Vampire") and v:FindFirstChild("HumanoidRootPart") then
  557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  558. local VirtualUser=game:service'VirtualUser'
  559. VirtualUser:ClickButton1(Vector2.new())
  560. end
  561. end
  562. end)
  563. end
  564. end)
  565.  
  566. FarmBrute.Name = "Farm Brute"
  567. FarmBrute.Parent = Frame_2
  568. FarmBrute.BackgroundColor3 = Color3.new(0, 0, 0)
  569. FarmBrute.BorderColor3 = Color3.new(0, 0, 0)
  570. FarmBrute.BorderSizePixel = 3
  571. FarmBrute.Position = UDim2.new(0.0479833297, 0, 0.36824283, 0)
  572. FarmBrute.Size = UDim2.new(0, 191, 0, 26)
  573. FarmBrute.AutoButtonColor = false
  574. FarmBrute.Font = Enum.Font.Fantasy
  575. FarmBrute.Text = "Farm Brute"
  576. FarmBrute.TextColor3 = Color3.new(1, 0.333333, 0)
  577. FarmBrute.TextScaled = true
  578. FarmBrute.TextSize = 14
  579. FarmBrute.TextWrapped = true
  580. FarmBrute.MouseButton1Down:connect(function()
  581. if ThugFarming == false then
  582. ThugFarming = true
  583. FarmBrute.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  584. else
  585. ThugFarming = false
  586. FarmBrute.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  587. Stepped:Disconnect()
  588. end
  589.  
  590. if ThugFarming then
  591. Stepped = runService.Stepped:Connect(function()
  592. for i,v in pairs(workspace:GetChildren()) do
  593. if string.find(v.Name, "Brute") and v:FindFirstChild("HumanoidRootPart") then
  594. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  595. local VirtualUser=game:service'VirtualUser'
  596. VirtualUser:ClickButton1(Vector2.new())
  597. end
  598. end
  599. end)
  600. end
  601. end)
  602.  
  603. FarmGolem.Name = "Farm Golem"
  604. FarmGolem.Parent = Frame_2
  605. FarmGolem.BackgroundColor3 = Color3.new(0, 0, 0)
  606. FarmGolem.BorderColor3 = Color3.new(0, 0, 0)
  607. FarmGolem.BorderSizePixel = 3
  608. FarmGolem.Position = UDim2.new(0.0526562482, 0, 0.225260168, 0)
  609. FarmGolem.Size = UDim2.new(0, 191, 0, 26)
  610. FarmGolem.AutoButtonColor = false
  611. FarmGolem.Font = Enum.Font.Fantasy
  612. FarmGolem.Text = "Farm Golem"
  613. FarmGolem.TextColor3 = Color3.new(1, 0.333333, 0)
  614. FarmGolem.TextScaled = true
  615. FarmGolem.TextSize = 14
  616. FarmGolem.TextWrapped = true
  617. FarmGolem.MouseButton1Down:connect(function()
  618. if GolemFarming == false then
  619. GolemFarming = true
  620. FarmGolem.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  621. else
  622. GolemFarming = false
  623. FarmGolem.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  624. Stepped:Disconnect()
  625. end
  626.  
  627. if GolemFarming then
  628. Stepped = runService.Stepped:Connect(function()
  629. for i,v in pairs(workspace:GetChildren()) do
  630. if string.find(v.Name, "HamonGolem") and v:FindFirstChild("HumanoidRootPart") then
  631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  632. local VirtualUser=game:service'VirtualUser'
  633. VirtualUser:ClickButton1(Vector2.new())
  634. end
  635. end
  636. end)
  637. end
  638. end)
  639.  
  640. section_3.Name = "section"
  641. section_3.Parent = Frame_2
  642. section_3.BackgroundColor3 = Color3.new(0, 0, 0)
  643. section_3.BorderColor3 = Color3.new(0, 0, 0)
  644. section_3.BorderSizePixel = 3
  645. section_3.Position = UDim2.new(-0.00281246589, 0, 0, 0)
  646. section_3.Size = UDim2.new(0, 215, 0, 26)
  647. section_3.AutoButtonColor = false
  648. section_3.Font = Enum.Font.Fantasy
  649. section_3.Text = "Quest's Section 4"
  650. section_3.TextColor3 = Color3.new(1, 0.333333, 0)
  651. section_3.TextScaled = true
  652. section_3.TextSize = 14
  653. section_3.TextWrapped = true
  654.  
  655. farmwerewolf.Name = "farm werewolf"
  656. farmwerewolf.Parent = Frame_2
  657. farmwerewolf.BackgroundColor3 = Color3.new(0, 0, 0)
  658. farmwerewolf.BorderColor3 = Color3.new(0, 0, 0)
  659. farmwerewolf.BorderSizePixel = 3
  660. farmwerewolf.Position = UDim2.new(0.0479833297, 0, 0.634610474, 0)
  661. farmwerewolf.Size = UDim2.new(0, 191, 0, 26)
  662. farmwerewolf.AutoButtonColor = false
  663. farmwerewolf.Font = Enum.Font.Fantasy
  664. farmwerewolf.Text = "Farm WereWolf"
  665. farmwerewolf.TextColor3 = Color3.new(1, 0.333333, 0)
  666. farmwerewolf.TextScaled = true
  667. farmwerewolf.TextSize = 14
  668. farmwerewolf.TextWrapped = true
  669. farmwerewolf.MouseButton1Down:connect(function()
  670. if wolfsFarming == false then
  671. wolfsFarming = true
  672. farmwerewolf.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  673. else
  674. wolfsFarming = false
  675. farmwerewolf.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  676. Stepped:Disconnect()
  677. end
  678.  
  679. if wolfsFarming then
  680. Stepped = runService.Stepped:Connect(function()
  681. for i,v in pairs(workspace:GetChildren()) do
  682. if string.find(v.Name, "Werewolf") and v:FindFirstChild("HumanoidRootPart") then
  683. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  684. local VirtualUser=game:service'VirtualUser'
  685. VirtualUser:ClickButton1(Vector2.new())
  686. end
  687. end
  688. end)
  689. end
  690. end)
  691.  
  692. Farmthug.Name = "Farm thug"
  693. Farmthug.Parent = Frame_2
  694. Farmthug.BackgroundColor3 = Color3.new(0, 0, 0)
  695. Farmthug.BorderColor3 = Color3.new(0, 0, 0)
  696. Farmthug.BorderSizePixel = 3
  697. Farmthug.Position = UDim2.new(0.0526562259, 0, 0.770741761, 0)
  698. Farmthug.Size = UDim2.new(0, 191, 0, 26)
  699. Farmthug.AutoButtonColor = false
  700. Farmthug.Font = Enum.Font.Fantasy
  701. Farmthug.Text = "Farm Thug"
  702. Farmthug.TextColor3 = Color3.new(1, 0.333333, 0)
  703. Farmthug.TextScaled = true
  704. Farmthug.TextSize = 14
  705. Farmthug.TextWrapped = true
  706. Farmthug.MouseButton1Down:connect(function()
  707. if ThuFarming == false then
  708. ThuFarming = true
  709. Farmthug.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  710. else
  711. ThuFarming = false
  712. Farmthug.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  713. Stepped:Disconnect()
  714. end
  715.  
  716. if ThuFarming then
  717. Stepped = runService.Stepped:Connect(function()
  718. for i,v in pairs(workspace:GetChildren()) do
  719. if string.find(v.Name, "Thug") and v:FindFirstChild("HumanoidRootPart") then
  720. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  721. local VirtualUser=game:service'VirtualUser'
  722. VirtualUser:ClickButton1(Vector2.new())
  723. end
  724. end
  725. end)
  726. end
  727. end)
  728.  
  729. robloxpain_2.Name = "robloxpain"
  730. robloxpain_2.Parent = Frame_2
  731. robloxpain_2.BackgroundColor3 = Color3.new(0, 0, 0)
  732. robloxpain_2.BorderColor3 = Color3.new(0, 0, 0)
  733. robloxpain_2.BorderSizePixel = 3
  734. robloxpain_2.Position = UDim2.new(-0.00467289705, 0, 0.935208261, 0)
  735. robloxpain_2.Size = UDim2.new(0, 215, 0, 25)
  736. robloxpain_2.AutoButtonColor = false
  737. robloxpain_2.Font = Enum.Font.Fantasy
  738. robloxpain_2.Text = "Roblox Pain"
  739. robloxpain_2.TextColor3 = Color3.new(1, 0.333333, 0)
  740. robloxpain_2.TextScaled = true
  741. robloxpain_2.TextSize = 14
  742. robloxpain_2.TextWrapped = true
  743. -- Scripts:
Add Comment
Please, Sign In to add comment