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
09-18-2017, 03:35 AM #20
xelahot
Gym leader
Can anyone help me out please? My website gives me a success output when I test my URL on a web browser but everytime I call gethostbyname(),
it returns me NULL like if my domain didnt exist. Is there any other library I can use or a way to fix this?


    
[COLOR="#000000"] [COLOR="#808080"]#include[/COLOR] [COLOR="#B22222"]<netdb.h>[/COLOR]

[COLOR="#0000CD"]struct[/COLOR] [COLOR="#40E0D0"]hostent [/COLOR]*Host;

-----------------------------------------------------------------------------------------------------------------------------------------------------------

Host = gethostbyname([COLOR="#B22222"]"sprxtest.x10host.com"[/COLOR]);
[COLOR="#0000CD"]if[/COLOR] (Host == [COLOR="#800080"]NULL[/COLOR])
{
WriteinConsole([COLOR="#B22222"]"Unknown host\n"[/COLOR]);
[COLOR="#0000CD"]return [/COLOR][COLOR="#B22222"]""[/COLOR];
}[/COLOR]

Last edited by xelahot ; 09-18-2017 at 03:48 AM.
01-30-2018, 07:12 PM #21
This is good help kids with here auth to sprx
01-30-2018, 07:13 PM #22
Dude this is awsome thanks for sharing this
01-31-2018, 12:27 PM #23
Algebra
[move]mov eax, 69[/move]

Originally posted by sparbymodzdev View Post
This is good help kids with here auth to sprx


Originally posted by sparbymodzdev View Post
Dude this is awsome thanks for sharing this



This is good to help kids? What has kids got to do with this? Also this is bad practice what sort of developer are you. Unless it's a private menu used for yourself then yes it would do the trick but none the less it's completely bad practice and should not be used in production.
04-03-2018, 10:24 PM #24
Pm me Yo i need help with this
08-29-2018, 10:11 AM #25
Originally posted by matrixmods View Post
i freeze whenever i call SocketRequest


I have the same issue.

Does anyone know why it freezes or how to fix it?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo