Advertisement
xnljonl

da hood alt control

Feb 2nd, 2023 (edited)
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.89 KB | None | 0 0
  1. local Testing = false
  2. -- Cmds
  3. if table.find(getgenv().Alts,game.Players.LocalPlayer.UserId) then
  4. getgenv().PointInTable = table.find(getgenv().Alts,game.Players.LocalPlayer.UserId)
  5. else
  6. return
  7. end
  8. if game.Players.LocalPlayer.Name == getgenv().HostUser or getgenv().Executed then
  9. return
  10. end
  11. UserSettings().GameSettings.MasterVolume = 0
  12. local Crashed = false
  13. if Testing == false then
  14. main = Instance.new("ScreenGui")
  15. Frame = Instance.new("Frame")
  16. TextLabel = Instance.new("TextLabel")
  17. TextLabel_2 = Instance.new("TextLabel")
  18. TextLabel_3 = Instance.new("TextLabel")
  19.  
  20. main.Name = "RenderScreen"
  21. main.Parent = game.CoreGui
  22. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23. main.IgnoreGuiInset = true
  24.  
  25. Frame.Parent = main
  26. Frame.Active = true
  27. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  28. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  30. Frame.Size = UDim2.new(1, 0, 1, 0)
  31.  
  32. TextLabel.Parent = Frame
  33. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.BackgroundTransparency = 1.000
  36. TextLabel.Position = UDim2.new(0.5, 0, 0.419999987, 0)
  37. TextLabel.Size = UDim2.new(0, 279, 0, 34)
  38. TextLabel.Font = Enum.Font.Gotham
  39. TextLabel.Text = "Wassup, "..game.Players.LocalPlayer.Name
  40. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. TextLabel.TextScaled = false
  42. TextLabel.TextSize = 19.000
  43. TextLabel.TextWrapped = false
  44. if not game:IsLoaded() then
  45. repeat wait(.1) until game:IsLoaded()
  46. end
  47. local vu = game:GetService("VirtualUser")
  48. game:GetService("Players").LocalPlayer.Idled:connect(function()
  49. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  50. wait(1)
  51. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  52. end)
  53. game:GetService("RunService"):Set3dRenderingEnabled(false)
  54. setfpscap(5)
  55. end
  56.  
  57. loadstring(game:HttpGet("https://pastebin.com/raw/wGdzJC5V"))()
  58. getgenv().Executed = true
  59.  
  60. --// Code --//
  61.  
  62. local Connections = {}
  63.  
  64. local Services = {
  65. ["RP"] = game:GetService("ReplicatedStorage"),
  66. ["Players"] = game:GetService("Players"),
  67. }
  68.  
  69. local Variables = {
  70. HostUser = getgenv().HostUser,
  71. Player = game.Players.LocalPlayer,
  72. }
  73.  
  74. local Host = Services["Players"]:FindFirstChild(Variables["HostUser"])
  75.  
  76. if not Host then
  77. print("Host is not here waiting for him to join!")
  78. Services["Players"]:WaitForChild(Variables["HostUser"],9e9)
  79. Host = Services["Players"]:FindFirstChild(Variables["HostUser"])
  80. end
  81. print("Script loaded!")
  82. local CmdSettings = {}
  83.  
  84. local function Drop(Type)
  85. if Type == true and CmdSettings["Dropping"] == nil then
  86. CmdSettings["Dropping"] = true
  87. CmdSettings["CustomDrop"] = nil
  88. CmdSettings["Aura"] = nil
  89. while CmdSettings["Dropping"] do
  90. local args = {
  91. [1] = "DropMoney",
  92. [2] = "10000"
  93. }
  94. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  95. wait(2.5)
  96. end
  97. elseif Type == false then
  98. CmdSettings["Dropping"] = nil
  99. CmdSettings["CustomDrop"] = nil
  100. end
  101. end
  102.  
  103. local function AirLock(Type)
  104. if CmdSettings["AirLock"] == nil and Type == true then
  105. local BP = Variables["Player"].Character.HumanoidRootPart:FindFirstChild("AirLockBP")
  106. if BP then
  107. BP:Destroy()
  108. end
  109. CmdSettings["AirLock"] = true
  110. Variables["Player"].Character.HumanoidRootPart.CFrame = Variables["Player"].Character.HumanoidRootPart.CFrame*CFrame.new(0,10,0)
  111. local BP = Instance.new("BodyPosition",Variables["Player"].Character.HumanoidRootPart)
  112. BP.Name = "AirLockBP"
  113. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  114. BP.Position = Variables["Player"].Character.HumanoidRootPart.Position
  115. elseif CmdSettings["AirLock"] == true and Type == false then
  116. CmdSettings["AirLock"] = nil
  117. local BP = Variables["Player"].Character.HumanoidRootPart:FindFirstChild("AirLockBP")
  118. if BP then
  119. BP:Destroy()
  120. end
  121. end
  122. end
  123.  
  124. local function Hide(Type)
  125. if CmdSettings["Hide"] == nil and Type == true then
  126. local BP = Variables["Player"].Character.HumanoidRootPart:FindFirstChild("AirLockBP")
  127. if BP then
  128. BP:Destroy()
  129. end
  130. CmdSettings["AirLock"] = true
  131. Variables["Player"].Character.HumanoidRootPart.CFrame = Variables["Player"].Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  132. local BP = Instance.new("BodyPosition",Variables["Player"].Character.HumanoidRootPart)
  133. BP.Name = "AirLockBP"
  134. BP.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  135. BP.Position = Variables["Player"].Character.HumanoidRootPart.Position
  136. elseif CmdSettings["Hide"] == true and Type == false then
  137. CmdSettings["Hide"] = nil
  138. local BP = Variables["Player"].Character.HumanoidRootPart:FindFirstChild("AirLockBP")
  139. if BP then
  140. BP:Destroy()
  141. end
  142. end
  143. end
  144.  
  145. local function GetPlayerFromString(str,ignore)
  146. for i,Targ in pairs(game.Players:GetPlayers()) do
  147. if not ignore and Targ == Variables["Player"] then
  148. continue
  149. end
  150. if Targ.Name:lower():sub(1,#str) == str:lower() or Targ.DisplayName:lower():sub(1,#str) == str:lower() then
  151. return Targ
  152. end
  153. end
  154. return nil
  155. end
  156. local function BringPlr(Target,POS)
  157. if getgenv().PointInTable == 1 and Target.Character and Target.Character:FindFirstChild("Humanoid") then
  158. CmdSettings["Aura"] = nil
  159.  
  160. local TargetPlr = Target
  161.  
  162. local c = game.Players.LocalPlayer.Character
  163. local Root = c.HumanoidRootPart
  164. local PrevCF = Root.CFrame
  165. local TargetChar = TargetPlr.Character
  166. if TargetPlr and TargetPlr.Character and TargetPlr.Character:FindFirstChild("Humanoid") and not ( not c or not c:FindFirstChild("BodyEffects") or not c.BodyEffects:FindFirstChild("K.O") or not c.BodyEffects:FindFirstChild("Grabbed") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or not TargetChar.BodyEffects:FindFirstChild("K.O") or TargetChar.BodyEffects["K.O"].Value == true ) then
  167. CmdSettings["IsLocking"] = true
  168.  
  169. c.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  170.  
  171. Root.CFrame = CFrame.new(TargetChar.HumanoidRootPart.Position)*CFrame.new(0,0,1)
  172.  
  173. repeat wait()
  174. Root.CFrame = CFrame.new(TargetChar.HumanoidRootPart.Position)*CFrame.new(0,0,1)
  175. if not c:FindFirstChild("Combat") then
  176. c.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Combat)
  177. end
  178. c.Combat:Activate()
  179. until not TargetPlr or not TargetChar or not c or not c:FindFirstChild("BodyEffects") or not c.BodyEffects:FindFirstChild("K.O") or not c.BodyEffects:FindFirstChild("Grabbed") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or not TargetChar.BodyEffects:FindFirstChild("K.O") or TargetChar.BodyEffects["K.O"].Value == true
  180. Root.CFrame = CFrame.new(TargetChar.LowerTorso.Position)*CFrame.new(0,3,0)
  181. if c.BodyEffects.Grabbed.Value ~= nil then
  182.  
  183. else
  184. if not (not TargetPlr or not TargetChar or not c or not c:FindFirstChild("BodyEffects") or not c.BodyEffects:FindFirstChild("K.O") or not c.BodyEffects:FindFirstChild("Grabbed") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or not TargetChar.BodyEffects:FindFirstChild("K.O") or TargetChar.BodyEffects["K.O"].Value == false ) then
  185. local args = {
  186. [1] = "Grabbing",
  187. [2] = false
  188. }
  189.  
  190. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  191. end
  192.  
  193. end
  194. repeat wait(0.35)
  195. if not (not TargetPlr or not TargetChar or not c or not c:FindFirstChild("BodyEffects") or not c.BodyEffects:FindFirstChild("K.O") or not c.BodyEffects:FindFirstChild("Grabbed") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or not TargetChar.BodyEffects:FindFirstChild("K.O") or TargetChar.BodyEffects["K.O"].Value == false ) then
  196. Root.CFrame = CFrame.new(TargetChar.LowerTorso.Position)*CFrame.new(0,3,0)
  197. if c.BodyEffects.Grabbed.Value ~= nil then
  198.  
  199. else
  200. if not (not TargetPlr or not TargetChar or not c or not c:FindFirstChild("BodyEffects") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or TargetChar.BodyEffects["K.O"].Value == false) then
  201. local args = {
  202. [1] = "Grabbing",
  203. [2] = false
  204. }
  205. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  206. end
  207. end
  208. end
  209. until not TargetPlr or not TargetChar or not c or not c:FindFirstChild("BodyEffects") or not c.BodyEffects:FindFirstChild("K.O") or not c.BodyEffects:FindFirstChild("Grabbed") or c.BodyEffects["K.O"].Value == true or c.BodyEffects.Grabbed.Value ~= nil or not TargetChar or not TargetChar:FindFirstChild("BodyEffects") or not TargetChar.BodyEffects:FindFirstChild("K.O") or TargetChar.BodyEffects["K.O"].Value == false
  210. if POS == nil then
  211. Root.CFrame = Host.Character.HumanoidRootPart.CFrame
  212. else
  213. Root.CFrame = POS
  214. end
  215. CmdSettings["IsLocking"] = nil
  216. wait(1.5)
  217. local args = {
  218. [1] = "Grabbing",
  219. [2] = false
  220. }
  221.  
  222. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  223. end
  224. end
  225. end
  226.  
  227. local BringLocations = {
  228. ["bank"] = CFrame.new(-396.988922, 21.7570763, -293.929779, -0.102468058, -1.9584887e-09, -0.994736314, 7.23731564e-09, 1, -2.71436984e-09, 0.994736314, -7.47735651e-09, -0.102468058),
  229. ["admin"] = CFrame.new(-872.453674, -32.6421318, -532.476379, 0.999682248, -1.36019978e-08, 0.0252073351, 1.33811247e-08, 1, 8.93094043e-09, -0.0252073351, -8.59080007e-09, 0.999682248),
  230. ["klub"] = CFrame.new(-264.434479, 0.0355005264, -430.854736, -0.999828756, 9.58909574e-09, -0.0185054261, 9.92017934e-09, 1, -1.77993904e-08, 0.0185054261, -1.79799198e-08, -0.999828756),
  231. ["vault"] = CFrame.new(-495.485901, 23.1428547, -284.661713, -0.0313318223, -4.10440322e-08, 0.999509037, 2.18453966e-08, 1, 4.17489829e-08, -0.999509037, 2.31427428e-08, -0.0313318223),
  232. ["train"] = CFrame.new(591.396118, 34.5070686, -146.159561, 0.0698467195, -4.91725913e-08, -0.997557759, 5.03374231e-08, 1, -4.57684664e-08, 0.997557759, -4.70177071e-08, 0.0698467195),
  233. }
  234.  
  235. local SetupsTable = {
  236. Bank = {
  237. Origin = CFrame.new(-386.826202, 21.2503242, -325.340912, 0.998742342, 0, -0.0501373149, 0, 1, 0, 0.0501373149, 0, 0.998742342)*CFrame.new(0,0,-3),
  238. ZMultiplier = 3,
  239. XMultiplier = 8,
  240. PerRow = 10,
  241. Rows = 4,
  242. },
  243. Admin = {
  244. Origin = CFrame.new(-884.12915, -38.3972931, -545.291809, -0.99998939, 2.69316498e-08, -0.00460755778, 2.6944301e-08, 1, -2.68358624e-09, 0.00460755778, -2.80770518e-09, -0.99998939),
  245. ZMultiplier = 3,
  246. XMultiplier = 8,
  247. PerRow = 10,
  248. Rows = 4,
  249. },
  250. Klub = {
  251. Origin = CFrame.new(-237.016571, -4.87585974, -411.940063, 0.994918466, -1.5840282e-08, -0.100683607, 6.8329018e-09, 1, -8.9807088e-08, 0.100683607, 8.86627731e-08, 0.994918466),
  252. ZMultiplier = 6,
  253. XMultiplier = -12,
  254. PerRow = 10,
  255. Rows = 4,
  256. },
  257. Vault = {
  258. Origin = CFrame.new(-519.201355, 23.1994667, -292.362, -0.0597927198, 6.70288927e-08, -0.998210788, 2.96872589e-08, 1, 6.53707701e-08, 0.998210788, -2.57254467e-08, -0.0597927198),
  259. ZMultiplier = -2.5,
  260. XMultiplier = 4,
  261. PerRow = 10,
  262. Rows = 4,
  263. },
  264. Train = {
  265. Origin = CFrame.new(606.527588, 34.5070801, -159.083542, 0.0376962014, -7.60452892e-08, 0.999289274, 6.54496404e-08, 1, 7.36304173e-08, -0.999289274, 6.26275352e-08, 0.0376962014),
  266. ZMultiplier = 5,
  267. XMultiplier = -7,
  268. PerRow = 10,
  269. Rows = 4,
  270. }
  271. }
  272. local function Setup(Type,Debugmode)
  273. CmdSettings["Aura"] = nil
  274. if Debugmode then
  275. for PointInTable = 1,40 do
  276. local Table = SetupsTable[Type]
  277.  
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Table["Origin"]
  279.  
  280. local XAxis
  281. local ZAxis
  282. local i
  283. if PointInTable <= 10 then
  284. i = 1
  285. elseif PointInTable <= 20 then
  286. i = 2
  287. elseif PointInTable <= 30 then
  288. i = 3
  289. elseif PointInTable <= 40 then
  290. i = 4
  291. end
  292. if i == 1 then
  293. if PointInTable <= Table["PerRow"] then
  294. XAxis = 0
  295. if PointInTable == 1 then
  296. ZAxis = 0
  297. else
  298. ZAxis = (PointInTable-1)*Table["ZMultiplier"]
  299. end
  300.  
  301. end
  302. else
  303. local index = i*Table["PerRow"]
  304. if (Table["PerRow"]*i) >= PointInTable then
  305. XAxis = (i-1)*Table["XMultiplier"]
  306. ZAxis = (i*Table["PerRow"]-PointInTable)*Table["ZMultiplier"]
  307.  
  308. end
  309. end
  310.  
  311.  
  312. game.Players.LocalPlayer.Character.Archivable = true
  313. local clone = game.Players.LocalPlayer.Character:Clone()
  314. clone.Parent = workspace
  315. clone.HumanoidRootPart.CFrame = Table["Origin"]*CFrame.new(XAxis,0,ZAxis)
  316. end
  317. else
  318. local Table = SetupsTable[Type]
  319.  
  320. local PointInTable = getgenv().PointInTable
  321. local XAxis
  322. local ZAxis
  323. local i
  324. if PointInTable <= 10 then
  325. i = 1
  326. elseif PointInTable <= 20 then
  327. i = 2
  328. elseif PointInTable <= 30 then
  329. i = 3
  330. elseif PointInTable <= 40 then
  331. i = 4
  332. end
  333.  
  334. if i == 1 then
  335. if PointInTable <= Table["PerRow"] then
  336. XAxis = 0
  337. if PointInTable == 1 then
  338. ZAxis = 0
  339. else
  340. ZAxis = (PointInTable-1)*Table["ZMultiplier"]
  341. end
  342.  
  343. end
  344. else
  345. local index = i*Table["PerRow"]
  346. if (Table["PerRow"]*i) >= PointInTable then
  347. XAxis = (i-1)*Table["XMultiplier"]
  348. ZAxis = (i*Table["PerRow"]-PointInTable)*Table["ZMultiplier"]
  349.  
  350. end
  351. end
  352.  
  353.  
  354. Variables["Player"].Character.HumanoidRootPart.CFrame = Table["Origin"]*CFrame.new(XAxis,0,ZAxis)
  355. end
  356.  
  357. end
  358.  
  359.  
  360. local function ShowWallet()
  361. local Player = game.Players.LocalPlayer
  362. if Player.Backpack:FindFirstChild("Wallet") then
  363. Player.Character.Humanoid:EquipTool(Player.Backpack.Wallet)
  364. end
  365. end
  366. local function RemoveWallet()
  367. local Player = game.Players.LocalPlayer
  368. if Player.Character:FindFirstChild("Wallet") then
  369. Player.Character.Humanoid:UnequipTools()
  370. end
  371. end
  372. local CurrAnim
  373. local AbbreviationOptions = {
  374. ["k"] = 1000,
  375. ["m"] = 1000000
  376. }
  377.  
  378. local function GetNumberFromText(str)
  379. str = string.lower(str)
  380. if str:find("k") then
  381. local newStr = string.gsub(str, "k", "")
  382. return tonumber(newStr)*AbbreviationOptions["k"]
  383. elseif str:find("m") then
  384. local newStr = string.gsub(str, "m", "")
  385. return tonumber(newStr)*AbbreviationOptions["m"]
  386. end
  387. return tonumber(str)
  388. end
  389. local DropFolder = workspace.Ignored:FindFirstChild("Drop")
  390.  
  391. local function Initiate()
  392. CurrAnim = nil
  393. for Index,Var in pairs(CmdSettings) do
  394. CmdSettings[Var] = nil
  395. end
  396. CmdSettings = {}
  397. for Index,Connection in pairs(Connections) do
  398. Index[Connection] = nil
  399. Connection:Disconnect()
  400. end
  401. Connections["OnChat"] = game.ReplicatedStorage.DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(data)
  402. local Message = data.Message
  403. local plr = game:service"Players"[data.FromSpeaker]
  404. if plr.Name ~= getgenv().HostUser then
  405. return
  406. end
  407. Message = string.lower(Message)
  408. local Args = string.split(Message," ")
  409. local AmountOfArgs = #Args
  410. if Host and not Crashed and Variables["Player"].Character and Variables["Player"].Character:FindFirstChild("HumanoidRootPart") and Variables["Player"].Character:FindFirstChild("Humanoid") and Variables["Player"].Character.Humanoid.Health > 0 then
  411. if Args[1] == ".drop" then
  412. Drop(true)
  413. elseif not CmdSettings["AdOn"] and Args[1] == ".ad" and Args[2] == "on" then
  414. local newStr = string.gsub(Message, ".ad on", "")
  415. CmdSettings["AdOn"] = true
  416. while CmdSettings["AdOn"] do
  417. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(newStr, 'All');
  418. wait(1.5)
  419. end
  420. elseif Message == ".ad off" then
  421. CmdSettings["AdOn"] = nil
  422. elseif Message == ".loopdel" then
  423. if DropFolder then
  424. DropFolder:Destroy()
  425. DropFolder = nil
  426. end
  427. elseif Message == ".circle host" and Host and Host.Character and Host.Character:FindFirstChild("Humanoid") and Host.Character.Humanoid.Health > 0 then
  428. local angle = 0
  429. local cfr = Host.Character.HumanoidRootPart.CFrame*CFrame.new(0,1,0)
  430. local Index = 0
  431. local size = 3
  432.  
  433. local PointInTable = getgenv().PointInTable
  434.  
  435. local ZAxis
  436. local angle = 0
  437. if PointInTable <= 10 then
  438. ZAxis = 2
  439. angle = (10-PointInTable)
  440. elseif PointInTable <= 20 then
  441. ZAxis = -1
  442. angle = (20-PointInTable)
  443. elseif PointInTable <= 30 then
  444. ZAxis = -4
  445. angle = (30-PointInTable)
  446. elseif PointInTable <= 40 then
  447. ZAxis = -8
  448. angle = (40-PointInTable)
  449. end
  450. angle = angle*36
  451. local Clone = game.Players.LocalPlayer.Character
  452. Clone.HumanoidRootPart.CFrame = cfr * CFrame.fromEulerAnglesXYZ(0,math.rad(angle),0) * CFrame.new(0,-size,-10)
  453. Clone.HumanoidRootPart.CFrame=Clone.HumanoidRootPart.CFrame*CFrame.new(0,0,2)
  454. Clone.HumanoidRootPart.CFrame=Clone.HumanoidRootPart.CFrame*CFrame.Angles(0,math.rad(180),0)
  455. elseif Args[1] == ".crash" and Args[2] == "swag" and not Crashed then
  456. local Player = GetPlayerFromString(Args[3],true)
  457. if Player and Player == game.Players.LocalPlayer then
  458. if game.CoreGui:FindFirstChild("RenderScreen") then
  459. game.CoreGui.RenderScreen:Destroy()
  460. end
  461. game:GetService("RunService"):Set3dRenderingEnabled(true)
  462. Crashed = true
  463. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SuperCustomServerCrasher'))()
  464. for Index,Var in pairs(CmdSettings) do
  465. CmdSettings[Var] = nil
  466. end
  467. CmdSettings = {}
  468. setfpscap(60)
  469. wait(1)
  470. setfpscap(60)
  471. wait(1)
  472. setfpscap(60)
  473. wait(1)
  474. setfpscap(60)
  475. end
  476. elseif Args[1] == ".crash" and Args[2] == "encrypt" and not Crashed then
  477. local Player = GetPlayerFromString(Args[3],true)
  478. if Player and Player == game.Players.LocalPlayer then
  479. if game.CoreGui:FindFirstChild("RenderScreen") then
  480. game.CoreGui.RenderScreen:Destroy()
  481. end
  482. game:GetService("RunService"):Set3dRenderingEnabled(true)
  483. Crashed = true
  484. loadstring(game:HttpGet("https://raw.githubusercontent.com/remorseW/encryptW/main/CustomEncryptCrasher.lua"))()
  485.  
  486. for Index,Var in pairs(CmdSettings) do
  487. CmdSettings[Var] = nil
  488. end
  489. CmdSettings = {}
  490. setfpscap(60)
  491. wait(1)
  492. setfpscap(60)
  493. wait(1)
  494. setfpscap(60)
  495. wait(1)
  496. setfpscap(60)
  497. end
  498. elseif Args[1] == ".crash" and Args[2] == "15min" and not Crashed then
  499. local Player = GetPlayerFromString(Args[3],true)
  500. if Player and Player == game.Players.LocalPlayer then
  501. if game.CoreGui:FindFirstChild("RenderScreen") then
  502. game.CoreGui.RenderScreen:Destroy()
  503. end
  504. game:GetService("RunService"):Set3dRenderingEnabled(true)
  505. Crashed = true
  506. loadstring(game:HttpGet("https://raw.githubusercontent.com/remorseW/encryptW/main/DahooSuperQuickCrash.lua"))()
  507.  
  508. for Index,Var in pairs(CmdSettings) do
  509. CmdSettings[Var] = nil
  510. end
  511. CmdSettings = {}
  512. setfpscap(60)
  513. wait(1)
  514. setfpscap(60)
  515. wait(1)
  516. setfpscap(60)
  517. wait(1)
  518. setfpscap(60)
  519. end
  520. elseif Args[1] == ".stopdrop" then
  521. Drop(false)
  522. elseif Args[1] == ".reset" then
  523. if Variables["Player"].Character then
  524. local FULLY_LOADED_CHAR = Variables["Player"].Character:FindFirstChild("FULLY_LOADED_CHAR")
  525. if FULLY_LOADED_CHAR then
  526. FULLY_LOADED_CHAR.Parent = Services["RP"]
  527. FULLY_LOADED_CHAR:Destroy()
  528. end
  529. Variables["Player"].Character:Destroy()
  530. end
  531. Initiate()
  532. elseif Args[1] == ".airlock" then
  533. AirLock(true)
  534. elseif Args[1] == ".stopairlock" then
  535. AirLock(false)
  536.  
  537. elseif Args[1] == ".hide" then
  538. Hide (true)
  539. elseif Args[1] == ".unhide" then
  540. Hide (false)
  541.  
  542. elseif Message == ".bring" then
  543. -- didnt feel the need for a function lmao
  544. if Host and Host.Character and Host.Character:FindFirstChild("HumanoidRootPart") then
  545. Variables["Player"].Character.HumanoidRootPart.CFrame = Host.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-1)
  546. end
  547.  
  548. elseif Args[1] == ".bring" and Args[2] == "host" and BringLocations[string.lower(Args[3])] then
  549. BringPlr(Host,BringLocations[string.lower(Args[3])])
  550. elseif Args[1] == ".bring" and BringLocations[string.lower(Args[3])] then
  551. local FoundPlayer = GetPlayerFromString(Args[2])
  552. if FoundPlayer then
  553. BringPlr(FoundPlayer,BringLocations[string.lower(Args[3])])
  554. end
  555.  
  556. elseif Args[1] == ".bring" and Args[3] == "host" then
  557. local FoundPlayer = GetPlayerFromString(Args[2])
  558. if FoundPlayer then
  559. BringPlr(FoundPlayer,nil)
  560. end
  561.  
  562. elseif Message == ".setup bank" then
  563. Setup("Bank")
  564. elseif Message == ".setup admin" then
  565. Setup("Admin")
  566. elseif Message == ".setup klub" then
  567. Setup("Klub")
  568. elseif Message == ".setup vault" then
  569. Setup("Vault")
  570. elseif Message == ".setup train" then
  571. Setup("Train")
  572. elseif Message == ".wallet on" then
  573. ShowWallet()
  574. elseif Message == ".wallet off" then
  575. RemoveWallet()
  576. elseif Message == ".dolphin" then
  577. if CurrAnim and CurrAnim.IsPlaying then
  578. CurrAnim:Stop()
  579. end
  580. local Anim = Instance.new("Animation")
  581. Anim.AnimationId = "http://www.roblox.com/asset/?id=5918726674"
  582. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  583. CurrAnim:Play()
  584. CurrAnim:AdjustSpeed()
  585. elseif Message == ".monkey" then
  586. if CurrAnim and CurrAnim.IsPlaying then
  587. CurrAnim:Stop()
  588. end
  589. local Anim = Instance.new("Animation")
  590. Anim.AnimationId = "http://www.roblox.com/asset/?id=3333499508"
  591. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  592. CurrAnim:Play()
  593. CurrAnim:AdjustSpeed()
  594. elseif Message == ".floss" then
  595. if CurrAnim and CurrAnim.IsPlaying then
  596. CurrAnim:Stop()
  597. end
  598. local Anim = Instance.new("Animation")
  599. Anim.AnimationId = "http://www.roblox.com/asset/?id=5917459365"
  600. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  601. CurrAnim:Play()
  602. CurrAnim:AdjustSpeed()
  603. elseif Message == ".shuffle" then
  604. if CurrAnim and CurrAnim.IsPlaying then
  605. CurrAnim:Stop()
  606. end
  607.  
  608. local Anim = Instance.new("Animation")
  609. Anim.AnimationId = "http://www.roblox.com/asset/?id=10214406616"
  610. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  611. CurrAnim:Play()
  612. CurrAnim:AdjustSpeed()
  613. elseif Message == ".spin" then
  614. if CurrAnim and CurrAnim.IsPlaying then
  615. CurrAnim:Stop()
  616. end
  617.  
  618. local Anim = Instance.new("Animation")
  619. Anim.AnimationId = "http://www.roblox.com/asset/?id=5915773992"
  620. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  621. CurrAnim:Play()
  622. CurrAnim:AdjustSpeed()
  623. elseif Message == ".breakdance" then
  624. if CurrAnim and CurrAnim.IsPlaying then
  625. CurrAnim:Stop()
  626. end
  627.  
  628. local Anim = Instance.new("Animation")
  629. Anim.AnimationId = "http://www.roblox.com/asset/?id=4349242221"
  630. CurrAnim = game.Players.LocalPlayer.Character.Humanoid.Animator:LoadAnimation(Anim)
  631. CurrAnim:Play()
  632. CurrAnim:AdjustSpeed()
  633. elseif Message == ".stopdance" then
  634. if CurrAnim and CurrAnim.IsPlaying then
  635. CurrAnim:Stop()
  636. end
  637.  
  638. elseif Message == ".maskon" then
  639. local plr = game.Players.LocalPlayer
  640. local c = plr.Character
  641. local Root = c.PrimaryPart
  642. local OldCF = Root.CFrame
  643.  
  644. local Tries = 0
  645. repeat wait(0.1) Tries += 1
  646. Root.CFrame = workspace.Ignored.Shop["[Surgeon Mask] - $25"].Head.CFrame*CFrame.new(math.random(-1,1),0,math.random(-1,1))
  647. fireclickdetector(workspace.Ignored.Shop["[Surgeon Mask] - $25"].ClickDetector)
  648. until Tries >= 50 or not c or not c:FindFirstChild("Humanoid") or c:FindFirstChild"Mask" or plr.Backpack:FindFirstChild"Mask"
  649. wait(0.5)
  650. if plr.Backpack:FindFirstChild("Mask") then
  651. c.Humanoid:EquipTool(plr.Backpack.Mask)
  652. c.Mask:Activate()
  653. elseif c:FindFirstChild("Mask") then
  654. c.Mask:Activate()
  655. end
  656.  
  657. Root.CFrame = OldCF
  658. elseif Message == ".maskoff" then
  659. local plr = game.Players.LocalPlayer
  660. local c = plr.Character
  661. local Root = c.PrimaryPart
  662.  
  663. if plr.Backpack:FindFirstChild("Mask") then
  664. c.Humanoid:EquipTool(plr.Backpack.Mask)
  665. c.Mask:Activate()
  666. elseif c:FindFirstChild("Mask") then
  667. c.Mask:Activate()
  668. end
  669.  
  670. elseif Args[1] == ".aura" then
  671. local Player = GetPlayerFromString(Args[2],true)
  672. if Player and Player == game.Players.LocalPlayer then
  673. if CmdSettings["Aura"] == nil then
  674. print("Enabled!")
  675. CmdSettings["Aura"] = true
  676. CmdSettings["Dropping"] = nil
  677. CmdSettings["CustomDrop"] = nil
  678.  
  679. while CmdSettings["Aura"] == true and DropFolder do
  680. if DropFolder then
  681. for i,v in pairs(DropFolder:GetChildren()) do
  682. if v:IsA("BasePart") and v.Name == "MoneyDrop" then
  683. if (v.Position-game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude <= 12 then
  684. if CmdSettings["Aura"] == true then
  685. fireclickdetector(v.ClickDetector)
  686. end
  687. wait(0.2)
  688. end
  689. end
  690. end
  691. end
  692. wait()
  693. end
  694. end
  695. end
  696.  
  697. elseif Args[1] == ".stopaura" then
  698. CmdSettings["Aura"] = nil
  699. elseif Args[1] == ".cdrop" and Args[2] ~= nil and not CmdSettings["CustomDrop"] then
  700. local Number = GetNumberFromText(Args[2])
  701. if Number and DropFolder then
  702. CmdSettings["Aura"] = nil
  703. CmdSettings["Dropping"] = false
  704.  
  705. local OldMoney = 0
  706. for i,v in pairs(DropFolder:GetChildren()) do
  707. if v.Name == "MoneyDrop" then
  708. local numbers = string.gsub(v.BillboardGui.TextLabel.Text, "%D", "")
  709. OldMoney += numbers
  710. end
  711. end
  712.  
  713. game.ReplicatedStorage.MainEvent:FireServer(
  714. "DropMoney",
  715. 10000
  716. )
  717. CmdSettings["CustomDrop"] = true
  718. coroutine.wrap(function()
  719. repeat wait(2.5)
  720. game.ReplicatedStorage.MainEvent:FireServer(
  721. "DropMoney",
  722. 10000
  723. )
  724.  
  725. local Money = 0
  726. if DropFolder then
  727. for i,v in pairs(DropFolder:GetChildren()) do
  728. if v.Name == "MoneyDrop" then
  729. local numbers = string.gsub(v.BillboardGui.TextLabel.Text, "%D", "")
  730. Money += numbers
  731. end
  732. end
  733. end
  734.  
  735. until not DropFolder or Money >= (OldMoney+Number) or not CmdSettings["CustomDrop"]
  736. if CmdSettings["CustomDrop"] then
  737. CmdSettings["CustomDrop"] = nil
  738. CmdSettings["Dropping"] = nil
  739. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer('Custom Drop has finished.', 'All');
  740. end
  741. end)()
  742. end
  743. end
  744. end
  745. end)
  746. end
  747.  
  748. if Host then
  749. Initiate()
  750. end
  751.  
  752. Services["Players"].PlayerAdded:Connect(function(Player)
  753. if Player.Name == Variables["HostUser"] then
  754. Initiate()
  755. end
  756. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement