Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 15:41

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

Advertisement



Showing results 1 to 25 of 102
Search took 0.01 seconds.
Search: Posts Made By: davydavekk
Forum: C/C++ 05/23/2014, 02:54
Replies: 9
Views: 1,118
Posted By davydavekk
Do you want to get the file config.ini in the...

Do you want to get the file config.ini in the parent directory ?

If so : ReadIni reader("..\\config.ini");

You forgot a dot ( . ).
Forum: C/C++ 05/22/2014, 03:13
Replies: 8
Views: 1,107
Posted By davydavekk
Here is an example with std::vector<int>, I'll...

Here is an example with std::vector<int>, I'll let you modify it so it can fit your needs.

std::vector<int> subVector(const std::vector<int>& vec, int beg, int end)
{
end++; // you can remove...
Forum: S4 League Hacks, Bots, Cheats & Exploits 05/02/2014, 11:47
Replies: 1,139
Views: 142,060
Posted By davydavekk
Learn MSIL and patch a function :o

Learn MSIL and patch a function :o
Forum: S4 League 04/28/2014, 23:08
Replies: 14
Views: 1,305
Posted By davydavekk
I never said it was impossible. But if the only...

I never said it was impossible. But if the only thing you know is AutoIT, you just can't.
Forum: S4 League 04/28/2014, 21:21
Replies: 14
Views: 1,305
Posted By davydavekk
You have needed something else than AutoIT....

You have needed something else than AutoIT. :handsdown:
Forum: C/C++ 04/05/2014, 14:14
Replies: 3
Views: 476
Posted By davydavekk
Being spoonfed won't help you in any way.

Being spoonfed won't help you in any way.
Forum: S4 League Hacks, Bots, Cheats & Exploits 03/15/2014, 17:30
Replies: 401
Views: 44,240
Posted By davydavekk
You didn't know how to use std::cin...

You didn't know how to use std::cin ([Only registered and activated users can see links]), and now you release a bypass ?

Seems legit.
Forum: S4 League 03/14/2014, 02:48
Replies: 1
Views: 735
Posted By davydavekk
Here is the CreateProcessW call in case someone...

Here is the CreateProcessW call in case someone wants it :

[Only registered and activated users can see links]

patcher_s4.exe @ 0x00408675
Forum: C/C++ 03/11/2014, 20:37
Replies: 2
Views: 555
Posted By davydavekk
You can use std::cin like that : ...

You can use std::cin like that :


std::string savetext;
std::cout << "Enter some text" << std::endl;
std::cin >> savetext; // savetext now contains the word entered in the command prompt

...
Forum: .NET Languages 02/15/2014, 02:29
Replies: 1
Views: 503
Posted By davydavekk
Your variable 'dllBaseAdressIWant ' contains the...

Your variable 'dllBaseAdressIWant ' contains the module, but not its base address.



IntPtr processHandle = OpenProcess(0x1F0FFF, false,...
Forum: S4 League Hacks, Bots, Cheats & Exploits 02/15/2014, 02:00
Replies: 23
Views: 3,025
Posted By davydavekk
The login thingy is legit. (And also really easy...

The login thingy is legit. (And also really easy to bypass, brfalse.s -> brtrue.s and its done )

But it's just another l33t haxx made using a premade lib.
Forum: S4 League 01/28/2014, 02:38
Replies: 12,108
Sticky: [Collection Thread] Eure S4 Screenshots / Your S4 Screenshots
Views: 1,448,453
Posted By davydavekk
http://puu.sh/6AOKB.jpg

[Only registered and activated users can see links]
Forum: S4 League 01/11/2014, 18:16
Replies: 3
Views: 617
Posted By davydavekk
Latin America I guess.

Latin America I guess.
Forum: S4 League Hacks, Bots, Cheats & Exploits 01/10/2014, 02:39
Replies: 710
Views: 318,493
Posted By davydavekk
Omdi's packet manager...

Omdi's packet manager ([Only registered and activated users can see links])
Forum: S4 League Hacks, Bots, Cheats & Exploits 01/08/2014, 23:25
Replies: 150
Views: 34,191
Posted By davydavekk
Google 'Lenas Reversing for Newbies', first link.

Google 'Lenas Reversing for Newbies', first link.
Forum: C/C++ 12/05/2013, 21:15
Replies: 4
Views: 1,050
Posted By davydavekk
With C# you do : byte buffer = 0xEB; //The '0x'...

With C# you do : byte buffer = 0xEB; //The '0x' before EB shows that EB is an hexadecimal number


I'm not sure for the syntaxt in VB, but its something like that :
Dim buffer as Byte = &hEB...
Forum: .NET Languages 11/28/2013, 02:33
Replies: 3
Views: 840
Posted By davydavekk
I don't know who wrote this class but ......

I don't know who wrote this class but ... seriously ?

public static void WriteLong(int Address, long Value)
{
try
{
Process currentProcess = Process.GetCurrentProcess();
int num = 0;...
Forum: .NET Languages 11/27/2013, 03:40
Replies: 3
Views: 840
Posted By davydavekk
I dont know this MLibrary, but I guess you have...

I dont know this MLibrary, but I guess you have to enter the processname. What is the function's prototype ?
Forum: S4 League 11/24/2013, 23:09
Replies: 3
Views: 620
Posted By davydavekk
Dind't know that o:

Dind't know that o:
Forum: AutoIt 11/24/2013, 01:31
Replies: 15
Views: 1,448
Posted By davydavekk
Slicktor's XTrap bypass does not bypass the...

Slicktor's XTrap bypass does not bypass the memory detection.
And I think onomato's HGWC bypass is outdated, he didn't update it since november 2nd.
Forum: Suggestions & Feedback 11/17/2013, 21:39
Replies: 89
Poll: [Suggestion] MicroVolts Sektion
Views: 6,743
Posted By davydavekk
Can be an interesting section. Yes for me.

Can be an interesting section.

Yes for me.
Forum: S4 League 11/17/2013, 00:06
Replies: 4
Views: 739
Posted By davydavekk
Since coordinates work pretty much the same way...

Since coordinates work pretty much the same way on any game, this should help you : Cheat Engine Find coordinates XYZ TUTORIAL HD
Forum: General Coding 11/15/2013, 01:54
Replies: 31
Views: 22,153
Posted By davydavekk
A really good book which goes in depth with...

A really good book which goes in depth with C#.net :

C# 4.0 Unleashed ([Only registered and activated users can see links]) (nb : you can find the ebook pretty easily on the internet ;)...
Forum: Off Topic 11/15/2013, 01:48
Replies: 17,601
Views: 1,047,932
Posted By davydavekk
I don't know for how many months I've been...

I don't know for how many months I've been waiting for this game Q.Q
But well, its okay if they are working even harder on it. (even though it already looked awesome at the last E3)
Forum: S4 League 11/12/2013, 21:08
Replies: 12,549
Views: 1,039,510
Posted By davydavekk
Y'know we hope so much things for this game ...

Y'know we hope so much things for this game ...
Showing results 1 to 25 of 102

 
Forum Jump

All times are GMT +2. The time now is 15:42.


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.