Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 14:53

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 28
Search took 0.01 seconds.
Search: Posts Made By: reload!
Forum: C/C++ 05/24/2014, 15:04
Replies: 9
Views: 1,115
Posted By reload!
Thanks all guys for reply i solved ;) I want to...

Thanks all guys for reply i solved ;) I want to start software by admin xD And no by Vs :)
Forum: C/C++ 05/24/2014, 14:57
Replies: 4
Views: 614
Posted By reload!
But this problem of accept() there is only if i...

But this problem of accept() there is only if i start it with class,while i put this code in the main it's work :

//main
#include <iostream>
#include <Winsock2.h>
#pragma...
Forum: C/C++ 05/24/2014, 12:36
Replies: 4
Views: 614
Posted By reload!
I think that problem is listen because if i write...

I think that problem is listen because if i write a condition : while(listen_start==0),server not start but if bind(...);
listen(Listen,1)
if(Connect = accept(Liste...) {cout<<"Recv"<<endl{
But...
Forum: C/C++ 05/23/2014, 22:22
Replies: 4
Views: 614
Posted By reload!
[C++] Problem accept Socket?

Hi guys, i've a problem with socket when the sock will accept the connection :

//server.cpp
#ifndef Server_H
#define Server_H

#include <winsock.h>

#pragma comment (lib, "wsock32.lib")...
Forum: C/C++ 05/23/2014, 17:11
Replies: 9
Views: 1,115
Posted By reload!
look up

look up
Forum: C/C++ 05/23/2014, 15:42
Replies: 9
Views: 1,115
Posted By reload!
The file config is in the folder, and i try with...

The file config is in the folder, and i try with "config.ini" but not work D:
Forum: C/C++ 05/23/2014, 14:34
Replies: 9
Views: 1,115
Posted By reload!
Thanks for reply, but It's Same xD, the console...

Thanks for reply, but It's Same xD, the console write the default value : "Defalut"
Forum: C/C++ 05/22/2014, 19:34
Replies: 9
Views: 1,115
Posted By reload!
[C++]IniRead Problem?

Hi guys ;) I have a problem to read the ini file :

//ini.cpp
ReadIni::ReadIni(char *szFileName)
{
memset(m_szFileName, 0x00, 255);
memcpy(m_szFileName, szFileName, strlen(szFileName));
}
...
Forum: Nostale 05/13/2014, 21:19
Replies: 30
Views: 6,902
Posted By reload!
Ok Thanks Mr.Roy :) i try with this code : ...

Ok Thanks Mr.Roy :) i try with this code :

void SendPacket(char *packet)
{
DWORD addrPtr = FindPattern(s_addrPtrPatter,s_addrprtccharPatter);
DWORD addrCall =...
Forum: Nostale 05/13/2014, 15:55
Replies: 30
Views: 6,902
Posted By reload!
Well well well :D Thanks but if the function is...

Well well well :D Thanks but if the function is this :

void SendPacket(char *packet)
{
DWORD addrPtr = 0x66C0AC; // <--
DWORD addrCall = 0x0051ED8C;
__asm
{
MOV EAX, DWORD PTR...
Forum: Nostale 05/12/2014, 23:00
Replies: 30
Views: 6,902
Posted By reload!
Well,Find with pattern :...

Well,Find with pattern : 0x53,0x56,0x8B,0xF2,0x8B,0xD8,0xEB,0x04, but how i find it?
Forum: C/C++ 05/12/2014, 22:29
Replies: 13
Views: 1,280
Posted By reload!
Thanks Guys i solved alone

Thanks Guys i solved alone
Forum: Nostale 05/12/2014, 22:27
Replies: 30
Views: 6,902
Posted By reload!
Thanks guys, but if the address change how i can...

Thanks guys, but if the address change how i can find it? what is the function that i reverse to find the new address? And Why i refresh the address when in packet logger send and recv function work...
Forum: C/C++ 05/12/2014, 08:40
Replies: 13
Views: 1,280
Posted By reload!
Thanks all,but for add button and other?

Thanks all,but for add button and other?
Forum: C/C++ 05/11/2014, 21:01
Replies: 13
Views: 1,280
Posted By reload!
[C++] Form in Dll

Hello guys :) How to make a for in dll project? Thanks all
Forum: C/C++ 05/11/2014, 20:57
Replies: 3
Views: 5,161
Posted By reload!
Ok Thanks guys :)

Ok Thanks guys :)
Forum: Nostale 05/11/2014, 20:38
Replies: 30
Views: 6,902
Posted By reload!
Sorry for post "@ernilos have you a solution?" I...

Sorry for post "@ernilos have you a solution?" I don't see other post, thanks all

Kingrap thanks for code but it not function

Ok thanks Doktor :) Work
Forum: Nostale 05/11/2014, 19:47
Replies: 30
Views: 6,902
Posted By reload!
@ernilos have you a solution?

@ernilos have you a solution?
Forum: Nostale 05/09/2014, 22:35
Replies: 30
Views: 6,902
Posted By reload!
Ok,ernilos i try with this : #include...

Ok,ernilos i try with this :

#include <Windows.h>
#include <stdio.h>
#include <string>
bool bDataCompare(const unsigned char *pData, const unsigned char *bMask, const char *szMask)
{
for(;...
Forum: Nostale 05/09/2014, 21:48
Replies: 8
Views: 1,429
Posted By reload!
Upp <<<

Upp <<<
Forum: C/C++ 05/08/2014, 16:09
Replies: 3
Views: 5,161
Posted By reload!
C++ Send Keys Background

Hello guys :) I've a problem, how i can send key to inactive window? For example how i can send "x" in background to inactive window? Thanks and sorry for my bad english xD
Forum: C/C++ 05/08/2014, 16:01
Replies: 4
Views: 874
Posted By reload!
Thanks ! Work :)

Thanks ! Work :)
Forum: Nostale 05/07/2014, 21:15
Replies: 8
Views: 1,429
Posted By reload!
Wopen packet? Solutions? Answer: How i find...

Wopen packet? Solutions? Answer: How i find address for open and close window of nosbazar? << Well 1 = open and 0 = close, but how i can select window of nosbazar?

Guiso What you mean with wopen...
Forum: C/C++ 05/06/2014, 20:35
Replies: 4
Views: 874
Posted By reload!
Multi Offset

Hello guys :D I have a problem with offset in C++, there are a two offset and for search pointer i must sum offset with Address, but when i sum offset to address, it's wrong
Code :

DWORD...
Forum: Nostale 05/06/2014, 15:31
Replies: 8
Views: 1,429
Posted By reload!
Thanks for reply, but open = 1 and close = 0, but...

Thanks for reply, but open = 1 and close = 0, but how to identify a window of nosbazar?
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT +1. The time now is 14:55.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.