ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 8987

GTA V IP Spoofing c++?

by DarkLord - 12-28-2017 - 05:22 PM
#21
Thanks his helped me tooo
This account is currently banned
Ban reason: Multi-Accounting. | IP : 82.43.93.139 | Email N/A
#22
I think it's impossible to spoof IP address :/
#23
(02-11-2018 - 12:28 AM)Smoulougde Wrote: I think it's impossible to spoof IP address :/

It's possible to hide it from other modders(Menus, rgh/jtag tools), but when they use lanc or cain & stuff like that they can get your real ip address.
#24
did you ever find the code to spoof a ip?
Judge Judy Is Sexy Asf Can We All Agree?  Love
& Lets Stop The Cracking War M8s Devil )
(Make Modding Fun Again 100emoji   )
#25
easy shit to spoof ip aint it?
#26
impossible spoof ip modem, yes ip gta but modem no
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
#27
I'm using this and worked, when others modders look the IP they can see Google:

void ipspoof() {
//ipspoof
if (NETWORK::NETWORK_IS_PLAYER_CONNECTED(PLAYER::PLAYER_ID())) {
*(BYTE*)0xC21AC5CC = 216;
*(BYTE*)(0xC21AC5CC + 0x01) = 58;
*(BYTE*)(0xC21AC5CC + 0x02) = 204;
*(BYTE*)(0xC21AC5CC + 0x03) = 78;
char* Address = PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID());
int ipa = *(UINT8*)(Address - 0x48);
int ipb = *(UINT8*)(Address - 0x47);
int ipc = *(UINT8*)(Address - 0x46);
int ipd = *(UINT8*)(Address - 0x45);
*(UINT8*)(Address - 0x48) = 216;
*(UINT8*)(Address - 0x47) = 58;
*(UINT8*)(Address - 0x46) = 204;
*(UINT8*)(Address - 0x45) = 78;
}
}
#28
I don't believe just writing to the address will work
#29
(05-16-2018 - 09:04 AM)riotmaker32 Wrote: I don't believe just writing to the address will work

Testing and working.

P.D.: "ipa, ipb, ipc, ipd" uses to restore original IP.

Users browsing: 1 Guest(s)