Post: Sprx auth | c++ socket class
06-04-2016, 10:19 PM #1
Indie Developer
Reverse Engineer
(adsbygoogle = window.adsbygoogle || []).push({}); Hi ! Since there isn't nothing release about socket class for auth into sprx menu , i want release one socket class for auth .

You must login or register to view this content.

To call the request

    
if (IsRequest)
{
// stuff here
}


Also , i suggest you to hide these , or via IDA anyone can steal information like website address , validation key and other important information via xref .

You must login or register to view this content.

The following 3 users say thank you to Indie Developer for this useful post:

BANDIT33, Krrish Lobbyman, xelahot

The following user groaned Indie Developer for this awful post:

Passion
06-12-2016, 04:21 AM #11
SC58
Former Staff
Originally posted by Passion View Post
yeah
and iknow it because i'm pretty sure sab told me this once. or it was josh i honestly can't even remember. But if you'd visit the GTA 5 section more often you'd know that most paid menus credits sabotage for the socket class.


whats it matter this can be crack very simply, this auth is trash moreless lol
06-12-2016, 12:28 PM #12
Passion
League Champion
Originally posted by SC58 View Post
whats it matter this can be crack very simply, this auth is trash moreless lol


Yeah, but it's pretty good if you do more with the socketrequest(get hook address, global address, address to get psn name, etc)
06-13-2016, 12:51 AM #13
Parts of this is from OSM's frost engine auth that was reversed and posted on pastebin about 7000 years ago and now everyone and their mothers uses his "GetKey" function, pretty funny.
06-14-2016, 07:05 PM #14
Indie Developer
Reverse Engineer
I never said that this is safe , are you doing all you and this amuses me
06-14-2016, 09:38 PM #15
how put the call function please help_Happy
06-16-2016, 10:05 PM #16
Indie Developer
Reverse Engineer
Originally posted by TwiiXiNub View Post
how put the call function please help_Happy


look the master thread
08-01-2016, 09:41 PM #17
matrixmods
Pokemon Trainer
Originally posted by Indie
Hi ! Since there isn't nothing release about socket class for auth into sprx menu , i want release one socket class for auth .

You must login or register to view this content.

To call the request

    
if (IsRequest)
{
// stuff here
}


Also , i suggest you to hide these , or via IDA anyone can steal information like website address , validation key and other important information via xref .

You must login or register to view this content.


i freeze whenever i call SocketRequest
08-18-2016, 03:20 PM #18
sorry didn't mean to comment..
07-23-2017, 07:51 PM #19
I only receive the header :/

    HTTP/1.1 200 OK
Date: Sun, 23 Jul 2017 19:40:45 GMT
Server: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.23
X-Powered-By: PH


This is my Request

Path = "";
key = "test.php";
URL = "127.0.0.1";

        strcpy(HTTPRequestBuffer, "GET /");
if (strlen(Path) > 0){
strcat(HTTPRequestBuffer, Path);
}
strcat(HTTPRequestBuffer, Key);
strcat(HTTPRequestBuffer, " HTTP/1.0
HOST: ");
strcat(HTTPRequestBuffer, URL);
strcat(HTTPRequestBuffer, "

");


This is the Website Code
    <?php
echo("Test");
?>

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo