Kolzy16
|
Last Activity: 07/07/2019 15:19
Quotes
| 06/19/2019 |
| 19:50 - Cryless~ quoted Kolzy16 in post NosTale Q&A My idea is to do it in C++ but I took this example code for a random page.
I see. The hardest part of learning programming is that most of code you can find online is done wrong. F... |
| 17:21 - Cryless~ quoted Kolzy16 in post NosTale Q&A Do you know why I get this error? Did I linked bad the libraries?
Error - epvpImg
#include <iostream>
#include <string>
#include "curl.h"
static size_t WriteCallback(void* content... |
| 10:58 - Pumba98 quoted Kolzy16 in post NosTale Q&A Someone could help me to compile curl library for windows? I want to use it but I don't know how to compile this damn library.https://github.com/curl/curl/blob/master/winbuild/BUILD.W... |
| 06/14/2019 |
| 19:16 - Cryless~ quoted Kolzy16 in post NosTale Q&A It is not bullshit since it's about printing a encrypted text packet which contains \0. He might use a vector from the beginning which makes it easier than with a std::string.
Illumi... |
| 19:06 - Deleted Posts |
| 19:06 - Deleted Posts |
| 06/12/2019 |
| 14:43 - IceTrailer quoted Kolzy16 in post NosTale Q&A But why it doesn't work, it is supossed to work no? It's the same packet.
Note that the right packet depends on: client version, client exe files, account data and your hardware (o... |
| 14:40 - IceTrailer quoted Kolzy16 in post NosTale Q&A The packet is from the packetlooger, I just copy paste it.
Then generate it? |
| 06/11/2019 |
| 23:16 - IceTrailer quoted Kolzy16 in post NosTale Q&A Couldn't I work with strings instead of vectors? And, is there a possible way to try avoiding the "\0" while you convert string to const char*?
No and no.
When you have decrypte... |
| 16:34 - IceTrailer quoted Kolzy16 in post NosTale Q&A My question is: why when I try to print the const char* encrypted login packet it just prints some few characters? And only send few characters? Here's code.
const char* packet = "N... |





