victordavid091

Project Jojo Hack

Oct 11th, 2018
4,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Pjojo = Instance.new("ScreenGui")
  4. local Mframe = Instance.new("Frame")
  5. local Power = Instance.new("TextButton")
  6. local PValue = Instance.new("TextBox")
  7. local EValue = Instance.new("TextBox")
  8. local Endurance = Instance.new("TextButton")
  9. local LFarm = Instance.new("TextButton")
  10. local MFarm = Instance.new("TextButton")
  11. local Gall = Instance.new("TextButton")
  12. local Made = Instance.new("TextLabel")
  13. local TFrame = Instance.new("Frame")
  14. local Lala = Instance.new("TextLabel")
  15. local Tutup = Instance.new("TextButton")
  16. local Tunda = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. Pjojo.Name = "Pjojo"
  21. Pjojo.Parent = game.CoreGui
  22.  
  23. Mframe.Name = "Mframe"
  24. Mframe.Parent = Pjojo
  25. Mframe.Active = true
  26. Mframe.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Mframe.BorderColor3 = Color3.new(1, 1, 1)
  28. Mframe.BorderSizePixel = 2
  29. Mframe.Position = UDim2.new(0.204768583, 0, 0.222664014, 0)
  30. Mframe.Size = UDim2.new(0, 420, 0, 279)
  31. Mframe.Draggable = true
  32.  
  33. Power.Name = "Power"
  34. Power.Parent = Mframe
  35. Power.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Power.Position = UDim2.new(0.0357142836, 0, 0.330795825, 0)
  37. Power.Size = UDim2.new(0, 182, 0, 44)
  38. Power.Style = Enum.ButtonStyle.RobloxButtonDefault
  39. Power.Font = Enum.Font.SciFi
  40. Power.Text = "Submit Power !"
  41. Power.TextColor3 = Color3.new(1, 0, 0)
  42. Power.TextSize = 20
  43.  
  44. PValue.Name = "PValue"
  45. PValue.Parent = Mframe
  46. PValue.BackgroundColor3 = Color3.new(0, 0, 0)
  47. PValue.BorderColor3 = Color3.new(0.333333, 1, 1)
  48. PValue.BorderSizePixel = 2
  49. PValue.Position = UDim2.new(0.0142857153, 0, 0.154121861, 0)
  50. PValue.Size = UDim2.new(0, 200, 0, 39)
  51. PValue.Font = Enum.Font.SciFi
  52. PValue.Text = "Power Value"
  53. PValue.TextColor3 = Color3.new(0.333333, 1, 1)
  54. PValue.TextSize = 20
  55.  
  56. EValue.Name = "EValue"
  57. EValue.Parent = Mframe
  58. EValue.BackgroundColor3 = Color3.new(0, 0, 0)
  59. EValue.BorderColor3 = Color3.new(0.333333, 1, 1)
  60. EValue.BorderSizePixel = 2
  61. EValue.Position = UDim2.new(0.511904776, 0, 0.154121861, 0)
  62. EValue.Size = UDim2.new(0, 200, 0, 39)
  63. EValue.Font = Enum.Font.SciFi
  64. EValue.Text = "Endurance Value"
  65. EValue.TextColor3 = Color3.new(0.333333, 1, 1)
  66. EValue.TextSize = 20
  67.  
  68. Endurance.Name = "Endurance"
  69. Endurance.Parent = Mframe
  70. Endurance.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Endurance.Position = UDim2.new(0.533333361, 0, 0.330795825, 0)
  72. Endurance.Size = UDim2.new(0, 182, 0, 44)
  73. Endurance.Style = Enum.ButtonStyle.RobloxButtonDefault
  74. Endurance.Font = Enum.Font.SciFi
  75. Endurance.Text = "Submit Endurance !"
  76. Endurance.TextColor3 = Color3.new(1, 0, 0)
  77. Endurance.TextSize = 20
  78.  
  79. LFarm.Name = "LFarm"
  80. LFarm.Parent = Mframe
  81. LFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  82. LFarm.Position = UDim2.new(0.0142857116, 0, 0.537634432, 0)
  83. LFarm.Size = UDim2.new(0, 200, 0, 51)
  84. LFarm.Style = Enum.ButtonStyle.RobloxButtonDefault
  85. LFarm.Font = Enum.Font.SciFi
  86. LFarm.Text = "Level Farm"
  87. LFarm.TextColor3 = Color3.new(1, 0, 0)
  88. LFarm.TextSize = 20
  89.  
  90. MFarm.Name = "MFarm"
  91. MFarm.Parent = Mframe
  92. MFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  93. MFarm.Position = UDim2.new(0.511904776, 0, 0.537634432, 0)
  94. MFarm.Size = UDim2.new(0, 200, 0, 51)
  95. MFarm.Style = Enum.ButtonStyle.RobloxButtonDefault
  96. MFarm.Font = Enum.Font.SciFi
  97. MFarm.Text = "Money Farm"
  98. MFarm.TextColor3 = Color3.new(1, 0, 0)
  99. MFarm.TextSize = 20
  100.  
  101. Gall.Name = "Gall"
  102. Gall.Parent = Mframe
  103. Gall.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Gall.Position = UDim2.new(0.261904776, 0, 0.741935492, 0)
  105. Gall.Size = UDim2.new(0, 200, 0, 43)
  106. Gall.Style = Enum.ButtonStyle.RobloxButtonDefault
  107. Gall.Font = Enum.Font.SciFi
  108. Gall.Text = "Get All Gear"
  109. Gall.TextColor3 = Color3.new(1, 0, 0)
  110. Gall.TextSize = 20
  111.  
  112. Made.Name = "Made"
  113. Made.Parent = Mframe
  114. Made.BackgroundColor3 = Color3.new(0, 0, 0)
  115. Made.BackgroundTransparency = 1
  116. Made.BorderColor3 = Color3.new(1, 1, 1)
  117. Made.BorderSizePixel = 2
  118. Made.Position = UDim2.new(0.107142866, 0, 0.896057367, 0)
  119. Made.Size = UDim2.new(0, 57, 0, 20)
  120. Made.Font = Enum.Font.SciFi
  121. Made.Text = "Made By Anwarun"
  122. Made.TextColor3 = Color3.new(1, 0, 0)
  123. Made.TextSize = 18
  124. Made.TextStrokeColor3 = Color3.new(1, 1, 1)
  125. Made.TextStrokeTransparency = 0
  126.  
  127. TFrame.Name = "TFrame"
  128. TFrame.Parent = Mframe
  129. TFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  130. TFrame.BorderColor3 = Color3.new(1, 1, 1)
  131. TFrame.BorderSizePixel = 2
  132. TFrame.Position = UDim2.new(0, 0, 0.00153201818, 0)
  133. TFrame.Size = UDim2.new(0, 420, 0, 30)
  134.  
  135. Lala.Name = "Lala"
  136. Lala.Parent = TFrame
  137. Lala.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Lala.BackgroundTransparency = 1
  139. Lala.Position = UDim2.new(-0.0119047463, 0, 0, 0)
  140. Lala.Size = UDim2.new(0, 420, 0, 30)
  141. Lala.Font = Enum.Font.SciFi
  142. Lala.Text = "Project Jojo Gui"
  143. Lala.TextColor3 = Color3.new(1, 1, 1)
  144. Lala.TextSize = 25
  145.  
  146. Tutup.Name = "Tutup"
  147. Tutup.Parent = TFrame
  148. Tutup.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Tutup.Position = UDim2.new(0.914285719, 0, 0, 0)
  150. Tutup.Size = UDim2.new(0, 36, 0, 30)
  151. Tutup.Style = Enum.ButtonStyle.RobloxButtonDefault
  152. Tutup.Font = Enum.Font.SciFi
  153. Tutup.Text = "X"
  154. Tutup.TextColor3 = Color3.new(1, 0, 0)
  155. Tutup.TextSize = 20
  156.  
  157. Tunda.Name = "Tunda"
  158. Tunda.Parent = TFrame
  159. Tunda.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Tunda.Position = UDim2.new(0.828571439, 0, 0, 0)
  161. Tunda.Size = UDim2.new(0, 36, 0, 30)
  162. Tunda.Style = Enum.ButtonStyle.RobloxButtonDefault
  163. Tunda.Font = Enum.Font.SciFi
  164. Tunda.Text = "-"
  165. Tunda.TextColor3 = Color3.new(1, 0, 0)
  166. Tunda.TextSize = 20
  167.  
  168. -- Scripts
  169.  
  170. local tunda = false
  171.  
  172. Tunda.MouseButton1Down:connect(function()
  173. if tunda == false then
  174. Mframe:TweenSize(UDim2.new(0, 420, 0, 31),"In","Sine",5,true)
  175. wait(5)
  176. Power.Visible = false
  177. PValue.Visible = false
  178. EValue.Visible = false
  179. Endurance.Visible = false
  180. LFarm.Visible = false
  181. MFarm.Visible = false
  182. Gall.Visible = false
  183. Made.Visible = false
  184. tunda = true
  185. else
  186. Mframe:TweenSize(UDim2.new(0, 420, 0, 279),"In","Sine",5,true)
  187. wait(5)
  188. Power.Visible = true
  189. PValue.Visible = true
  190. EValue.Visible = true
  191. Endurance.Visible = true
  192. LFarm.Visible = true
  193. MFarm.Visible = true
  194. Gall.Visible = true
  195. Made.Visible = true
  196. tunda = false
  197. end
  198. end)
  199.  
  200. Tutup.MouseButton1Down:connect(function()
  201. Pjojo:Destroy()
  202. end)
  203.  
  204. Power.MouseButton1Down:connect(function()
  205. game.Players.LocalPlayer.Power.Value = PValue.Text
  206. end)
  207.  
  208. Endurance.MouseButton1Down:connect(function()
  209. game.Players.LocalPlayer.Endurance.Value = EValue.Text
  210. end)
  211.  
  212. LFarm.MouseButton1Down:connect(function()
  213. while wait(0) do
  214. spawn(function()
  215. local a = {
  216. [3] = workspace['Titan Dummy'].Torso.CFrame,
  217.  
  218. [2] = workspace['Titan Dummy'].Torso,
  219. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  220. [6] = workspace['Titan Dummy'].Humanoid,
  221.  
  222. [10] = false,
  223. [7] = false,
  224. [9] = false,
  225.  
  226. [1] = 7,
  227. [4] = 2e999
  228. }
  229. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  230. end)
  231. end
  232.  
  233. while wait(0) do
  234. spawn(function()
  235. local a = {
  236. [3] = workspace['Giant Dummy'].Torso.CFrame,
  237.  
  238. [2] = workspace['Giant Dummy'].Torso,
  239. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  240. [6] = workspace['Giant Dummy'].Humanoid,
  241.  
  242. [10] = false,
  243. [7] = false,
  244. [9] = false,
  245.  
  246. [1] = 7,
  247. [4] = 2e999
  248. }
  249. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  250. end)
  251. end
  252.  
  253. while wait(0) do
  254. spawn(function()
  255. local a = {
  256. [3] = workspace['Wood Dummy'].Torso.CFrame,
  257.  
  258. [2] = workspace['Wood Dummy'].Torso,
  259. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  260. [6] = workspace['Wood Dummy'].Humanoid,
  261.  
  262. [10] = false,
  263. [7] = false,
  264. [9] = false,
  265.  
  266. [1] = 7,
  267. [4] = 2e999
  268. }
  269. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  270. end)
  271. end
  272.  
  273. while wait(0) do
  274. spawn(function()
  275. local a = {
  276. [3] = workspace['Metal Dummy'].Torso.CFrame,
  277.  
  278. [2] = workspace['Metal Dummy'].Torso,
  279. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  280. [6] = workspace['Metal Dummy'].Humanoid,
  281.  
  282. [10] = false,
  283. [7] = false,
  284. [9] = false,
  285.  
  286. [1] = 7,
  287. [4] = 2e999
  288. }
  289. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  290. end)
  291. end
  292. end)
  293.  
  294. MFarm.MouseButton1Down:connect(function()
  295. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1919.52, 875.01, -225.19))
  296. while wait(0) do
  297. spawn(function()
  298. local a = {
  299. [3] = workspace['Titan Dummy'].Torso.CFrame,
  300.  
  301. [2] = workspace['Titan Dummy'].Torso,
  302. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  303. [6] = workspace['Titan Dummy'].Humanoid,
  304.  
  305. [10] = false,
  306. [7] = false,
  307. [9] = false,
  308.  
  309. [1] = 7,
  310. [4] = 2e99
  311. }
  312. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  313. end)
  314. end
  315. end)
  316.  
  317. Gall.MouseButton1Down:connect(function()
  318. for _,v in pairs(workspace:GetChildren()) do
  319. if v:IsA("Tool") then
  320. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  321. end
  322. end
  323. end)
Add Comment
Please, Sign In to add comment