LinhDepTraiMaGa

Hack cac thu

Jan 12th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. -- by Dissapear#6969 or GerryNyx
  2. -- DarkDevs GUI
  3. -- All Credits to people made that script
  4. -- Updated 12/1/2019
  5.  
  6. plr = game:GetService('Players').LocalPlayer
  7. Kntl = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. Awal = Kntl.CFrame
  9. local DarkDevs = Instance.new("ScreenGui")
  10. local Main = Instance.new("Frame")
  11. local Header = Instance.new("Frame")
  12. local SHeader = Instance.new("Frame")
  13. local title = Instance.new("TextLabel")
  14. local credits = Instance.new("TextLabel")
  15. local CloseButton = Instance.new("TextButton")
  16. local Frame = Instance.new("Frame")
  17. local LocalPlayerButton = Instance.new("TextButton")
  18. local autoFarm = Instance.new("TextButton")
  19. local autoBuyEGG = Instance.new("TextButton")
  20. local autoSell = Instance.new("TextButton")
  21. local autoRebirth = Instance.new("TextButton")
  22. local LocalFrame = Instance.new("Frame")
  23. local HeaderLocal = Instance.new("Frame")
  24. local SHeader_2 = Instance.new("Frame")
  25. local CloseButton_2 = Instance.new("TextButton")
  26. local Frame_2 = Instance.new("Frame")
  27. local walkfaster = Instance.new("TextButton")
  28. local highjump = Instance.new("TextButton")
  29. local infjumper = Instance.new("TextButton")
  30. local tpToMagnet = Instance.new("TextButton")
  31. local FastFarm = Instance.new("TextButton")
  32.  
  33. -- Properties
  34.  
  35. DarkDevs.Name = "DarkDevs"
  36. DarkDevs.Parent = game.CoreGui
  37.  
  38. Main.Name = "Main"
  39. Main.Parent = DarkDevs
  40. Main.Active = true
  41. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.367, 0, 0.261, 0)
  44. Main.Size = UDim2.new(0, 260, 0, 240)
  45. Main.SizeConstraint = Enum.SizeConstraint.RelativeXX
  46. Main.Draggable = true
  47.  
  48. Header.Name = "Header"
  49. Header.Parent = Main
  50. Header.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  51. Header.BorderSizePixel = 0
  52. Header.Size = UDim2.new(0, 260, 0, 31)
  53.  
  54. SHeader.Name = "SHeader"
  55. SHeader.Parent = Header
  56. SHeader.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  57. SHeader.BorderSizePixel = 0
  58. SHeader.Position = UDim2.new(0, 0, 0.781586051, 0)
  59. SHeader.Size = UDim2.new(0, 260, 0, 6)
  60.  
  61. title.Name = "title"
  62. title.Parent = Header
  63. title.BackgroundColor3 = Color3.new(1, 1, 1)
  64. title.BackgroundTransparency = 1
  65. title.Size = UDim2.new(0, 131, 0, 30)
  66. title.Font = Enum.Font.GothamBlack
  67. title.Text = "DARK DEVS </>"
  68. title.TextColor3 = Color3.new(1, 1, 1)
  69. title.TextSize = 14
  70. title.TextStrokeTransparency = 0.80000001192093
  71.  
  72. credits.Name = "credits"
  73. credits.Parent = Header
  74. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  75. credits.BackgroundTransparency = 1
  76. credits.Position = UDim2.new(0.0423076935, 0, 6.12903214, 0)
  77. credits.Size = UDim2.new(0, 249, 0, 50)
  78. credits.Font = Enum.Font.SourceSans
  79. credits.Text = "Note: Updated 12/1/2019, All credits to people made that script, i dont know he's name but i'l give credits, if you need help with this gui, join our discord server, link on v3rmillion thread"
  80. credits.TextColor3 = Color3.new(1, 1, 1)
  81. credits.TextSize = 14
  82. credits.TextWrapped = true
  83. credits.TextXAlignment = Enum.TextXAlignment.Left
  84. credits.TextYAlignment = Enum.TextYAlignment.Top
  85.  
  86. CloseButton.Name = "CloseButton"
  87. CloseButton.Parent = Header
  88. CloseButton.BackgroundColor3 = Color3.new(0.819608, 0, 0)
  89. CloseButton.Position = UDim2.new(0.880769253, 0, 0, 0)
  90. CloseButton.Size = UDim2.new(0, 31, 0, 31)
  91. CloseButton.Font = Enum.Font.GothamBold
  92. CloseButton.Text = "X"
  93. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  94. CloseButton.TextSize = 14
  95.  
  96. CloseButton.MouseButton1Down:connect(function()
  97. DarkDevs:Destroy()
  98. end)
  99.  
  100.  
  101.  
  102. Frame.Parent = CloseButton
  103. Frame.BackgroundColor3 = Color3.new(0.509804, 0, 0)
  104. Frame.BorderSizePixel = 0
  105. Frame.Position = UDim2.new(0, 0, 0.78158617, 0)
  106. Frame.Size = UDim2.new(0, 31, 0, 7)
  107.  
  108. LocalPlayerButton.Name = "LocalPlayerButton"
  109. LocalPlayerButton.Parent = Header
  110. LocalPlayerButton.BackgroundColor3 = Color3.new(0.819608, 0, 0)
  111. LocalPlayerButton.BackgroundTransparency = 1
  112. LocalPlayerButton.Position = UDim2.new(0.738461554, 0, 0, 0)
  113. LocalPlayerButton.Size = UDim2.new(0, 31, 0, 31)
  114. LocalPlayerButton.Font = Enum.Font.GothamBold
  115. LocalPlayerButton.Text = "[+]"
  116. LocalPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  117. LocalPlayerButton.TextSize = 14
  118. LocalPlayerButton.MouseButton1Down:connect(function()
  119. LocalFrame.Visible = true
  120. end)
  121.  
  122. autoFarm.Name = "autoFarm"
  123. autoFarm.Parent = Main
  124. autoFarm.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  125. autoFarm.BorderSizePixel = 0
  126. autoFarm.Position = UDim2.new(0.0423076935, 0, 0.158333331, 0)
  127. autoFarm.Size = UDim2.new(0, 120, 0, 35)
  128. autoFarm.Font = Enum.Font.GothamBold
  129. autoFarm.Text = "AutoFarm: OFF"
  130. autoFarm.TextColor3 = Color3.new(1, 1, 1)
  131. autoFarm.TextSize = 14
  132. Farm = 0
  133. Active = 0
  134. autoFarm.MouseButton1Down:connect(function()
  135. if Farm == 1 then
  136. Farm = 0
  137. autoFarm.Text = "AutoFarm: OFF"
  138. Active = false
  139. else
  140. Farm = 1
  141. Active = true
  142. autoFarm.Text = "AutoFarm: ON"
  143. AutoDuit()
  144. end
  145. end)
  146.  
  147. autoBuyEGG.Name = "autoBuyEGG"
  148. autoBuyEGG.Parent = Main
  149. autoBuyEGG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  150. autoBuyEGG.BorderSizePixel = 0
  151. autoBuyEGG.Position = UDim2.new(0.0423076935, 0, 0.329166651, 0)
  152. autoBuyEGG.Size = UDim2.new(0, 120, 0, 35)
  153. autoBuyEGG.Font = Enum.Font.GothamBold
  154. autoBuyEGG.Text = "AutoBuyEGG: OFF"
  155. autoBuyEGG.TextColor3 = Color3.new(1, 1, 1)
  156. autoBuyEGG.TextSize = 14
  157.  
  158. buyEgg = 0
  159. Active99 = 0
  160. autoBuyEGG.MouseButton1Down:connect(function()
  161. if buyEgg == 1 then
  162. buyEgg = 0
  163. autoBuyEGG.Text = "AutoBuyEGG: OFF"
  164. Active99 = false
  165. else
  166. buyEgg = 1
  167. Active99 = true
  168. autoBuyEGG.Text = "AutoBuyEGG: ON"
  169. autoBuyTelor()
  170. end
  171. end)
  172.  
  173. autoSell.Name = "autoSell"
  174. autoSell.Parent = Main
  175. autoSell.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  176. autoSell.BorderSizePixel = 0
  177. autoSell.Position = UDim2.new(0.538461566, 0, 0.158333331, 0)
  178. autoSell.Size = UDim2.new(0, 110, 0, 35)
  179. autoSell.Font = Enum.Font.GothamBold
  180. autoSell.Text = "AutoSell: OFF"
  181. autoSell.TextColor3 = Color3.new(1, 1, 1)
  182. autoSell.TextSize = 14
  183. Sell = 0
  184. Active2 = false
  185. local plr = game:GetService("Players").LocalPlayer
  186. local obj = game:GetService("Workspace")["Rings"]["Sell"]
  187. autoSell.MouseButton1Down:connect(function()
  188. if Sell == 1 then
  189. Sell = 0
  190. Active2 = false
  191. autoSell.Text = "AutoSell: OFF"
  192. else
  193. Sell = 1
  194. Active2 = true
  195. autoSell.Text = "AutoSell: ON"
  196. if Active2 == true then
  197. while Active2 do
  198. game:GetService('RunService').Stepped:wait()
  199.  
  200. plr.Character.HumanoidRootPart.CFrame = obj.CFrame
  201. wait()
  202. plr.Character.HumanoidRootPart.CFrame = obj.CFrame
  203. wait()
  204. end
  205. Kntl.CFrame = Awal
  206. end
  207. end
  208. end)
  209.  
  210. autoRebirth.Name = "autoRebirth"
  211. autoRebirth.Parent = Main
  212. autoRebirth.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  213. autoRebirth.BorderSizePixel = 0
  214. autoRebirth.Position = UDim2.new(0.538461566, 0, 0.329166651, 0)
  215. autoRebirth.Size = UDim2.new(0, 110, 0, 35)
  216. autoRebirth.Font = Enum.Font.GothamBold
  217. autoRebirth.Text = "AutoRebirth: OFF"
  218. autoRebirth.TextColor3 = Color3.new(1, 1, 1)
  219. autoRebirth.TextSize = 12
  220.  
  221. Rebirth = 0
  222. Active3 = false
  223.  
  224. autoRebirth.MouseButton1Down:connect(function()
  225. if Rebirth == 1 then
  226. Rebirth = 0
  227. Active3 = false
  228. autoRebirth.Text = "AutoRebith: OFF"
  229. else
  230. Rebirth = 1
  231. Active3 = true
  232. autoRebirth.Text = "AutoRebirth: ON"
  233. if Active3 == true then
  234. while Active3 do
  235. wait()
  236. local Rebit = game:GetService("ReplicatedStorage").RebirthEvents["requestRebirth"]
  237. Rebit:FireServer()
  238. end
  239. end
  240. end
  241. end)
  242.  
  243. LocalFrame.Name = "LocalFrame"
  244. LocalFrame.Parent = Main
  245. LocalFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  246. LocalFrame.BorderSizePixel = 0
  247. LocalFrame.Position = UDim2.new(1.02307689, 0, 0, 0)
  248. LocalFrame.Size = UDim2.new(0, 169, 0, 217)
  249. LocalFrame.Visible = false
  250.  
  251. HeaderLocal.Name = "HeaderLocal"
  252. HeaderLocal.Parent = LocalFrame
  253. HeaderLocal.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  254. HeaderLocal.BorderSizePixel = 0
  255. HeaderLocal.Size = UDim2.new(0, 169, 0, 31)
  256.  
  257. SHeader_2.Name = "SHeader"
  258. SHeader_2.Parent = HeaderLocal
  259. SHeader_2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  260. SHeader_2.BorderSizePixel = 0
  261. SHeader_2.Position = UDim2.new(0, 0, 0.78158617, 0)
  262. SHeader_2.Size = UDim2.new(0, 169, 0, 6)
  263.  
  264. CloseButton_2.Name = "CloseButton"
  265. CloseButton_2.Parent = HeaderLocal
  266. CloseButton_2.BackgroundColor3 = Color3.new(0.819608, 0, 0)
  267. CloseButton_2.Position = UDim2.new(0.815680683, 0, 0, 0)
  268. CloseButton_2.Size = UDim2.new(0, 31, 0, 30)
  269. CloseButton_2.Font = Enum.Font.GothamBold
  270. CloseButton_2.Text = "X"
  271. CloseButton_2.TextColor3 = Color3.new(1, 1, 1)
  272. CloseButton_2.TextSize = 14
  273. CloseButton_2.MouseButton1Down:connect(function()
  274. LocalFrame.Visible = false
  275. end)
  276.  
  277. Frame_2.Parent = CloseButton_2
  278. Frame_2.BackgroundColor3 = Color3.new(0.509804, 0, 0)
  279. Frame_2.BorderSizePixel = 0
  280. Frame_2.Position = UDim2.new(0, 0, 0.78158617, 0)
  281. Frame_2.Size = UDim2.new(0, 31, 0, 7)
  282.  
  283. walkfaster.Name = "walkfaster"
  284. walkfaster.Parent = LocalFrame
  285. walkfaster.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  286. walkfaster.BorderSizePixel = 0
  287. walkfaster.Position = UDim2.new(0.035502959, 0, 0.172863796, 0)
  288. walkfaster.Size = UDim2.new(0, 156, 0, 50)
  289. walkfaster.Font = Enum.Font.GothamBold
  290. walkfaster.Text = "WalkFasterKey: Q"
  291. walkfaster.TextColor3 = Color3.new(1, 1, 1)
  292. walkfaster.TextSize = 14
  293. walkfaster.MouseButton1Down:connect(function()
  294. local plr = game:GetService("Players").LocalPlayer
  295. local char = plr.Character
  296. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  297. local hum = char:FindFirstChild("HumanoidRootPart")
  298. local speed = 7
  299. mouse.KeyDown:connect(function(key)
  300. if key == "q" then
  301. loop = true
  302. while loop do
  303. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  304. wait()
  305. end
  306. end
  307. end)
  308.  
  309. mouse.KeyUp:connect(function(key)
  310. if key == "q" then
  311. loop = false
  312. end
  313. end)
  314.  
  315.  
  316. end)
  317.  
  318. highjump.Name = "highjump"
  319. highjump.Parent = LocalFrame
  320. highjump.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  321. highjump.BorderSizePixel = 0
  322. highjump.Position = UDim2.new(0.035502959, 0, 0.435550064, 0)
  323. highjump.Size = UDim2.new(0, 156, 0, 50)
  324. highjump.Font = Enum.Font.GothamBold
  325. highjump.Text = "High Jump"
  326. highjump.TextColor3 = Color3.new(1, 1, 1)
  327. highjump.TextSize = 14
  328. highjump.MouseButton1Down:connect(function()
  329. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  330. end)
  331.  
  332. infjumper.Name = "infjumper"
  333. infjumper.Parent = LocalFrame
  334. infjumper.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  335. infjumper.BorderSizePixel = 0
  336. infjumper.Position = UDim2.new(0.035502959, 0, 0.704838395, 0)
  337. infjumper.Size = UDim2.new(0, 156, 0, 50)
  338. infjumper.Font = Enum.Font.GothamBold
  339. infjumper.Text = "Infinity Jump"
  340. infjumper.TextColor3 = Color3.new(1, 1, 1)
  341. infjumper.TextSize = 14
  342. infjumper.MouseButton1Down:connect(function()
  343. local Player = game:GetService'Players'.LocalPlayer;
  344. local UIS = game:GetService'UserInputService';
  345.  
  346. _G.JumpHeight = 50;
  347.  
  348. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  349.  
  350. UIS.InputBegan:connect(function(UserInput)
  351. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  352. Action(Player.Character.Humanoid, function(self)
  353. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  354. Action(self.Parent.HumanoidRootPart, function(self)
  355. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  356. end)
  357. end
  358. end)
  359. end
  360. end)
  361. end)
  362.  
  363. tpToMagnet.Name = "tpToMagnet"
  364. tpToMagnet.Parent = Main
  365. tpToMagnet.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  366. tpToMagnet.BorderSizePixel = 0
  367. tpToMagnet.Position = UDim2.new(0.538461566, 0, 0.5, 0)
  368. tpToMagnet.Size = UDim2.new(0, 110, 0, 35)
  369. tpToMagnet.Font = Enum.Font.GothamBold
  370. tpToMagnet.Text = "Tp to Magnet.IS"
  371. tpToMagnet.TextColor3 = Color3.new(1, 1, 1)
  372. tpToMagnet.TextSize = 12
  373. tpToMagnet.MouseButton1Down:connect(function()
  374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.IslandInfo.islandtp.CFrame
  375. end)
  376.  
  377. FastFarm.Name = "FastFarm"
  378. FastFarm.Parent = Main
  379. FastFarm.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  380. FastFarm.BorderSizePixel = 0
  381. FastFarm.Position = UDim2.new(0.0423076935, 0, 0.5, 0)
  382. FastFarm.Size = UDim2.new(0, 120, 0, 35)
  383. FastFarm.Font = Enum.Font.GothamBold
  384. FastFarm.Text = "FastCoins: OFF"
  385. FastFarm.TextColor3 = Color3.new(1, 1, 1)
  386. FastFarm.TextSize = 12
  387. ActiveFast = 0
  388. fastcoins = 0
  389. FastFarm.MouseButton1Down:connect(function()
  390. if fastcoins == 1 then
  391. fastcoins = 0
  392. FastFarm.Text = "FastFarm: OFF"
  393. ActiveFast = false
  394. else
  395. fastcoins = 1
  396. ActiveFast = true
  397. FastFarm.Text = "FastFarm: ON"
  398. FastCoinscok()
  399. end
  400. end)
  401.  
  402. function AutoDuit()
  403. if Active == true then
  404. while Active do
  405. game:GetService('RunService').Stepped:wait()
  406. for i = 1,25 do
  407. local tool = game.Workspace[plr.Name]:FindFirstChildOfClass("Tool")
  408. if tool then
  409. local A_1 = "8250"
  410. local A_2 = tool
  411. local Event = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  412. Event:FireServer(A_1, A_2)
  413. else
  414. local tool = plr.Backpack:FindFirstChildOfClass("Tool")
  415. if tool then
  416. local A_1 = "8250"
  417. local A_2 = tool
  418. local Event = game:GetService("ReplicatedStorage").Events.MagnetEvents.requestGrab
  419. Event:FireServer(A_1, A_2)
  420. end
  421. end
  422. end
  423. end
  424. end
  425. end
  426.  
  427. function autoBuyTelor()
  428. if Active99 == true then
  429. while Active99 do
  430. game:GetService('RunService').Stepped:wait()
  431. for i = 1,25 do
  432. local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
  433. local Arguments = {
  434. [1] = "72000",
  435. [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  436. }
  437. local plr = game.Players.LocalPlayer
  438. local char = plr.Character.HumanoidRootPart
  439. game.Workspace.Rings.Sell.CanCollide = false
  440. game.Workspace.Rings.Sell.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  441. Remote:FireServer(unpack(Arguments))
  442. wait(0.03)
  443. game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Meme Egg")
  444. game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Psychadelic Egg")
  445. game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Mythical Egg")
  446. game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Epic Egg")
  447. game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Legendary Egg")
  448. end
  449. end
  450. end
  451. end
  452.  
  453. function FastCoinscok()
  454. if ActiveFast == true then
  455. local Remote = game.ReplicatedStorage.Events.MagnetEvents['requestGrab']
  456. local Arguments = {
  457. [1] = "72000",
  458. [2] = game.ReplicatedStorage.Tools["Galaxy Rebirth Magnet"]
  459. }
  460. while wait() do
  461. Remote:FireServer(unpack(Arguments))
  462. end
  463. end
  464. end
Add Comment
Please, Sign In to add comment