Advertisement
CrystalDime0

Modded Project jojo admin suite

May 31st, 2019
2,344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. local blindevent = game.ReplicatedStorage.Specials['bubbleevent']
  2. local hitbox = game.ReplicatedStorage.Logic['hitbox']
  3. local miscevent = game.ReplicatedStorage.Logic['miscrover']
  4. me = game.Players.LocalPlayer
  5. local scripts = me.PlayerScripts
  6. local aexp1 = scripts:FindFirstChild("AntiInjector")
  7. local aexp2 = scripts:FindFirstChild("Antiexploit")
  8. local aexp3 = scripts:FindFirstChild("Anti-Stat")
  9. if (aexp1) then
  10. aexp1:Destroy()
  11. aexp2:Destroy()
  12. aexp3:Destroy()
  13. end
  14. mhum = me.Character.Humanoid
  15. Char = me.Character
  16. Player = game.Players.LocalPlayer
  17. Stand = Char.Head.Container:FindFirstChild("Stand")
  18. local invisibleevent = game:GetService("ReplicatedStorage").Specials.invisibleevent
  19. currtarget = me
  20.  
  21. --local edit = game:GetService("ReplicatedStorage").Data.changestats
  22.  
  23. local blindevent = game.ReplicatedStorage.Specials['bubbleevent']
  24. local hitbox = game.ReplicatedStorage.Logic['hitbox']
  25. local miscevent = game.ReplicatedStorage.Logic['miscrover']
  26. me = game.Players.LocalPlayer
  27. local scripts = me.PlayerScripts
  28. local aexp1 = scripts:FindFirstChild("AntiInjector")
  29. local aexp2 = scripts:FindFirstChild("Antiexploit")
  30. local aexp3 = scripts:FindFirstChild("Anti-Stat")
  31. if (aexp1) then
  32. aexp1:Destroy()
  33. aexp2:Destroy()
  34. aexp3:Destroy()
  35. end
  36. mhum = me.Character.Humanoid
  37. Char = me.Character
  38. Player = game.Players.LocalPlayer
  39. Stand = Char.Head.Container:FindFirstChild("Stand")
  40. local invisibleevent = game:GetService("ReplicatedStorage").Specials.invisibleevent
  41. currtarget = me
  42.  
  43. --local edit = game:GetService("ReplicatedStorage").Data.changestats
  44.  
  45. local function blind(player)
  46. if not (type(player) == "string") then
  47. print(type(player))
  48. local target = player.Character
  49. print(type(player))
  50. local Arguments = {
  51. [1] = 1,
  52. [2] = Char:FindFirstChild("Right Arm"),
  53. [3] = target.Torso.CFrame,
  54. [4] = -1,
  55. [5] = Char.Torso.voiceline,
  56. [6] = Humanoid,
  57. [7] = false,
  58. [8] = nil,
  59. [9] = false,
  60. [10] = false,
  61. [11] = Char.Torso
  62. }
  63.  
  64. blindevent:FireServer(unpack(Arguments))
  65. elseif (player == "all") then
  66. local list = game.Players:GetChildren()
  67. local me = game.Players.LocalPlayer
  68. for _,v in pairs(list) do
  69. local target = v.Character
  70.  
  71. local Arguments = {
  72. [1] = 1,
  73. [2] = Char:FindFirstChild("Right Arm"),
  74. [3] = target.Torso.CFrame,
  75. [4] = -1,
  76. [5] = Char.Torso.voiceline,
  77. [6] = Humanoid,
  78. [7] = false,
  79. [8] = nil,
  80. [9] = false,
  81. [10] = false,
  82. [11] = Char.Torso
  83. }
  84. if not (v == me) then
  85. blindevent:FireServer(unpack(Arguments))
  86. end
  87.  
  88. end
  89.  
  90. end
  91. end
  92.  
  93. local function teleport(target)
  94. local c = target.Character
  95. local h = c.Head.Position
  96. local pos = Vector3.new(h.X,h.Y, h.Z)
  97. local Char = game.Players.LocalPlayer.Character
  98. Char.HumanoidRootPart.CFrame = CFrame.new(pos)
  99.  
  100.  
  101.  
  102. end
  103. local function maxout()
  104. local Player = game.Players.LocalPlayer
  105. local m = 300000
  106. local v = 90000000000
  107. miscevent:FireServer(10, Player:WaitForChild("Points"), v)
  108. miscevent:FireServer(10, Player:WaitForChild("Power"), v)
  109. miscevent:FireServer(10, Player:WaitForChild("Endurance"), v)
  110. miscevent:FireServer(10, Player:WaitForChild("Special"), v)
  111. miscevent:FireServer(10, Player:WaitForChild("Level"), m)
  112.  
  113.  
  114. end
  115.  
  116. local function void()
  117. invisibleevent:FireServer(0, true)
  118. end
  119.  
  120. local function unvoid()
  121. invisibleevent:FireServer(1, true)
  122. end
  123.  
  124.  
  125. local function changestand(target)
  126. local Player = game.Players.LocalPlayer
  127. local changestatevent = game:GetService("ReplicatedStorage").Data.changestats
  128. changestatevent:FireServer("Stand", target, "9u21dhqwhd0hashjda0jfj023j0f")
  129. changestatevent:FireServer("Requiem", true, "9u21dhqwhd0hashjda0jfj023j0f")
  130. miscevent:FireServer(12,Player)
  131. end
  132.  
  133. local function heal(player)
  134. if not (type(player) == "string") then
  135. local target = player.Character
  136. local Health = target.Humanoid.MaxHealth
  137. if (Health < 10000) then
  138. Health = 10000
  139. end
  140. local Arguments = {
  141. [1] = 7,
  142. [2] = Char:FindFirstChild("Right Arm"),
  143. [3] = target.Torso.CFrame,
  144. [4] = Health + 2000,
  145. [5] = Char.Torso.voiceline,
  146. [6] = target.Humanoid,
  147. [7] = false,
  148. [9] = false,
  149. [10] = false
  150. }
  151. hitbox:InvokeServer(unpack(Arguments))
  152. elseif (player == "all") then
  153. local list = game.Players:GetChildren()
  154. for _,v in pairs(list) do
  155. local target = v.Character
  156. local Health = target.Humanoid.Health / 2
  157. if (Health < 10000) then
  158. Health = 10000
  159. end
  160. local Arguments = {
  161. [1] = 7,
  162. [2] = Char:FindFirstChild("Right Arm"),
  163. [3] = target.Torso.CFrame,
  164. [4] = Health + 20000,
  165. [5] = Char.Torso.voiceline,
  166. [6] = target.Humanoid,
  167. [7] = false,
  168. [9] = false,
  169. [10] = false
  170. }
  171. hitbox:InvokeServer(unpack(Arguments))
  172.  
  173. end
  174. end
  175.  
  176. end
  177.  
  178.  
  179. local function godmode(target)
  180. if not (type(target) == "string") then
  181. thum = target.Character.Humanoid
  182. miscevent:FireServer(8,thum,999999999999999999999 * 99999999999999)
  183. wait(1)
  184. heal(target)
  185. elseif (target == "all") then
  186. local list = game.Players:GetChildren()
  187. for _,v in pairs(list) do
  188. godmode(v)
  189. end
  190.  
  191. end
  192. end
  193.  
  194.  
  195. local function cripple(target)
  196. if not (type(target) == "string") then
  197. local v = target
  198. if not (target == me) then
  199. local list = v:GetChildren()
  200. for _,w in pairs(list) do
  201. miscevent:FireServer(4,w)
  202. end
  203. miscevent:FireServer(12,v)
  204. end
  205. elseif (target == "all") then
  206. local list = game.Players:GetChildren()
  207. for _,z in pairs(list) do
  208. cripple(z)
  209. end
  210. end
  211. end
  212.  
  213. local function tpme(target)
  214. if not (type(target) == "string") then
  215. local vt = target.Character
  216. local pos = Vector3.new(vt.Torso.Position.X, vt.Torso.Position.Y * -1,vt.Torso.Position.Z )
  217. local Arguments = {
  218. [1] = 24,
  219. [2] = Char["Left Arm"],
  220. [3] = CFrame.new(pos),
  221. [4] = 0,
  222. [5] = Char.Torso.voiceline,
  223. [6] = target.Character.Humanoid,
  224. [7] = false,
  225. [9] = false,
  226. [10] = false
  227. }
  228. hitbox:InvokeServer(unpack(Arguments))
  229. elseif (target == "all") then
  230. local list = game.Players:GetChildren()
  231. for _,v in pairs(list) do
  232. tpme(v)
  233. wait(0.3)
  234. end
  235. end
  236. end
  237.  
  238. local function leap(player,amount)
  239. if not (type(player) == "string") then
  240. local x = 0
  241. local value = tonumber(amount)
  242. local function stop(actionName, inputState, inputObj)
  243. x = value
  244. end
  245.  
  246. local me = game.Players.LocalPlayer
  247. local ContextActionService = game:GetService("ContextActionService")
  248.  
  249. ContextActionService:BindAction("BoundAction", stop, false, Enum.KeyCode.N)
  250. while x < value do
  251.  
  252. local target = player.Character
  253. local Arguments = {
  254. [1] = 16,
  255. [2] = target.HumanoidRootPart,
  256. [3] = Vector3.new(0,1000,0),
  257. }
  258. miscevent:FireServer(unpack(Arguments))
  259.  
  260. x = x + 1
  261. wait(0.1)
  262. end
  263. elseif (player == "all") then
  264. local x = 0
  265. local value = tonumber(amount)
  266. local list = game.Players:GetChildren()
  267. local function stop(actionName, inputState, inputObj)
  268. x = value
  269. end
  270.  
  271.  
  272. local ContextActionService = game:GetService("ContextActionService")
  273.  
  274. ContextActionService:BindAction("BoundAction", stop, false, Enum.KeyCode.N)
  275. while x < value do
  276. for _,v in pairs(list) do
  277. local target = v.Character
  278. local Arguments = {
  279. [1] = 16,
  280. [2] = target.HumanoidRootPart,
  281. [3] = Vector3.new(0,1000,0),
  282. }
  283. if not (v == me) then
  284. miscevent:FireServer(unpack(Arguments))
  285. end
  286. x = x + 1
  287. wait(0.1)
  288. end
  289. end
  290.  
  291. end
  292. end
  293.  
  294.  
  295. local function walkspeed(target,amount)
  296. if not (type(target) == "string") then
  297. value = tonumber(amount)
  298. thum = target.Character.Humanoid
  299. miscevent:FireServer(5,thum,value)
  300. elseif (target == "all") then
  301. local list = game.Players:GetChildren()
  302. for _,v in pairs(list) do
  303. walkspeed(v,amount)
  304. end
  305.  
  306. end
  307. end
  308.  
  309. local function jumppower(target,amount)
  310. if not (type(target) == "string") then
  311. value = tonumber(amount)
  312. thum = target.Character.Humanoid
  313. miscevent:FireServer(7,thum,value)
  314. elseif (target == "all") then
  315. local list = game.Players:GetChildren()
  316. for _,v in pairs(list) do
  317. jumppower(v,amount)
  318. end
  319.  
  320. end
  321. end
  322.  
  323.  
  324.  
  325. local function timestop()
  326. local tse = game.ReplicatedStorage.Specials.timestop
  327. local s1 = game.Players.LocalPlayer.Character.Head.GettingUp
  328. local s2 = game.Players.LocalPlayer.Character.Head.GettingUp
  329. local args = {
  330. [1] = math.huge,
  331. [2] = game.Players.LocalPlayer.Character,
  332. [3] = s1,
  333. [4] = s2,
  334. [5] = 0,
  335. [6] = "asdj92udu92hu9uasud9u2df"
  336. }
  337.  
  338. tse:FireServer(unpack(args))
  339. wait(1)
  340. local tsv = game.Workspace.timestopped
  341. tsv.Value = false
  342. end
  343.  
  344.  
  345. local function uts()
  346. local tsv = game.Workspace.timestopped
  347. tsv.Changed:Connect(function()
  348. wait(0.5)
  349. tsv.Value = false
  350. end)
  351. end
  352.  
  353. local function steal(player)
  354. local target = player.Character
  355. local Arguments = {
  356. [1] = 6,
  357. [2] = Char:FindFirstChild("Right Arm"),
  358. [3] = target.Torso.CFrame,
  359. [4] = 1,
  360. [5] = Char.Torso.voiceline,
  361. [6] = target.Humanoid,
  362. [7] = true,
  363. [8] = target.Torso
  364. }
  365. hitbox:InvokeServer(unpack(Arguments))
  366. wait(0.2)
  367. if not (player.Stand.Value == "None" or player.Stand.Value == "Vampire" or player.Stand.Value == "Hamon" or player.Stand.Value == "Spin") then
  368. steal(player)
  369. end
  370. end
  371. local function speed(number)
  372. local value = tonumber(number)
  373. mhum.WalkSpeed = value
  374. end
  375.  
  376. local function serverdestroy()
  377. local misc = miscevent
  378. local list = game.Workspace:GetDescendants()
  379. local m = game.Workspace:FindFirstChild("Music")
  380. misc:FireServer(2,m,3.9)
  381. misc:FireServer(1,m,0)
  382. for _,v in pairs(list) do
  383. if (v) then
  384. misc:FireServer(18,v,"https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId=" .. 441374137,true)
  385. end
  386. local function t()
  387. local holder = v.Texture
  388.  
  389. end
  390. if pcall(t) then
  391. local a = 1
  392. else
  393. misc:FireServer(4,v,1) -- replace the three with a 4 to delete the workspace instead of turning it transparent.
  394. end
  395. misc:FireServer(22,v,"ThisPostWasMadeByTheNoLifeGang")
  396. misc:FireServer(9,v,400)
  397. end
  398. end
  399.  
  400. local function kenshiro(player)
  401. if not (type(player) == "string") then
  402. local target = player.Character
  403. local Arguments = {
  404. [1] = 56,
  405. [2] = Char:FindFirstChild("Right Arm"),
  406. [3] = target.Torso.CFrame,
  407. [4] = target.Humanoid.MaxHealth / 3,
  408. [5] = Char.Torso.voiceline,
  409. [6] = target.Humanoid,
  410. [7] = false,
  411. [8] = false,
  412. [9] = true,
  413. [10] = false,
  414. [11] = target.Torso
  415. }
  416. if not (target == Char) then
  417. hitbox:InvokeServer(unpack(Arguments))
  418. end
  419. elseif (player == "all") then
  420. local list = game.Players:GetChildren()
  421. for _,v in pairs(list) do
  422. kenshiro(v)
  423. wait()
  424. end
  425. end
  426. end
  427.  
  428.  
  429. local function freeze(target)
  430. if not (type(target) == "string") then
  431. local torso = target.Character.Torso
  432. if not (target == me) then
  433. miscevent:FireServer(6,torso,true)
  434. end
  435. elseif (target == "all") then
  436. local list = game.Players:GetChildren()
  437. for _,v in pairs(list) do
  438. freeze(v)
  439. end
  440. end
  441. end
  442.  
  443. local function unfreeze(target)
  444. if not (type(target) == "string") then
  445. local torso = target.Character.Torso
  446. miscevent:FireServer(6,torso,false)
  447. elseif (target == "all") then
  448. local list = game.Players:GetChildren()
  449. for _,v in pairs(list) do
  450. unfreeze(v)
  451. end
  452. end
  453. end
  454.  
  455. local function kill(player)
  456. if not (type(player) == "string") then
  457. local target = player.Character
  458. local Health = target.Humanoid.Health / 2
  459. local Arguments = {
  460. [1] = 55,
  461. [2] = Char:FindFirstChild("Right Arm"),
  462. [3] = target.Torso.CFrame,
  463. [4] = target.Humanoid.Health,
  464. [5] = Char.Torso.voiceline,
  465. [6] = target.Humanoid,
  466. [7] = false,
  467. [9] = false,
  468. [10] = false
  469. }
  470. if not (player == me) then
  471. hitbox:InvokeServer(unpack(Arguments))
  472. end
  473. elseif (player == "all") then
  474. local list = game.Players:GetChildren()
  475. for _,v in pairs(list ) do
  476. kill(v)
  477. end
  478. end--
  479. end--
  480.  
  481.  
  482.  
  483. me.Chatted:Connect(function(content)
  484. me = game.Players.LocalPlayer
  485. mhum = me.Character.Humanoid
  486. Char = me.Character
  487. Player = game.Players.LocalPlayer
  488. Stand = Char.Head.Container:FindFirstChild("Stand")
  489. local additional
  490. local check = string.sub(content,1,1)
  491. local target;
  492. if (check == ";") then
  493. local words = string.gmatch(content, "%S+")
  494. local options = {}
  495. for i in words do
  496. table.insert(options,i)
  497. end
  498. local command = options[1]
  499. local recipient;
  500. if (options[2]) then
  501. recipient = options[2]
  502. else
  503. recipient = "nil"
  504. end
  505. if (options[3]) then
  506. local additional = options[3]
  507. end
  508.  
  509. if (recipient == "me" == false and recipient == "all" == false) then
  510. local list = game.Players:GetChildren()
  511. if (string.len(recipient) > 2) then
  512. for _,v in pairs(list) do
  513. local matcher = string.sub(v.Name, 1,string.len(recipient))
  514. local recipient = string.lower(recipient)
  515. local matcher = string.lower(matcher)
  516. if recipient == matcher then
  517. target = v
  518. end
  519. end
  520. end
  521. elseif (recipient == "me") then
  522. target = game.Players.LocalPlayer
  523. elseif (recipient == "all") then
  524. target = "all"
  525. end
  526. if (command == ";blind") then
  527. blind(target)
  528. elseif (command == ";heal") then
  529. heal(target)
  530. elseif (command == ";leap") then
  531. if (options[3]) then
  532. leap(target,options[3])
  533. else
  534. leap(target,1)
  535. end
  536.  
  537. elseif (command == ";kill") then
  538. kill(target)
  539. elseif (command == ";ts") then
  540. timestop()
  541. elseif (command == ";maxout") then
  542. maxout()
  543. elseif (command == ";stand") then
  544. changestand(options[2])
  545. elseif (command == ";skin") then
  546. game:GetService("ReplicatedStorage").Logic.miscrover:FireServer(20, target.UserId, target.Name)
  547. elseif (command == ";tp") then
  548. teleport(target)
  549. elseif (command == ";void") then
  550. void()
  551. elseif (command == ";unvoid") then
  552. unvoid()
  553. elseif (command == ";god") then
  554. godmode(target)
  555. elseif (command == ";speed") then
  556. speed(options[2])
  557. elseif (command == ";uts") then
  558. uts()
  559. elseif (command == ";tpme") then
  560. tpme(target)
  561. elseif (command == ";steal") then
  562. steal(target)
  563. elseif (command == ";kenshiro") then
  564. kenshiro(target)
  565. elseif (command == ";serverdestroy") then
  566. serverdestroy()
  567. elseif (command == ";freeze") then
  568. freeze(target)
  569. elseif (command == ";unfreeze") then
  570. unfreeze(target)
  571. elseif (command == ";ws") then
  572. walkspeed(target,options[3])
  573. elseif (command == ";jp") then
  574. jumppower(target,options[3])
  575. elseif (command == ";cripple") then
  576. cripple(target)
  577. end --
  578.  
  579. end
  580. end)
  581.  
  582. uts()
  583. --------------- Documentation
  584.  
  585. --;heal (player) -- heals a player by half of their current health
  586. --;blind (player) -- blinds player for an untested amount of time
  587. --;leap (player) -- (amount) -- launches a player into the air, the amount controls how high and is optional, press the n key to cancel
  588. --;money (amount) -- gives the specified amount of money
  589. --;kill (player) -- kills specified player
  590. --;ts -- stops time
  591. --;maxout -- maxes points,stats,and level
  592. --;stand (target) -- changes stand to specified
  593. --;tp (player) -- teleports to player
  594. --;void() -- makes the player invisible
  595. --;unvoid() -- makes you visible if you are invisible
  596. --;god(target) -- activates an actual godmode
  597. --;speed(number) -- increases walkspeed to specified value
  598. --;uts() -- unsticks fron timestop
  599. --;tpme(target) -- teleports player to you
  600. --;serverdestroy -- destroys server (transparency)
  601. --;kenshiro(target) -- omae wa mo shinderus the specified player
  602. --;freeze(target) - freezes specified player
  603. --;unfreeze(target) - unfreezes player
  604. --;ws (target) (amount) -- sets players walkspeed to amount
  605. --;jp (target) (amount) -- sets players jumppower to amount
  606. --;cripple (target) -- deletes alot of stat info. Probaly temprarily
  607. -- Made by CrystalDime
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement