this only works locally, doesnt work
(05-29-2018 - 09:25 AM)trinity7 Wrote:Thought I'd Stick This Here Since Nothing Usefuls Been Posted Here For A WhileShould Come In Use For Some
Hidden content unlocked
or a better way to do it would be like this
Code:
void ipspoof(int ip1, int ip2, int ip3, int ip4)
{
*(byte*)0xC21AC5CC = ip1;
*(byte*)(0xC21AC5CC + 0x01) = ip2;
*(byte*)(0xC21AC5CC + 0x02) = ip3;
*(byte*)(0xC21AC5CC + 0x03) = ip4;
if (NETWORK::NETWORK_IS_PLAYER_CONNECTED(PLAYER::PLAYER_ID()))
{
char* Address = PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID());
*(UINT8*)(Address - 0x48) = ip1;
*(UINT8*)(Address - 0x47) = ip2;
*(UINT8*)(Address - 0x46) = ip3;
*(UINT8*)(Address - 0x45) = ip4;
}
}
//then do it like this
ipspoof(1, 3, 3, 7);
(05-31-2018 - 12:21 AM)PhucedMODZ Wrote:(05-29-2018 - 09:25 AM)trinity7 Wrote:Thought I'd Stick This Here Since Nothing Usefuls Been Posted Here For A WhileShould Come In Use For Some
Hidden content unlocked
or a better way to do it would be like this
Code:void ipspoof(int ip1, int ip2, int ip3, int ip4)
{
*(byte*)0xC21AC5CC = ip1;
*(byte*)(0xC21AC5CC + 0x01) = ip2;
*(byte*)(0xC21AC5CC + 0x02) = ip3;
*(byte*)(0xC21AC5CC + 0x03) = ip4;
if (NETWORK::NETWORK_IS_PLAYER_CONNECTED(PLAYER::PLAYER_ID()))
{
char* Address = PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID());
*(UINT8*)(Address - 0x48) = ip1;
*(UINT8*)(Address - 0x47) = ip2;
*(UINT8*)(Address - 0x46) = ip3;
*(UINT8*)(Address - 0x45) = ip4;
}
}
//then do it like this
ipspoof(1, 3, 3, 7);
indeed bro maybe yes
2021 Best Be Better Then 2020
(05-31-2018 - 12:47 AM)trinity7 Wrote:but shouldnt you do(05-31-2018 - 12:21 AM)PhucedMODZ Wrote:(05-29-2018 - 09:25 AM)trinity7 Wrote:Thought I'd Stick This Here Since Nothing Usefuls Been Posted Here For A WhileShould Come In Use For Some
Hidden content unlocked
or a better way to do it would be like this
Code:void ipspoof(int ip1, int ip2, int ip3, int ip4)
{
*(byte*)0xC21AC5CC = ip1;
*(byte*)(0xC21AC5CC + 0x01) = ip2;
*(byte*)(0xC21AC5CC + 0x02) = ip3;
*(byte*)(0xC21AC5CC + 0x03) = ip4;
if (NETWORK::NETWORK_IS_PLAYER_CONNECTED(PLAYER::PLAYER_ID()))
{
char* Address = PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID());
*(UINT8*)(Address - 0x48) = ip1;
*(UINT8*)(Address - 0x47) = ip2;
*(UINT8*)(Address - 0x46) = ip3;
*(UINT8*)(Address - 0x45) = ip4;
}
}
//then do it like this
ipspoof(1, 3, 3, 7);
indeed bro maybe yes
int ip1 = 1;
int ip2 = 3;
and ext.
or
int ip1 = { 1 };
and ext,,,
Judge Judy Is Sexy Asf Can We All Agree?
& Lets Stop The Cracking War M8s )
(Make Modding Fun Again )
& Lets Stop The Cracking War M8s )
(Make Modding Fun Again )
(05-31-2018 - 07:53 AM)lilzip Wrote:if u scroll down on his post youll see how hes set it up, but yes both mine and Phuced way works(05-31-2018 - 12:47 AM)trinity7 Wrote:but shouldnt you do(05-31-2018 - 12:21 AM)PhucedMODZ Wrote:(05-29-2018 - 09:25 AM)trinity7 Wrote:Thought I'd Stick This Here Since Nothing Usefuls Been Posted Here For A WhileShould Come In Use For Some
Hidden content unlocked
or a better way to do it would be like this
Code:void ipspoof(int ip1, int ip2, int ip3, int ip4)
{
*(byte*)0xC21AC5CC = ip1;
*(byte*)(0xC21AC5CC + 0x01) = ip2;
*(byte*)(0xC21AC5CC + 0x02) = ip3;
*(byte*)(0xC21AC5CC + 0x03) = ip4;
if (NETWORK::NETWORK_IS_PLAYER_CONNECTED(PLAYER::PLAYER_ID()))
{
char* Address = PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID());
*(UINT8*)(Address - 0x48) = ip1;
*(UINT8*)(Address - 0x47) = ip2;
*(UINT8*)(Address - 0x46) = ip3;
*(UINT8*)(Address - 0x45) = ip4;
}
}
//then do it like this
ipspoof(1, 3, 3, 7);
indeed bro maybe yes
int ip1 = 1;
int ip2 = 3;
and ext.
or
int ip1 = { 1 };
and ext,,,
2021 Best Be Better Then 2020
so basically i shot the sheriff but i didn't shoot the deputy.
so the gorilla ate my nutella off my neck but i said no bam bam u better stop rn!
if i was green i would die bec its green and its so good but if i was green i would lie
so basically i shot the sheriff but i didn't shoot the deputy.
but im not so but the flash the game he said im not but y so?
how am i supposed to feed the dog when the cat just ran up the stairs? like duh fuq?
nigga trippin talkin bout going to college how u gonna go to college when the grass aint even cut yet like u stupid
i know thats why the remote gone a nigga cant even go to mcdonalds
so the gorilla ate my nutella off my neck but i said no bam bam u better stop rn!
if i was green i would die bec its green and its so good but if i was green i would lie
so basically i shot the sheriff but i didn't shoot the deputy.
but im not so but the flash the game he said im not but y so?
how am i supposed to feed the dog when the cat just ran up the stairs? like duh fuq?
nigga trippin talkin bout going to college how u gonna go to college when the grass aint even cut yet like u stupid
i know thats why the remote gone a nigga cant even go to mcdonalds
Users browsing: 10 Guest(s)