Advertisement
Guest User

UDH SCRIPTS

a guest
Mar 24th, 2022
1,410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. UDH SCRIPTS
  2.  
  3.  
  4.  
  5. FLASH LOCK
  6.  
  7. loadstring(game:HttpGet('https://raw.githubusercontent.com/Toshiiro0/flashgui/main/main'))()
  8.  
  9.  
  10.  
  11. THUSKY
  12.  
  13. loadstring(game:HttpGet("https://pastebin.com/raw/9t5WMMGS"))()
  14.  
  15.  
  16.  
  17. Smooth Tracing
  18.  
  19. getgenv().RecurringPoint = "UpperTorso"
  20. getgenv().Hitbox = "UpperTorso"
  21. getgenv().Keybind = "e"
  22. getgenv().AimbotStrengthAmount = 0.0335
  23. getgenv().PredictionAmount = 10
  24. getgenv().Radius = 25
  25. getgenv().UsePrediction = true
  26. getgenv().AimbotStrength = true
  27. getgenv().FirstPerson = true
  28. getgenv().ThirdPerson = true
  29. getgenv().TeamCheck = false
  30. getgenv().Enabled = true
  31.  
  32.  
  33. -- // main script / / --
  34.  
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/tenaaki/GenericAimbot/main/v1.0.0"))()
  36.  
  37.  
  38.  
  39. -----
  40.  
  41. trashtalk
  42.  
  43. local words = {
  44. 'ur bad',
  45. 'seed',
  46. 'im not locking ur just bad',
  47. 'kid im not locking XDXDXDXD ur just bad',
  48. 'sad',
  49. 'sonned',
  50. 'how did u fail to get me',
  51. }
  52.  
  53. local player = game.Players.LocalPlayer
  54. local keybind = 'y'
  55.  
  56. local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  57.  
  58. player:GetMouse().KeyDown:connect(function(key)
  59. if key == keybind then
  60. event:FireServer(words[math.random(#words)], "All")
  61. end
  62. end)
  63.  
  64.  
  65.  
  66. Beamedware
  67.  
  68. loadstring(game:HttpGet("https://raw.githubusercontent.com/EliasAtto1/BeamedWare/main/BeamedWare", true))()
  69.  
  70.  
  71.  
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement