[Guide]How to make a Multiclient

09/19/2010 15:47 Smooth143#166
hmn.. this could be fun.
09/21/2010 21:49 khaloood#167
we need to explaine via photos to explaine to us xD
thanxs for all
wanna ask what i will gain if i will be priemume
09/25/2010 08:00 Whoopsiedoodle#168
Lol Believe it or not, half the stuff in the guide still works :o Just made my FS's faster, tried to change the AWAY message, but i failed at finding it properly, uhm lemme think...sumthin else but i forgot -blonde moment- >_>

So i gave ya a thanks :P
10/06/2010 11:02 ushiro#169
Hey man, thanks alot for this guide! But what are pm commands and where i can find them? i dont know how to use and what to type, thanks!
10/19/2010 12:05 TheBoyWhoLost#170
Quote:
Originally Posted by Whoopsiedoodle View Post
Lol Believe it or not, half the stuff in the guide still works :o Just made my FS's faster, tried to change the AWAY message, but i failed at finding it properly, uhm lemme think...sumthin else but i forgot -blonde moment- >_>

So i gave ya a thanks :P
No shit it's outdated for more then half a year. I kinda retired on reverse enginering since no one wanted to teach me whats new when i came back. And can't be bothered learnign it. I ambussy with php & java atm for school. Thats alot more important to me atm. And botitng in co ofcourse :p

Quote:
Originally Posted by ushiro View Post
Hey man, thanks alot for this guide! But what are pm commands and where i can find them? i dont know how to use and what to type, thanks!
PM Commands are ocmmand you can do fun shit with like reset the scale. You cna also DC yourslef by using the disconnect command. The commands can be founds in my multicleint thread.
12/06/2010 22:01 ushiro#171
Quote:
Unlocking FPS
- Open conquer.exe in OllyDBG
- Search for -->> All intermodular calls
- Typ in
Code:
SLEEP(This pop up doesn't look like a search engine but just type it in and you'll see)
- You will find:
Code:
kernel32.Sleep- Now you just press enter or double click the selected line
- You will be forwaded in the CPU screen to

Code:
005ACE3 . FF15 F0D17200 CALL DWORD PTR DS:[<&KERNEL32.Sleep>] ; \Sleep[/COLOR]- Scroll 6 lines up so you will see this

Code:
0053ACD6 . 8D51 19 LEA EDX,DWORD PTR DS:[ECX+19]
0053ACD9 . 3BC2 CMP EAX,EDX
0053ACDB . 73 0E JNB SHORT Conquer.0053ACEB
0053ACDD . 2BC8 SUB ECX,EAX
0053ACDF . 83C1 19 ADD ECX,19
0053ACE2 . 51 PUSH ECX ; /Timeout
0053ACE3 . FF15 F0D17200 CALL DWORD PTR DS:[<&KERNEL32.Sleep>] ; \Sleep[/COLOR]- ChangeLEA EDX,DWORD PTR DS:[ECX+19 into LEA EDX,DWORD PTR DS:[ECX+10]
- Change ADD ECX,19 into ADD ECX,10
- Right click
- Click Copy to executable
- Click All Modifications
- Copy All
- Click the X and Save it

Quote:
NOTE: The "change 19 into 10" is just an example. You might need to set it at 14 or at 8 or anything else. Depends on your computer. Mine is set at 10 and hits 60 FPS wich if fine.
Just have to know, the lower you go, the higher the FPS gets. 60/80 fps is more then enough
Man i want to make unlocked fps for russian conquer but there is no kernel32.sleep thing.

Can you help me?

find attached
03/20/2011 14:17 TheBoyWhoLost#172
Quote:
Originally Posted by ushiro View Post
Man i want to make unlocked fps for russian conquer but there is no kernel32.sleep thing.

Can you help me?

find attached
Thats because it is outdated. I never continued making htem clients since people kept bragging at me.
03/20/2011 14:20 TheBoyWhoLost#173
Bump: updated a news message on post 1
04/28/2011 05:52 GodBlows#174
When you change the values and go lower, to unlock the fps, can you go lower than zero? Or is that the lowest you can set it?
05/03/2011 15:12 arielbad#175
make multi client for CONQUEST, with fps, jump long, login fast.
ty
05/20/2011 10:26 TheBoyWhoLost#176
Quote:
Originally Posted by GodBlows View Post
When you change the values and go lower, to unlock the fps, can you go lower than zero? Or is that the lowest you can set it?
I guess you don't understand what unlocked means. It means it goes as high as your screen/computer can handle. And when you set it to 0 it means the function ias not working (to lock it at 40) so there for it's unlocked.

Setting it to 10 or so means your giving a higher lock ratio.

Quote:
Originally Posted by arielbad View Post
make multi client for CONQUEST, with fps, jump long, login fast.
ty
I woudl like to but first i really need some help on how to make multi clients these days. I do not have time to reverse engineer it all by myself. Studying C# for school is more iportant atm.


PS: Check the 1st page for my latest news/updates
05/22/2011 10:17 brokenarrow_vip#177
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]

I'm newbie in OllyDBG and i can understand what u saying :D, just two questions

are the new updates for the current Conquer.exe?

and Seriously: is there a way to make Conquer.exe auto send to Bot Jail when u log in? :D
05/22/2011 14:45 TheBoyWhoLost#178
Quote:
Originally Posted by brokenarrow_vip View Post
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]

I'm newbie in OllyDBG and i can understand what u saying :D, just two questions

are the new updates for the current Conquer.exe?

and Seriously: is there a way to make Conquer.exe auto send to Bot Jail when u log in? :D
Sending yourself to botjail is not clientsided. You need a seperated app for that. I suggest CoGenius. Not casue im a mod for it, but since The only coder on it knows what hes doing and listens to his "customers"

Further IF i mange to edit and make a safe working client manually (without Lateralus his tool) then YES it wil lbe for the new conquer.exe
05/25/2011 12:33 brokenarrow_vip#179
Quote:
Originally Posted by TheBoyWhoLost View Post

Standard Multiclient
Code:
00549816  |. FF15 A8D17200  |CALL DWORD PTR DS:[<&KERNEL32.OpenMutex>; \[COLOR=Red]OpenMutexA[/COLOR]
- Two lines under it you will find this line
Code:
0054981E  |. 74 0B          |JE SHORT Conquer.00564A05
- Double click "JE SHORT Conquer.00564A05" ( small screen will pop up)
- Edit JE SHORT Conquer.00564A05 into JMP SHORT Conquer.00564A05
which one? [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by TheBoyWhoLost View Post
Removing the background click checks
- Search for -->> Sequence of commands
Typ in
Code:
PUSH 2
MOV DWORD PTR SS:[EBP-48],83
MOV DWORD PTR SS:[EBP-44],85
- Scroll 11 lines up you will find this line
Code:
005B2976  /$ B8 EE1C7100    MOV  EAX,Conquer.00711CEE
- Double click "MOV EAX,Conquer.00711CEE"
- Change MOV EAX,Conquer.00711CEE into Retn 4
Totally changed [Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by TheBoyWhoLost View Post
Removing the "Please login later" message
- Open conquer.exe in OllyDBG
- Press Ctrl+F
Typ in
Code:
CMP EAX,2710
- Press Ctrl+L 1 time
- Scroll three lines up you will find this line
Code:
004773CF  |. 76 21          JBE SHORT Conquer.004773F2
004773D1  |. FFD6           CALL ESI                                 ; [[COLOR=red]GetTickCount[/COLOR]
- Double click "JBE SHORT Conquer.004773F2"
- Change JBE SHORT Conquer.004773F2 into JMP SHORT Conquer.004773F2
- Right click
- Click Copy to executable
- Click All Modifications
- Copy All
- Click the X and Save it
[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by TheBoyWhoLost View Post
Wall Jump
- Open conquer.exe in OllyDBG
- Search for -->> Sequence of commands
- Typ in
Code:
POP EDI
MOV EAX,ESI
POP EBX
- Scroll 6 lines up
- You will find
Code:
005AEDBB   .^7F CD          JG SHORT Conquer.005AED8A
- Double click it
- Change JG SHORT Conquer.005AED8A into nop
- Right click
- Click Copy to executable
- Click All Modifications
- Copy All
- Click the X and Save it
Changed

Everything else either working or I didn't Test ^_^
05/25/2011 13:14 TheBoyWhoLost#180
@brokenarrow_vip Yes a lot did change in the client. and im planning to work on a big update but first i havew to finish school (5 weeks to go)