Dimenticare

First/third person equip transform (GMS1.4)

Jul 22nd, 2018
6,211
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Object variables:
  2.  * handedness
  3.  * anim_cast_t
  4.  * anim_cast_scale
  5.  * charge_level
  6.  * pitch
  7.  * direction
  8.  */
  9.  
  10. var offset_angle=ternary(handedness==Misc.right, 30, -30);
  11. var offset_z=44;
  12. var offset_distance=24;
  13.  
  14. var _xrot=0;
  15. var _yrot=10+anim_cast_scale*dsin(anim_cast_t)-anim_cast_scale*min(5, sqrt(charge_level));
  16. var _zrot=180+direction;
  17.  
  18. var _xoffset=x+offset_distance*dcos(direction-offset_angle);
  19. var _yoffset=y-offset_distance*dsin(direction-offset_angle);
  20. var _zoffset=z-offset_z+EYE_LEVEL;
  21.  
  22. var _zoffset2=0;
  23. var m0=matrix_build(0, 0, -_zoffset2, 0, pitch/2, 0, 1, 1, 1);
  24. var m1=matrix_build(0, 0, 0, _xrot, _yrot, _zrot, 1, 1, 1);
  25. var m2=matrix_build(_xoffset, _yoffset, _zoffset, 0, 0, 0, 1, 1, 1);
  26. matrix_set(matrix_world, matrix_multiply(matrix_multiply(m0, m1), m2));
Advertisement
Comments
  • Darledorn
    52 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Saxtavin
    45 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment