Advertisement
Guest User

Sythical | AOT Evolution Script

a guest
Aug 19th, 2022
5,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. getgenv().Settings = {
  2. Map = "PLAINS", -- map must be in all caps
  3. Difficulty = "Easy", -- proper case, Easy, Medium, Hard, Extreme, Abnormal
  4. Speed = 600, -- tween speed to use to get to nearest titan
  5. Speed2 = 400, -- tween speed to use if <50 studs within titan (prevents kicking at times)
  6. LeaveTimer = 200 -- in seconds, in case if u get stuck or wtv (put it to 9999999 if u dont want it to leave lol)
  7. }
  8.  
  9. loadstring(game:HttpGet('https://raw.githubusercontent.com/laderite/zenx/main/scripts/Attack_on_Titan_Evolution.lua'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement