Home
Resources
Latest reviews
Search resources
Forums
New posts
Search forums
Members
Current visitors
New profile posts
Search profile posts
What's new
New posts
New resources
New profile posts
Latest activity
Rules
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Community
Spammm
silent. vs mr.ze spam topic
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote=".silent" data-source="post: 27889" data-attributes="member: 1204"><p><strong>Re: GPCI Unbanner [CLEO!!!]</strong></p><p></p><p>They don't ? If someone who thinks he is a programmer doesn't know what an array is then i can easily say one thing - he has to learn a lot about programming. Maybe you dont know it because CLEO may not have such a thing, this is why i will never take cleo seriously.</p><p></p><p></p><p>Array of characters of course, we dont need to specify the variable type in Pawn (however there are some tags for variables, such as bool and float) so it is just like this:</p><p>[code]new someString[40];[/code]</p><p>In C/C++ it would look like</p><p>[code]char someString[40];[/code]</p><p></p><p>Anyone who had contact with any <span style="font-size: 26px">real</span> programming language should know this.</p><p></p><p>Back to the code that was posted by Niex:</p><p>[code]void SAMP::getSerial(char *out, char* gtafolder)</p><p>{ </p><p> if (this->hLib == NULL) </p><p> return;</p><p></p><p> ((GEN)(LPVOID)((DWORD)this->hLib+0x27A99E))(out, gtafolder, 0x3E9);</p><p>}[/code]</p><p></p><p>Do you know what it does? Im fucking sure you dont, to make some use of that (to spoof the GPCI) you would need to use this instead of the original function in SAMP, thus it would probably require some hooking. The method that this cleo uses is just a simple WriteProcessMemory at the addres gta_sa.exe+892368 (posted by 0x688) to change the string which will be used by the function above.</p><p></p><p>And, i told you about an AUTH_KEY in samp, not any other auth key. It sure is an authorization key, but it has nothing to do with GPCI.</p><p>Seeds, you are also wrong here. Seeds are everywhere, you may call them some random keys but you can also call them seeds. For example: <a href="http://www.cplusplus.com/reference/cstdlib/rand/" target="_blank">http://www.cplusplus.com/reference/cstdlib/rand/</a></p><p>If you can't find it:</p><p></p><p></p><p>SA:MP also has some random seeds, here you have some code taken out of SAMPs 0.2x source:</p><p>[code]</p><p>// Random number seed</p><p> RakNetTime time = RakNet::GetTime();</p><p> seedMT( (unsigned int) time );</p><p> seed = randomMT();</p><p></p><p> if ( seed % 2 == 0 ) // Even</p><p> seed--; // make odd</p><p></p><p> nextSeed = randomMT();</p><p></p><p> if ( nextSeed % 2 == 0 ) // Even</p><p> nextSeed--; // make odd[/code]</p><p></p><p>So no, this is not made up. Anyone who has/had even a little thing to do with programming understood my post, just not you.</p><p>But of course, nobody will ever win with your or prove you were wrong.</p></blockquote><p></p>
[QUOTE=".silent, post: 27889, member: 1204"] [b]Re: GPCI Unbanner [CLEO!!!][/b] They don't ? If someone who thinks he is a programmer doesn't know what an array is then i can easily say one thing - he has to learn a lot about programming. Maybe you dont know it because CLEO may not have such a thing, this is why i will never take cleo seriously. Array of characters of course, we dont need to specify the variable type in Pawn (however there are some tags for variables, such as bool and float) so it is just like this: [code]new someString[40];[/code] In C/C++ it would look like [code]char someString[40];[/code] Anyone who had contact with any [size=8]real[/size] programming language should know this. Back to the code that was posted by Niex: [code]void SAMP::getSerial(char *out, char* gtafolder) { if (this->hLib == NULL) return; ((GEN)(LPVOID)((DWORD)this->hLib+0x27A99E))(out, gtafolder, 0x3E9); }[/code] Do you know what it does? Im fucking sure you dont, to make some use of that (to spoof the GPCI) you would need to use this instead of the original function in SAMP, thus it would probably require some hooking. The method that this cleo uses is just a simple WriteProcessMemory at the addres gta_sa.exe+892368 (posted by 0x688) to change the string which will be used by the function above. And, i told you about an AUTH_KEY in samp, not any other auth key. It sure is an authorization key, but it has nothing to do with GPCI. Seeds, you are also wrong here. Seeds are everywhere, you may call them some random keys but you can also call them seeds. For example: [url=http://www.cplusplus.com/reference/cstdlib/rand/]http://www.cplusplus.com/reference/cstdlib/rand/[/url] If you can't find it: SA:MP also has some random seeds, here you have some code taken out of SAMPs 0.2x source: [code] // Random number seed RakNetTime time = RakNet::GetTime(); seedMT( (unsigned int) time ); seed = randomMT(); if ( seed % 2 == 0 ) // Even seed--; // make odd nextSeed = randomMT(); if ( nextSeed % 2 == 0 ) // Even nextSeed--; // make odd[/code] So no, this is not made up. Anyone who has/had even a little thing to do with programming understood my post, just not you. But of course, nobody will ever win with your or prove you were wrong. [/QUOTE]
Name
Verification
Name a popular topic discussed in the ugbase.eu community
Post reply
Home
Forums
Community
Spammm
silent. vs mr.ze spam topic
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top