How To Edit La Pirula ?

  • Thread starter Deleted member 34507
  • Start date
D

Deleted member 34507

Guest
Hi I Have La Pirula Project 0.3.7 Link. http://blast.hk/threads/11708/

But I Want Edit La Pirula Project Texts How to Edit? And La Pirula Source Code For what ?
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
List of what you need:
1) A working brain
2)The source code
3)Microsoft Visual C++ 2008-2015 (2005 sucks but it will still work, I dont suggest because there is no intellisense)
4)Basics of C++
5)How to compile and how to use CTRL + F and CTRL + H search/replace button. (Don't forget libraries if there arent)

What you have to do:
1)Find the text in all of the files (IT MUST NOT BE A VARIABLE)
2)Replace that text with what you want(Dont mess the code up)
3)Compile.
 

Applease

Active member
Joined
Jan 18, 2014
Messages
40
Reaction score
0
0x32789 said:
List of what you need:
1) A working brain
2)The source code
3)Microsoft Visual C++ 2008-2015 (2005 sucks but it will still work, I dont suggest because there is no intellisense)
4)Basics of C++
5)How to compile and how to use CTRL + F and CTRL + H search/replace button. (Don't forget libraries if there arent)

What you have to do:
1)Find the text in all of the files (IT MUST NOT BE A VARIABLE)
2)Replace that text with what you want(Dont mess the code up)
3)Compile.

Radialix 3 is easier than your way. Radialix 3 could edit .dll/.exe/.asi/.sf  's texts without sourcecode
 
D

Deleted member 34507

Guest
0x32789 said:
List of what you need:
1) A working brain
2)The source code
3)Microsoft Visual C++ 2008-2015 (2005 sucks but it will still work, I dont suggest because there is no intellisense)
4)Basics of C++
5)How to compile and how to use CTRL + F and CTRL + H search/replace button. (Don't forget libraries if there arent)

What you have to do:
1)Find the text in all of the files (IT MUST NOT BE A VARIABLE)
2)Replace that text with what you want(Dont mess the code up)
3)Compile.
Microsoft Visual C++ = Microsoft Visual Studio ?
I Have Microsoft Visual Studio 2012
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,390
Solutions
4
Reaction score
893
Location
Israel
GaLaXy said:
Hi I Have La Pirula Project 0.3.7 Link. http://blast.hk/threads/11708/

But I Want Edit La Pirula Project Texts How to Edit? And La Pirula Source Code For what ?

I'll tell you the rules without too much
https://github.com/thereals0beit/m0d-s0beit-sa/blob/master/src/proxyIDirect3DDevice9.cpp
Code:
// create font objects

// also HUD somehow, the HUD comment below isn't totally right
CD3DFont				*pD3DFont = new CD3DFont( "Tahoma", 10, FW_BOLD );

//pd3dFont_sampStuff = player info list, player score list, player ESP
CD3DFont				*pD3DFont_sampStuff = new CD3DFont( "Tahoma", 10, FW_BOLD | FCR_BORDER );

//pD3DFontFixed = cheat_state_msg, HUD
CD3DFont				*pD3DFontFixed = new CD3DFont( "Small Fonts", 8, FW_BOLD );

//pD3DFontFixedSmall = health under bars (cars, players), vehicle ESP
CD3DFont				*pD3DFontFixedSmall = new CD3DFont( "Small Fonts", 8, FW_BOLD );

//pD3DFontChat = chat, kill list
//CD3DFont				*pD3DFontChat = new CD3DFont( "Tahoma", 10, FCR_NONE );
CD3DFont				*pD3DFontChat = new CD3DFont( "Tahoma", 11, FW_BOLD | FCR_BORDER );

//pD3DFontDebugWnd = debug window
CD3DFont				*pD3DFontDebugWnd = new CD3DFont("Lucida Console", 8, FW_BOLD | FCR_BORDER );
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
Applease said:
0x32789 said:
List of what you need:
1) A working brain
2)The source code
3)Microsoft Visual C++ 2008-2015 (2005 sucks but it will still work, I dont suggest because there is no intellisense)
4)Basics of C++
5)How to compile and how to use CTRL + F and CTRL + H search/replace button. (Don't forget libraries if there arent)

What you have to do:
1)Find the text in all of the files (IT MUST NOT BE A VARIABLE)
2)Replace that text with what you want(Dont mess the code up)
3)Compile.

Radialix 3 is easier than your way. Radialix 3 could edit .dll/.exe/.asi/.sf  's texts without sourcecode
Stop joking around, It would be even harder and LA PIRULA have the source, You cant edit something without source code and even if that application can read sourcecode, It sucks. And you would always have to run it again and again and edit the text. And there is also no proof that its a virus or what
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,390
Solutions
4
Reaction score
893
Location
Israel
GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
kcEcPBQ

2:
XCR40mo



GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
http://imgur.com/kcEcPBQ
2:
http://imgur.com/XCR40mo
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,390
Solutions
4
Reaction score
893
Location
Israel
D

Deleted member 34507

Guest
SobFoX said:
GaLaXy said:
SobFoX said:
GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
kcEcPBQ

2:
XCR40mo



GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
http://imgur.com/kcEcPBQ
2:
http://imgur.com/XCR40mo


I Try But Same Problem.


Download Microsoft DirectX 9.0 SDK (Summer 2004)
http://imgur.com/ZiwpdjH


I Fixed d3dx9.h Problem but new problem http://hizliresim.com/R38b7G How to Fix?
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,390
Solutions
4
Reaction score
893
Location
Israel
GaLaXy said:
SobFoX said:
GaLaXy said:
SobFoX said:
GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
kcEcPBQ

2:
XCR40mo



GaLaXy said:
How To Fix?
http://hizliresim.com/YbE0Y2 d3dx9.h What?

1:
http://imgur.com/kcEcPBQ
2:
http://imgur.com/XCR40mo


I Try But Same Problem.


Download Microsoft DirectX 9.0 SDK (Summer 2004)
http://imgur.com/ZiwpdjH


I Fixed d3dx9.h Problem but new problem http://hizliresim.com/R38b7G How to Fix?


Send me your skype
 
Top