Angkerscript

Project JoJoBa

Apr 10th, 2019
1,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 KB | None | 0 0
  1. -- Made By :
  2. -- ANGKERSPLOIT
  3. local ProjectJoJo = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local Main = Instance.new("Frame")
  7. local BeautyB = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local BeautyA = Instance.new("Frame")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local tpbone = Instance.new("TextButton")
  12. local tpdiary = Instance.new("TextButton")
  13. local tpmoney = Instance.new("TextButton")
  14. local tptools = Instance.new("TextButton")
  15. local tpshop = Instance.new("TextButton")
  16. local farmhyper = Instance.new("TextButton")
  17. local farmall = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. --Properties:
  20. ProjectJoJo.Name = "Project JoJo"
  21. ProjectJoJo.Parent = game.CoreGui
  22. ProjectJoJo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. OpenFrame.Name = "OpenFrame"
  25. OpenFrame.Parent = ProjectJoJo
  26. OpenFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  27. OpenFrame.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  28. OpenFrame.Position = UDim2.new(0, 0, 0.554079711, 0)
  29. OpenFrame.Size = UDim2.new(0, 97, 0, 38)
  30.  
  31. TextButton.Parent = OpenFrame
  32. TextButton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  33. TextButton.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  34. TextButton.BorderSizePixel = 0
  35. TextButton.Position = UDim2.new(0, 0, 0.144412398, 0)
  36. TextButton.Size = UDim2.new(0, 97, 0, 26)
  37. TextButton.Font = Enum.Font.SciFi
  38. TextButton.Text = "Open"
  39. TextButton.TextColor3 = Color3.new(1, 1, 1)
  40. TextButton.TextSize = 25
  41. TextButton.MouseButton1Down:connect(function()
  42. Main.Visible = true
  43. OpenFrame.Visible = false
  44. end)
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = ProjectJoJo
  48. Main.Active = true
  49. Main.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  50. Main.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  51. Main.BorderSizePixel = 0
  52. Main.Position = UDim2.new(0.27205199, 0, 0.17267552, 0)
  53. Main.Size = UDim2.new(0, 503, 0, 314)
  54. Main.Visible = false
  55. Main.Draggable = true
  56.  
  57. BeautyB.Name = "BeautyB"
  58. BeautyB.Parent = Main
  59. BeautyB.Active = true
  60. BeautyB.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  61. BeautyB.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  62. BeautyB.Position = UDim2.new(0, 0, 0.89808917, 0)
  63. BeautyB.Size = UDim2.new(0, 503, 0, 32)
  64.  
  65. TextLabel.Parent = BeautyB
  66. TextLabel.Active = true
  67. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  68. TextLabel.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  69. TextLabel.Position = UDim2.new(0.19880715, 0, 0, 0)
  70. TextLabel.Size = UDim2.new(0, 303, 0, 32)
  71. TextLabel.Font = Enum.Font.SciFi
  72. TextLabel.Text = "ANGKERSPLOIT"
  73. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  74. TextLabel.TextSize = 25
  75.  
  76. BeautyA.Name = "BeautyA"
  77. BeautyA.Parent = Main
  78. BeautyA.Active = true
  79. BeautyA.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  80. BeautyA.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  81. BeautyA.Size = UDim2.new(0, 503, 0, 31)
  82.  
  83. TextLabel_2.Parent = BeautyA
  84. TextLabel_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  85. TextLabel_2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  86. TextLabel_2.Position = UDim2.new(0.19880715, 0, 0, 0)
  87. TextLabel_2.Size = UDim2.new(0, 303, 0, 31)
  88. TextLabel_2.Font = Enum.Font.SciFi
  89. TextLabel_2.Text = "Project JoJo"
  90. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  91. TextLabel_2.TextSize = 25
  92.  
  93. tpbone.Name = "tpbone"
  94. tpbone.Parent = Main
  95. tpbone.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  96. tpbone.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  97. tpbone.BorderSizePixel = 0
  98. tpbone.Position = UDim2.new(0.0198807158, 0, 0.168789804, 0)
  99. tpbone.Size = UDim2.new(0, 145, 0, 44)
  100. tpbone.Font = Enum.Font.SciFi
  101. tpbone.Text = "TP Bones"
  102. tpbone.TextColor3 = Color3.new(1, 1, 1)
  103. tpbone.TextSize = 25
  104. tpbone.MouseButton1Click:connect(function()
  105. while wait(5) do
  106. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("DioBone").CFrame
  107. end
  108. end)
  109.  
  110. tpdiary.Name = "tpdiary"
  111. tpdiary.Parent = Main
  112. tpdiary.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  113. tpdiary.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  114. tpdiary.Position = UDim2.new(0.0198807158, 0, 0.42993629, 0)
  115. tpdiary.Size = UDim2.new(0, 145, 0, 44)
  116. tpdiary.Font = Enum.Font.SciFi
  117. tpdiary.Text = "TP Diary"
  118. tpdiary.TextColor3 = Color3.new(1, 1, 1)
  119. tpdiary.TextSize = 25
  120. tpdiary.MouseButton1Click:connect(function()
  121. while wait(5) do
  122. for _,v in pairs(game.Workspace:GetDescendants()) do
  123. if string.find(v.Name, "DioDiary") and v:FindFirstChild("Handle") then
  124. v:FindFirstChild("Handle").Anchored = true
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(0,0,-2) * v:FindFirstChild("Handle").CFrame
  126. end
  127. end
  128. end
  129. end)
  130.  
  131.  
  132. tpmoney.Name = "tpmoney"
  133. tpmoney.Parent = Main
  134. tpmoney.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  135. tpmoney.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  136. tpmoney.Position = UDim2.new(0.355864793, 0, 0.168789804, 0)
  137. tpmoney.Size = UDim2.new(0, 145, 0, 44)
  138. tpmoney.Font = Enum.Font.SciFi
  139. tpmoney.Text = "TP Money"
  140. tpmoney.TextColor3 = Color3.new(1, 1, 1)
  141. tpmoney.TextSize = 25
  142. tpmoney.MouseButton1Click:connect(function()
  143. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
  144. end)
  145.  
  146.  
  147. tptools.Name = "tptools"
  148. tptools.Parent = Main
  149. tptools.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  150. tptools.Position = UDim2.new(0.687872767, 0, 0.168789804, 0)
  151. tptools.Size = UDim2.new(0, 145, 0, 44)
  152. tptools.Font = Enum.Font.SciFi
  153. tptools.Text = "TP Tools"
  154. tptools.TextColor3 = Color3.new(1, 1, 1)
  155. tptools.TextSize = 25
  156. tptools.MouseButton1Click:connect(function()
  157. while wait(3) do
  158. for _,v in pairs(workspace:GetChildren()) do
  159. if v:IsA("Tool") then
  160. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  161. print("Teleported Item!")
  162. end
  163. end
  164. end
  165. end)
  166.  
  167. tpshop.Name = "tpshop"
  168. tpshop.Parent = Main
  169. tpshop.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  170. tpshop.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  171. tpshop.Position = UDim2.new(0.355864793, 0, 0.42993629, 0)
  172. tpshop.Size = UDim2.new(0, 145, 0, 44)
  173. tpshop.Font = Enum.Font.SciFi
  174. tpshop.Text = "TP Shop"
  175. tpshop.TextColor3 = Color3.new(1, 1, 1)
  176. tpshop.TextSize = 25
  177. tpshop.MouseButton1Click:connect(function()
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1518.72522, 875.027283, -425.667816)
  179. end)
  180.  
  181.  
  182. farmhyper.Name = "farmhyper"
  183. farmhyper.Parent = Main
  184. farmhyper.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  185. farmhyper.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  186. farmhyper.Position = UDim2.new(0.687872767, 0, 0.42993629, 0)
  187. farmhyper.Size = UDim2.new(0, 145, 0, 44)
  188. farmhyper.Font = Enum.Font.SciFi
  189. farmhyper.Text = "Farm Hyper"
  190. farmhyper.TextColor3 = Color3.new(1, 1, 1)
  191. farmhyper.TextSize = 25
  192. farmhyper.MouseButton1Down:connect(function()
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
  194. local Count = 0
  195. while true do
  196. wait(0.05)
  197. while Count < 20 do
  198. wait(0.1)
  199. local A_1 = 99999.25
  200. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  201. Event:FireServer(A_1)
  202. Count = Count + 1
  203. end
  204. Count = 0
  205. end
  206. while true do
  207. wait(0.001)
  208. game.Workspace.ChildAdded:connect(function(instance)
  209. if instance.Name == "Part" then
  210. instance:Destroy()
  211. end
  212. end)
  213. end
  214. while true do
  215. game.Workspace["Titan Dummy"].Name = "T"
  216. game.Workspace["Titan Dummy"].Name = "T"
  217. if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
  218. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
  219. end
  220. if game.Workspace.T.Humanoid.Health == 0 then
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
  222. end
  223. end
  224. end)
  225.  
  226.  
  227. farmall.Name = "farmall"
  228. farmall.Parent = Main
  229. farmall.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  230. farmall.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  231. farmall.Position = UDim2.new(0.0198807158, 0, 0.65605092, 0)
  232. farmall.Size = UDim2.new(0, 481, 0, 44)
  233. farmall.Font = Enum.Font.SciFi
  234. farmall.Text = "FARM ALL"
  235. farmall.TextColor3 = Color3.new(1, 1, 1)
  236. farmall.TextSize = 40
  237. farmall.MouseButton1Click:connect(function()
  238. local P=workspace:FindFirstChildOfClass'Part'
  239. local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
  240. local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
  241. local LP=game:GetService'Players'.LocalPlayer
  242. for _,a in ipairs(workspace:GetChildren())do
  243. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  244. spawn(function()
  245. local Pa=LP.Character:FindFirstChildOfClass'Part'
  246. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  247. end)
  248. end
  249. end
  250. workspace.ChildAdded:Connect(function(a)
  251. wait(.125)
  252. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  253. spawn(function()
  254. repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
  255. local Pa=LP.Character:FindFirstChildOfClass'Part'
  256. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  257. end)
  258. end
  259. end)
  260. for _,a in ipairs(game:GetService'Players':GetPlayers())do
  261. R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  262. R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  263. R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  264. R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  265. R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  266. R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  267. R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  268. R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  269. R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  270. R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  271. R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  272. R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  273. end
  274. end)
  275.  
  276.  
  277. Close.Name = "Close"
  278. Close.Parent = Main
  279. Close.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  280. Close.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  281. Close.Position = UDim2.new(0.934393644, 0, 0, 0)
  282. Close.Size = UDim2.new(0, 33, 0, 31)
  283. Close.Font = Enum.Font.SciFi
  284. Close.Text = "X"
  285. Close.TextColor3 = Color3.new(1, 1, 1)
  286. Close.TextSize = 40
  287. Close.MouseButton1Down:connect(function()
  288. OpenFrame.Visible = true
  289. Main.Visible = false
  290. end)
  291. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment