Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.69 KB | None | 0 0
  1. --[[ Project Venyx Update New Theme
  2. And New Scripts!
  3. By - ZendrixPlayz ]]
  4.  
  5. game:GetService("StarterGui"):SetCore("SendNotification", {
  6. Title = "Dark Venyx",
  7. Text = "Dark Venyx Load Successful."
  8. })
  9.  
  10.  
  11. game:GetService("StarterGui"):SetCore("SendNotification", {
  12. Title = "Gui By:",
  13. Text = "ZendrixPlayz"
  14. })
  15.  
  16.  
  17. -- Instances:
  18.  
  19. local DarkVenyx = Instance.new("ScreenGui")
  20. local MainFrame = Instance.new("Frame")
  21. local Title = Instance.new("TextLabel")
  22. local WelcomeText = Instance.new("TextLabel")
  23. local Credits = Instance.new("TextLabel")
  24. local FarmingButton = Instance.new("TextButton")
  25. local Commands = Instance.new("TextButton")
  26. local ComingSoon = Instance.new("TextButton")
  27. local Exit = Instance.new("TextButton")
  28. local CommandsFrame = Instance.new("Frame")
  29. local Title_2 = Instance.new("TextLabel")
  30. local ExitCommands = Instance.new("TextButton")
  31. local MaxJumps = Instance.new("TextButton")
  32. local HideName = Instance.new("TextButton")
  33. local Esp = Instance.new("TextButton")
  34. local Invisibility = Instance.new("TextButton")
  35. local SlowShurikens = Instance.new("TextButton")
  36. local FastShurikens = Instance.new("TextButton")
  37. local UnluckAllIsland = Instance.new("TextButton")
  38. local AutoAllBoss = Instance.new("TextButton")
  39. local BigHeadAll = Instance.new("TextButton")
  40. local GoodKarmaFarm = Instance.new("TextButton")
  41. local BadKarmaFarm = Instance.new("TextButton")
  42. local AntiAFK = Instance.new("TextButton")
  43. local FarmingFrame = Instance.new("Frame")
  44. local Title_3 = Instance.new("TextLabel")
  45. local ExitFarming = Instance.new("TextButton")
  46. local Dupe = Instance.new("TextButton")
  47. local AutoSwing = Instance.new("TextButton")
  48. local AutoSell = Instance.new("TextButton")
  49. local AutoBuyBelts = Instance.new("TextButton")
  50. local AutoBuyRanks = Instance.new("TextButton")
  51. local AutoBuySword = Instance.new("TextButton")
  52. local AutoBuySkills = Instance.new("TextButton")
  53. local AutoBuyShurikens = Instance.new("TextButton")
  54. local BigHeadsAll = Instance.new("TextButton")
  55. local AutoChi = Instance.new("TextButton")
  56. local CollectChest = Instance.new("TextButton")
  57. local AutoPetLevel = Instance.new("TextButton")
  58. local Open = Instance.new("TextButton")
  59.  
  60. --Properties:
  61.  
  62. DarkVenyx.Name = "DarkVenyx"
  63. DarkVenyx.Parent = game.CoreGui
  64. DarkVenyx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  65.  
  66. MainFrame.Name = "MainFrame"
  67. MainFrame.Parent = DarkVenyx
  68. MainFrame.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  69. MainFrame.BorderSizePixel = 0
  70. MainFrame.Position = UDim2.new(0.283973753, 0, 0.203539833, 0)
  71. MainFrame.Size = UDim2.new(0, 478, 0, 335)
  72. MainFrame.Visible = false
  73. MainFrame.Active = true
  74. MainFrame.Draggable = true
  75.  
  76. Title.Name = "Title"
  77. Title.Parent = MainFrame
  78. Title.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  79. Title.BorderSizePixel = 0
  80. Title.Size = UDim2.new(0, 478, 0, 50)
  81. Title.Font = Enum.Font.Cartoon
  82. Title.Text = "Dark Venyx V1"
  83. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. Title.TextScaled = true
  85. Title.TextSize = 14.000
  86. Title.TextWrapped = true
  87.  
  88. WelcomeText.Name = "WelcomeText"
  89. WelcomeText.Parent = MainFrame
  90. WelcomeText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. WelcomeText.BackgroundTransparency = 1.000
  92. WelcomeText.BorderSizePixel = 0
  93. WelcomeText.Position = UDim2.new(0.110878661, 0, 0.352238804, 0)
  94. WelcomeText.Size = UDim2.new(0, 371, 0, 46)
  95. WelcomeText.ZIndex = 2
  96. WelcomeText.Font = Enum.Font.SourceSans
  97. WelcomeText.Text = "Welcome PlayerName"
  98. WelcomeText.TextColor3 = Color3.fromRGB(0, 170, 255)
  99. WelcomeText.TextScaled = true
  100. WelcomeText.TextSize = 14.000
  101. WelcomeText.TextWrapped = true
  102. WelcomeText.Text = "Welcome "..game.Players.LocalPlayer.Name
  103.  
  104. Credits.Name = "Credits"
  105. Credits.Parent = MainFrame
  106. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. Credits.BackgroundTransparency = 1.000
  108. Credits.BorderSizePixel = 0
  109. Credits.Position = UDim2.new(0.110878661, 0, 0.602985084, 0)
  110. Credits.Size = UDim2.new(0, 371, 0, 46)
  111. Credits.ZIndex = 2
  112. Credits.Font = Enum.Font.SourceSans
  113. Credits.Text = "Gui & Script By Zendrix#2920"
  114. Credits.TextColor3 = Color3.fromRGB(0, 170, 255)
  115. Credits.TextScaled = true
  116. Credits.TextSize = 14.000
  117. Credits.TextWrapped = true
  118.  
  119. FarmingButton.Name = "FarmingButton"
  120. FarmingButton.Parent = MainFrame
  121. FarmingButton.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  122. FarmingButton.BorderSizePixel = 0
  123. FarmingButton.Position = UDim2.new(0, 0, 0.149253726, 0)
  124. FarmingButton.Size = UDim2.new(0, 131, 0, 38)
  125. FarmingButton.AutoButtonColor = false
  126. FarmingButton.Font = Enum.Font.SourceSans
  127. FarmingButton.Text = "Farming"
  128. FarmingButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  129. FarmingButton.TextScaled = true
  130. FarmingButton.TextSize = 14.000
  131. FarmingButton.TextWrapped = true
  132. FarmingButton.MouseButton1Down:connect(function()
  133. FarmingFrame.Visible = true
  134. MainFrame.Visible = false
  135. end)
  136.  
  137. Commands.Name = "Commands"
  138. Commands.Parent = MainFrame
  139. Commands.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  140. Commands.BorderSizePixel = 0
  141. Commands.Position = UDim2.new(0.361924708, 0, 0.149253726, 0)
  142. Commands.Size = UDim2.new(0, 131, 0, 38)
  143. Commands.AutoButtonColor = false
  144. Commands.Font = Enum.Font.SourceSans
  145. Commands.Text = "Commands"
  146. Commands.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. Commands.TextScaled = true
  148. Commands.TextSize = 14.000
  149. Commands.TextWrapped = true
  150. Commands.MouseButton1Down:connect(function()
  151. CommandsFrame.Visible = true
  152. MainFrame.Visible = false
  153. end)
  154.  
  155. ComingSoon.Name = "Coming Soon"
  156. ComingSoon.Parent = MainFrame
  157. ComingSoon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  158. ComingSoon.BorderSizePixel = 0
  159. ComingSoon.Position = UDim2.new(0.725941479, 0, 0.149253726, 0)
  160. ComingSoon.Size = UDim2.new(0, 131, 0, 38)
  161. ComingSoon.AutoButtonColor = false
  162. ComingSoon.Font = Enum.Font.SourceSans
  163. ComingSoon.Text = "Coming Soon!"
  164. ComingSoon.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. ComingSoon.TextScaled = true
  166. ComingSoon.TextSize = 14.000
  167. ComingSoon.TextWrapped = true
  168.  
  169. Exit.Name = "Exit"
  170. Exit.Parent = MainFrame
  171. Exit.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  172. Exit.BorderSizePixel = 0
  173. Exit.Position = UDim2.new(0.88702929, 0, 0, 0)
  174. Exit.Size = UDim2.new(0, 54, 0, 50)
  175. Exit.Font = Enum.Font.Cartoon
  176. Exit.Text = "X"
  177. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. Exit.TextScaled = true
  179. Exit.TextSize = 14.000
  180. Exit.TextWrapped = true
  181. Exit.MouseButton1Down:connect(function()
  182. MainFrame.Visible = false
  183. Open.Visible = true
  184. game:GetService("StarterGui"):SetCore("SendNotification", {
  185. Title = "Dark Venyx",
  186. Text = "Dark Venyx Closed"
  187. })
  188. end)
  189.  
  190. CommandsFrame.Name = "CommandsFrame"
  191. CommandsFrame.Parent = DarkVenyx
  192. CommandsFrame.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  193. CommandsFrame.BorderSizePixel = 0
  194. CommandsFrame.Position = UDim2.new(0.283973753, 0, 0.203539833, 0)
  195. CommandsFrame.Size = UDim2.new(0, 478, 0, 335)
  196. CommandsFrame.Visible = false
  197. CommandsFrame.Active = true
  198. CommandsFrame.Draggable = true
  199.  
  200. Title_2.Name = "Title"
  201. Title_2.Parent = CommandsFrame
  202. Title_2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  203. Title_2.BorderSizePixel = 0
  204. Title_2.Size = UDim2.new(0, 478, 0, 50)
  205. Title_2.Font = Enum.Font.SourceSans
  206. Title_2.Text = "Commands"
  207. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. Title_2.TextScaled = true
  209. Title_2.TextSize = 14.000
  210. Title_2.TextWrapped = true
  211.  
  212. ExitCommands.Name = "ExitCommands"
  213. ExitCommands.Parent = CommandsFrame
  214. ExitCommands.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  215. ExitCommands.BorderSizePixel = 0
  216. ExitCommands.Position = UDim2.new(0.882845163, 0, 0, 0)
  217. ExitCommands.Size = UDim2.new(0, 56, 0, 50)
  218. ExitCommands.Font = Enum.Font.SourceSans
  219. ExitCommands.Text = "X"
  220. ExitCommands.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. ExitCommands.TextScaled = true
  222. ExitCommands.TextSize = 14.000
  223. ExitCommands.TextWrapped = true
  224. ExitCommands.MouseButton1Down:connect(function()
  225. CommandsFrame.Visible = false
  226. MainFrame.Visible = true
  227. end)
  228.  
  229. MaxJumps.Name = "MaxJumps"
  230. MaxJumps.Parent = CommandsFrame
  231. MaxJumps.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  232. MaxJumps.BorderSizePixel = 0
  233. MaxJumps.Position = UDim2.new(0.0209205039, 0, 0.185074627, 0)
  234. MaxJumps.Size = UDim2.new(0, 138, 0, 45)
  235. MaxJumps.Font = Enum.Font.SourceSans
  236. MaxJumps.Text = "Max Jumps"
  237. MaxJumps.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. MaxJumps.TextScaled = true
  239. MaxJumps.TextSize = 14.000
  240. MaxJumps.TextWrapped = true
  241. MaxJumps.MouseButton1Down:connect(function()
  242. while wait(.0001) do
  243. game.Players.LocalPlayer.multiJumpCount.Value = "50"
  244. end
  245. end)
  246.  
  247. HideName.Name = "HideName"
  248. HideName.Parent = CommandsFrame
  249. HideName.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  250. HideName.BorderSizePixel = 0
  251. HideName.Position = UDim2.new(0.332635969, 0, 0.185074627, 0)
  252. HideName.Size = UDim2.new(0, 151, 0, 45)
  253. HideName.Font = Enum.Font.SourceSans
  254. HideName.Text = "Hide Name"
  255. HideName.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. HideName.TextScaled = true
  257. HideName.TextSize = 14.000
  258. HideName.TextWrapped = true
  259. HideName.MouseButton1Down:connect(function()
  260. local plrname = game.Players.LocalPlayer.Name
  261. workspace[plrname].Head.nameGui:Destroy()
  262. end)
  263.  
  264. Esp.Name = "Esp"
  265. Esp.Parent = CommandsFrame
  266. Esp.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  267. Esp.BorderSizePixel = 0
  268. Esp.Position = UDim2.new(0.684100449, 0, 0.185074627, 0)
  269. Esp.Size = UDim2.new(0, 138, 0, 45)
  270. Esp.Font = Enum.Font.SourceSans
  271. Esp.Text = "Esp"
  272. Esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  273. Esp.TextScaled = true
  274. Esp.TextSize = 14.000
  275. Esp.TextWrapped = true
  276. Esp.MouseButton1Down:connect(function()
  277. function isnil(thing)
  278. return (thing == nil)
  279. end
  280. local function round(n)
  281. return math.floor(tonumber(n) + 0.5)
  282. end
  283. function UpdatePlayerChams()
  284. for i,v in pairs(game:GetService'Players':GetChildren()) do
  285. pcall(function()
  286. if not isnil(v.Character) then
  287. for _,k in pairs(v.Character:GetChildren()) do
  288. if k:IsA'BasePart' and not k:FindFirstChild'Cham' then
  289. local cham = Instance.new('BoxHandleAdornment',k)
  290. cham.ZIndex= 10
  291. cham.Adornee=k
  292. cham.AlwaysOnTop=true
  293. cham.Size=k.Size
  294. cham.Transparency=.8
  295. cham.Color3=Color3.new(0,0,1)
  296. cham.Name = 'Cham'
  297. end
  298. end
  299. if not isnil(v.Character.Head) and not v.Character.Head:FindFirstChild'NameEsp' then
  300. local bill = Instance.new('BillboardGui',v.Character.Head)
  301. bill.Name = 'NameEsp'
  302. bill.Size=UDim2.new(1,200,1,30)
  303. bill.Adornee=v.Character.Head
  304. bill.AlwaysOnTop=true
  305. local name = Instance.new('TextLabel',bill)
  306. name.TextWrapped=true
  307. name.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..'m')
  308. name.Size = UDim2.new(1,0,1,0)
  309. name.TextYAlignment='Top'
  310. name.TextColor3=Color3.new(1,1,1)
  311. name.BackgroundTransparency=1
  312. else
  313. v.Character.Head.NameEsp.TextLabel.Text = (v.Name ..' '.. round((game:GetService('Players').LocalPlayer.Character.Head.Position - v.Character.Head.Position).Magnitude/3) ..'m')
  314. end
  315. end
  316. end)
  317. end
  318. end
  319. while wait() do
  320. UpdatePlayerChams()
  321. end
  322. end)
  323.  
  324. Invisibility.Name = "Invisibility"
  325. Invisibility.Parent = CommandsFrame
  326. Invisibility.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  327. Invisibility.BorderSizePixel = 0
  328. Invisibility.Position = UDim2.new(0.0188284535, 0, 0.391044796, 0)
  329. Invisibility.Size = UDim2.new(0, 138, 0, 45)
  330. Invisibility.Font = Enum.Font.SourceSans
  331. Invisibility.Text = "Invisibility"
  332. Invisibility.TextColor3 = Color3.fromRGB(255, 255, 255)
  333. Invisibility.TextScaled = true
  334. Invisibility.TextSize = 14.000
  335. Invisibility.TextWrapped = true
  336. Invisibility.MouseButton1Down:connect(function()
  337. local A_1 = "goInvisible"
  338. local Event = game.Players.LocalPlayer.ninjaEvent
  339. Event:FireServer(A_1)
  340. end)
  341.  
  342. SlowShurikens.Name = "SlowShurikens"
  343. SlowShurikens.Parent = CommandsFrame
  344. SlowShurikens.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  345. SlowShurikens.BorderSizePixel = 0
  346. SlowShurikens.Position = UDim2.new(0.332635969, 0, 0.391044766, 0)
  347. SlowShurikens.Size = UDim2.new(0, 151, 0, 45)
  348. SlowShurikens.Font = Enum.Font.SourceSans
  349. SlowShurikens.Text = "Slow Shurikens"
  350. SlowShurikens.TextColor3 = Color3.fromRGB(255, 255, 255)
  351. SlowShurikens.TextScaled = true
  352. SlowShurikens.TextSize = 14.000
  353. SlowShurikens.TextWrapped = true
  354. SlowShurikens.MouseButton1Down:connect(function()
  355. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  356. local plr = game.Players.LocalPlayer
  357. local Mouse = plr:GetMouse()
  358. local velocity = 35
  359. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  360. if p.Name == "Handle" then
  361. if p:FindFirstChild("BodyVelocity") then
  362. local bv = p:FindFirstChildOfClass("BodyVelocity")
  363. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  364. bv.Velocity = Mouse.Hit.lookVector * velocity
  365. end
  366. end
  367. end
  368. end
  369. end)
  370.  
  371. FastShurikens.Name = "FastShurikens"
  372. FastShurikens.Parent = CommandsFrame
  373. FastShurikens.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  374. FastShurikens.BorderSizePixel = 0
  375. FastShurikens.Position = UDim2.new(0.682008386, 0, 0.391044796, 0)
  376. FastShurikens.Size = UDim2.new(0, 138, 0, 45)
  377. FastShurikens.Font = Enum.Font.SourceSans
  378. FastShurikens.Text = "Fast Shurikens"
  379. FastShurikens.TextColor3 = Color3.fromRGB(255, 255, 255)
  380. FastShurikens.TextScaled = true
  381. FastShurikens.TextSize = 14.000
  382. FastShurikens.TextWrapped = true
  383. FastShurikens.MouseButton1Down:connect(function()
  384. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  385. local plr = game.Players.LocalPlayer
  386. local Mouse = plr:GetMouse()
  387. local velocity = 1000
  388. for _,p in pairs(game.Workspace.shurikensFolder:GetChildren()) do
  389. if p.Name == "Handle" then
  390. if p:FindFirstChild("BodyVelocity") then
  391. local bv = p:FindFirstChildOfClass("BodyVelocity")
  392. bv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  393. bv.Velocity = Mouse.Hit.lookVector * velocity
  394. end
  395. end
  396. end
  397. end
  398. end)
  399.  
  400. UnluckAllIsland.Name = "UnluckAllIsland"
  401. UnluckAllIsland.Parent = CommandsFrame
  402. UnluckAllIsland.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  403. UnluckAllIsland.BorderSizePixel = 0
  404. UnluckAllIsland.Position = UDim2.new(0.0167364031, 0, 0.591044784, 0)
  405. UnluckAllIsland.Size = UDim2.new(0, 138, 0, 45)
  406. UnluckAllIsland.Font = Enum.Font.SourceSans
  407. UnluckAllIsland.Text = "Unluck All Island"
  408. UnluckAllIsland.TextColor3 = Color3.fromRGB(255, 255, 255)
  409. UnluckAllIsland.TextScaled = true
  410. UnluckAllIsland.TextSize = 14.000
  411. UnluckAllIsland.TextWrapped = true
  412. UnluckAllIsland.MouseButton1Down:connect(function()
  413. for i,v in next, game.workspace.islandUnlockParts:GetChildren() do
  414. if v then
  415. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.islandSignPart.CFrame;
  416. wait(.5)
  417. end
  418. end
  419. end)
  420.  
  421. AutoAllBoss.Name = "AutoAllBoss"
  422. AutoAllBoss.Parent = CommandsFrame
  423. AutoAllBoss.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  424. AutoAllBoss.BorderSizePixel = 0
  425. AutoAllBoss.Position = UDim2.new(0.336820096, 0, 0.591044784, 0)
  426. AutoAllBoss.Size = UDim2.new(0, 149, 0, 45)
  427. AutoAllBoss.Font = Enum.Font.SourceSans
  428. AutoAllBoss.Text = "Auto All Boss"
  429. AutoAllBoss.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. AutoAllBoss.TextScaled = true
  431. AutoAllBoss.TextSize = 14.000
  432. AutoAllBoss.TextWrapped = true
  433. AutoAllBoss.MouseButton1Down:connect(function()
  434. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  435. if game.Workspace.bossFolder:FindFirstChild("Samurai Santa") then
  436. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder["Samurai Santa"].HumanoidRootPart.CFrame
  437. else
  438. if not game.Workspace.bossFolder:FindFirstChild("Samurai Santa") then
  439. if game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.AncientMagmaBoss.HumanoidRootPart.CFrame
  441. else
  442. if not game.Workspace.bossFolder:FindFirstChild("AncientMagmaBoss") then
  443. if game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.EternalBoss.HumanoidRootPart.CFrame
  445. else
  446. if not game.Workspace.bossFolder:FindFirstChild("EternalBoss") then
  447. if game.Workspace.bossFolder:FindFirstChild("RobotBoss") then
  448. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bossFolder.RobotBoss.HumanoidRootPart.CFrame
  449. end
  450. end
  451. end
  452. end
  453. end
  454. end
  455. end
  456. if player.Character:FindFirstChildOfClass("Tool") then
  457. player.Character:FindFirstChildOfClass("Tool"):Activate()
  458. else
  459. for i,v in pairs(player.Backpack:GetChildren()) do
  460. if v.ClassName == "Tool" and v:FindFirstChild("attackKatanaScript") then
  461. v.attackTime.Value = 0.2
  462. player.Character.Humanoid:EquipTool(v)
  463. if attackfar then
  464. for i,v in pairs(player.Backpack:GetChildren()) do
  465. if v.ClassName == "Tool" and v:FindFirstChild("attackShurikenScript") then
  466. player.Character.Humanoid:EquipTool(v)
  467. end
  468. end
  469. end
  470. end
  471. end
  472. end
  473. end
  474. end)
  475.  
  476. BigHeadAll.Name = "BigHeadAll"
  477. BigHeadAll.Parent = CommandsFrame
  478. BigHeadAll.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  479. BigHeadAll.BorderSizePixel = 0
  480. BigHeadAll.Position = UDim2.new(0.679916322, 0, 0.591044784, 0)
  481. BigHeadAll.Size = UDim2.new(0, 138, 0, 45)
  482. BigHeadAll.Font = Enum.Font.SourceSans
  483. BigHeadAll.Text = "Bring Heads All"
  484. BigHeadAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  485. BigHeadAll.TextScaled = true
  486. BigHeadAll.TextSize = 14.000
  487. BigHeadAll.TextWrapped = true
  488. BigHeadAll.MouseButton1Down:connect(function()
  489. local pos = 5,0,5
  490.  
  491. local player = game.Players:GetChildren()
  492. for i=1,#player do
  493. if player[i].Name ~= game.Players.LocalPlayer.Name then
  494. local part = player[i].Character.Head
  495. part.Transparency = 0
  496. part.Material = "Neon"
  497. part.CanCollide = false
  498. part.Anchored = true
  499. part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position+Vector3.new(pos)
  500. end
  501. end
  502. end)
  503.  
  504. GoodKarmaFarm.Name = "GoodKarmaFarm"
  505. GoodKarmaFarm.Parent = CommandsFrame
  506. GoodKarmaFarm.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  507. GoodKarmaFarm.BorderSizePixel = 0
  508. GoodKarmaFarm.Position = UDim2.new(0.0146443527, 0, 0.791044772, 0)
  509. GoodKarmaFarm.Size = UDim2.new(0, 138, 0, 45)
  510. GoodKarmaFarm.Font = Enum.Font.SourceSans
  511. GoodKarmaFarm.Text = "Good Karma Farm"
  512. GoodKarmaFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  513. GoodKarmaFarm.TextScaled = true
  514. GoodKarmaFarm.TextSize = 14.000
  515. GoodKarmaFarm.TextWrapped = true
  516. GoodKarmaFarm.MouseButton1Down:connect(function()
  517. loadstring(game:HttpGet(('https://pastebin.com/raw/AaqHqPyw'),true))()
  518. end)
  519.  
  520. BadKarmaFarm.Name = "BadKarmaFarm"
  521. BadKarmaFarm.Parent = CommandsFrame
  522. BadKarmaFarm.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  523. BadKarmaFarm.BorderSizePixel = 0
  524. BadKarmaFarm.Position = UDim2.new(0.334728032, 0, 0.791044772, 0)
  525. BadKarmaFarm.Size = UDim2.new(0, 149, 0, 45)
  526. BadKarmaFarm.Font = Enum.Font.SourceSans
  527. BadKarmaFarm.Text = "Bad Karma Farm"
  528. BadKarmaFarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  529. BadKarmaFarm.TextScaled = true
  530. BadKarmaFarm.TextSize = 14.000
  531. BadKarmaFarm.TextWrapped = true
  532. BadKarmaFarm.MouseButton1Down:connect(function()
  533. loadstring(game:HttpGet(('https://pastebin.com/raw/wEEB3nQt'),true))()
  534. end)
  535.  
  536. AntiAFK.Name = "AntiAFK"
  537. AntiAFK.Parent = CommandsFrame
  538. AntiAFK.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  539. AntiAFK.BorderSizePixel = 0
  540. AntiAFK.Position = UDim2.new(0.677824259, 0, 0.791044772, 0)
  541. AntiAFK.Size = UDim2.new(0, 138, 0, 45)
  542. AntiAFK.Font = Enum.Font.SourceSans
  543. AntiAFK.Text = "Anti AFK"
  544. AntiAFK.TextColor3 = Color3.fromRGB(255, 255, 255)
  545. AntiAFK.TextScaled = true
  546. AntiAFK.TextSize = 14.000
  547. AntiAFK.TextWrapped = true
  548. AntiAFK.MouseButton1Down:connect(function()
  549. local vu = game:GetService("VirtualUser")
  550. game:GetService("Players").LocalPlayer.Idled:connect(
  551. function()
  552. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  553. wait(1)
  554. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  555. end)
  556.  
  557. FarmingFrame.Name = "FarmingFrame"
  558. FarmingFrame.Parent = DarkVenyx
  559. FarmingFrame.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  560. FarmingFrame.BorderSizePixel = 0
  561. FarmingFrame.Position = UDim2.new(0.283973753, 0, 0.203539833, 0)
  562. FarmingFrame.Size = UDim2.new(0, 478, 0, 335)
  563. FarmingFrame.Visible = false
  564. FarmingFrame.Active = true
  565. FarmingFrame.Draggable = true
  566.  
  567. Title_3.Name = "Title"
  568. Title_3.Parent = FarmingFrame
  569. Title_3.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  570. Title_3.BorderSizePixel = 0
  571. Title_3.Size = UDim2.new(0, 478, 0, 50)
  572. Title_3.Font = Enum.Font.SourceSans
  573. Title_3.Text = "Farming"
  574. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  575. Title_3.TextScaled = true
  576. Title_3.TextSize = 14.000
  577. Title_3.TextWrapped = true
  578.  
  579. ExitFarming.Name = "ExitFarming"
  580. ExitFarming.Parent = FarmingFrame
  581. ExitFarming.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  582. ExitFarming.BorderSizePixel = 0
  583. ExitFarming.Position = UDim2.new(0.882845163, 0, 0, 0)
  584. ExitFarming.Size = UDim2.new(0, 56, 0, 50)
  585. ExitFarming.Font = Enum.Font.SourceSans
  586. ExitFarming.Text = "X"
  587. ExitFarming.TextColor3 = Color3.fromRGB(255, 255, 255)
  588. ExitFarming.TextScaled = true
  589. ExitFarming.TextSize = 14.000
  590. ExitFarming.TextWrapped = true
  591. ExitFarming.MouseButton1Down:connect(function()
  592. FarmingFrame.Visible = false
  593. MainFrame.Visible = true
  594. end)
  595.  
  596. Dupe.Name = "Dupe"
  597. Dupe.Parent = FarmingFrame
  598. Dupe.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  599. Dupe.BorderSizePixel = 0
  600. Dupe.Position = UDim2.new(0.0209205039, 0, 0.185074627, 0)
  601. Dupe.Size = UDim2.new(0, 138, 0, 45)
  602. Dupe.Font = Enum.Font.SourceSans
  603. Dupe.Text = "Dupe"
  604. Dupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  605. Dupe.TextScaled = true
  606. Dupe.TextSize = 14.000
  607. Dupe.TextWrapped = true
  608. Dupe.MouseButton1Down:connect(function()
  609. while wait() do
  610. game.ReplicatedStorage.rEvents.tradingEvent:FireServer("acceptTrade")
  611. end
  612. end)
  613.  
  614. AutoSwing.Name = "AutoSwing"
  615. AutoSwing.Parent = FarmingFrame
  616. AutoSwing.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  617. AutoSwing.BorderSizePixel = 0
  618. AutoSwing.Position = UDim2.new(0.332635969, 0, 0.185074627, 0)
  619. AutoSwing.Size = UDim2.new(0, 151, 0, 45)
  620. AutoSwing.Font = Enum.Font.SourceSans
  621. AutoSwing.Text = "Auto Swing"
  622. AutoSwing.TextColor3 = Color3.fromRGB(255, 255, 255)
  623. AutoSwing.TextScaled = true
  624. AutoSwing.TextSize = 14.000
  625. AutoSwing.TextWrapped = true
  626. AutoSwing.MouseButton1Down:connect(function()
  627. _G.swing = true
  628. while _G.swing do
  629. wait()
  630. game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
  631. end
  632. end)
  633.  
  634. AutoSell.Name = "AutoSell"
  635. AutoSell.Parent = FarmingFrame
  636. AutoSell.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  637. AutoSell.BorderSizePixel = 0
  638. AutoSell.Position = UDim2.new(0.684100449, 0, 0.185074627, 0)
  639. AutoSell.Size = UDim2.new(0, 138, 0, 45)
  640. AutoSell.Font = Enum.Font.SourceSans
  641. AutoSell.Text = "Auto Sell"
  642. AutoSell.TextColor3 = Color3.fromRGB(255, 255, 255)
  643. AutoSell.TextScaled = true
  644. AutoSell.TextSize = 14.000
  645. AutoSell.TextWrapped = true
  646. AutoSell.MouseButton1Down:connect(function()
  647. _G.sell = true
  648. while _G.sell do
  649. wait()
  650. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  651. wait(.1)
  652. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Workspace.Part.CFrame
  653. end
  654. end)
  655.  
  656. AutoBuyBelts.Name = "AutoBuyBelts"
  657. AutoBuyBelts.Parent = FarmingFrame
  658. AutoBuyBelts.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  659. AutoBuyBelts.BorderSizePixel = 0
  660. AutoBuyBelts.Position = UDim2.new(0.0188284535, 0, 0.391044796, 0)
  661. AutoBuyBelts.Size = UDim2.new(0, 138, 0, 45)
  662. AutoBuyBelts.Font = Enum.Font.SourceSans
  663. AutoBuyBelts.Text = "Auto Buy Belts"
  664. AutoBuyBelts.TextColor3 = Color3.fromRGB(255, 255, 255)
  665. AutoBuyBelts.TextScaled = true
  666. AutoBuyBelts.TextSize = 14.000
  667. AutoBuyBelts.TextWrapped = true
  668. AutoBuyBelts.MouseButton1Down:connect(function()
  669. _G.sword = true
  670. while _G.sword do
  671. wait()
  672. local oh1 = "buyAllBelts"
  673. local oh2 = {"Ground", "Astral Island", "Space Island", "Tundra Island", "Eternal Island", "Sandstorm Island", "Thunderstorm Island", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island", "Golden Master Island", "Dragon Legend Island", "Cybernetic Legends Island,"}
  674. for i = 1, #oh2 do
  675. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  676. end
  677. end
  678. end)
  679.  
  680. AutoBuyRanks.Name = "AutoBuyRanks"
  681. AutoBuyRanks.Parent = FarmingFrame
  682. AutoBuyRanks.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  683. AutoBuyRanks.BorderSizePixel = 0
  684. AutoBuyRanks.Position = UDim2.new(0.332635969, 0, 0.391044766, 0)
  685. AutoBuyRanks.Size = UDim2.new(0, 151, 0, 45)
  686. AutoBuyRanks.Font = Enum.Font.SourceSans
  687. AutoBuyRanks.Text = "Auto Buy Ranks"
  688. AutoBuyRanks.TextColor3 = Color3.fromRGB(255, 255, 255)
  689. AutoBuyRanks.TextScaled = true
  690. AutoBuyRanks.TextSize = 14.000
  691. AutoBuyRanks.TextWrapped = true
  692. AutoBuyRanks.MouseButton1Down:connect(function()
  693. _G.sword = true
  694. while _G.sword do
  695. wait()
  696. local oh1 = "buyRank"
  697. local oh2 = {"Ground", "Astral Island", "Space Island", "Tundra Island", "Eternal Island", "Sandstorm Island", "Thunderstorm Island", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island", "Golden Master Island", "Dragon Legend Island", "Cybernetic Legends Island,"}
  698. for i = 1, #oh2 do
  699. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  700. end
  701. end
  702. end)
  703.  
  704. AutoBuySword.Name = "AutoBuySword"
  705. AutoBuySword.Parent = FarmingFrame
  706. AutoBuySword.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  707. AutoBuySword.BorderSizePixel = 0
  708. AutoBuySword.Position = UDim2.new(0.682008386, 0, 0.391044796, 0)
  709. AutoBuySword.Size = UDim2.new(0, 138, 0, 45)
  710. AutoBuySword.Font = Enum.Font.SourceSans
  711. AutoBuySword.Text = "Auto Buy Swords"
  712. AutoBuySword.TextColor3 = Color3.fromRGB(255, 255, 255)
  713. AutoBuySword.TextScaled = true
  714. AutoBuySword.TextSize = 14.000
  715. AutoBuySword.TextWrapped = true
  716. AutoBuySword.MouseButton1Down:connect(function()
  717. _G.sword = true
  718. while _G.sword do
  719. wait()
  720. local oh1 = "buyAllSwords"
  721. local oh2 = {"Ground", "Astral Island", "Space Island", "Tundra Island", "Eternal Island", "Sandstorm Island", "Thunderstorm Island", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island", "Golden Master Island", "Dragon Legend Island", "Cybernetic Legends Island,"}
  722. for i = 1, #oh2 do
  723. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  724. end
  725. end
  726. end)
  727.  
  728. AutoBuySkills.Name = "AutoBuySkills"
  729. AutoBuySkills.Parent = FarmingFrame
  730. AutoBuySkills.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  731. AutoBuySkills.BorderSizePixel = 0
  732. AutoBuySkills.Position = UDim2.new(0.0167364031, 0, 0.591044784, 0)
  733. AutoBuySkills.Size = UDim2.new(0, 138, 0, 45)
  734. AutoBuySkills.Font = Enum.Font.SourceSans
  735. AutoBuySkills.Text = "Auto Buy Skills"
  736. AutoBuySkills.TextColor3 = Color3.fromRGB(255, 255, 255)
  737. AutoBuySkills.TextScaled = true
  738. AutoBuySkills.TextSize = 14.000
  739. AutoBuySkills.TextWrapped = true
  740. AutoBuySkills.MouseButton1Down:connect(function()
  741. _G.sword = true
  742. while _G.sword do
  743. wait()
  744. local oh1 = "buyAllSkills"
  745. local oh2 = {"Ground", "Astral Island", "Space Island", "Tundra Island", "Eternal Island", "Sandstorm Island", "Thunderstorm Island", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island", "Golden Master Island", "Dragon Legend Island", "Cybernetic Legends Island,"}
  746. for i = 1, #oh2 do
  747. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  748. end
  749. end
  750. end)
  751.  
  752. AutoBuyShurikens.Name = "AutoBuyShurikens"
  753. AutoBuyShurikens.Parent = FarmingFrame
  754. AutoBuyShurikens.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  755. AutoBuyShurikens.BorderSizePixel = 0
  756. AutoBuyShurikens.Position = UDim2.new(0.336820096, 0, 0.591044784, 0)
  757. AutoBuyShurikens.Size = UDim2.new(0, 149, 0, 45)
  758. AutoBuyShurikens.Font = Enum.Font.SourceSans
  759. AutoBuyShurikens.Text = "Auto Buy Shuriken"
  760. AutoBuyShurikens.TextColor3 = Color3.fromRGB(255, 255, 255)
  761. AutoBuyShurikens.TextScaled = true
  762. AutoBuyShurikens.TextSize = 14.000
  763. AutoBuyShurikens.TextWrapped = true
  764. AutoBuyShurikens.MouseButton1Down:connect(function()
  765. _G.sword = true
  766. while _G.sword do
  767. wait()
  768. local oh1 = "buyAllShurikens"
  769. local oh2 = {"Ground", "Astral Island", "Space Island", "Tundra Island", "Eternal Island", "Sandstorm Island", "Thunderstorm Island", "Ancient Inferno Island", "Midnight Shadow Island", "Mythical Souls Island", "Winter Wonder Island", "Golden Master Island", "Dragon Legend Island", "Cybernetic Legends Island,"}
  770. for i = 1, #oh2 do
  771. game:GetService("Players").LocalPlayer.ninjaEvent:FireServer(oh1, oh2[i])
  772. end
  773. end
  774. end)
  775.  
  776. BigHeadsAll.Name = "BigHeadsAll"
  777. BigHeadsAll.Parent = FarmingFrame
  778. BigHeadsAll.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  779. BigHeadsAll.BorderSizePixel = 0
  780. BigHeadsAll.Position = UDim2.new(0.679916322, 0, 0.591044784, 0)
  781. BigHeadsAll.Size = UDim2.new(0, 138, 0, 45)
  782. BigHeadsAll.Font = Enum.Font.SourceSans
  783. BigHeadsAll.Text = "Auto Full Sell"
  784. BigHeadsAll.TextColor3 = Color3.fromRGB(255, 255, 255)
  785. BigHeadsAll.TextScaled = true
  786. BigHeadsAll.TextSize = 14.000
  787. BigHeadsAll.TextWrapped = true
  788. BigHeadsAll.MouseButton1Down:connect(function()
  789. _G.sell = true
  790. while _G.sell do
  791. wait()
  792. if game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") then
  793. if player.PlayerGui.gameGui.maxNinjitsuMenu.Visible == true then
  794. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame
  795. wait(.05)
  796. game.workspace.sellAreaCircles["sellAreaCircle7"].circleInner.CFrame = game.Workspace.Part.CFrame
  797. end
  798. end
  799. end
  800. end)
  801.  
  802. AutoChi.Name = "AutoChi"
  803. AutoChi.Parent = FarmingFrame
  804. AutoChi.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  805. AutoChi.BorderSizePixel = 0
  806. AutoChi.Position = UDim2.new(0.0146443527, 0, 0.791044772, 0)
  807. AutoChi.Size = UDim2.new(0, 138, 0, 45)
  808. AutoChi.Font = Enum.Font.SourceSans
  809. AutoChi.Text = "Auto Chi"
  810. AutoChi.TextColor3 = Color3.fromRGB(255, 255, 255)
  811. AutoChi.TextScaled = true
  812. AutoChi.TextSize = 14.000
  813. AutoChi.TextWrapped = true
  814. AutoChi.MouseButton1Down:connect(function()
  815. for i,v in pairs(game.Workspace.spawnedCoins.Valley:GetChildren()) do
  816. if v.Name == "Blue Chi Crate" then
  817. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  818. wait(.16)
  819. end
  820. end
  821. end)
  822.  
  823. CollectChest.Name = "CollectChest"
  824. CollectChest.Parent = FarmingFrame
  825. CollectChest.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  826. CollectChest.BorderSizePixel = 0
  827. CollectChest.Position = UDim2.new(0.334728032, 0, 0.791044772, 0)
  828. CollectChest.Size = UDim2.new(0, 149, 0, 45)
  829. CollectChest.Font = Enum.Font.SourceSans
  830. CollectChest.Text = "Collect All Chest"
  831. CollectChest.TextColor3 = Color3.fromRGB(255, 255, 255)
  832. CollectChest.TextScaled = true
  833. CollectChest.TextSize = 14.000
  834. CollectChest.TextWrapped = true
  835. CollectChest.MouseButton1Down:connect(function()
  836. game:GetService("Workspace").mythicalChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  837. wait(3.5)
  838. game:GetService("Workspace").goldenChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  839. wait(3.5)
  840. game:GetService("Workspace").enchantedChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  841. wait(3.5)
  842. game:GetService("Workspace").magmaChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  843. wait(3.5)
  844. game:GetService("Workspace").legendsChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  845. wait(3.5)
  846. game:GetService("Workspace").eternalChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  847. wait(3.5)
  848. game:GetService("Workspace").saharaChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  849. wait(3.5)
  850. game:GetService("Workspace").thunderChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  851. wait(3.5)
  852. game:GetService("Workspace").ancientChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  853. wait(3.5)
  854. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  855. wait(3.5)
  856. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  857. wait(3.5)
  858. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  859. wait(3.5)
  860. game:GetService("Workspace")["wonderChest"].circleInner.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  861. wait(3.5)
  862. game:GetService("Workspace").wonderChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  863. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  864. game:GetService("Workspace").ancientChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  865. game:GetService("Workspace").midnightShadowChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  866. game:GetService("Workspace").thunderChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  867. game:GetService("Workspace").saharaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  868. game:GetService("Workspace").eternalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  869. game:GetService("Workspace").legendsChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  870. game:GetService("Workspace").magmaChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  871. game:GetService("Workspace").enchantedChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  872. game:GetService("Workspace").goldenChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  873. game:GetService("Workspace").mythicalChest["circleInner"].CFrame = game.Workspace.Part.CFrame
  874. game:GetService("Workspace").groupRewardsCircle["circleInner"].CFrame = game.Workspace.Part.CFrame
  875. game:GetService("Workspace")["Daily Chest"].circleInner.CFrame = game.Workspace.Part.CFrame
  876. end)
  877.  
  878. AutoPetLevel.Name = "AutoPetLevel"
  879. AutoPetLevel.Parent = FarmingFrame
  880. AutoPetLevel.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  881. AutoPetLevel.BorderSizePixel = 0
  882. AutoPetLevel.Position = UDim2.new(0.677824259, 0, 0.791044772, 0)
  883. AutoPetLevel.Size = UDim2.new(0, 138, 0, 45)
  884. AutoPetLevel.Font = Enum.Font.SourceSans
  885. AutoPetLevel.Text = "Auto Pet Levels"
  886. AutoPetLevel.TextColor3 = Color3.fromRGB(255, 255, 255)
  887. AutoPetLevel.TextScaled = true
  888. AutoPetLevel.TextSize = 14.000
  889. AutoPetLevel.TextWrapped = true
  890. AutoPetLevel.MouseButton1Down:connect(function()
  891. local plr = game.Players.LocalPlayer
  892. for _,v in pairs(workspace.Hoops:GetDescendants()) do
  893. if v.ClassName == "MeshPart" then
  894. v.touchPart.CFrame = plr.Character.HumanoidRootPart.CFrame
  895. end
  896. end
  897. end)
  898.  
  899. Open.Name = "Open"
  900. Open.Parent = DarkVenyx
  901. Open.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  902. Open.BorderSizePixel = 0
  903. Open.Position = UDim2.new(0.432989687, 0, 0.014159292, 0)
  904. Open.Size = UDim2.new(0, 158, 0, 41)
  905. Open.Font = Enum.Font.Cartoon
  906. Open.Text = "Open"
  907. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  908. Open.TextScaled = true
  909. Open.TextSize = 14.000
  910. Open.TextWrapped = true
  911. Open.MouseButton1Down:connect(function()
  912. MainFrame.Visible = true
  913. Open.Visible = false
  914. game:GetService("StarterGui"):SetCore("SendNotification", {
  915. Title = "Dark Venyx",
  916. Text = "Dark Venyx Opened"
  917. })
  918. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement