redarrow
Elite Member
- Joined
- Apr 1, 2013
- Messages
- 14,893
- Reaction score
- 5,376
do you want to know no the easiest way ...
i just said the solution use diffrent vps each account that simple ...
add promotion money then bank each account..
forget vm good for bot setup ..
vm no good to con google with there own offers
footprint ant just a ip and os ....
browser
screen size
os
ip
mac
sofwere loaded info
key board settings
broweser settings
nic settings
cookie
headers
footprint the whole computer setup as one data sheet connected to that account
adsence works diffrent it the money of google much more secuity ....
google like god your trying to rob god from one machine
do you want to know no the easiest way ...
yes it can you do it with c++ codeDude just post the whole thing in one post.
Google or any website CAN NOT see your MAC address.
include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/ioctl.h> #include <net/if.h> #include <arpa/inet.h> int main(int argc, char *argv[]) { struct ifreq ifr; int sock, j, k; char *p, addr[32], mask[32], mac[32]; if (argc<2) { fprintf(stderr,"missing argument, example: eth0\n"); return 1; } sock=socket(PF_INET, SOCK_STREAM, 0); if (-1==sock) { perror("socket() "); return 1; } strncpy(ifr.ifr_name,argv[1],sizeof(ifr.ifr_name)-1); ifr.ifr_name[sizeof(ifr.ifr_name)-1]='\0'; if (-1==ioctl(sock, SIOCGIFADDR, &ifr)) { perror("ioctl(SIOCGIFADDR) "); return 1; } p=inet_ntoa(((struct sockaddr_in *)(&ifr.ifr_addr))->sin_addr); strncpy(addr,p,sizeof(addr)-1); addr[sizeof(addr)-1]='\0'; if (-1==ioctl(sock, SIOCGIFNETMASK, &ifr)) { perror("ioctl(SIOCGIFNETMASK) "); return 1; } p=inet_ntoa(((struct sockaddr_in *)(&ifr.ifr_netmask))->sin_addr); strncpy(mask,p,sizeof(mask)-1); mask[sizeof(mask)-1]='\0'; if (-1==ioctl(sock, SIOCGIFHWADDR, &ifr)) { perror("ioctl(SIOCGIFHWADDR) "); return 1; } for (j=0, k=0; j<6; j++) { k+=snprintf(mac+k, sizeof(mac)-k-1, j ? ":%02X" : "%02X", (int)(unsigned int)(unsigned char)ifr.ifr_hwaddr.sa_data[j]); } mac[sizeof(mac)-1]='\0'; printf("\n"); printf("name: %s\n",ifr.ifr_name); printf("address: %s\n",addr); printf("netmask: %s\n",mask); printf("macaddr: %s\n",mac
Look i opened many google play developer accounts on the same pc , every one in different virtual machine , and never get banned because of multiple accounts .
Now i am asking if adsense is the same as play developer , or they take other things into consideration ?
because i know it's possible , i just wanna know the method . that's it
so tell him am i right you need a new vps each account?They take other things into consideration for obvious reasons.
If you're not changing your IP then its game over right there.
Let's say you manage to change your IP. Now, your Payee name is the same and you're accessing their website with the same screen resolution and same operating system and same browser.
And about the IP, it has to be close to your address on file. Or at the VERY MINIMUM, the same country as your residence.
so tell him am i right you need a new vps each account?
yes it can you do it with c++ code
spoof mac address
Code:include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/ioctl.h> #include <net/if.h> #include <arpa/inet.h> int main(int argc, char *argv[]) { struct ifreq ifr; int sock, j, k; char *p, addr[32], mask[32], mac[32]; if (argc<2) { fprintf(stderr,"missing argument, example: eth0\n"); return 1; } sock=socket(PF_INET, SOCK_STREAM, 0); if (-1==sock) { perror("socket() "); return 1; } strncpy(ifr.ifr_name,argv[1],sizeof(ifr.ifr_name)-1); ifr.ifr_name[sizeof(ifr.ifr_name)-1]='\0'; if (-1==ioctl(sock, SIOCGIFADDR, &ifr)) { perror("ioctl(SIOCGIFADDR) "); return 1; } p=inet_ntoa(((struct sockaddr_in *)(&ifr.ifr_addr))->sin_addr); strncpy(addr,p,sizeof(addr)-1); addr[sizeof(addr)-1]='\0'; if (-1==ioctl(sock, SIOCGIFNETMASK, &ifr)) { perror("ioctl(SIOCGIFNETMASK) "); return 1; } p=inet_ntoa(((struct sockaddr_in *)(&ifr.ifr_netmask))->sin_addr); strncpy(mask,p,sizeof(mask)-1); mask[sizeof(mask)-1]='\0'; if (-1==ioctl(sock, SIOCGIFHWADDR, &ifr)) { perror("ioctl(SIOCGIFHWADDR) "); return 1; } for (j=0, k=0; j<6; j++) { k+=snprintf(mac+k, sizeof(mac)-k-1, j ? ":%02X" : "%02X", (int)(unsigned int)(unsigned char)ifr.ifr_hwaddr.sa_data[j]); } mac[sizeof(mac)-1]='\0'; printf("\n"); printf("name: %s\n",ifr.ifr_name); printf("address: %s\n",addr); printf("netmask: %s\n",mask); printf("macaddr: %s\n",mac
i will contact the owner as i no him very well you got no right to insult me .It can not. Spoofing means faking your MAC address.
I'm not going to reply you anymore and I would advise anyone reading this to not trust what you're posting as you don't seem to have any idea of what you're talking about.
For @redarrow and anyone who still thinks Google can see your MAC address: http://bfy.tw/EsL5 (Summary: It is technically not possible)
Your are right.VPS is also a virtual machine. If you're doing it right and your accounts don't last on VM then good chance they won't last on VPS either.
It can not. Spoofing means faking your MAC address.
I'm not going to reply you anymore and I would advise anyone reading this to not trust what you're posting as you don't seem to have any idea of what you're talking about.
For @redarrow and anyone who still thinks Google can see your MAC address: http://bfy.tw/EsL5 (Summary: It is technically not possible)
Here a few things to consider:
1. canvas spoofing
2. mac address spoofing is ONLY nescessary if you have ActiveX or Java protocol running, otherwise a website cannot access that info. So maybe disable those?
3. clear DNS cache on both machines (host and vm) CMD.exe > ipconfig /flush
4. Change screen resolution each time, google most common ones and use them don't try to be unique here!
5. If you are using a proxy make sure you patch webRTC leaks
PS. VPS can always be detected as OS is a footprint and most vps machines are Windows Server 2012 or anything similar. Except if you are using a residential vps with a residential OS on it. However OS can also be spoofed.
Exclusive info. if i change every time this info then overcome or bypass google trackingbrowser
screen size
os
ip
mac
sofwere loaded info
key board settings
broweser settings
nic settings
cookie
headers
wrongGoogle can't know if you are in a VM or not but they know if your IP is from a web hosting company for exemple or if two account have EXACTLY the same user agent,os lang,browser version, screen size etc...if you want to know more google "browser fingerprinting"
We get it, advertisements are annoying!
Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.