Advertisement
Guest User

Untitled

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