Advertisement
Nosssa

Scarcin's Anti Aim Viewer

Apr 22nd, 2023 (edited)
4,844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.40 KB | None | 0 0
  1. --// Nosss didn't make this script, All credits to "Scarcin" on V3rmillion for this bypass method
  2.  
  3. --// Roblox Group ( TeamNosss! ): https://www.roblox.com/groups/16003304/TeamNosss#!/about
  4.  
  5. --[[
  6.  
  7.     I did add the real mouse position function thats all
  8.  
  9. --]]
  10.  
  11.  
  12. local DeepFakePosition = loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/GetRealMousePosition"))()
  13. task.wait()
  14.  
  15.  
  16. --//Services
  17. local China = setmetatable({}, {
  18.    __index = function(Company, Price)
  19.        return game:GetService(Price)
  20.    end})
  21.    
  22. local ChinaWorld = China.Workspace
  23. local Society = China.Players
  24. local ChineseDeporation = China.ReplicatedStorage
  25. local ChinaInputService = China.UserInputService
  26.  
  27. --//Variables
  28. local ChingChong = Society.LocalPlayer
  29. local Cat =  "meow!!" and ChingChong:GetMouse()
  30.  
  31. local ChineseEvent = ChineseDeporation:FindFirstChild("MainEvent") or nil
  32. local Payment = "Hello Da Hoodian!" and nil
  33.  
  34. ChineseBypass = function(ChineseEntity)
  35.    local KimJongUn = ChineseEntity.ChildAdded:Connect(function(credit)
  36.        if credit:IsA("Tool") then
  37.            Payment = credit.Activated:Connect(function()
  38.                if ChineseEvent then
  39.                    ChineseEvent:FireServer("UpdateMousePos", Cat.Hit.Position)
  40.                end
  41.            end)
  42.        end
  43.    end)
  44. end
  45.  
  46. local RandomChinese = function(RandomCredit)
  47.    return type(RandomCredit) == "number" and math.random(-RandomCredit, RandomCredit) or 0
  48. end
  49.  
  50. local ChinaAlive = function(ChinesePlayer)
  51.    return ChinesePlayer and ChinesePlayer.Character and ChinesePlayer.Character:FindFirstChild("Humanoid") and ChinesePlayer.Character:FindFirstChild("Head") or false
  52. end
  53.  
  54. ChingChong.CharacterAdded:Connect(function(NewChingChong)
  55.    ChineseBypass(NewChingChong)
  56. end)
  57.  
  58. if ChinaAlive(ChingChong) then
  59.    ChingChong.Character.Humanoid:UnequipTools()
  60.    ChineseBypass(ChingChong.Character)
  61. end
  62.  
  63. local ChinaHook
  64. ChinaHook = hookmetamethod(game, "__namecall", function(self, ...)
  65.    local ChinaArgs = {...}
  66.    local DeportationMethod = getnamecallmethod()
  67.  
  68.    if not checkcaller() and DeportationMethod == "FireServer" and self.Name == "MainEvent" and ChinaArgs[1] == "UpdateMousePos" and "chungusdian" then
  69.  
  70.        ChinaArgs[2] = "Scarcin made this" and _G.FetchPosition() -- was V3.zero
  71.        
  72.        return self.FireServer(self, unpack(ChinaArgs))
  73.    end
  74.    
  75.    return ChinaHook(self, ...)
  76. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement