Advertisement
Guest User

Adm

a guest
Feb 23rd, 2020
21,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. loadstring(game:HttpGet("https://pastebin.com/raw/KMp8Jvsa",true))() ----------- Intro GUI
  2.  
  3. local Player = game.Players.LocalPlayer ------------- START OF SCRIPT
  4.  
  5. Player.Chatted:connect(function(cht) ----------- CMD SMART
  6. if cht:match(":cmd") then
  7. loadstring(game:HttpGet("https://pastebin.com/raw/M3tZZAqa",true))()
  8. elseif cht:match(":toolgui") then -------------------- TOOL GUI PART / END OF CMD
  9.  
  10. loadstring(game:HttpGet("https://pastebin.com/raw/txadLpTy",true))()
  11.  
  12. elseif cht:match(":savetool") then
  13. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  14. if (v:IsA("Tool")) then
  15. v.Parent = game.Players.LocalPlayer
  16. end
  17. end
  18. elseif cht:match(":loadtool") then
  19. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  20. if (v:IsA("Tool")) then
  21. v.Parent = game.Players.LocalPlayer.Backpack
  22. end
  23. end
  24. elseif cht:match(":antiafk") then --------------------------------- END OF TOOL GUI PART
  25. local VirtualUser=game:service'VirtualUser'
  26. game:service'Players'.LocalPlayer.Idled:connect(function()
  27. VirtualUser:CaptureController()
  28. VirtualUser:ClickButton2(Vector2.new())
  29. end)
  30.  
  31. game:GetService("StarterGui"):SetCore("SendNotification",{
  32. Title = "Loaded";
  33. Text = "Anti AFK Script";
  34. })
  35.  
  36. elseif cht:match(":blockhead") then
  37. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  38. elseif cht:match(":creeper6") then
  39. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  40. function doo(limb, pos)
  41. limb:BreakJoints()
  42. local velocity = Instance.new("RocketPropulsion", limb)
  43. velocity.CartoonFactor = 0
  44. velocity.MaxSpeed = 30
  45. velocity.MaxThrust = 9999
  46. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  47. velocity.Target = game.Players.LocalPlayer.Character.Torso
  48. velocity.TargetOffset = pos
  49. velocity:fire()
  50. local b = Instance.new("BodyGyro", limb)
  51. end
  52. while wait() do
  53. doo(game.Players.LocalPlayer.Character["Left Arm"], Vector3.new(-0.5,-2,-1))
  54. doo(game.Players.LocalPlayer.Character["Right Arm"], Vector3.new(0.5,-2,-1))
  55. doo(game.Players.LocalPlayer.Character["Left Leg"], Vector3.new(-0.5,-2,1))
  56. doo(game.Players.LocalPlayer.Character["Right Leg"], Vector3.new(0.5,-2,1))
  57. end
  58. elseif cht:match(":creeper15") then
  59. game.Players.LocalPlayer.Character.Head.Mesh:destroy()
  60. function doo(limb, pos)
  61. limb:BreakJoints()
  62. local velocity = Instance.new("RocketPropulsion", limb)
  63. velocity.CartoonFactor = 0
  64. velocity.MaxSpeed = 30
  65. velocity.MaxThrust = 9999
  66. velocity.MaxTorque = Vector3.new(math.huge,math.huge,math.huge)
  67. velocity.Target = game.Players.LocalPlayer.Character.UpperTorso
  68. velocity.TargetOffset = pos
  69. velocity:fire()
  70. local b = Instance.new("BodyGyro", limb)
  71. end
  72. while wait() do
  73. doo(game.Players.LocalPlayer.Character["LeftUpperArm"], Vector3.new(-0.5,-2,-1))
  74. doo(game.Players.LocalPlayer.Character["RightUpperArm"], Vector3.new(0.5,-2,-1))
  75. doo(game.Players.LocalPlayer.Character["LeftUpperLeg"], Vector3.new(-0.5,-2,1))
  76. doo(game.Players.LocalPlayer.Character["RightUpperLeg"], Vector3.new(0.5,-2,1))
  77. end
  78. elseif cht:match(":shattervest") then
  79. loadstring(game:HttpGet("https://pastebin.com/raw/CKbPg9NC", true))()
  80. elseif cht:match(":animationgui") then
  81. loadstring(game:HttpGet("https://pastebin.com/raw/uUR6pFVv", true))()
  82. elseif cht:match(":gabx") then
  83. loadstring(game:HttpGet("https://pastebin.com/raw/EntUzD5J", true))();
  84. elseif cht:match(":clickdel") then
  85. local Plr = game:GetService("Players").LocalPlayer
  86. local Mouse = Plr:GetMouse()
  87.  
  88. Mouse.Button1Down:connect(function()
  89. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  90. if not Mouse.Target then return end
  91. Mouse.Target:Destroy()
  92. end)
  93.  
  94. elseif cht:match(":trollinggui") then
  95. loadstring(game:HttpGet("https://pastebin.com/raw/RNWgaqCE", true))()
  96. elseif cht:match(":infinitejump") then
  97. local Player = game:GetService'Players'.LocalPlayer;
  98. local UIS = game:GetService'UserInputService';
  99.  
  100. _G.JumpHeight = 50;
  101.  
  102. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  103.  
  104. UIS.InputBegan:connect(function(UserInput)
  105. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  106. Action(Player.Character.Humanoid, function(self)
  107. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  108. Action(self.Parent.HumanoidRootPart, function(self)
  109. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  110. end)
  111. end
  112. end)
  113. end
  114. end)
  115. elseif cht:match(":opfianlity") then
  116. loadstring(game:HttpGet("https://pastebin.com/raw/w8HNfSWA", true))();
  117. elseif cht:match(":aimbot1") then
  118. loadstring(game:HttpGet("https://pastebin.com/raw/2kbyfrn5", true))()
  119. elseif cht:match("aimbot2") then
  120. loadstring(game:HttpGet("https://pastebin.com/raw/xB92ES44", true))()
  121. elseif cht:match("aimbotgui") then
  122. loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  123.  
  124. elseif cht:match(":openui") then -- secret script if you open the pastebin :))
  125. loadstring(game:HttpGet("https://pastebin.com/raw/F9USVzSK",true))()
  126. end
  127. end)
  128.  
  129. ------------------------------------------------------------------------------- END OF SCRIPT ------------------------------------------------------------------
  130.  
  131.  
  132. loadstring(game:HttpGet("https://pastebin.com/raw/F9USVzSK",true))()
  133.  
  134. game:GetService("StarterGui"):SetCore("SendNotification",{
  135. Title = "Loaded";
  136. Text = "Ultimate Admin Script";
  137. })
  138.  
  139. print("Working Admin Script")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement