Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UDH SCRIPTS
- FLASH LOCK
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Toshiiro0/flashgui/main/main'))()
- THUSKY
- loadstring(game:HttpGet("https://pastebin.com/raw/9t5WMMGS"))()
- Smooth Tracing
- getgenv().RecurringPoint = "UpperTorso"
- getgenv().Hitbox = "UpperTorso"
- getgenv().Keybind = "e"
- getgenv().AimbotStrengthAmount = 0.0335
- getgenv().PredictionAmount = 10
- getgenv().Radius = 25
- getgenv().UsePrediction = true
- getgenv().AimbotStrength = true
- getgenv().FirstPerson = true
- getgenv().ThirdPerson = true
- getgenv().TeamCheck = false
- getgenv().Enabled = true
- -- // main script / / --
- loadstring(game:HttpGet("https://raw.githubusercontent.com/tenaaki/GenericAimbot/main/v1.0.0"))()
- -----
- trashtalk
- local words = {
- 'ur bad',
- 'seed',
- 'im not locking ur just bad',
- 'kid im not locking XDXDXDXD ur just bad',
- 'sad',
- 'sonned',
- 'how did u fail to get me',
- }
- local player = game.Players.LocalPlayer
- local keybind = 'y'
- local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- player:GetMouse().KeyDown:connect(function(key)
- if key == keybind then
- event:FireServer(words[math.random(#words)], "All")
- end
- end)
- Beamedware
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EliasAtto1/BeamedWare/main/BeamedWare", true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement