Advertisement
ExodiaForce

Triggerbot

Aug 16th, 2023
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. getgenv().FFAMode = false;
  2. getgenv().ReactionTime = 0;
  3. getgenv().ToggleBind = {Enum.KeyCode.LeftAlt};
  4. --[[
  5. FFAMode is false by default, enable this in Free-for-All only games
  6. LeftAlt to toggle by default
  7. You can replace the ToggleBind keybind with any from this list:
  8. https://developer.roblox.com/en-us/api-reference/enum/KeyCode
  9. ]]
  10. loadstring(game:HttpGet("https://jacobies.xyz/triggerbot.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement