Advertisement
Guest User

jojosploit

a guest
Jan 7th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local JoJoSploit = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("Frame")
  6. local MainTopFrame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local moveints = Instance.new("TextButton")
  10. local speed = Instance.new("TextBox")
  11. local submito = Instance.new("TextButton")
  12. local power = Instance.new("TextBox")
  13. local submitu = Instance.new("TextButton")
  14. local tools = Instance.new("TextButton")
  15. local kall = Instance.new("TextButton")
  16. local Level = Instance.new("TextButton")
  17. local CloseGUI = Instance.new("TextButton")
  18. local LoginGUI = Instance.new("Frame")
  19. local TopFrame = Instance.new("Frame")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21. local TextLabel_4 = Instance.new("TextLabel")
  22. local Username = Instance.new("TextBox")
  23. local Password = Instance.new("TextBox")
  24. local Submit = Instance.new("TextButton")
  25. local OpenGUI = Instance.new("Frame")
  26. local open = Instance.new("TextButton")
  27. --Properties:
  28. JoJoSploit.Name = "JoJoSploit"
  29. JoJoSploit.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. MainGUI.Name = "MainGUI"
  32. MainGUI.Parent = JoJoSploit
  33. MainGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. MainGUI.Position = UDim2.new(0.434528172, 0, 0.292825758, 0)
  35. MainGUI.Size = UDim2.new(0, 467, 0, 283)
  36. MainGUI.Visible = false
  37. MainGUI.Draggable = true
  38. MainGUI.Active = true
  39. MainGUI.Selectable = true
  40.  
  41. MainTopFrame.Name = "MainTopFrame"
  42. MainTopFrame.Parent = MainGUI
  43. MainTopFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  44. MainTopFrame.Size = UDim2.new(0, 467, 0, 50)
  45.  
  46. TextLabel.Parent = MainTopFrame
  47. TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  48. TextLabel.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  49. TextLabel.Position = UDim2.new(0.284796566, 0, 0, 0)
  50. TextLabel.Size = UDim2.new(0, 200, 0, 32)
  51. TextLabel.Font = Enum.Font.SourceSansBold
  52. TextLabel.Text = "Project JoJo GUI"
  53. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  54. TextLabel.TextSize = 25
  55.  
  56. TextLabel_2.Parent = MainTopFrame
  57. TextLabel_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  58. TextLabel_2.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  59. TextLabel_2.Position = UDim2.new(0.284796566, 0, 0.639999986, 0)
  60. TextLabel_2.Size = UDim2.new(0, 200, 0, 18)
  61. TextLabel_2.Font = Enum.Font.SourceSans
  62. TextLabel_2.Text = "Made by jojosweirdquest"
  63. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  64. TextLabel_2.TextSize = 14
  65.  
  66. moveints.Name = "moveints"
  67. moveints.Parent = MainGUI
  68. moveints.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  69. moveints.BorderColor3 = Color3.new(1, 1, 1)
  70. moveints.Position = UDim2.new(0.0535331964, 0, 0.674911678, 0)
  71. moveints.Size = UDim2.new(0, 200, 0, 29)
  72. moveints.Font = Enum.Font.SourceSansBold
  73. moveints.Text = "Move in TS"
  74. moveints.TextColor3 = Color3.new(1, 1, 1)
  75. moveints.TextSize = 20
  76. moveints.MouseButton1Down:connect(function()
  77. if game.Workspace.timestopped.Value == true then
  78. game.Workspace.timestopped.Value = false
  79. end
  80. end)
  81.  
  82. speed.Name = "speed"
  83. speed.Parent = MainGUI
  84. speed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  85. speed.BorderColor3 = Color3.new(1, 1, 1)
  86. speed.Position = UDim2.new(0.0535332039, 0, 0.328621864, 0)
  87. speed.Size = UDim2.new(0, 200, 0, 29)
  88. speed.Font = Enum.Font.SourceSans
  89. speed.PlaceholderText = "Speed"
  90. speed.Text = ""
  91. speed.TextColor3 = Color3.new(255, 255, 255)
  92. speed.TextSize = 18
  93.  
  94. submito.Name = "submito"
  95. submito.Parent = speed
  96. submito.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  97. submito.BorderColor3 = Color3.new(1, 1, 1)
  98. submito.Position = UDim2.new(1.08320129, 0, -0.0162056983, 0)
  99. submito.Size = UDim2.new(0, 200, 0, 29)
  100. submito.Font = Enum.Font.SourceSansBold
  101. submito.Text = "Sumbit Speed"
  102. submito.TextColor3 = Color3.new(1, 1, 1)
  103. submito.TextSize = 20
  104. submito.MouseButton1Down:connect(function()
  105. game.Players.LocalPlayer.Speed.Value = speed.Text
  106. end)
  107.  
  108. power.Name = "power"
  109. power.Parent = MainGUI
  110. power.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  111. power.BorderColor3 = Color3.new(1, 1, 1)
  112. power.Position = UDim2.new(0.0535332039, 0, 0.491166055, 0)
  113. power.Size = UDim2.new(0, 200, 0, 29)
  114. power.Font = Enum.Font.SourceSans
  115. power.PlaceholderText = "Power"
  116. power.Text = ""
  117. power.TextColor3 = Color3.new(255, 255, 255)
  118. power.TextSize = 18
  119.  
  120. submitu.Name = "submitu"
  121. submitu.Parent = power
  122. submitu.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  123. submitu.BorderColor3 = Color3.new(1, 1, 1)
  124. submitu.Position = UDim2.new(1.08320129, 0, -0.0162056983, 0)
  125. submitu.Size = UDim2.new(0, 200, 0, 29)
  126. submitu.Font = Enum.Font.SourceSansBold
  127. submitu.Text = "Sumbit Power"
  128. submitu.TextColor3 = Color3.new(1, 1, 1)
  129. submitu.TextSize = 20
  130. submitu.MouseButton1Down:connect(function()
  131. game.Players.LocalPlayer.Power.Value = power.Text
  132. end)
  133.  
  134. tools.Name = "tools"
  135. tools.Parent = MainGUI
  136. tools.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  137. tools.BorderColor3 = Color3.new(1, 1, 1)
  138. tools.Position = UDim2.new(0.516059995, 0, 0.674911678, 0)
  139. tools.Size = UDim2.new(0, 200, 0, 29)
  140. tools.Font = Enum.Font.SourceSansBold
  141. tools.Text = "Get All Tools"
  142. tools.TextColor3 = Color3.new(1, 1, 1)
  143. tools.TextSize = 20
  144. tools.MouseButton1Down:connect(function()
  145. for _,v in pairs(workspace:GetChildren()) do
  146. if v:IsA("Tool") then
  147. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  148. end
  149. end
  150. end)
  151.  
  152. kall.Name = "kall"
  153. kall.Parent = MainGUI
  154. kall.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  155. kall.BorderColor3 = Color3.new(1, 1, 1)
  156. kall.Position = UDim2.new(0.0535332263, 0, 0.823321581, 0)
  157. kall.Size = UDim2.new(0, 200, 0, 29)
  158. kall.Font = Enum.Font.SourceSansBold
  159. kall.Text = "No-Clip"
  160. kall.TextColor3 = Color3.new(1, 1, 1)
  161. kall.TextSize = 20
  162. kall.MouseButton1Down:connect(function()
  163. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  164. end)
  165.  
  166.  
  167. Level.Name = "Level"
  168. Level.Parent = MainGUI
  169. Level.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  170. Level.BorderColor3 = Color3.new(1, 1, 1)
  171. Level.Position = UDim2.new(0.516059995, 0, 0.819787979, 0)
  172. Level.Size = UDim2.new(0, 200, 0, 29)
  173. Level.Font = Enum.Font.SourceSansBold
  174. Level.Text = "Level Farm"
  175. Level.TextColor3 = Color3.new(1, 1, 1)
  176. Level.TextSize = 20
  177. Level.MouseButton1Down:connect(function()
  178. local d = game.Players.LocalPlayer.Character.HumanoidRootPart
  179. for i,v in pairs(game.Workspace:GetChildren()) do
  180. if v.name == "Experience Is Power" then
  181. for _, b in pairs(v:GetChildren()) do
  182. if b.name == "ClickPart" then
  183. b.CFrame = d.CFrame
  184. end
  185. end
  186. end
  187. end
  188. wait()
  189. while wait(0) do
  190. spawn(function()
  191. local a = {
  192. [3] = workspace['Titan Dummy'].Torso.CFrame,
  193.  
  194. [2] = workspace['Titan Dummy'].Torso,
  195. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  196. [6] = workspace['Titan Dummy'].Humanoid,
  197.  
  198. [10] = false,
  199. [7] = false,
  200. [9] = false,
  201.  
  202. [1] = 7,
  203. [4] = 2e99
  204. }
  205. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  206. end)
  207. end
  208. while wait(0.001) do
  209. spawn(function()
  210. local a = {
  211. [3] = workspace['Titan Dummy'].Torso.CFrame,
  212.  
  213. [2] = workspace['Titan Dummy'].Torso,
  214. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  215. [6] = workspace['Titan Dummy'].Humanoid,
  216.  
  217. [10] = false,
  218. [7] = false,
  219. [9] = false,
  220.  
  221. [1] = 7,
  222. [4] = 2e99
  223. }
  224. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  225. end)
  226. end
  227. while wait(0.002) do
  228. spawn(function()
  229. local a = {
  230. [3] = workspace['Titan Dummy'].Torso.CFrame,
  231.  
  232. [2] = workspace['Titan Dummy'].Torso,
  233. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  234. [6] = workspace['Titan Dummy'].Humanoid,
  235.  
  236. [10] = false,
  237. [7] = false,
  238. [9] = false,
  239.  
  240. [1] = 7,
  241. [4] = 2e99
  242. }
  243. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  244. end)
  245. end
  246. while wait(0.003) do
  247. spawn(function()
  248. local a = {
  249. [3] = workspace['Titan Dummy'].Torso.CFrame,
  250.  
  251. [2] = workspace['Titan Dummy'].Torso,
  252. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  253. [6] = workspace['Titan Dummy'].Humanoid,
  254.  
  255. [10] = false,
  256. [7] = false,
  257. [9] = false,
  258.  
  259. [1] = 7,
  260. [4] = 2e99
  261. }
  262. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  263. end)
  264. end
  265. while wait(0.004) do
  266. spawn(function()
  267. local a = {
  268. [3] = workspace['Titan Dummy'].Torso.CFrame,
  269.  
  270. [2] = workspace['Titan Dummy'].Torso,
  271. [5] = game.Players.LocalPlayer.Character.Torso.voiceline,
  272. [6] = workspace['Titan Dummy'].Humanoid,
  273.  
  274. [10] = false,
  275. [7] = false,
  276. [9] = false,
  277.  
  278. [1] = 7,
  279. [4] = 2e99
  280. }
  281. game.ReplicatedStorage.Logic.hitbox:InvokeServer(unpack(a))
  282. end)
  283. end
  284. end)
  285.  
  286. CloseGUI.Name = "CloseGUI"
  287. CloseGUI.Parent = MainGUI
  288. CloseGUI.BackgroundColor3 = Color3.new(0.631373, 0, 0.0117647)
  289. CloseGUI.BorderColor3 = Color3.new(1, 1, 1)
  290. CloseGUI.Position = UDim2.new(0.931477487, 0, 0, 0)
  291. CloseGUI.Size = UDim2.new(0, 32, 0, 32)
  292. CloseGUI.Font = Enum.Font.SourceSansBold
  293. CloseGUI.Text = " X"
  294. CloseGUI.TextColor3 = Color3.new(0, 0, 0)
  295. CloseGUI.TextSize = 14
  296. CloseGUI.MouseButton1Down:connect(function()
  297. MainGUI.Visible = false
  298. OpenGUI.Visible = true
  299. end)
  300.  
  301.  
  302. OpenGUI.Name = "OpenGUI"
  303. OpenGUI.Parent = JoJoSploit
  304. OpenGUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  305. OpenGUI.Position = UDim2.new(0, 0, 0.78623718, 0)
  306. OpenGUI.Size = UDim2.new(0, 100, 0, 28)
  307. OpenGUI.Visible = true
  308. OpenGUI.ResetPlayerGuiOnSpawn = true
  309.  
  310. open.Name = "open"
  311. open.Parent = OpenGUI
  312. open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  313. open.BorderColor3 = Color3.new(1, 1, 1)
  314. open.Size = UDim2.new(0, 100, 0, 28)
  315. open.Font = Enum.Font.SourceSansBold
  316. open.Text = "Open"
  317. open.TextColor3 = Color3.new(1, 1, 1)
  318. open.TextSize = 14
  319. open.MouseButton1Down:connect(function()
  320. MainGUI.Visible = true
  321. OpenGUI.Visible = false
  322. end)
  323. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement