Advertisement
Guest User

Roblox Aimbot Script

a guest
Dec 25th, 2019
52,888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. -- Copyright https://WeAreDevs.net 2019
  2. -- https://wearedevs.net/exploits
  3.  
  4. --[[ Configuration ]]--
  5.  
  6. --If true,
  7. --Players on the same team will not be aimed at
  8. --Will not work in games with custom team systems
  9. --If false,
  10. --All players in the game will be aimed at
  11. _G.WRDAimbotTeamCheck = true
  12.  
  13. --If true,
  14. --Simulates mouse movement. Its as if you actually moved your mouse onto the player, meaning this is harder to detect
  15. --Tradeoff is it comes with a lot of bugs. Lacks smoothness, not 100% accurate, and can't aim at players dirrectly behind.
  16. --If false,
  17. --Will use camera manipulation.
  18. --This is the smoothest and most accurate, but games can detect this easy. Be careful with what games you use false in.
  19. --May be buggy for 3rd person games!
  20. _G.WRDAimbotBypass = false
  21.  
  22. --If true, the aimbot will only look for the closest visible player
  23. --Buggy for 3rd person games!
  24. --May cause heavy lag
  25. --If false, the aimbot will look for all players, even if they're behind a wall
  26. _G.WRDAimBotWallcheck = true
  27.  
  28. --[[
  29.  
  30. Additional Notes | August 17, 2019
  31.  
  32. *This was made for exploits using the WeAreDevs API, such as JJSploit.
  33. *Please don't steal credits. I worked pretty hard on this ;c
  34. *This should be able to work in all games using default Roblox character systems. Games using using custom/modified characters may be buggy, such as Strucid and Phantom Forces.
  35. *You don't need to rexecute the entire script to change configuration above. You could simply execute the desired configuration line.
  36. *Rexecuting the script should not cause issues
  37. *The WRDAimbotBypass enabled bug involving players behind you will be fixed eventually. Be sure to check the website time to time!
  38. *Aimbot starts when you hold the right mouse button
  39. *This aimbot snaps aims to the closest player's head.
  40. *Please change the configuration below appropriately.
  41. *Check the website occasionally for updates!
  42. *Found a new bug? Report it on the forum: https://wearedevs.net/forum/complaints
  43.  
  44. ]]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement