Post: Change ur ps3 mac address to unban b"ops
01-28-2011, 11:14 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ive been working on how to Unban your Ps3 for Black Ops by changing your Mac Id You can change your MAC address in your computers, etc. There's Got to be a way to do it for the PS3 & Xbox, you'd just have to know how to access the settings and what not. To give you an idea, in a *nix you can change it through command line and the ifconfig command (mac os x, unix, linux). In both windows xp and windows vista, you'll have to use registry edit. For the PS3, its most likely very possible to do it For Ps3 & Xbox

I was just looking at the ps3 and saw that obviosley you have a wired and wireless they are two seperate hardware so it have different Mac Id"s if you were banned on the wired connection change over to wireless or visa versa have your isp change you ip address to then you ban should be gone at least until you get banned again this isnt a cure just a second chance i suppose

Im not Banned so cannot test it but if someone could who is banned please post a quote if this helped

cheers
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked paccione for this useful post:

MaJic
01-28-2011, 11:19 AM #2
I tried wired, and still said I was perma banned. :( Guess they don't ban Mac Addresses?
01-28-2011, 11:22 AM #3
thedufeys
Bounty hunter
they must just ban through psn's. which sucks becuase someone could hack your account, cheat and then get ur account banned...:(
01-28-2011, 11:37 AM #4
Originally posted by paccione View Post
Ive been working on how to Unban your Ps3 for Black Ops by changing your Mac Id You can change your MAC address in your computers, etc. There's Got to be a way to do it for the PS3 & Xbox, you'd just have to know how to access the settings and what not. To give you an idea, in a *nix you can change it through command line and the ifconfig command (mac os x, unix, linux). In both windows xp and windows vista, you'll have to use registry edit. For the PS3, its most likely very possible to do it For Ps3 & Xbox

I was just looking at the ps3 and saw that obviosley you have a wired and wireless they are two seperate hardware so it have different Mac Id"s if you were banned on the wired connection change over to wireless or visa versa have your isp change you ip address to then you ban should be gone at least until you get banned again this isnt a cure just a second chance i suppose

Im not Banned so cannot test it but if someone could who is banned please post a quote if this helped

cheers


To find out your router MAC address, use arp command as follows:
    $ /usr/sbin/arp -a

OR
    $ arp -a

Output:
    router (192.168.1.254) at 00:08:5C:00:00:01 [ether] on eth0
fbsd6 (192.168.1.16) at 00:0F:EA:91:04:07 [ether] on eth0

In above example 00:08:5C:00:00:01 is MAC address of my router. If you cannot find MAC address then just ping to your router once (my router had 192.168.1.254 IP)
    $ ping 192.168.1.254

And then run (type arp -a) above arp command again. If you have telnet access to router then you can just telnet into router and find out MAC address:
    $ telnet 192.168.1.254

Output:
    Welcome to nixCraft Router!
Login: admin
Password:

Once logged in type ifconfig command:
    $ ifconfig br0

Output:
    br0             Link encap:Ethernet  HWaddr 00:08:5C:00:00:01
inet addr:192.168.1.254 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48574 errors:0 dropped:0 overruns:0 frame:0
TX packets:61329 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9146189 (8.7 MiB) TX bytes:74456679 (71.0 MiB)

Please note that your interface name (br0) could be different. You can also use ifconfig -a command.

Windows XP/Vista/Win7 find out Router Mac address

If you are using Microsoft Windows XP then you need to open MS-DOS shell prompt first. Click on Start > Run > Type cmd command followed by ENTER key. Then at C:\> prompt, type arp command as follows:
    C:\> arp -a

These can be changed im doing this because i like the challenge lobbies etc and feel they help the game be more interesting with the itroduction of the modders new ideas and new game type like the nemisis zombie etc so get modding Black ops guys for ps3 i got a few guysworking on this with me and we will find the answers

---------- Post added at 06:37 AM ---------- Previous post was at 06:35 AM ----------

Originally posted by thedufeys View Post
they must just ban through psn's. which sucks becuase someone could hack your account, cheat and then get ur account banned...:(


well if they dont ban the mac Id or IP and just the psn address then just create another account simple lol

The following 2 users say thank you to paccione for this useful post:

Draama, TiCiiX
01-28-2011, 01:54 PM #5
thedufeys
Bounty hunter
Originally posted by paccione View Post
To find out your router MAC address, use arp command as follows:
    $ /usr/sbin/arp -a

OR
    $ arp -a

Output:
    router (192.168.1.254) at 00:08:5C:00:00:01 [ether] on eth0
fbsd6 (192.168.1.16) at 00:0F:EA:91:04:07 [ether] on eth0

In above example 00:08:5C:00:00:01 is MAC address of my router. If you cannot find MAC address then just ping to your router once (my router had 192.168.1.254 IP)
    $ ping 192.168.1.254

And then run (type arp -a) above arp command again. If you have telnet access to router then you can just telnet into router and find out MAC address:
    $ telnet 192.168.1.254

Output:
    Welcome to nixCraft Router!
Login: admin
Password:

Once logged in type ifconfig command:
    $ ifconfig br0

Output:
    br0             Link encap:Ethernet  HWaddr 00:08:5C:00:00:01
inet addr:192.168.1.254 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48574 errors:0 dropped:0 overruns:0 frame:0
TX packets:61329 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9146189 (8.7 MiB) TX bytes:74456679 (71.0 MiB)

Please note that your interface name (br0) could be different. You can also use ifconfig -a command.

Windows XP/Vista/Win7 find out Router Mac address

If you are using Microsoft Windows XP then you need to open MS-DOS shell prompt first. Click on Start > Run > Type cmd command followed by ENTER key. Then at C:\> prompt, type arp command as follows:
    C:\> arp -a

These can be changed im doing this because i like the challenge lobbies etc and feel they help the game be more interesting with the itroduction of the modders new ideas and new game type like the nemisis zombie etc so get modding Black ops guys for ps3 i got a few guysworking on this with me and we will find the answers

---------- Post added at 06:37 AM ---------- Previous post was at 06:35 AM ----------



well if they dont ban the mac Id or IP and just the psn address then just create another account simple lol


lol i get it now, they ip banned me:( i said that before i actually played black ops today rofl.
01-29-2011, 09:59 AM #6
xSOADx
Banana Joe
@ me they banned the serial number of ur ps3, not the mac adress, so i need new ps3 to play bo online again...

The following user thanked xSOADx for this useful post:

Eularesko
01-29-2011, 05:57 PM #7
Sandyballz
Master Debater
Is it possible to spoof a different serial number?
01-29-2011, 06:00 PM #8
ZoneHD
Shiver do you lift?
Originally posted by Sandyballz View Post
Is it possible to spoof a different serial number?


Maybe change it in the NAND.
01-29-2011, 08:45 PM #9
Cyrious
Mr. Why So Cyrious?
Originally posted by Sandyballz View Post
Is it possible to spoof a different serial number?


Something like that will probably get your console banned from playing any game online....I wouldnt attempt to do that if i were you.
01-30-2011, 09:29 AM #10
Ben
Former Staff
somehow you have to change your ps3s IP any ideas?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo