Advertisement
ZacBozer

Untitled

Apr 7th, 2020
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 29.82 KB | None | 0 0
  1. local pjj = Instance.new("ScreenGui")
  2. local mainn = Instance.new("Frame")
  3. local secondary = Instance.new("Frame")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local ok = Instance.new("TextBox")
  7. local teleports = Instance.new("TextLabel")
  8. local tpbone = Instance.new("TextButton")
  9. local tpdiary = Instance.new("TextButton")
  10. local tpwrench = Instance.new("TextButton")
  11. local tpmoney = Instance.new("TextButton")
  12. local tpshop = Instance.new("TextButton")
  13. local tphyper = Instance.new("TextButton")
  14. local tpultd = Instance.new("TextButton")
  15. local gasstation = Instance.new("TextButton")
  16. local worthcrab = Instance.new("TextButton")
  17. local expispower = Instance.new("TextButton")
  18. local functions = Instance.new("TextLabel")
  19. local maxstats = Instance.new("TextButton")
  20. local tptools = Instance.new("TextButton")
  21. local farmall = Instance.new("TextButton")
  22. local farmhyper = Instance.new("TextButton")
  23. local X = Instance.new("TextButton")
  24. local page2 = Instance.new("TextButton")
  25. local test = Instance.new("Frame")
  26. local test_2 = Instance.new("TextLabel")
  27. local killdio = Instance.new("TextButton")
  28. local killdummy = Instance.new("TextButton")
  29. local when = Instance.new("TextLabel")
  30. local TextButton = Instance.new("TextButton")
  31. --Properties:
  32. pjj.Name = "pjj"
  33. pjj.Parent = game.CoreGui
  34.  
  35. mainn.Name = "mainn"
  36. mainn.Parent = pjj
  37. mainn.Active = true
  38. mainn.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  39. mainn.Position = UDim2.new(0.172450051, 0, 0.239348382, 0)
  40. mainn.Size = UDim2.new(0, 651, 0, 496)
  41. mainn.Draggable = true
  42.  
  43. secondary.Name = "secondary"
  44. secondary.Parent = mainn
  45. secondary.Active = true
  46. secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961)
  47. secondary.Position = UDim2.new(0.0219947826, 0, 0.0256749429, 0)
  48. secondary.Size = UDim2.new(0, 622, 0, 473)
  49.  
  50. Frame.Parent = secondary
  51. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Frame.Position = UDim2.new(0, 0, 0.108938545, 0)
  53. Frame.Size = UDim2.new(0, 622, 0, 7)
  54.  
  55. Frame_2.Parent = secondary
  56. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Frame_2.Position = UDim2.new(0.0048231557, 0, 0.82564044, 0)
  58. Frame_2.Size = UDim2.new(0, 616, 0, 8)
  59.  
  60. ok.Name = "ok"
  61. ok.Parent = mainn
  62. ok.BackgroundColor3 = Color3.new(0.0352941, 0.0901961, 0.113725)
  63. ok.Position = UDim2.new(0, 0, -0.0697674751, 0)
  64. ok.Size = UDim2.new(0, 651, 0, 37)
  65. ok.ClearTextOnFocus = false
  66. ok.Font = Enum.Font.SciFi
  67. ok.ShowNativeInput = false
  68. ok.Text = "THE ULTIMATE PROJECT JOJO GUI "
  69. ok.TextColor3 = Color3.new(0.129412, 0.580392, 1)
  70. ok.TextSize = 25
  71. ok.TextStrokeTransparency = 0
  72.  
  73. teleports.Name = "teleports"
  74. teleports.Parent = mainn
  75. teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  76. teleports.BackgroundTransparency = 1
  77. teleports.Position = UDim2.new(0.3563748, 0, 0.0539007559, 0)
  78. teleports.Size = UDim2.new(0, 200, 0, 38)
  79. teleports.Font = Enum.Font.SciFi
  80. teleports.Text = "TELEPORTS"
  81. teleports.TextColor3 = Color3.new(0.792157, 0.0431373, 1)
  82. teleports.TextSize = 35
  83. teleports.TextWrapped = true
  84.  
  85. tpbone.Name = "tpbone"
  86. tpbone.Parent = mainn
  87. tpbone.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  88. tpbone.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  89. tpbone.Position = UDim2.new(0.0322580636, 0, 0.196930945, 0)
  90. tpbone.Size = UDim2.new(0, 149, 0, 42)
  91. tpbone.Font = Enum.Font.SciFi
  92. tpbone.Text = "TP to Bones"
  93. tpbone.TextColor3 = Color3.new(0, 0, 0)
  94. tpbone.TextSize = 25
  95. tpbone.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  96. tpbone.TextStrokeTransparency = 0
  97. tpbone.MouseButton1Click:connect(function()
  98.         while wait(5) do
  99. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("DioBone").CFrame
  100. end
  101. end)
  102.  
  103. tpdiary.Name = "tpdiary"
  104. tpdiary.Parent = mainn
  105. tpdiary.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  106. tpdiary.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  107. tpdiary.Position = UDim2.new(0.373271883, 0, 0.196930945, 0)
  108. tpdiary.Size = UDim2.new(0, 149, 0, 42)
  109. tpdiary.Font = Enum.Font.SciFi
  110. tpdiary.Text = "TP to Diary"
  111. tpdiary.TextColor3 = Color3.new(0, 0, 0)
  112. tpdiary.TextSize = 25
  113. tpdiary.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  114. tpdiary.TextStrokeTransparency = 0
  115. tpdiary.MouseButton1Click:connect(function()
  116.     while wait(5) do
  117. for _,v in pairs(game.Workspace:GetDescendants()) do
  118.    if string.find(v.Name, "DioDiary") and v:FindFirstChild("Handle") then
  119.        v:FindFirstChild("Handle").Anchored = true
  120.        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,-2) * v:FindFirstChild("Handle").CFrame
  121.     end
  122. end
  123. end
  124. end)
  125.  
  126. tpwrench.Name = "tpwrench"
  127. tpwrench.Parent = mainn
  128. tpwrench.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  129. tpwrench.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  130. tpwrench.Position = UDim2.new(0.737327218, 0, 0.196930945, 0)
  131. tpwrench.Size = UDim2.new(0, 149, 0, 42)
  132. tpwrench.Font = Enum.Font.SciFi
  133. tpwrench.Text = "TP to Wrench"
  134. tpwrench.TextColor3 = Color3.new(0, 0, 0)
  135. tpwrench.TextSize = 25
  136. tpwrench.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  137. tpwrench.TextStrokeTransparency = 0
  138. tpwrench.MouseButton1Click:connect(function()
  139. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("Wrench").CFrame
  140. end)
  141.  
  142. tpmoney.Name = "tpmoney"
  143. tpmoney.Parent = mainn
  144. tpmoney.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  145. tpmoney.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  146. tpmoney.Position = UDim2.new(0.0322580636, 0, 0.350383639, 0)
  147. tpmoney.Size = UDim2.new(0, 149, 0, 42)
  148. tpmoney.Font = Enum.Font.SciFi
  149. tpmoney.Text = "TP to Money"
  150. tpmoney.TextColor3 = Color3.new(0, 0, 0)
  151. tpmoney.TextSize = 25
  152. tpmoney.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  153. tpmoney.TextStrokeTransparency = 0
  154. tpmoney.MouseButton1Click:connect(function()
  155. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
  156. end)
  157.  
  158. tpshop.Name = "tpshop"
  159. tpshop.Parent = mainn
  160. tpshop.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  161. tpshop.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  162. tpshop.Position = UDim2.new(0.737327218, 0, 0.350383639, 0)
  163. tpshop.Size = UDim2.new(0, 149, 0, 42)
  164. tpshop.Font = Enum.Font.SciFi
  165. tpshop.Text = "Shop"
  166. tpshop.TextColor3 = Color3.new(0, 0, 0)
  167. tpshop.TextSize = 25
  168. tpshop.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  169. tpshop.TextStrokeTransparency = 0
  170. tpshop.MouseButton1Click:connect(function()
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1518.72522, 875.027283, -425.667816)
  172. end)
  173.  
  174. tphyper.Name = "tphyper"
  175. tphyper.Parent = mainn
  176. tphyper.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  177. tphyper.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  178. tphyper.Position = UDim2.new(0.373271883, 0, 0.350383639, 0)
  179. tphyper.Size = UDim2.new(0, 149, 0, 42)
  180. tphyper.Font = Enum.Font.SciFi
  181. tphyper.Text = "Hyperspace"
  182. tphyper.TextColor3 = Color3.new(0, 0, 0)
  183. tphyper.TextSize = 25
  184. tphyper.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  185. tphyper.TextStrokeTransparency = 0
  186. tphyper.MouseButton1Click:connect(function()
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1195.75085, 1049.79041, 5.64134359)
  188. end)
  189.  
  190. tpultd.Name = "tpultd"
  191. tpultd.Parent = mainn
  192. tpultd.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  193. tpultd.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  194. tpultd.Position = UDim2.new(0.0322580934, 0, 0.501278758, 0)
  195. tpultd.Size = UDim2.new(0, 149, 0, 42)
  196. tpultd.Font = Enum.Font.SciFi
  197. tpultd.Text = "Ult. Dummy"
  198. tpultd.TextColor3 = Color3.new(0, 0, 0)
  199. tpultd.TextSize = 25
  200. tpultd.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  201. tpultd.TextStrokeTransparency = 0
  202. tpultd.MouseButton1Click:connect(function()
  203. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(838.822571, 1029.94226, -1223.36951)
  204. end)
  205.  
  206. gasstation.Name = "gasstation"
  207. gasstation.Parent = mainn
  208. gasstation.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  209. gasstation.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  210. gasstation.Position = UDim2.new(0.737327218, 0, 0.501278758, 0)
  211. gasstation.Size = UDim2.new(0, 149, 0, 42)
  212. gasstation.Font = Enum.Font.SciFi
  213. gasstation.Text = "Gas Station"
  214. gasstation.TextColor3 = Color3.new(0, 0, 0)
  215. gasstation.TextSize = 25
  216. gasstation.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  217. gasstation.TextStrokeTransparency = 0
  218. gasstation.MouseButton1Click:connect(function()
  219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1561.05432, 875.711853, -1121.32532)
  220. end)
  221.  
  222. worthcrab.Name = "worthcrab"
  223. worthcrab.Parent = mainn
  224. worthcrab.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  225. worthcrab.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  226. worthcrab.Position = UDim2.new(0.373271912, 0, 0.501278758, 0)
  227. worthcrab.Size = UDim2.new(0, 149, 0, 42)
  228. worthcrab.Font = Enum.Font.SciFi
  229. worthcrab.Text = "Worth Crab"
  230. worthcrab.TextColor3 = Color3.new(0, 0, 0)
  231. worthcrab.TextSize = 25
  232. worthcrab.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  233. worthcrab.TextStrokeTransparency = 0
  234. worthcrab.MouseButton1Click:connect(function()
  235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1066.16626, 873.028015, -858.846313)
  236. end)
  237.  
  238. expispower.Name = "expispower"
  239. expispower.Parent = mainn
  240. expispower.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  241. expispower.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  242. expispower.Position = UDim2.new(0.0322580636, 0, 0.652173936, 0)
  243. expispower.Size = UDim2.new(0, 608, 0, 42)
  244. expispower.Font = Enum.Font.SciFi
  245. expispower.Text = "Quest \"Experience is Power\""
  246. expispower.TextColor3 = Color3.new(0, 0, 0)
  247. expispower.TextSize = 25
  248. expispower.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  249. expispower.TextStrokeTransparency = 0
  250. expispower.MouseButton1Click:connect(function()
  251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1916.55969, 875.011841, -222.287766)
  252. end)
  253.  
  254. functions.Name = "functions"
  255. functions.Parent = mainn
  256. functions.BackgroundColor3 = Color3.new(1, 1, 1)
  257. functions.BackgroundTransparency = 1
  258. functions.Position = UDim2.new(0.35637477, 0, 0.735352516, 0)
  259. functions.Size = UDim2.new(0, 175, 0, 31)
  260. functions.Font = Enum.Font.SciFi
  261. functions.Text = "FUNCTIONS MADE BY DIEGO EXPLOITS"
  262. functions.TextColor3 = Color3.new(0.792157, 0.0431373, 1)
  263. functions.TextSize = 35
  264. functions.TextWrapped = true
  265.  
  266. maxstats.Name = "maxstats"
  267. maxstats.Parent = mainn
  268. maxstats.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  269. maxstats.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  270. maxstats.Position = UDim2.new(0.0215053763, 0, 0.854415894, 0)
  271. maxstats.Size = UDim2.new(0, 135, 0, 42)
  272. maxstats.Font = Enum.Font.SciFi
  273. maxstats.Text = "Infinite Stats"
  274. maxstats.TextColor3 = Color3.new(0, 0, 0)
  275. maxstats.TextSize = 25
  276. maxstats.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  277. maxstats.TextStrokeTransparency = 0
  278. maxstats.MouseButton1Click:connect(function()
  279. game.Players.LocalPlayer.Power.Value = "inf"
  280. game.Players.LocalPlayer.Special.Value = "inf"
  281. game.Players.LocalPlayer.Endurance.Value = "inf"
  282. end)
  283.  
  284. tptools.Name = "tptools"
  285. tptools.Parent = mainn
  286. tptools.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  287. tptools.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  288. tptools.Position = UDim2.new(0.271889389, 0, 0.854415894, 0)
  289. tptools.Size = UDim2.new(0, 123, 0, 42)
  290. tptools.Font = Enum.Font.SciFi
  291. tptools.Text = "TP All tools"
  292. tptools.TextColor3 = Color3.new(0, 0, 0)
  293. tptools.TextSize = 25
  294. tptools.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  295. tptools.TextStrokeTransparency = 0
  296. tptools.MouseButton1Click:connect(function()
  297. while wait(3) do
  298. for _,v in pairs(workspace:GetChildren()) do
  299.     if v:IsA("Tool") then
  300.         v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  301.         print("Teleported Item!")
  302.     end
  303. end
  304. end
  305. end)
  306.  
  307. farmall.Name = "farmall"
  308. farmall.Parent = mainn
  309. farmall.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  310. farmall.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  311. farmall.Position = UDim2.new(0.781874061, 0, 0.854415894, 0)
  312. farmall.Size = UDim2.new(0, 127, 0, 42)
  313. farmall.Font = Enum.Font.SciFi
  314. farmall.Text = "FARM ALL"
  315. farmall.TextColor3 = Color3.new(0, 0, 0)
  316. farmall.TextSize = 25
  317. farmall.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  318. farmall.TextStrokeTransparency = 0
  319. farmall.MouseButton1Click:connect(function()
  320. local P=workspace:FindFirstChildOfClass'Part'
  321. local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
  322. local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
  323. local LP=game:GetService'Players'.LocalPlayer
  324. for _,a in ipairs(workspace:GetChildren())do
  325. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  326.     spawn(function()
  327.         local Pa=LP.Character:FindFirstChildOfClass'Part'
  328.         R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  329.     end)
  330. end
  331. end
  332. workspace.ChildAdded:Connect(function(a)
  333. wait(.125)
  334. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  335.     spawn(function()
  336.         repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
  337.         local Pa=LP.Character:FindFirstChildOfClass'Part'
  338.         R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  339.     end)
  340. end
  341. end)
  342. for _,a in ipairs(game:GetService'Players':GetPlayers())do
  343. R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  344. R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  345. R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  346. R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  347. R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  348. R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  349. R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  350. R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  351. R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  352. R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  353. R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  354. R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  355. end
  356. end)
  357.  
  358. farmhyper.Name = "farmhyper"
  359. farmhyper.Parent = mainn
  360. farmhyper.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  361. farmhyper.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  362. farmhyper.Position = UDim2.new(0.522273421, 0, 0.854415894, 0)
  363. farmhyper.Size = UDim2.new(0, 129, 0, 42)
  364. farmhyper.Font = Enum.Font.SciFi
  365. farmhyper.Text = "Farm Hyper"
  366. farmhyper.TextColor3 = Color3.new(0, 0, 0)
  367. farmhyper.TextSize = 25
  368. farmhyper.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  369. farmhyper.TextStrokeTransparency = 0
  370. farmhyper.MouseButton1Down:connect(function()
  371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  372. local Count = 0
  373. while true do
  374. wait(0.05)
  375. while Count < 20 do
  376. wait(0.1)
  377. local A_1 = 99999.25
  378. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  379. Event:FireServer(A_1)
  380. Count = Count + 1
  381. end
  382. Count = 0
  383. end
  384. while true do
  385. wait(0.001)
  386. game.Workspace.ChildAdded:connect(function(instance)
  387. if instance.Name == "Part" then
  388.     instance:Destroy()
  389.   end
  390. end)
  391. end
  392. while true do
  393. game.Workspace["Titan Dummy"].Name = "T"
  394. game.Workspace["Titan Dummy"].Name = "T"
  395. if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
  396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
  397. end
  398. if game.Workspace.T.Humanoid.Health == 0 then
  399. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
  400. end
  401. end
  402. end)
  403.  
  404. X.Name = "X"
  405. X.Parent = mainn
  406. X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  407. X.BackgroundTransparency = 1
  408. X.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  409. X.Position = UDim2.new(0.91705066, 0, -0.0810679719, 0)
  410. X.Size = UDim2.new(0, 72, 0, 42)
  411. X.Font = Enum.Font.SciFi
  412. X.Text = "X"
  413. X.TextColor3 = Color3.new(1, 0.101961, 0.988235)
  414. X.TextSize = 45
  415. X.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  416. X.MouseButton1Down:connect(function()
  417. X.Visible = true
  418. mainn.Visible = false
  419. end)
  420.  
  421. page2.Name = "page2"
  422. page2.Parent = mainn
  423. page2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  424. page2.BackgroundTransparency = 1
  425. page2.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  426. page2.Position = UDim2.new(0.91705066, 0, 0.924980402, 0)
  427. page2.Size = UDim2.new(0, 59, 0, 42)
  428. page2.Font = Enum.Font.SciFi
  429. page2.Text = ">>"
  430. page2.TextColor3 = Color3.new(0, 0, 0)
  431. page2.TextSize = 25
  432. page2.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  433. page2.TextStrokeTransparency = 0
  434. page2.MouseButton1Down:connect(function()
  435. page2.Visible = true
  436. mainn.Visible = false
  437. test.Visible = true
  438. end)
  439.  
  440. test.Name = "test"
  441. test.Parent = pjj
  442. test.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  443. test.Position = UDim2.new(0.269432634, 0, 0.312257439, 0)
  444. test.Size = UDim2.new(0, 478, 0, 265)
  445. test.Draggable = true
  446. test.Visible = false
  447.  
  448. test_2.Name = "test"
  449. test_2.Parent = test
  450. test_2.BackgroundColor3 = Color3.new(1, 1, 1)
  451. test_2.BackgroundTransparency = 1
  452. test_2.Position = UDim2.new(0.313807517, 0, 0, 0)
  453. test_2.Size = UDim2.new(0, 200, 0, 50)
  454. test_2.Font = Enum.Font.SciFi
  455. test_2.Text = "This is a test GUI, Buttons may work or not."
  456. test_2.TextColor3 = Color3.new(0.321569, 0.2, 0.92549)
  457. test_2.TextSize = 26
  458.  
  459. killdio.Name = "killdio"
  460. killdio.Parent = test
  461. killdio.BackgroundColor3 = Color3.new(1, 1, 1)
  462. killdio.BorderColor3 = Color3.new(0.14902, 0, 1)
  463. killdio.Position = UDim2.new(0, 0, 0.245283023, 0)
  464. killdio.Size = UDim2.new(0, 200, 0, 50)
  465. killdio.Font = Enum.Font.SciFi
  466. killdio.Text = "KILL DIO"
  467. killdio.TextColor3 = Color3.new(0.380392, 0.176471, 0.988235)
  468. killdio.TextSize = 28
  469. killdio.TextStrokeColor3 = Color3.new(0.290196, 0.14902, 1)
  470. killdio.MouseButton1Down:connect(function()
  471. for i = 1, 25000 do
  472.      local o = game.Players.LocalPlayer.Name
  473. local A_1 = 75
  474. local A_2 = game:GetService("Workspace")[o].Head.Container.Stand.Torso
  475. local A_3 = CFrame.new(1401.01172, 875.777161, -536.843994, -0.45766598, 0.00798839424, -0.889088511, 0.0174519662, 0.999847829, -5.89150062e-08, 0.888952911, -0.0155165903, -0.457735777)
  476. local A_4 = 100000000000
  477. local A_5 = game:GetService("Workspace")[o].Torso.voiceline
  478. local A_6 = game:GetService("Workspace")["DIO"].Humanoid
  479. local A_7 = false
  480. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  481. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  482. end
  483. end)
  484.  
  485. killdummy.Name = "killdummy"
  486. killdummy.Parent = test
  487. killdummy.BackgroundColor3 = Color3.new(1, 1, 1)
  488. killdummy.BorderColor3 = Color3.new(0.2, 0, 1)
  489. killdummy.Position = UDim2.new(0, 0, 0.686792433, 0)
  490. killdummy.Size = UDim2.new(0, 200, 0, 50)
  491. killdummy.Font = Enum.Font.SciFi
  492. killdummy.Text = "KILL ULTIMATE DUMMY"
  493. killdummy.TextColor3 = Color3.new(0.0941177, 0.368627, 0.960784)
  494. killdummy.TextSize = 21
  495. killdummy.MouseButton1Click:connect(function()
  496. for i = 1, 25000 do
  497.      local o = "redising123"
  498. local A_1 = 75
  499. local A_2 = game:GetService("Workspace")[o].Head.Container.Stand.Torso
  500. local A_3 = CFrame.new(1401.01172, 875.777161, -536.843994, -0.45766598, 0.00798839424, -0.889088511, 0.0174519662, 0.999847829, -5.89150062e-08, 0.888952911, -0.0155165903, -0.457735777)
  501. local A_4 = 100000000000
  502. local A_5 = game:GetService("Workspace")[o].Torso.voiceline
  503. local A_6 = game:GetService("Workspace")["Giant Dummy"].Humanoid
  504. local A_7 = false
  505. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  506. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  507. end
  508. end)
  509.  
  510. when.Name = "when"
  511. when.Parent = test
  512. when.BackgroundColor3 = Color3.new(1, 1, 1)
  513. when.BackgroundTransparency = 1
  514. when.Position = UDim2.new(0.433054447, 0, 0.245283023, 0)
  515. when.Size = UDim2.new(0, 247, 0, 50)
  516. when.Font = Enum.Font.SourceSans
  517. when.Text = "--> When DIO spawns"
  518. when.TextColor3 = Color3.new(0.0588235, 0.968628, 0.968628)
  519. when.TextSize = 25
  520.  
  521. TextButton.Parent = test
  522. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  523. TextButton.BackgroundTransparency = 1
  524. TextButton.Position = UDim2.new(0.826359868, 0, 0.811320782, 0)
  525. TextButton.Size = UDim2.new(0, 75, 0, 41)
  526. TextButton.Font = Enum.Font.SourceSans
  527. TextButton.Text = "X"
  528. TextButton.TextColor3 = Color3.new(0.4, 0, 1)
  529. TextButton.TextSize = 50
  530. TextButton.MouseButton1Down:connect(function()
  531. TextButton.Visible = true
  532. test.Visible = false
  533. end)
  534. end)
  535. aimbot.Name = "AimBot"
  536. aimbot.Parent = ScrollingFrame
  537. aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  538. aimbot.BorderSizePixel = 0
  539. aimbot.Position = UDim2.new(0, 0, 0, 250)
  540. aimbot.Size = UDim2.new(0, 188, 0, 53)
  541. aimbot.Font = Enum.Font.SourceSans
  542. aimbot.Text = "AimBot"
  543. aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  544. aimbot.TextScaled = true
  545. aimbot.TextWrapped = true
  546. aimbot.MouseButton1Click:Connect(function()
  547. local IgnorePlayersNamed = {NAME=true} -- Name = true or false
  548. --[[
  549.     [J] - To go down the list.
  550.     [U] - To go up the list.
  551.     [H] - To toggle that item in the list.
  552.     [RMB] - To aim at your target using the current settings. (THIS UPDATES IN LIVE TIME SO YOU DON'T HAVE TO STOP AIMING FOR IT TO TAKE EFFECT)
  553. --]]
  554.  
  555. local services  = setmetatable({
  556.         World   = game:GetService('Workspace');
  557.         Players = game:GetService('Players');
  558.         Input   = game:GetService('UserInputService');
  559.         Run     = game:GetService('RunService');
  560.         UI      = game:GetService('StarterGui');
  561.     },{
  562.     __index                 = function(tab,index)
  563.         local serv
  564.         local ran,err       = pcall(function() serv=game:service(index) end)
  565.         if ran then
  566.             tab[index]      = serv
  567.             return serv
  568.         end
  569.     end
  570. })
  571.  
  572. local cre = function(class,parent)
  573.     local create = LoadLibrary('RbxUtility').Create
  574.     return function(props)
  575.         local inst = create(class)(props)
  576.         inst.Parent = parent
  577.        
  578.         return inst
  579.     end
  580. end
  581.  
  582. local ResizeUI = function(ui,downscale,byclass)
  583.     if not rawequal(ui['ClassName'],'ScrollingFrame') then print('This was mean\'t for scrolling frames.') return end
  584.    
  585.     local count = 0;  
  586.     for __, asset in next, (ui:GetChildren()) do
  587.         if rawequal(asset['ClassName'],byclass) then
  588.             count = count + 1
  589.         end
  590.     end
  591.    
  592.     ui['CanvasSize'] = UDim2.new(ui.CanvasSize.X.Scale,ui.CanvasSize.X.Offset,ui.CanvasSize.Y.Scale,downscale*count)
  593. end
  594.  
  595. local wfc, ffc, ffoc, cast, ray = services.World.WaitForChild, services.World.FindFirstChild, services.World.FindFirstChildOfClass, services.World.FindPartOnRayWithIgnoreList, Ray.new
  596. local wfcoc = function(p,class)
  597.     local obj
  598.     repeat services.Run.RenderStepped:wait()
  599.         obj = p:FindFirstChildOfClass(class)
  600.     until obj
  601.     return obj
  602. end
  603.  
  604. local Client = services.Players.LocalPlayer
  605. local ClientUI = wfc(Client,'PlayerGui')
  606. local ClientMouse = Client:GetMouse()
  607. local ClientModel = Client.Character or Client.CharacterAdded:wait()
  608. local ClientCamera = services.World.CurrentCamera
  609. local ClientHumanoid = wfcoc(ClientModel,'Humanoid')
  610. local ClientActiveUI;
  611.  
  612. local status = {
  613.     Enabled = false,
  614.     TeamCheck = false,
  615.     HeadsOnly = false,
  616.     RayCheck = true,
  617.     AutoAim = false,
  618. }
  619.  
  620. local function toggle(button)
  621.     local option, val = button['Text']:match('(.*):%s*(.*)')
  622.     status[option] = not status[option]
  623.    
  624.     if status[option] then
  625.         button.TextColor3 = Color3.fromRGB(0,255,0)
  626.     else
  627.         button.TextColor3 = Color3.fromRGB(255,0,0)
  628.     end
  629.     button.Text = option .. ': ' .. tostring(status[option])
  630. end
  631.  
  632. local selection = {}
  633. local select_pos = 1
  634. local current_pos = 0
  635. local __ = function()
  636.     if ffc(game.CoreGui, '___') then return end
  637.    
  638.     local GUI = cre('ScreenGui',game:GetService('CoreGui')){
  639.         Name = '___';
  640.     }
  641.    
  642.     local Frame = cre('ScrollingFrame',GUI){
  643.         BackgroundTransparency = 1,
  644.         BorderSizePixel = 0,
  645.        
  646.         Name = 'Options',
  647.         Position = UDim2.new(.8,0,.915,0),
  648.         Size = UDim2.new(.2,0,0,30),
  649.         ZIndex = 10,
  650.         ClipsDescendants = true,
  651.         CanvasSize = UDim2.new(0,0,0,0),
  652.         ScrollBarThickness = 0,
  653.         ScrollingEnabled = false,
  654.     }
  655.    
  656.     local UILL = cre('UIListLayout',Frame){
  657.         Name = 'LayoutHandler',
  658.         FillDirection = 'Vertical',
  659.         HorizontalAlignment = 'Center',
  660.         SortOrder = 'LayoutOrder',
  661.         VerticalAlignment = 'Top'
  662.     }
  663.    
  664.     local Template = cre('TextButton',nil){
  665.         BackgroundTransparency = 1,
  666.         BorderSizePixel = 0,
  667.        
  668.         Name = 'Template',
  669.         Size = UDim2.new(.9,0,0,30),
  670.         Font = 'SciFi',
  671.         Text = '',
  672.         TextColor3 = Color3.fromRGB(255,255,255),
  673.         TextScaled = true,
  674.         TextWrapped = true,
  675.     }
  676.    
  677.     local TSC = cre('UISizeConstraint',Template){
  678.         Name = 'TemplateSizeConstraint',      
  679.         MaxSize = Vector2.new(math.huge,30),
  680.     }
  681.    
  682.     Frame['ChildAdded']:connect(function()
  683.         ResizeUI(Frame,30,'TextButton')
  684.     end)
  685.    
  686.     local sel_pos = 0
  687.     for option, val in next, status do
  688.         local tp = Template:Clone()
  689.        
  690.         tp.Name = option
  691.         tp.Text = option .. ': ' .. tostring(val)
  692.        
  693.         if status[option] then
  694.             tp.TextColor3 = Color3.fromRGB(0,255,0)
  695.         else
  696.             tp.TextColor3 = Color3.fromRGB(255,0,0)
  697.         end
  698.        
  699.         sel_pos = sel_pos + 1
  700.         selection[sel_pos] = tp    
  701.         tp.Parent = Frame
  702.     end
  703.  
  704.     Frame.CanvasPosition = Vector2.new(0, current_pos)
  705.     return Frame
  706. end
  707.  
  708. Client['CharacterAdded']:connect(function(c)
  709.     ClientModel = c
  710.     ClientHumanoid = wfcoc(ClientModel,'Humanoid')
  711.     ClientActiveUI.Parent.Parent = nil
  712.     ClientActiveUI = coroutine.wrap(__)()
  713. end)
  714. ClientActiveUI = coroutine.wrap(__)()
  715.  
  716. local right_down, keylogs, inputlogs = nil, {}, {}
  717. services.Input.InputBegan:connect(function(input, procc)
  718.     keylogs[input.KeyCode],inputlogs[input.UserInputType] = true, true;
  719.    
  720.     if not ClientActiveUI then return end
  721.     if keylogs[Enum.KeyCode.U] and current_pos >= 30 then
  722.         select_pos = select_pos - 1
  723.         current_pos = current_pos - 30
  724.         ClientActiveUI.CanvasPosition = Vector2.new(0,current_pos)
  725.        
  726.     elseif keylogs[Enum.KeyCode.J] and current_pos < ClientActiveUI.CanvasSize.Y.Offset - 30 then
  727.         select_pos = select_pos + 1    
  728.         current_pos = current_pos + 30    
  729.         ClientActiveUI.CanvasPosition = Vector2.new(0,current_pos)
  730.        
  731.     elseif keylogs[Enum.KeyCode.H] then
  732.         if selection[select_pos] then
  733.             toggle(selection[select_pos])
  734.         end
  735.     end
  736. end)
  737. services.Input.InputEnded:connect(function(input, procc)
  738.     keylogs[input.KeyCode],inputlogs[input.UserInputType] = false, false;
  739. end)
  740.  
  741. local function GetPlayerFromCharacter(mod)
  742.     if not mod:IsA('Model') then return end
  743.    
  744.     for __, client in next, services.Players:GetPlayers() do
  745.         if rawequal(string.lower(client['Name']):sub(1,#mod['Name']),mod['Name']:lower()) then
  746.             return client, client['Name']
  747.         end
  748.     end    
  749.     return nil, 'N/A'
  750. end
  751.  
  752. local function Search()
  753.     local t = {}  
  754.     for __, child in next, services.World:GetChildren() do
  755.         local UserFromCharacter = GetPlayerFromCharacter(child)
  756.         if UserFromCharacter then
  757.             if child:IsA('Model') and not rawequal(UserFromCharacter,Client) then
  758.                 local h = ffoc(child,'Humanoid')
  759.                 if h and h.Health > 0 then
  760.                     table.insert(t, {child,UserFromCharacter})
  761.                 end
  762.             end
  763.         end
  764.     end
  765.     return t
  766. end
  767.  
  768. local function cast_ray(p0,p1,blacklist)
  769.     local Part
  770.     local __=0
  771.     repeat
  772.         __=__+1
  773.         local cond=(p1-p0).magnitude < 999
  774.         Part,p0=cast(workspace,ray(p0,cond and p1-p0 or (p1-p0).unit*999),blacklist)
  775.         if Part then
  776.             if Part.CanCollide==false or Part.Transparency==1 then
  777.                 blacklist[#blacklist+1]=Part
  778.                 Part=nil
  779.             end
  780.         elseif cond or __ > 15 then
  781.             break
  782.         end
  783.     until Part
  784.     return Part,p0
  785. end
  786.  
  787. services.Run.RenderStepped:connect(function()
  788.     local Storage = {}
  789.     if status['Enabled'] and (inputlogs[Enum.UserInputType.MouseButton2] or status['AutoAim']) then
  790.         Storage = Search()
  791.        
  792.         local dot, face = -1
  793.         for __, info in next, (Storage) do
  794.             local h = ffc(info[1],'Humanoid')
  795.             local skip;
  796.            
  797.             if not inputlogs[Enum.UserInputType.MouseButton2] and not status['AutoAim'] then return end
  798.             if not info[1] or not info[2] or IgnorePlayersNamed[info[2]['Name']] or ffoc(info[1],'ForceField') then skip = true end
  799.             if not ffc(info[1],'HumanoidRootPart') then skip = true end
  800.                    
  801.             if h and h['Health'] > 0 then
  802.                 if status['TeamCheck'] then
  803.                     if Client['TeamColor'] == info[2]['TeamColor'] then
  804.                         skip = true
  805.                     end
  806.                 end
  807.                
  808.                 if not skip then
  809.                     local cc = ClientCamera.CFrame
  810.                     local pos = status['HeadsOnly'] and info[1]['HumanoidRootPart'].CFrame.p + Vector3.new(0,1.5,0) or info[1]['HumanoidRootPart'].Position
  811.                     local HitPart=cast_ray(cc.p,pos,{ClientCamera,ClientModel})
  812.                    
  813.                     if not (status['RayCheck'] and HitPart) or info[1]:IsAncestorOf(HitPart) then
  814.                         local m = (pos-cc.p).unit:Dot(cc.lookVector)
  815.                         if rawequal(m,m) and m > dot then
  816.                             dot, face= m, pos
  817.                         end
  818.                     end
  819.                 end
  820.             end
  821.         end
  822.         if face then
  823.             ClientCamera.CFrame = CFrame.new(ClientCamera.CFrame.p,face) * CFrame.new(0,0,0.5)
  824.         end
  825.     end
  826. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement