Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Wed Aug 27, 2025 12:00 pm

All times are UTC - 8 hours [ DST ]


Forum rules





Post new topic Reply to topic  [ 237 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 8  Next
Author Message
 Post subject:
PostPosted: Fri Jun 01, 2007 6:38 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Heh, I was in a hurry, and simply copied and pasted the player 1 piece of the code 3 more times.

Oh well. I was hoping the code WOULD work on WiFi, seeing as how firing a charge shot ignores the fire delay counter, which would mean that the instant charge would also work as a rapid fire code.

In fact, if you take out the activators and press no buttons, and equip say, the volt driver, you will fire rapid fire charged volt orbs until you turn the code off or hold L down to cease the charge release.

Edit: Actually, the code modification should be this:

94000130 FDFF0000
520D9CB8 00000000
020DAF74 000000FF
D0000000 00000000
520D9CB8 00000001
020DBEA4 000000FF
D0000000 00000000
520D9CB8 00000002
020DCDD4 000000FF
D0000000 00000000
520D9CB8 00000003
020DDD04 000000FF
D2000000 00000000

I'm pretty sure if we use D2 in the middle of the code like that it will make the other three players fire non stop.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: Sat Jun 02, 2007 10:28 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun May 27, 2007 10:31 pm
Posts: 62
Location: im in ur system hackin ur games
Title: Liquid Metal
Zeld wrote:
Nicky, why in the fuck do you think that not posting the full version means that I don't get credit for the code?

I made the code whether I post the full version or not.

Future updates will all be in source format; if you want the code, assemble it your self.

Hell, you could take previous source and the current code and figure out the stupid limiter and get rid of it easily. It's about my worst attempt to guard a code ever.

Edit: I got tired of host advantage keeping me from using the R to Fly code, so I modified it to give the user super jumping power that works regardless of host:

920DE4EE FEFF0100
520D9CB8 00000000
020DA74C 00000398
D9000000 020DA734
D4000000 00000600
D6000000 020DA734

D0000000 00000000
520D9CB8 00000001
020DB67C 00000398
D9000000 020DB664
D4000000 00000600
D6000000 020DB664

D0000000 00000000
520D9CB8 00000002
020DC5AC 00000398
D9000000 020DC594
D4000000 00000600
D6000000 020DC594

D0000000 00000000
520D9CB8 00000003
020DD4DC 00000398
D9000000 020DD4C4
D4000000 00000600
D6000000 020DD4C4

D2000000 00000000

Edit: Apparently that doesn't work either. Thanks a lot, Nintendo.

Wouldn't it just work to take the "XYAB" for "Player" to jump code, remove the activators and add checksums for you in placeX, as most codes do, then have R as the jump code activator?

As such, this:
Code:
Press R to Moonjump:

94000130 FEFF0000
520D9CB8 00000000
020DA74C 00000400
D0000000 00000000
520D9CB8 00000001
020DB67C 00000400
D0000000 00000000
520D9CB8 00000002
020DC5AC 00000400
D0000000 00000000
520D9CB8 00000003
020DD4DC 00000400
D2000000 00000000


I believe that'll work, but I don't have time to test it right now.

Edit: and by that, I mean, could the stuff in red in your code just be messing it up? (or maybe it was the fact you combined MPH-only (00000100) with universal (FEFF0000) for R as the activator)

_________________
Image
Yar, I be a game Painter, I lay out the colors, find the ones I want, then combine them into a liking of my way, even if I have to start from scratch sometimes.


Top
 Profile  
Reply with quote  
 Post subject: Re: Re:
PostPosted: Sat Jun 02, 2007 10:55 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Full Metal Kirby wrote:
I believe that'll work, but I don't have time to test it right now.

Edit: and by that, I mean, could the stuff in red in your code just be messing it up? (or maybe it was the fact you combined MPH-only (00000100) with universal (FEFF0000) for R as the activator)


The code you posted is the original R to Fly. No, it does not work on WiFi unless you are host.

The red stuff is stuff that I added; it's the super jump code that was supposed to work on WiFi. I figured that since it worked the same way the warp to player code did that it would work, and then if you weren't host you would at least still be able to jump insanely high (if you have the two codes combined like the one I posted and jump while at the top of the map, you can go through the invisible ceiling and fly around outside any map :3)

Also, I didn't combine the MP:H only code with the universal one.

The value doesn't make it universal, the address does. What I did is make an R button activator using the MP:H only code, but I added a bit mask so that you could press other buttons at the same time and still get the effect.

I always thought it was pathetic that idiots who use the R to fly code on WiFi can't shoot while they're using the code because they were too stupid to add a bit mask.

Edit: In case you need a better display of what I said:

920DE4EE FEFF0100 is exactly the same as 94000130 FEFF0000, for MP:H (U) (1.0) at least.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 02, 2007 4:48 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat May 26, 2007 4:05 pm
Posts: 36
Title: a ds hacker
walk throgh walls while only doing 1 damage made by somedude to make not hurt hexer:koopakid

code:
923fffa8 00002400
520d9cb8 00000000
020da74c eee10001
d0000000 00000000
520d9cb8 00000001
020db67c eee10001
d0000000 00000000
520d9cb8 00000002
020dc5ac eee10001
d0000000 00000000
520d9cb8 00000003
020dd4dc eee10001
d2000000 00000000

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 1:53 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Fri Apr 27, 2007 9:41 am
Posts: 166
ds hacker wrote:
walk throgh walls while only doing 1 damage made by somedude to make not hurt hexer:koopakid

code:
923fffa8 00002400
520d9cb8 00000000
020da74c eee10001
d0000000 00000000
520d9cb8 00000001
020db67c eee10001
d0000000 00000000
520d9cb8 00000002
020dc5ac eee10001
d0000000 00000000
520d9cb8 00000003
020dd4dc eee10001
d2000000 00000000


you can walk through walls while your in biped easer.any chance of making it 0 damage


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 8:19 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Apr 04, 2007 7:37 pm
Posts: 503
Location: Well......Lets just say you shouldn't look behind you......
No, that code wasn't made to walk through walls. It is fall fast. A side effect is that if you fall that fast while touching the ground you can go through walls.

For a good walk through walls use Lemmayoshis XYZ cordinate modifier.

(one previous page)

_________________
Image
^My site can be accessed by clicking on my sig^ (I am Razzle)
[MPH v1.0 US] Has 640 codes, with credit in all the notes. (last up-date 8/25/07)
http://www.the-random-site.com/SUB.xml


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 10:30 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Fri Apr 27, 2007 9:41 am
Posts: 166
can you explain to me what it does?


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 11:02 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Mar 24, 2007 7:35 pm
Posts: 148
Location: playin' teh nes
You press certain buttons that move you left, right, forwards, backwards, up, or down.

I've been pondering this for a while but keep forgetting to say anything about it: Would voice chat before random matches be possible? I know if it was made they couldn't chat but you could, and would they be able to hear you?

_________________
http://www.thelimmings.net
*Game Programmer

You are invited to become Lost.


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 11:10 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Fri Apr 27, 2007 9:41 am
Posts: 166
just like using + to move?
i need a good description.


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 11:28 am 
Offline
Kommunist
Kommunist

Joined: Sun Mar 18, 2007 4:23 pm
Posts: 192
directional buttons move you forward right left and backwards accordingly and a and b move you up and down. you have to be holding down r while pressing the buttons.

_________________
MPH FC: 3265-0976-4281 PM me if you want to add me.


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 11:58 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 09, 2006 2:04 pm
Posts: 259
Location: Chicago
GEORGE_COSTANZA wrote:
I've been pondering this for a while but keep forgetting to say anything about it: Would voice chat before random matches be possible? I know if it was made they couldn't chat but you could, and would they be able to hear you?



That's a code I've been thinking about for a while.
I might take a shot at it soon.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: Sun Jun 03, 2007 7:43 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 09, 2006 2:04 pm
Posts: 259
Location: Chicago
Crazy shots
020db03c FFFFFFFF
020db040 FFFFFFFF

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Sun Jun 03, 2007 7:56 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Judging by those addresses, that's a player specific code. Care to expound on it?

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 8:08 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Wed Oct 11, 2006 9:49 pm
Posts: 344
Location: Cybertron
Title: Click Here <------
System: Nintendo DS
Game: Netroid Prime: Hunters V1.0
Cheat: Action Replay v1.53

Here Are Some Of My Codes As Follows...

Always a 5 Star - Works for Bot for WiFi Games
520d9cb8 00000000
020e799c 00000004
d2000000 00000000
520d9cb8 00000001
020e88cc 00000004
d2000000 00000000
520d9cb8 00000002
020e97fc 00000004
d2000000 00000000
520d9cb8 00000003
020ea72c 00000004
d2000000 00000000

Hex ------ Number Of Stars On Hunters License
0 ------ 1. Bounty Hunter
1 ------ 2. Super Hunter
2 ------ 3. Elite Hunter
3 ------ 4. Master Hunter
4 ------ 5. Legendary Hunter

_________________
Image
Image


Last edited by Radical Hacker on Wed Jun 06, 2007 10:08 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 03, 2007 9:17 pm 
Radical Hacker wrote:
System: Nintendo DS
Game: Netroid Prime: Hunters V1.0
Cheat: Action Replay v1.53

Here Are Some Of My Codes As Follows...

Always a 5 Star - Works for Bot for WiFi Games
520d9cb8 00000000
020e799c 00000004
d2000000 00000000
520d9cb8 00000001
020e88cc 00000004
d2000000 00000000
520d9cb8 00000002
020e97fc 00000004
d2000000 00000000
520d9cb8 00000003
020ea72c 00000004
d2000000 00000000

Hex ------ Number Of Stars On Hunters License
0 ------ 1. Bounty Hunter
1 ------ 2. Super Hunter
2 ------ 3. Elite Hunter
3 ------ 4. Master Hunter
4 ------ 5. Legendary Hunter


Top
  
Reply with quote  
 Post subject: Re:
PostPosted: Mon Jun 04, 2007 2:12 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 09, 2006 2:04 pm
Posts: 259
Location: Chicago
Can shoot Magmaul straight
920dabe3 00000006
020db040 00000000
D2000000 00000000


Can shoot Battle Hammer straight
920dabe3 00000003
020db040 00000000
D2000000 00000000


By straight, the shots don't lob.
They are shot like a Power beam, VD, missile, or any other shot.
But for some reason, you can only shoot 1 'straight' shot at a time.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Mon Jun 04, 2007 2:14 pm 
Offline
Komrade
Komrade
User avatar

Joined: Mon Oct 02, 2006 5:56 pm
Posts: 1978
Title: Mr. Bitches
Maybe you found a data block for projectile physics, with each projectile having it's own set of addresses?
I'd check around that area of RAM for more goodies. 8-)

_________________
Image
Image
<EggWerx> MetalOverlord: Dsman and lemmayoshi will be used for taco meat, ask mo he knows me.
jleemero wrote:
Being required to learn Java for a Comp Sci MAJOR is like being required to shit on a lawnmower to be an astronaut.


Top
 Profile  
Reply with quote  
PostPosted: Mon Jun 04, 2007 6:51 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat May 26, 2007 4:05 pm
Posts: 36
Title: a ds hacker
wtf? last night i was on line with hacking on ok, i was fighting this nonhacker,well all of a suden boom hes has -63350 points and 4 deaths!he was ok with that time the next time,every time when he hit me he got a point,i diden die once!the next game i fighted was 2 players ok...all of a suden boom!!! 7 points i was not host or have battle point codes on!?
wat the hell happened?staff?glich?i do not know!

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 05, 2007 9:16 pm 
Code:
XYZ MOD(compressed)*
94000130 FEFF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
020DA74C 0000004D
D2000000 00000000
94000130 FEEF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA730
D4000000 00000400
D6000000 020DA730
D2000000 00000000
94000130 FEDF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA730
D4000000 FFFFFBFF
D6000000 020DA730
D2000000 00000000
94000130 FEBF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA738
D4000000 00000400
D6000000 020DA738
D2000000 00000000
94000130 FE7F0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA738
D4000000 FFFFFBFF
D6000000 020DA738
D2000000 00000000
94000130 FEFE0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA734
D4000000 00000400
D6000000 020DA734
D2000000 00000000
94000130 FEFD0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D3000000 00000000
D9000000 020DA734
D4000000 FFFFFBFF
D6000000 020DA734
D2000000 00000000

*To us it hold R and use the D-pad to adjust your coordinates, A and B adjust your height, just let go of R when you want to fall. Have fun you fucking cheaters.


Top
  
Reply with quote  
PostPosted: Wed Jun 06, 2007 10:55 am 
The AutoAim code is not my code, and I don't know. I can't even get the thing running, but I want to badly.


Top
  
Reply with quote  
PostPosted: Wed Jun 06, 2007 11:10 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 09, 2006 2:04 pm
Posts: 259
Location: Chicago
I've been trying to hack a "Shock Coil Extends Forever" Code, But I haven't been able to find the address for the SC's length.
I've tried the 8 bit, 16 bit, and 32 bit searches at least 3 times each, doing a "greater" search as I moved away (and "less than" as I moved closer) from the target with the Shock Coil on.
Does anyone have any suggestions on how I could do this?

I've been using the 'bots stand still' code so I know the SC is getting longer/shorter.

_________________
Image


Last edited by Kyle on Wed Jun 06, 2007 12:50 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 06, 2007 2:53 pm 
Code:
XYZ MOD(slower)*
94000130 FEFF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
020DA74C 0000004D
D2000000 00000000
94000130 FEEF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA730
D4000000 00000200
D6000000 020DA730
D2000000 00000000
94000130 FEDF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA730
D4000000 FFFFFDFF
D6000000 020DA730
D2000000 00000000
94000130 FEBF0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA738
D4000000 00000200
D6000000 020DA738
D2000000 00000000
94000130 FE7F0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA738
D4000000 FFFFFDFF
D6000000 020DA738
D2000000 00000000
94000130 FEFE0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D9000000 020DA734
D4000000 00000200
D6000000 020DA734
D2000000 00000000
94000130 FEFD0000
023FE074 012FFF11
E0000000 00000018
E59F000C E5900000
E3A01EF3 E00A0190
E12FFF1E 020D9CB8
023FE074 E3520003
D3000000 00000000
D9000000 020DA734
D4000000 FFFFFDFF
D6000000 020DA734
D2000000 00000000

*To us it hold R and use the D-pad to adjust your coordinates, A and B adjust your height, just let go of R when you want to fall. Have fun you fucking cheaters.


Top
  
Reply with quote  
PostPosted: Wed Jun 06, 2007 5:43 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat May 26, 2007 4:05 pm
Posts: 36
Title: a ds hacker
Stay in place (mid air)
Hold A to activate let go to fall down.
Code:
94000130 fffe0000
520d9cb8 00000000
020da74c 0000004d
d0000000 00000000
520d9cb8 00000001
020db67c 0000004d
d0000000 00000000
520d9cb8 00000002
020dc5ac 0000004d
d0000000 00000000
520d9cb8 00000003
020dd4dc 0000004d
d2000000 00000000


Code made by somedude.
Hexer:sekwaF yuG
EDIT:If you do it in alt you'll start 2 fall a bit.

_________________
Image


Last edited by ds hacker on Thu Jun 07, 2007 2:49 pm, edited 2 times in total.

Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 06, 2007 7:30 pm 
Offline
Kommunist
Kommunist
User avatar

Joined: Sun May 27, 2007 11:48 am
Posts: 4
Location: wild wild west
@ds hacker can we get back down after doing that

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Jun 06, 2007 9:09 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
I actually made that code on my own in order to use it for gathering data for the aim bot.

My conclusion was that you can not get back down with it unless you switch to your alt form, which seems to fall faster than the code can keep you in the air.

You could always just slap on an activator, though.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Thu Jun 07, 2007 6:54 am 
Offline
Kommunist
Kommunist

Joined: Sun Mar 18, 2007 4:23 pm
Posts: 192
Why didnt you add an activator to it? I added X to mine and when you release X you fall like normal.

_________________
MPH FC: 3265-0976-4281 PM me if you want to add me.


Top
 Profile  
Reply with quote  
PostPosted: Thu Jun 07, 2007 7:55 am 
This thread is for codes only now. If you want to discuss the game, make a thread in Kollaboration (one total only). If you need help, make a thread in Dial 911, specifying version 1.1 (one thread total only).


Top
  
Reply with quote  
PostPosted: Sat Jun 09, 2007 7:46 am 
These were posted by Kyle, although he said to give credit to Pokesicle.

Whatever.

Shiny Hunters

02048400 d0002a00
02048404 e0052321
02048408 d0002a00
02048412 e0052321
02048416 d0002a00
02048418 e0052321
02048422 d0002a00
02048426 e0052321
02048428 d0002a00
02048432 e0052321
02048436 d0002a00
02048440 e0052321
02048444 d0002a00
02048448 e0052321
02048452 d0002a00
02048456 e0052321
02048460 d0002a00
02048464 e0052321
02048468 d0002a00
02048472 e0052321
02048476 d0002a00
02048480 e0052321
02048484 d0002a00
02048488 e0052321
02048492 d0002a00
02048496 e0052321
02048499 d0002a00

^
If anyone could help me compress it, It would be appreciated.



Code:
"Convenience" Codes.

Hold R to fly

920de4ee 00000100
020da74c 00000398
d0000000 00000000



Hold L to fly

920de4ee 00000200
020da74c 00000398
d0000000 00000000



Hold R to see through walls

92046410 e3a0001e
02046410 00000000
d2000000 00000000
920de4ee 00000100
02046410 00000000
02046410 e3a0001e
d2000000 00000000



Hold L to see through walls

92046410 e3a0001e
02046410 00000000
d2000000 00000000
920de4ee 00000200
02046410 00000000
02046410 e3a0001e
d2000000 00000000




Hold X to see through walls

92046410 e3a0001e
02046410 00000000
d2000000 00000000
920de4ee 00000400
02046410 00000000
02046410 e3a0001e
d2000000 00000000




Hold Select to see through walls

92046410 e3a0001e
02046410 00000000
d2000000 00000000
920de4ee 00000004
02046410 00000000
02046410 e3a0001e
d2000000 00000000


Top
  
Reply with quote  
 Post subject:
PostPosted: Sun Jun 10, 2007 4:59 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
Spawn bullets inside of target:

520D9CB8 00000000
020DB03C FEDCBA98
020DB040 76543210
D0000000 00000000
520D9CB8 00000001
020DBF6C FEDCBA98
020DBF70 76543210
D0000000 00000000
520D9CB8 00000002
020DCE9C FEDCBA98
020DCEA0 76543210
D0000000 00000000
520D9CB8 00000003
020DDDCC FEDCBA98
020DDDD0 76543210
D2000000 00000000

This is a version of "Crazy Shots", which I believe was originally created by Kyle for version 1.0 and ported to 1.1 by sekwaF yuG. The difference here is that the code was made to work for other players, because I could tell by the addresses that it was specifically for player one at the time of its conception.

I.e. only credit me for making it work for other players; otherwise, this code is entirely Kyle's (?)

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 10, 2007 6:07 pm 
Offline
Kommunist
Kommunist

Joined: Sun Mar 18, 2007 4:23 pm
Posts: 192
I also put the player checks in their and went on wifi to try it out, but it still only worked when i was the host on wifi for some reason and when i wasnt the host it would just shoot like normal.

_________________
MPH FC: 3265-0976-4281 PM me if you want to add me.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 237 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 8  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot], Yandex [RuBot] and 233 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group