Advertisement
Noble_Z

JoJo roblox script (better)

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