pro_Jar

project jojo

Jan 30th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.39 KB | None | 0 0
  1. -- Fully made by Diego Exploits (Took me hours)
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local pjj = Instance.new("ScreenGui")
  6. local mainn = Instance.new("Frame")
  7. local secondary = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Frame_2 = Instance.new("Frame")
  10. local ok = Instance.new("TextBox")
  11. local teleports = Instance.new("TextLabel")
  12. local tpbone = Instance.new("TextButton")
  13. local tpdiary = Instance.new("TextButton")
  14. local tpwrench = Instance.new("TextButton")
  15. local tpmoney = Instance.new("TextButton")
  16. local tpshop = Instance.new("TextButton")
  17. local tphyper = Instance.new("TextButton")
  18. local tpultd = Instance.new("TextButton")
  19. local gasstation = Instance.new("TextButton")
  20. local worthcrab = Instance.new("TextButton")
  21. local expispower = Instance.new("TextButton")
  22. local functions = Instance.new("TextLabel")
  23. local maxstats = Instance.new("TextButton")
  24. local tptools = Instance.new("TextButton")
  25. local farmall = Instance.new("TextButton")
  26. local farmhyper = Instance.new("TextButton")
  27. local X = Instance.new("TextButton")
  28. local page2 = Instance.new("TextButton")
  29. local test = Instance.new("Frame")
  30. local test_2 = Instance.new("TextLabel")
  31. local killdio = Instance.new("TextButton")
  32. local killdummy = Instance.new("TextButton")
  33. local when = Instance.new("TextLabel")
  34. local TextButton = Instance.new("TextButton")
  35. --Properties:
  36. pjj.Name = "pjj"
  37. pjj.Parent = game.CoreGui
  38.  
  39. mainn.Name = "mainn"
  40. mainn.Parent = pjj
  41. mainn.Active = true
  42. mainn.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  43. mainn.Position = UDim2.new(0.172450051, 0, 0.239348382, 0)
  44. mainn.Size = UDim2.new(0, 651, 0, 496)
  45. mainn.Draggable = true
  46.  
  47. secondary.Name = "secondary"
  48. secondary.Parent = mainn
  49. secondary.Active = true
  50. secondary.BackgroundColor3 = Color3.new(0.109804, 0.113725, 0.101961)
  51. secondary.Position = UDim2.new(0.0219947826, 0, 0.0256749429, 0)
  52. secondary.Size = UDim2.new(0, 622, 0, 473)
  53.  
  54. Frame.Parent = secondary
  55. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Frame.Position = UDim2.new(0, 0, 0.108938545, 0)
  57. Frame.Size = UDim2.new(0, 622, 0, 7)
  58.  
  59. Frame_2.Parent = secondary
  60. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Frame_2.Position = UDim2.new(0.0048231557, 0, 0.82564044, 0)
  62. Frame_2.Size = UDim2.new(0, 616, 0, 8)
  63.  
  64. ok.Name = "ok"
  65. ok.Parent = mainn
  66. ok.BackgroundColor3 = Color3.new(0.0352941, 0.0901961, 0.113725)
  67. ok.Position = UDim2.new(0, 0, -0.0697674751, 0)
  68. ok.Size = UDim2.new(0, 651, 0, 37)
  69. ok.ClearTextOnFocus = false
  70. ok.Font = Enum.Font.SciFi
  71. ok.ShowNativeInput = false
  72. ok.Text = "THE ULTIMATE PROJECT JOJO GUI "
  73. ok.TextColor3 = Color3.new(0.129412, 0.580392, 1)
  74. ok.TextSize = 25
  75. ok.TextStrokeTransparency = 0
  76.  
  77. teleports.Name = "teleports"
  78. teleports.Parent = mainn
  79. teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  80. teleports.BackgroundTransparency = 1
  81. teleports.Position = UDim2.new(0.3563748, 0, 0.0539007559, 0)
  82. teleports.Size = UDim2.new(0, 200, 0, 38)
  83. teleports.Font = Enum.Font.SciFi
  84. teleports.Text = "TELEPORTS"
  85. teleports.TextColor3 = Color3.new(0.792157, 0.0431373, 1)
  86. teleports.TextSize = 35
  87. teleports.TextWrapped = true
  88.  
  89. tpbone.Name = "tpbone"
  90. tpbone.Parent = mainn
  91. tpbone.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  92. tpbone.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  93. tpbone.Position = UDim2.new(0.0322580636, 0, 0.196930945, 0)
  94. tpbone.Size = UDim2.new(0, 149, 0, 42)
  95. tpbone.Font = Enum.Font.SciFi
  96. tpbone.Text = "TP to Bones"
  97. tpbone.TextColor3 = Color3.new(0, 0, 0)
  98. tpbone.TextSize = 25
  99. tpbone.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  100. tpbone.TextStrokeTransparency = 0
  101. tpbone.MouseButton1Click:connect(function()
  102. while wait(5) do
  103. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("DioBone").CFrame
  104. end
  105. end)
  106.  
  107. tpdiary.Name = "tpdiary"
  108. tpdiary.Parent = mainn
  109. tpdiary.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  110. tpdiary.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  111. tpdiary.Position = UDim2.new(0.373271883, 0, 0.196930945, 0)
  112. tpdiary.Size = UDim2.new(0, 149, 0, 42)
  113. tpdiary.Font = Enum.Font.SciFi
  114. tpdiary.Text = "TP to Diary"
  115. tpdiary.TextColor3 = Color3.new(0, 0, 0)
  116. tpdiary.TextSize = 25
  117. tpdiary.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  118. tpdiary.TextStrokeTransparency = 0
  119. tpdiary.MouseButton1Click:connect(function()
  120. while wait(5) do
  121. for _,v in pairs(game.Workspace:GetDescendants()) do
  122. if string.find(v.Name, "DioDiary") and v:FindFirstChild("Handle") then
  123. v:FindFirstChild("Handle").Anchored = true
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,-2) * v:FindFirstChild("Handle").CFrame
  125. end
  126. end
  127. end
  128. end)
  129.  
  130. tpwrench.Name = "tpwrench"
  131. tpwrench.Parent = mainn
  132. tpwrench.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  133. tpwrench.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  134. tpwrench.Position = UDim2.new(0.737327218, 0, 0.196930945, 0)
  135. tpwrench.Size = UDim2.new(0, 149, 0, 42)
  136. tpwrench.Font = Enum.Font.SciFi
  137. tpwrench.Text = "TP to Wrench"
  138. tpwrench.TextColor3 = Color3.new(0, 0, 0)
  139. tpwrench.TextSize = 25
  140. tpwrench.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  141. tpwrench.TextStrokeTransparency = 0
  142. tpwrench.MouseButton1Click:connect(function()
  143. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("Wrench").CFrame
  144. end)
  145.  
  146. tpmoney.Name = "tpmoney"
  147. tpmoney.Parent = mainn
  148. tpmoney.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  149. tpmoney.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  150. tpmoney.Position = UDim2.new(0.0322580636, 0, 0.350383639, 0)
  151. tpmoney.Size = UDim2.new(0, 149, 0, 42)
  152. tpmoney.Font = Enum.Font.SciFi
  153. tpmoney.Text = "TP to Money"
  154. tpmoney.TextColor3 = Color3.new(0, 0, 0)
  155. tpmoney.TextSize = 25
  156. tpmoney.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  157. tpmoney.TextStrokeTransparency = 0
  158. tpmoney.MouseButton1Click:connect(function()
  159. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
  160. end)
  161.  
  162. tpshop.Name = "tpshop"
  163. tpshop.Parent = mainn
  164. tpshop.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  165. tpshop.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  166. tpshop.Position = UDim2.new(0.737327218, 0, 0.350383639, 0)
  167. tpshop.Size = UDim2.new(0, 149, 0, 42)
  168. tpshop.Font = Enum.Font.SciFi
  169. tpshop.Text = "Shop"
  170. tpshop.TextColor3 = Color3.new(0, 0, 0)
  171. tpshop.TextSize = 25
  172. tpshop.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  173. tpshop.TextStrokeTransparency = 0
  174. tpshop.MouseButton1Click:connect(function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1518.72522, 875.027283, -425.667816)
  176. end)
  177.  
  178. tphyper.Name = "tphyper"
  179. tphyper.Parent = mainn
  180. tphyper.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  181. tphyper.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  182. tphyper.Position = UDim2.new(0.373271883, 0, 0.350383639, 0)
  183. tphyper.Size = UDim2.new(0, 149, 0, 42)
  184. tphyper.Font = Enum.Font.SciFi
  185. tphyper.Text = "Hyperspace"
  186. tphyper.TextColor3 = Color3.new(0, 0, 0)
  187. tphyper.TextSize = 25
  188. tphyper.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  189. tphyper.TextStrokeTransparency = 0
  190. tphyper.MouseButton1Click:connect(function()
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1195.75085, 1049.79041, 5.64134359)
  192. end)
  193.  
  194. tpultd.Name = "tpultd"
  195. tpultd.Parent = mainn
  196. tpultd.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  197. tpultd.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  198. tpultd.Position = UDim2.new(0.0322580934, 0, 0.501278758, 0)
  199. tpultd.Size = UDim2.new(0, 149, 0, 42)
  200. tpultd.Font = Enum.Font.SciFi
  201. tpultd.Text = "Ult. Dummy"
  202. tpultd.TextColor3 = Color3.new(0, 0, 0)
  203. tpultd.TextSize = 25
  204. tpultd.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  205. tpultd.TextStrokeTransparency = 0
  206. tpultd.MouseButton1Click:connect(function()
  207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(838.822571, 1029.94226, -1223.36951)
  208. end)
  209.  
  210. gasstation.Name = "gasstation"
  211. gasstation.Parent = mainn
  212. gasstation.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  213. gasstation.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  214. gasstation.Position = UDim2.new(0.737327218, 0, 0.501278758, 0)
  215. gasstation.Size = UDim2.new(0, 149, 0, 42)
  216. gasstation.Font = Enum.Font.SciFi
  217. gasstation.Text = "Gas Station"
  218. gasstation.TextColor3 = Color3.new(0, 0, 0)
  219. gasstation.TextSize = 25
  220. gasstation.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  221. gasstation.TextStrokeTransparency = 0
  222. gasstation.MouseButton1Click:connect(function()
  223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1561.05432, 875.711853, -1121.32532)
  224. end)
  225.  
  226. worthcrab.Name = "worthcrab"
  227. worthcrab.Parent = mainn
  228. worthcrab.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  229. worthcrab.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  230. worthcrab.Position = UDim2.new(0.373271912, 0, 0.501278758, 0)
  231. worthcrab.Size = UDim2.new(0, 149, 0, 42)
  232. worthcrab.Font = Enum.Font.SciFi
  233. worthcrab.Text = "Worth Crab"
  234. worthcrab.TextColor3 = Color3.new(0, 0, 0)
  235. worthcrab.TextSize = 25
  236. worthcrab.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  237. worthcrab.TextStrokeTransparency = 0
  238. worthcrab.MouseButton1Click:connect(function()
  239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1066.16626, 873.028015, -858.846313)
  240. end)
  241.  
  242. expispower.Name = "expispower"
  243. expispower.Parent = mainn
  244. expispower.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  245. expispower.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  246. expispower.Position = UDim2.new(0.0322580636, 0, 0.652173936, 0)
  247. expispower.Size = UDim2.new(0, 608, 0, 42)
  248. expispower.Font = Enum.Font.SciFi
  249. expispower.Text = "Quest \"Experience is Power\""
  250. expispower.TextColor3 = Color3.new(0, 0, 0)
  251. expispower.TextSize = 25
  252. expispower.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  253. expispower.TextStrokeTransparency = 0
  254. expispower.MouseButton1Click:connect(function()
  255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1916.55969, 875.011841, -222.287766)
  256. end)
  257.  
  258. functions.Name = "functions"
  259. functions.Parent = mainn
  260. functions.BackgroundColor3 = Color3.new(1, 1, 1)
  261. functions.BackgroundTransparency = 1
  262. functions.Position = UDim2.new(0.35637477, 0, 0.735352516, 0)
  263. functions.Size = UDim2.new(0, 175, 0, 31)
  264. functions.Font = Enum.Font.SciFi
  265. functions.Text = "FUNCTIONS MADE BY DIEGO EXPLOITS"
  266. functions.TextColor3 = Color3.new(0.792157, 0.0431373, 1)
  267. functions.TextSize = 35
  268. functions.TextWrapped = true
  269.  
  270. maxstats.Name = "maxstats"
  271. maxstats.Parent = mainn
  272. maxstats.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  273. maxstats.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  274. maxstats.Position = UDim2.new(0.0215053763, 0, 0.854415894, 0)
  275. maxstats.Size = UDim2.new(0, 135, 0, 42)
  276. maxstats.Font = Enum.Font.SciFi
  277. maxstats.Text = "Infinite Stats"
  278. maxstats.TextColor3 = Color3.new(0, 0, 0)
  279. maxstats.TextSize = 25
  280. maxstats.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  281. maxstats.TextStrokeTransparency = 0
  282. maxstats.MouseButton1Click:connect(function()
  283. game.Players.LocalPlayer.Power.Value = "inf"
  284. game.Players.LocalPlayer.Special.Value = "inf"
  285. game.Players.LocalPlayer.Endurance.Value = "inf"
  286. end)
  287.  
  288. tptools.Name = "tptools"
  289. tptools.Parent = mainn
  290. tptools.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  291. tptools.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  292. tptools.Position = UDim2.new(0.271889389, 0, 0.854415894, 0)
  293. tptools.Size = UDim2.new(0, 123, 0, 42)
  294. tptools.Font = Enum.Font.SciFi
  295. tptools.Text = "TP All tools"
  296. tptools.TextColor3 = Color3.new(0, 0, 0)
  297. tptools.TextSize = 25
  298. tptools.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  299. tptools.TextStrokeTransparency = 0
  300. tptools.MouseButton1Click:connect(function()
  301. while wait(3) do
  302. for _,v in pairs(workspace:GetChildren()) do
  303. if v:IsA("Tool") then
  304. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  305. print("Teleported Item!")
  306. end
  307. end
  308. end
  309. end)
  310.  
  311. farmall.Name = "farmall"
  312. farmall.Parent = mainn
  313. farmall.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  314. farmall.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  315. farmall.Position = UDim2.new(0.781874061, 0, 0.854415894, 0)
  316. farmall.Size = UDim2.new(0, 127, 0, 42)
  317. farmall.Font = Enum.Font.SciFi
  318. farmall.Text = "FARM ALL"
  319. farmall.TextColor3 = Color3.new(0, 0, 0)
  320. farmall.TextSize = 25
  321. farmall.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  322. farmall.TextStrokeTransparency = 0
  323. farmall.MouseButton1Click:connect(function()
  324. local P=workspace:FindFirstChildOfClass'Part'
  325. local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
  326. local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
  327. local LP=game:GetService'Players'.LocalPlayer
  328. for _,a in ipairs(workspace:GetChildren())do
  329. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  330. spawn(function()
  331. local Pa=LP.Character:FindFirstChildOfClass'Part'
  332. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  333. end)
  334. end
  335. end
  336. workspace.ChildAdded:Connect(function(a)
  337. wait(.125)
  338. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  339. spawn(function()
  340. repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
  341. local Pa=LP.Character:FindFirstChildOfClass'Part'
  342. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  343. end)
  344. end
  345. end)
  346. for _,a in ipairs(game:GetService'Players':GetPlayers())do
  347. R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  348. R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  349. R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  350. R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  351. R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  352. R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  353. R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  354. R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  355. R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  356. R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  357. R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  358. R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  359. end
  360. end)
  361.  
  362. farmhyper.Name = "farmhyper"
  363. farmhyper.Parent = mainn
  364. farmhyper.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  365. farmhyper.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  366. farmhyper.Position = UDim2.new(0.522273421, 0, 0.854415894, 0)
  367. farmhyper.Size = UDim2.new(0, 129, 0, 42)
  368. farmhyper.Font = Enum.Font.SciFi
  369. farmhyper.Text = "Farm Hyper"
  370. farmhyper.TextColor3 = Color3.new(0, 0, 0)
  371. farmhyper.TextSize = 25
  372. farmhyper.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  373. farmhyper.TextStrokeTransparency = 0
  374. farmhyper.MouseButton1Down:connect(function()
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  376. local Count = 0
  377. while true do
  378. wait(0.05)
  379. while Count < 20 do
  380. wait(0.1)
  381. local A_1 = 99999.25
  382. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  383. Event:FireServer(A_1)
  384. Count = Count + 1
  385. end
  386. Count = 0
  387. end
  388. while true do
  389. wait(0.001)
  390. game.Workspace.ChildAdded:connect(function(instance)
  391. if instance.Name == "Part" then
  392. instance:Destroy()
  393. end
  394. end)
  395. end
  396. while true do
  397. game.Workspace["Titan Dummy"].Name = "T"
  398. game.Workspace["Titan Dummy"].Name = "T"
  399. if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
  400. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
  401. end
  402. if game.Workspace.T.Humanoid.Health == 0 then
  403. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
  404. end
  405. end
  406. end)
  407.  
  408. X.Name = "X"
  409. X.Parent = mainn
  410. X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  411. X.BackgroundTransparency = 1
  412. X.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  413. X.Position = UDim2.new(0.91705066, 0, -0.0810679719, 0)
  414. X.Size = UDim2.new(0, 72, 0, 42)
  415. X.Font = Enum.Font.SciFi
  416. X.Text = "X"
  417. X.TextColor3 = Color3.new(1, 0.101961, 0.988235)
  418. X.TextSize = 45
  419. X.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  420. X.MouseButton1Down:connect(function()
  421. X.Visible = true
  422. mainn.Visible = false
  423. end)
  424.  
  425. page2.Name = "page2"
  426. page2.Parent = mainn
  427. page2.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
  428. page2.BackgroundTransparency = 1
  429. page2.BorderColor3 = Color3.new(1, 0.0235294, 0.870588)
  430. page2.Position = UDim2.new(0.91705066, 0, 0.924980402, 0)
  431. page2.Size = UDim2.new(0, 59, 0, 42)
  432. page2.Font = Enum.Font.SciFi
  433. page2.Text = ">>"
  434. page2.TextColor3 = Color3.new(0, 0, 0)
  435. page2.TextSize = 25
  436. page2.TextStrokeColor3 = Color3.new(1, 0.988235, 0.968628)
  437. page2.TextStrokeTransparency = 0
  438. page2.MouseButton1Down:connect(function()
  439. page2.Visible = true
  440. mainn.Visible = false
  441. test.Visible = true
  442. end)
  443.  
  444. test.Name = "test"
  445. test.Parent = pjj
  446. test.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  447. test.Position = UDim2.new(0.269432634, 0, 0.312257439, 0)
  448. test.Size = UDim2.new(0, 478, 0, 265)
  449. test.Draggable = true
  450. test.Visible = false
  451.  
  452. test_2.Name = "test"
  453. test_2.Parent = test
  454. test_2.BackgroundColor3 = Color3.new(1, 1, 1)
  455. test_2.BackgroundTransparency = 1
  456. test_2.Position = UDim2.new(0.313807517, 0, 0, 0)
  457. test_2.Size = UDim2.new(0, 200, 0, 50)
  458. test_2.Font = Enum.Font.SciFi
  459. test_2.Text = "This is a test GUI, Buttons may work or not."
  460. test_2.TextColor3 = Color3.new(0.321569, 0.2, 0.92549)
  461. test_2.TextSize = 26
  462.  
  463. killdio.Name = "killdio"
  464. killdio.Parent = test
  465. killdio.BackgroundColor3 = Color3.new(1, 1, 1)
  466. killdio.BorderColor3 = Color3.new(0.14902, 0, 1)
  467. killdio.Position = UDim2.new(0, 0, 0.245283023, 0)
  468. killdio.Size = UDim2.new(0, 200, 0, 50)
  469. killdio.Font = Enum.Font.SciFi
  470. killdio.Text = "KILL DIO"
  471. killdio.TextColor3 = Color3.new(0.380392, 0.176471, 0.988235)
  472. killdio.TextSize = 28
  473. killdio.TextStrokeColor3 = Color3.new(0.290196, 0.14902, 1)
  474. killdio.MouseButton1Down:connect(function()
  475. for i = 1, 25000 do
  476. local o = game.Players.LocalPlayer.Name
  477. local A_1 = 75
  478. local A_2 = game:GetService("Workspace")[o].Head.Container.Stand.Torso
  479. 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)
  480. local A_4 = 100000000000
  481. local A_5 = game:GetService("Workspace")[o].Torso.voiceline
  482. local A_6 = game:GetService("Workspace")["DIO"].Humanoid
  483. local A_7 = false
  484. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  485. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  486. end
  487. end)
  488.  
  489. killdummy.Name = "killdummy"
  490. killdummy.Parent = test
  491. killdummy.BackgroundColor3 = Color3.new(1, 1, 1)
  492. killdummy.BorderColor3 = Color3.new(0.2, 0, 1)
  493. killdummy.Position = UDim2.new(0, 0, 0.686792433, 0)
  494. killdummy.Size = UDim2.new(0, 200, 0, 50)
  495. killdummy.Font = Enum.Font.SciFi
  496. killdummy.Text = "KILL ULTIMATE DUMMY"
  497. killdummy.TextColor3 = Color3.new(0.0941177, 0.368627, 0.960784)
  498. killdummy.TextSize = 21
  499. killdummy.MouseButton1Click:connect(function()
  500. for i = 1, 25000 do
  501. local o = "redising123"
  502. local A_1 = 75
  503. local A_2 = game:GetService("Workspace")[o].Head.Container.Stand.Torso
  504. 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)
  505. local A_4 = 100000000000
  506. local A_5 = game:GetService("Workspace")[o].Torso.voiceline
  507. local A_6 = game:GetService("Workspace")["Giant Dummy"].Humanoid
  508. local A_7 = false
  509. local Event = game:GetService("ReplicatedStorage").Logic.hitbox
  510. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  511. end
  512. end)
  513.  
  514. when.Name = "when"
  515. when.Parent = test
  516. when.BackgroundColor3 = Color3.new(1, 1, 1)
  517. when.BackgroundTransparency = 1
  518. when.Position = UDim2.new(0.433054447, 0, 0.245283023, 0)
  519. when.Size = UDim2.new(0, 247, 0, 50)
  520. when.Font = Enum.Font.SourceSans
  521. when.Text = "--> When DIO spawns"
  522. when.TextColor3 = Color3.new(0.0588235, 0.968628, 0.968628)
  523. when.TextSize = 25
  524.  
  525. TextButton.Parent = test
  526. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  527. TextButton.BackgroundTransparency = 1
  528. TextButton.Position = UDim2.new(0.826359868, 0, 0.811320782, 0)
  529. TextButton.Size = UDim2.new(0, 75, 0, 41)
  530. TextButton.Font = Enum.Font.SourceSans
  531. TextButton.Text = "X"
  532. TextButton.TextColor3 = Color3.new(0.4, 0, 1)
  533. TextButton.TextSize = 50
  534. TextButton.MouseButton1Down:connect(function()
  535. TextButton.Visible = true
  536. test.Visible = false
  537. end)
  538. -- Scripts:
Add Comment
Please, Sign In to add comment