ZacBozer

Untitled

Apr 7th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.27 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)
Add Comment
Please, Sign In to add comment