Hidjusn

Untitled

Oct 29th, 2024
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. if not Game:IsLoaded() then Game.Loaded:Wait() end --> DO NOT DELETE
  2. loadstring(game:HttpGet("https://raw.githubusercontent.com/Pixeluted/adoniscries/main/Source.lua",true))() --> DO NOT DELETE
  3.  
  4. --> Silent Aim | Global Table <--
  5. getgenv().Silent = {
  6. Settings = {
  7. Toggled = true,
  8. AimPart = "HumanoidRootPart", --> HumanoidRootPart, UpperTorso, LowerTorso, Head <-- Main Parts
  9. HitChance = 100,
  10.  
  11. Prediction = {
  12. Enabled = true,
  13. Horizontal = 0.13745, --> X, Z
  14. Vertical = 0.13745, --> Y
  15. },
  16.  
  17. Circle = {
  18. Visible = false,
  19. Color = Color3.fromRGB(255, 255, 255),
  20. Transparency = 1,
  21. Thickness = 1.5,
  22. NumSides = 1000,
  23. Radius = 100, --> Change Circle Size Here
  24. Filled = false,
  25. },
  26. },
  27. }
  28.  
  29. -- Basic Silent-Aim [ DAHOOD GAMES ]
  30. loadstring(game:HttpGet("https://raw.githubusercontent.com/TheRealXORA/Roblox/Scripts/Basic%20Silent-Aim", true))()
Add Comment
Please, Sign In to add comment