hack? texturas

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
LellisTR
Posts: 5
Joined: Wed Jan 25, 2017 8:12 pm

hack? texturas

Post by LellisTR »

i found this code..

Code: Select all

void ePlayerNetID::WriteSync(nMessage &m){ 
lastSync=tSysTimeFloat(); 
nNetObject::WriteSync(m); 
m.Write(r); 
m.Write(g); 
m.Write(b); 

Change the above few lines to look like this: 
void ePlayerNetID::WriteSync(nMessage &m){ 
lastSync=tSysTimeFloat(); 
nNetObject::WriteSync(m); 

int bb=1+(int) (31.0*rand()/(RAND_MAX+1.0)); 
int rr=1+(int) (31.0*rand()/(RAND_MAX+1.0)); 
int gg=1+(int) (31.0*rand()/(RAND_MAX+1.0)); 
m.Write(rr); 
m.Write(gg); 
m.Write(bb); 


Armagetron
Could have new textures like this gif .. Just suggestions
[img]http://forums3.armagetronad.net/downloa ... 455617.gif[/img]
Image
User avatar
aP|Nelg
Match Winner
Posts: 621
Joined: Wed Oct 22, 2014 10:22 pm
Contact:

Re: hack? texturas

Post by aP|Nelg »

The code has absolutely nothing to do with textures, looks like random colorization to me. The gif is literally just someone's avatar of 2 cycles grinding each other.
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: hack? texturas

Post by Light »

aP|Nelg wrote:The code has absolutely nothing to do with textures, looks like random colorization to me. The gif is literally just someone's avatar of 2 cycles grinding each other.
Classic Jas0n post, if I were to make assumptions.
LellisTR
Posts: 5
Joined: Wed Jan 25, 2017 8:12 pm

Re: hack? texturas

Post by LellisTR »

Light wrote:
aP|Nelg wrote:The code has absolutely nothing to do with textures, looks like random colorization to me. The gif is literally just someone's avatar of 2 cycles grinding each other.
Classic Jas0n post, if I were to make assumptions.
lol, who jas0n? Are you making a fool of me?
I really would like to know who is jas0n, sorry
Image
User avatar
aP|Nelg
Match Winner
Posts: 621
Joined: Wed Oct 22, 2014 10:22 pm
Contact:

Re: hack? texturas

Post by aP|Nelg »

LellisTR wrote:
Light wrote:
aP|Nelg wrote:The code has absolutely nothing to do with textures, looks like random colorization to me. The gif is literally just someone's avatar of 2 cycles grinding each other.
Classic Jas0n post, if I were to make assumptions.
lol, who jas0n? Are you making a fool of me?
I really would like to know who is jas0n, sorry
Quit pretending; you've already been found out but you're still in denial, if I were to make assumptions ^

This post...
Post Reply