Advertisement
Owen007

dbd auto skill check

Jul 15th, 2021 (edited)
1,628
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Skill cgeck exe:
  2. https://dogefiles.io/download/613908f3a40d1359faa4ac04
  3.  
  4. DBD Skill Check python:
  5. https://dogefiles.io/download/60efde0d84f25a48e1466534
  6.  
  7. zip pass: 123
  8.  
  9. update: latest
Advertisement
Comments
  • # text 0.31 KB | 0 0
    1. here an upgrade for the python code :
    2.  
    3.  
    4. import math
    5.  
    6.  
    7. and replace :
    8.  
    9. for i in range(len(yw)):
    10. if math.sqrt((xw[i]-70)**2+(yw[i]-70)**2)>= r:
    11. cordsw.append([yw[i], xw[i]])
    12. for i in range(len(yr)):
    13. if math.sqrt((xr[i]-70)**2+(yr[i]-70)**2)>=r:
    14. cordsr.append([yr[i], xr[i]])
Add Comment
Please, Sign In to add comment
Advertisement