Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


New avatar
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Sat Aug 28, 2010 12:38 pm    Post subject: New avatar Reply with quote

It changes on reload
_________________
Back to top
View user's profile Send private message
the the the
Master Cheater
Reputation: 46

Joined: 15 Jun 2008
Posts: 429

PostPosted: Sat Aug 28, 2010 12:41 pm    Post subject: Reply with quote

Back to top
View user's profile Send private message
C-Dizzle
Grandmaster Cheater
Reputation: 89

Joined: 16 Mar 2008
Posts: 623

PostPosted: Sat Aug 28, 2010 1:25 pm    Post subject: Reply with quote

That is actually pretty cool.
Back to top
View user's profile Send private message
hkkx
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2009
Posts: 656

PostPosted: Sat Aug 28, 2010 2:16 pm    Post subject: Reply with quote

make me a avvy like that with pokemans and i will love you forever :D
Back to top
View user's profile Send private message
Maes
Advanced Cheater
Reputation: 10

Joined: 09 Apr 2009
Posts: 50

PostPosted: Sat Aug 28, 2010 2:23 pm    Post subject: This post has 1 review(s) Reply with quote

You should release those files. :>
_________________
Account reclaimed by former owner?
Back to top
View user's profile Send private message
Nirojan
How do I cheat?
Reputation: 108

Joined: 16 Sep 2008
Posts: 0
Location: seshville

PostPosted: Sat Aug 28, 2010 2:57 pm    Post subject: Reply with quote

Nice.
How many images together?

_________________
Quote:
yo i b 22 tryna make it in dis rap game but da steetz dont got luv for no wun na mean so im out hea tryna holla at da fams on dis innernet shit u no way i sayin
Back to top
View user's profile Send private message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Sat Aug 28, 2010 5:48 pm    Post subject: Reply with quote

Code:
<?php header("Content-type: image/png");
$images=array();
$dir = @opendir('images/') or die("Unable to open");
$i=0;
while($file = readdir($dir)) {
   if(is_dir($file))
      continue;
   else if($file != '.' && $file != '..' && $file != 'index.php') {
      $images[$i] = "images/".$file;
      $i++;
   }
}

srand((double)microtime()*1000000);
$avatar = $images[rand(0,sizeof($images)-1)];
$newavatar = imagecreatefrompng($avatar);

imagealphablending($newavatar, true); // setting alpha blending on
imagesavealpha($newavatar, true);
      
imagepng($newavatar);
imagedestroy($newavatar);

closedir($dir);
?>


It takes whatever images are in the folder /images/

_________________
Back to top
View user's profile Send private message
Nirojan
How do I cheat?
Reputation: 108

Joined: 16 Sep 2008
Posts: 0
Location: seshville

PostPosted: Sat Aug 28, 2010 6:13 pm    Post subject: Reply with quote

the pacman one should only have the right eye
_________________
Quote:
yo i b 22 tryna make it in dis rap game but da steetz dont got luv for no wun na mean so im out hea tryna holla at da fams on dis innernet shit u no way i sayin
Back to top
View user's profile Send private message
Cryoma
Member of the Year
Reputation: 198

Joined: 14 Jan 2009
Posts: 1819

PostPosted: Sat Aug 28, 2010 7:22 pm    Post subject: Reply with quote

Wait so this creates avatar.png after I run it?
Back to top
View user's profile Send private message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Sat Aug 28, 2010 8:30 pm    Post subject: Reply with quote

No. Make a folder called avatar.png. Save the above as index.php. Upload whatever images you want into a /images/ folder in the /avatar.png/ folder
_________________
Back to top
View user's profile Send private message
1929394839292057839194958
Grandmaster Cheater Supreme
Reputation: 130

Joined: 22 Dec 2006
Posts: 1509

PostPosted: Sat Aug 28, 2010 8:31 pm    Post subject: Reply with quote

Wow, an image rotation script, what a new and cool thing to do.
Back to top
View user's profile Send private message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Sat Aug 28, 2010 11:21 pm    Post subject: Reply with quote

konr wrote:
Wow, an image rotation script, what a new and cool thing to do.
I didn't say it was new or cool. I just said it's my new avatar.
_________________
Back to top
View user's profile Send private message
1929394839292057839194958
Grandmaster Cheater Supreme
Reputation: 130

Joined: 22 Dec 2006
Posts: 1509

PostPosted: Sat Aug 28, 2010 11:21 pm    Post subject: Reply with quote

F3ar wrote:
konr wrote:
Wow, an image rotation script, what a new and cool thing to do.
I didn't say it was new or cool. I just said it's my new avatar.
Not talking to you.
Back to top
View user's profile Send private message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Sat Aug 28, 2010 11:23 pm    Post subject: Reply with quote

mk
_________________
Back to top
View user's profile Send private message
Stylised
Grandmaster Cheater
Reputation: 20

Joined: 04 Nov 2008
Posts: 712

PostPosted: Sat Aug 28, 2010 11:25 pm    Post subject: Reply with quote

konr wrote:
F3ar wrote:
konr wrote:
Wow, an image rotation script, what a new and cool thing to do.
I didn't say it was new or cool. I just said it's my new avatar.
Not talking to you.

I fucking lold.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites