Advertisement
nhokp

dasing simulator

Feb 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "FunTratOr On V3rm", Text = "AckroyJR Is Gay ASF!"})
  2.  
  3. local DarkDevs = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local header2 = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local title_2 = Instance.new("TextLabel")
  8. local title_3 = Instance.new("TextLabel")
  9. local title_4 = Instance.new("TextLabel")
  10. local sp = Instance.new("TextButton")
  11. local orb = Instance.new("TextButton")
  12.  
  13. DarkDevs.Name = "DarkDevs"
  14. DarkDevs.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = DarkDevs
  18. Main.Active = true
  19. Main.Draggable = true
  20. Main.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  21. Main.BorderSizePixel = 0
  22. Main.Position = UDim2.new(0.545152962, 0, 0.485403061, 0)
  23. Main.Size = UDim2.new(0, 251, 0, 122)
  24.  
  25. header2.Name = "header2"
  26. header2.Parent = Main
  27. header2.BackgroundColor3 = Color3.new(0.290196, 0.0117647, 0.454902)
  28. header2.BorderSizePixel = 0
  29. header2.Position = UDim2.new(0, 0, -0.00129949849, 0)
  30. header2.Size = UDim2.new(0, 250, 0, 29)
  31.  
  32. title.Name = "title"
  33. title.Parent = header2
  34. title.BackgroundColor3 = Color3.new(1, 1, 1)
  35. title.BackgroundTransparency = 1
  36. title.Position = UDim2.new(-0.0817396864, 0, 0.0344827585, 0)
  37. title.Size = UDim2.new(0, 170, 0, 28)
  38. title.Font = Enum.Font.GothamBold
  39. title.Text = "ark Devs"
  40. title.TextColor3 = Color3.new(1, 1, 1)
  41. title.TextSize = 18
  42.  
  43. title_2.Name = "title"
  44. title_2.Parent = header2
  45. title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. title_2.BackgroundTransparency = 1
  47. title_2.Position = UDim2.new(-0.247512206, 0, 0.0344827585, 0)
  48. title_2.Size = UDim2.new(0, 167, 0, 28)
  49. title_2.Font = Enum.Font.GothamBold
  50. title_2.Text = "D"
  51. title_2.TextColor3 = Color3.new(1, 0.0313726, 0.0470588)
  52. title_2.TextSize = 18
  53.  
  54. title_3.Name = "title"
  55. title_3.Parent = header2
  56. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  57. title_3.BackgroundTransparency = 1
  58. title_3.BorderSizePixel = 0
  59. title_3.Position = UDim2.new(-0.00800000038, 0, 3.75862074, 0)
  60. title_3.Size = UDim2.new(0, 251, 0, 13)
  61. title_3.Font = Enum.Font.GothamBold
  62. title_3.Text = "Created By FunTratOr/AckroyJr | DarkDevs.Pro"
  63. title_3.TextColor3 = Color3.new(1, 1, 1)
  64.  
  65. title_4.Name = "title"
  66. title_4.Parent = header2
  67. title_4.BackgroundColor3 = Color3.new(1, 1, 1)
  68. title_4.BackgroundTransparency = 1
  69. title_4.BorderSizePixel = 0
  70. title_4.Position = UDim2.new(0.639999986, 0, 0.413793117, 0)
  71. title_4.Size = UDim2.new(0, 83, 0, 17)
  72. title_4.Font = Enum.Font.GothamBold
  73. title_4.Text = "DASHING SIMULATOR"
  74. title_4.TextColor3 = Color3.new(1, 1, 1)
  75.  
  76. sp.Name = "sp"
  77. sp.Parent = Main
  78. sp.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  79. sp.BorderSizePixel = 0
  80. sp.Position = UDim2.new(0.0924554169, 0, 0.356830299, 0)
  81. sp.Size = UDim2.new(0, 202, 0, 20)
  82. sp.Font = Enum.Font.GothamBold
  83. sp.Text = "Farm Speed (SuperFast)"
  84. sp.TextColor3 = Color3.new(1, 1, 1)
  85. sp.TextSize = 14
  86.  
  87. orb.Name = "orb"
  88. orb.Parent = Main
  89. orb.BackgroundColor3 = Color3.new(0.215686, 0.219608, 0.219608)
  90. orb.BorderSizePixel = 0
  91. orb.Position = UDim2.new(0.0924554169, 0, 0.660108984, 0)
  92. orb.Size = UDim2.new(0, 202, 0, 20)
  93. orb.Font = Enum.Font.GothamBold
  94. orb.Text = "Farm Orb (SuperFast)"
  95. orb.TextColor3 = Color3.new(1, 1, 1)
  96. orb.TextSize = 14
  97. orb.MouseButton1Down:connect(function()
  98. orb.BackgroundColor3 = Color3.new(0.270588, 0, 0.427451)
  99. while true do
  100. wait()
  101. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  102. for i,v in pairs(game.Workspace.CollectableOrbs:GetChildren()) do
  103. if v.ClassName == "Model" then
  104. v.Big.CFrame = plr.CFrame
  105. end
  106. end
  107. end
  108. end)
  109.  
  110. sp.MouseButton1Down:connect(function()
  111. sp.BackgroundColor3 = Color3.new(0.270588, 0, 0.427451)
  112. game:GetService("RunService").RenderStepped:connect(function()
  113. local Path = game:GetService("ReplicatedStorage").Events.AddSpeed
  114. Path:FireServer()
  115. end)
  116. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement