mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Aimbot made for Roblox (working in some games)
I made new script and also i'm new one at scripting! I want to learn scipting and write good scripts for Roblox games.
This commit is contained in:
parent
060d68304c
commit
4068c3f410
1 changed files with 12 additions and 0 deletions
12
Aimbot
Normal file
12
Aimbot
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
getgenv().RecurringPoint = "Torso"
|
||||||
|
getgenv().Hitbox = "Torso"
|
||||||
|
getgenv().Keybind = "q"
|
||||||
|
getgenv().AimbotStrengthAmount = 2
|
||||||
|
getgenv().PredictionAmout = 15
|
||||||
|
getgenv().Radius = 25
|
||||||
|
getgenv().UsePrediction = true
|
||||||
|
getgenv().AimbotStrenght = true
|
||||||
|
getgenv().FirstPerson = true
|
||||||
|
getgenv().ThirdPerson = true
|
||||||
|
getgenv().TeamCheck = false
|
||||||
|
getgenv().Enabled = true
|
||||||
Loading…
Reference in a new issue