PSP Coding
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PSP Coding


 
HomeLatest imagesSearchRegisterLog in

 

 The Basic Coder Guide (Big)

Go down 
3 posters
AuthorMessage
DragonZero




Posts : 13
Points : 34
Reputation : 0
Join date : 2010-09-29

The Basic Coder Guide (Big) Empty
PostSubject: The Basic Coder Guide (Big)   The Basic Coder Guide (Big) I_icon_minitimeMon Oct 04, 2010 8:54 am

1. First you go to mohh2 and start the game.

2. Go to ad hoc and choose the game: DM Port. Set the time in Off (dont forget that).

3. That nitePR coming up you "tap home button twice then hold - & +".

4. You are now by "Cheater" tap the R button 1 time and go to "Searcher" there you see this:

Find Exact Value <----- You click on this one
Find Unknown Value - 8bit
Find Unknown Value - 16bit
Find Unknown Value - 32bit

5. Then you see this:

Value.Hex Value.Dec
0x00000000 00000000

6. Your Pointer are now on 'Blue'. You change this to 'Red' Tap on the X button to change from Red to Blue. Now your Pointer is Red.
Now you would have a weapon value here are the weapon values:

SHOTGUN
0x3D07D75C

M1 GRAND
0x9B42A47B

KARABINER
0x668B0716

BAR
0x1AA20FE4

STG44
0x5D2EC45C

THOMPSON
0xAD8567E5

MP40
0x884F2C3D

GEWHER RIFLE
0xBBBD860C

SPRINGFEILD
0xCAE6F38C

P. BAZOOKA
0x496337DE

M1 BAZOOKA
0x496D946C

Nade
Allies
0x564454f4
Axis
0x55f0f69e

Pistol
Allies
0xd8f8c567
Axis
0x30a9bc61

nade value
0xE19620AF

m1 explosive
0xbc289eae

7. Now you want make a code of the weapon: thompson now you choose the weapon value thompson: 0xAD8567E5. You put this in the seacher (as you would a other weapon you put that in the searcher). Then you click on X and change the Pointer to Blue. Then you go to Search. You get 16 Results. You go to the 1 that begin with 0x00F and end with C. Like this: 0x00FA6A0C. Then you click on select (not on the X button!!) You get "Copy Address" and "Paste Address". You click on "Copy Address".

8. Then you click on O (Cirkle). You go with the R button to Decoder. There you click again on select but then you click on "Paste Address".

9. You get 21 sublines. Here you have them: (this go to 20 Subs)

20 Line Sub Dynamics
1:weapon value
2:weapon reload speed(1st 4 values)
3:?
4:?
5:bullet speed
6:?
7:bullet type
8:weapon visual change to zeros and weapon dissapears
9:?
10: has something to do with bullet visuals i think but not sure
11:spread shot
12:crosshair visual and accuracy values(first 4)
13:1st four values are recoil
14:?
15:?
16:sound
17:?
18:amount of bullets(first 4) per shots fired (2nd 4)
19:ammo ammount stored
20:Rapid fire

10. Now look I choose a line like.. the 16e line there you see: sound. as you change that to 00000000 then your weapon makes no sound cuz as you change it to zero's you have no sound thats logical! Now I want change a other one cuz as I have change 1 line that boring I want more so I change the.. bullet speed to 3D000045.

11. Then are you done only save the code. You have change the 5 and 16 line. You write on the computer or on a paper this:

the address and the Hex. like this:

0x00FA6A1C 3D000045 << this is the 5e line (the bullet speed)
0x00FA6A48 00000000 << this is the 16e line (the sound)

Now you put this so:

#(code name)
;by DragonZero (<< there your name)
0x00FA6A1C 0x3D000045
0x00FA6A48 0x00000000

And then you're done!! A simple code! For questions post here.

Here is other things like maps etc.

----Wep slot address--

primary
0x00658268

secondary
0x0065826c

nade
0x00658270

----other----

virus value
0x005d3068

VoteKickPassed
0x08d03cc4 0x65746f56

VoteKickFailed
0x08d03cb4 0x65746f56

------Controler Adresses--
SELECT 0x00000001
START 0x00000008
DPAD UP 0x00000010
DPAD RIGHT 0x00000020
DPAD DOWN 0x00000040
DPAD LEFT 0x00000080
L TRIGGER 0x00000100
R TRIGGER 0x00000200
TRIANGLE 0x00001000
CIRCLE 0x00002000
CROSS 0x00004000
SQUARE 0x00008000
HOME 0x00010000
HOLD 0x00020000
NOTE 0x00800000
SCREEN 0x00400000
VOLUME UP 0x00100000
VOLUME DOWN 0x00200000

----Maps---------------

DM-
0X00DFBC90 - Sewers
0x00f49b20 - Village
0X00F6E300 - City
0X00F91630 - Monastary
0X00FA6FB0 - Port
0x00F6BFD0 - Base
INF-
0x00DFC350 - Sewers
0x00F49DB0 - Village
TDM-
0x00FA28D0 - Port
0x00F6E120 - City
0x00DFB6F0 - Sewers
0x00F49EE0 - Village
0x00F91DB0 - Monastery
0x00F6BC10 - Base

---Anolog/Movement-------

Auto Walk-Foward
0x005d3064 0x00000001

Auto Walk-Backward
0x005d3064 0x00010000

Auto Walk-Left
0x005d3060 0x00000001

Auto Walk-right
0x005d3060 0x00010000

0x0016adc0 - movement speed (flash) Address

0x00180550 - running speed (flash) Address

---Imposters---------

0x00658b7c 0x {-|Name imposter
0x00658b80 0x {-|Refer to the letter hex at the bottem
0x00658b84 0x {-|put the values in left to right
0x00658b88 0x {-|If any unused spots are left just put 0 in its place. (0=space

--Hex Count---

Hex Order: 1,2,3,4,5,6,7,8,9,A,B,C,D,E,F

0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
A=10
B=11
C=12
D=13
E=14
F=15
10=16
11=17
12=18
13=19
14=20
15=21
16=22
17=23
18=24
19=25
1A=26
1B=27
1C=28
1D=29
1E=30
1F=31
20=32
21=33
22=34
23=35
24=36
25=37
26=38
27=39
28=40
29=41
2A=42
2B=43
2C=44
2D=45
2E=46
2F=47

----Letter Hexes-------------
A=41 a=61
B=42 b=62
C=43 c=63
D=44 d=64
E=45 e=65
F=46 f=66
G=47 g=67
H=48 h=68
I=49 i=69
J=4a j=6a
K=4b k=6b
L=4c l=6c
M=4d m=6d
N=4e n=6e
O=4f o=6f
P=50 p=70
Q=51 q=71
R=52 r=72
S=53 s=73
T=54 t=74
U=55 u=75
V=56 v=76
W=57 w=77
X=58 x=78
Y=59 y=79
Z=5a z=7a
1. { is 7b
2. } is 7d
3. _ is 5f
4. . is 2e
5. ( is 28
6. ) is 29
7. % is 25
8. " is 22
9. ! is 21
10. = is 3d
11. : is 3a
12. [ is 5b
13. ] is 5d
14. # is 23
15. $ is 24
16. & is 26
17. ^ is 5e
18. * is 2a
19. @ is 40
20. ~ is 7e
21. is 2b
22. is 3e
0 is 30
1 is 31
2 is 32
3 is 33
4 is 34
5 is 35
6 is 36
7 is 37
8 is 38
9 is 39
~=7E
!=21
@=40
#=23
$=24
%=25
^=5E
&=26
*=2A
(=28
)=29
-=2D
_=5F
==3D
=2B
[=5B
]=5D
{=7B
}=7D
:=3A
;=3B
'=27
"=22
,=2C
.=2E
/=2F
=5C
|=7C
<3C>=3E
?=3F

this guide is made by D20 Crazy but I made this bigger so you can understand it.

I hope you helped this Smile
Back to top Go down
SXYxJeff

SXYxJeff


Posts : 47
Points : 55
Reputation : 0
Join date : 2010-09-29

The Basic Coder Guide (Big) Empty
PostSubject: Re: The Basic Coder Guide (Big)   The Basic Coder Guide (Big) I_icon_minitimeMon Oct 04, 2010 8:42 pm

nice has some great things for beginners to read Smile
Back to top Go down
Hack_God




Posts : 1
Points : 1
Reputation : 0
Join date : 2010-09-30
Age : 27
Location : London,England

The Basic Coder Guide (Big) Empty
PostSubject: Re: The Basic Coder Guide (Big)   The Basic Coder Guide (Big) I_icon_minitimeSat Oct 30, 2010 11:42 am

Very cool ! Helped me alot but i didnt not understand the Subline part. Im gonna need help on that part.
Back to top Go down
Sponsored content





The Basic Coder Guide (Big) Empty
PostSubject: Re: The Basic Coder Guide (Big)   The Basic Coder Guide (Big) I_icon_minitime

Back to top Go down
 
The Basic Coder Guide (Big)
Back to top 
Page 1 of 1
 Similar topics
-
» Basic Controller
» Basic Jokering Tutorial
» Application For Coder
» [Win32 Programming] Basic Window Tutorial
» How Joker A Code [ Big Guide ]

Permissions in this forum:You cannot reply to topics in this forum
PSP Coding :: PSP Section :: PSP Coding Tutorials :: Cheat Searching-
Jump to: