Hey guys if you guys get IP banned from a FiveM server then make a batch files on your desktop then paste this in it then run it and it will change your IP
---------------------------------------------------
@echo off
title IP
ipconfig /release
ipconfig /flushdns
ipconfig /renew
ipconfig /flushdns
ping localhost -n 3 >nul
exit
---------------------------------------------------
---------------------------------------------------
@echo off
title IP
ipconfig /release
ipconfig /flushdns
ipconfig /renew
ipconfig /flushdns
ping localhost -n 3 >nul
exit
---------------------------------------------------