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 


S3NSA EXPOSED + A Question :D
Goto page 1, 2, 3, 4  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
samse
Grandmaster Cheater
Reputation: 0

Joined: 02 Aug 2006
Posts: 760
Location: Look Back! But remember that I won't be there~ JackAss

PostPosted: Mon Mar 23, 2009 1:26 pm    Post subject: S3NSA EXPOSED + A Question :D Reply with quote

Since S3NSA leeched other's work and acted gay.

Eh -proves-

I got the codes he gave me and execute them in program and results were.

Code:
I
DIDN"T
I
THIS
MAKE


or whatsoever.

I insist on *he leeched* the codes from other guy and just little edit them.

Proof ..
Jani wrote:
printtt.java:
Code:
/* A play.gif player
 *
 * Controls:    z for prev
 *              x for play
 *              c for next
 *              v for reset
 */

import java.util.Random;
import java.io.*;

class printtt {
        public static void main(String[] args) {
                String img = "play.gif";

                /* Needed */
                Random generator = new Random();
                int rand = generator.nextInt(50) + 50;

                /* Get the number of times to play */
                System.out.print("Number of times to play: ");

                BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
                /* Control stuffs */
                String wid[] = {null,
                                "\u0049",
                                "\u0044\u0049\u0044\u004E\u0027\u0054",
                                "\u004D\u0041\u004B\u0045",
                                "\u0054\u0048\u0049\u0053",
                                "\u004D\u0059\u0053\u0045\u004C\u0046"
                };
                /* Try reading play.gif.
                 * Also this checks for PLAY, NEXT, PREV, RESET.
                 */
                try {
                        wid[0] = br.readLine();
                } catch (IOException ioe) {
                        System.out.println("Error");
                }


                /* DO THE PRINTING */
                for( int i = 0; i<rand; ++i) {
                        int j = generator.nextInt(5) + 1; System.out.println(wid[j]);
                }
        }
}


Let's see.. It loads a file called play.gif from the current working directory. Then prints every frame of it by looping.

Controls:
Code:
z for prev
x for play
c for next
v for reset


S3NSA wrote:
Coded this for you, should work perfectly:

Code:
/* A play.gif player // Made by S3NSA @ CEF
 *
 * Controls:    z for prev
 *              x for play
 *              c for next
 *              v for reset
 */

import java.util.Random;
import java.io.*;

class printtt {
        public static void main(String[] args) {
                String img = "play.gif";

                /* Needed */
                Random generator = new Random();
                int rand = generator.nextInt(50) + 50;

                /* Get the number of times to play */
                System.out.print("Number of times to play: ");

                BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
                /* Control stuffs */
                String wid[] = {null,
                                "\u0049",
                                "\u0044\u0049\u0044\u004E\u0027\u0054",
                                "\u004D\u0041\u004B\u0045",
                                "\u0054\u0048\u0049\u0053",
                                "\u004D\u0059\u0053\u0045\u004C\u0046"
                };
                /* Try reading play.gif.
                 * Also this checks for PLAY, NEXT, PREV, RESET.
                 */
                try {
                        wid[0] = br.readLine();
                } catch (IOException ioe) {
                        System.out.println("Error");
                }


                /* DO THE PRINTING */         
                for( int i = 0; i<rand; ++i) {
                        int j = generator.nextInt(5) + 1; System.out.println(wid[j]);
                }
        }
}


Anyways .. I had to make my own and my friend helped me .. Downloaded visual basic, learnt via online lessons and made the program.

I pressed play in visual basic and program worked just fine.

I wanted to execute but I can't.

I pressed file, make *PROGRAM NAME* .exe

But I can't, its white and UnPressAble.

Why can't I execute the program? Oh and I can't execute any program .. Its not functioning with all programs.

_________________
mooglekiller wrote:
If i get him auto banned if there a chance that he'll get back on the rankings and if it's possible, how do i get him auto banned?

samse wrote:
Its like you wanna save dying person by shooting him in the head. If possible, where do you get guns from?
Back to top
View user's profile Send private message
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Mon Mar 23, 2009 1:31 pm    Post subject: Reply with quote

Rolling Eyes

Are you fucking serious?

O M G GUYSS S3NSA EXPOSEDD!!! NO WAII!
Another fucking Rot1 on the forum... just what we need...

Anyways, back on-topic:
You can't execute any program you build? Or you litterally cant execute any program on your computer?

_________________
Back to top
View user's profile Send private message
mStorm
Expert Cheater
Reputation: 0

Joined: 21 Feb 2009
Posts: 107

PostPosted: Mon Mar 23, 2009 1:46 pm    Post subject: Reply with quote

Wow, at least he tried to help you...

And let me get this straight, you coded this gif program, but don't know how to execute it?
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Mar 23, 2009 1:55 pm    Post subject: Reply with quote

lurc wrote:
Rolling Eyes

Are you fucking serious?

O M G GUYSS S3NSA EXPOSEDD!!! NO WAII!
Another fucking Rot1 on the forum... just what we need...

Anyways, back on-topic:
You can't execute any program you build? Or you litterally cant execute any program on your computer?


Hey faggot (lurc), i wouldn't be suprised if you're leeching too, and it's obvious S3NSA is leeching.
Back to top
View user's profile Send private message
dnsi0
I post too much
Reputation: 0

Joined: 04 Jan 2007
Posts: 2674

PostPosted: Mon Mar 23, 2009 1:57 pm    Post subject: Reply with quote

S3NSA was nice enough to make something work for you and this is how you repay him?

And your so stupid for not being able to recognize a JAVA program what must be build using javac and executed using java. ... >.> fail >.>
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Mar 23, 2009 1:58 pm    Post subject: Reply with quote

dnsi0 wrote:
S3NSA was nice enough to make something work for you and this is how you repay him?

And your so stupid for not being able to recognize a JAVA program what must be build using javac and executed using java. ... >.> fail >.>


I love how you act like you want to have negative reps to defend yourself, Very Happy
Back to top
View user's profile Send private message
dnsi0
I post too much
Reputation: 0

Joined: 04 Jan 2007
Posts: 2674

PostPosted: Mon Mar 23, 2009 1:59 pm    Post subject: Reply with quote

Rot1 wrote:
dnsi0 wrote:
S3NSA was nice enough to make something work for you and this is how you repay him?

And your so stupid for not being able to recognize a JAVA program what must be build using javac and executed using java. ... >.> fail >.>


I love how you act like you want to have negative reps to defend yourself, Very Happy


??? waht do you mean?

and this is the last post I make here as this is all spam.
Back to top
View user's profile Send private message
samse
Grandmaster Cheater
Reputation: 0

Joined: 02 Aug 2006
Posts: 760
Location: Look Back! But remember that I won't be there~ JackAss

PostPosted: Mon Mar 23, 2009 2:06 pm    Post subject: Reply with quote

mStorm wrote:
Wow, at least he tried to help you...

And let me get this straight, you coded this gif program, but don't know how to execute it?


First, I coded it and I'm done, I just need to press MAKE *SAMSE* .EXE

but the problem is it can't be pressed due to an error i'm asking about.

Its just white and unpressable. Tried everything but failed.

dnsi0 wrote:
S3NSA was nice enough to make something work for you and this is how you repay him?

And your so stupid for not being able to recognize a JAVA program what must be build using javac and executed using java. ... >.> fail >.>


S3NSA leeched codes from jani or whatever then gave me.

And it wasn't a real program, it was fake one that when I open will show

I DIDN"T MAKE THIS, I DIDN"T MAKE THIS >.> Get it?

kkthxbai.

densi0 you faggot .. ass licker, go lick s3nsa's ass so he supports your "PE"



EDIT: 6x views and no reply yet, not even from S3NSA loooooooool!

S3NSA YOU FAIL MORE THAN THE GUY IN MY SIGNATURE. EPIC FAIL!

Rot1 .. You r0x dude Very Happy Keep it up.

_________________
mooglekiller wrote:
If i get him auto banned if there a chance that he'll get back on the rankings and if it's possible, how do i get him auto banned?

samse wrote:
Its like you wanna save dying person by shooting him in the head. If possible, where do you get guns from?


Last edited by samse on Mon Mar 23, 2009 2:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
Jani
Grandmaster Cheater
Reputation: 2

Joined: 29 Dec 2006
Posts: 804

PostPosted: Mon Mar 23, 2009 2:39 pm    Post subject: Reply with quote

samse: so, you really didn't see my post right before S3NSA's? It was totally a joke he took all the credit. Also Google, and you'll see where's the code from :)
Code:
19:51:23<~S3NSA> Jani,
19:51:24<~S3NSA> posted
19:51:25<~S3NSA> :>
19:51:37<~Jani> Hahah
19:51:46<~S3NSA> :3
19:51:47<~S3NSA> lmao
19:51:52<~S3NSA> fancied taking the piss a bit
19:51:54<~S3NSA> hope you dont mind
19:52:18<~S3NSA> I culdnt resist
19:52:33<~S3NSA> Jani, if you want me to delete just say :x
19:52:49<~Jani> S3NSA: nah, it's totally good.

19:52:39<~Jani> Yeah.. Btw, have you any idea what the proggie does?
19:52:54<~S3NSA> plays a .GIF
19:53:00<~S3NSA> pauses
19:53:03<~S3NSA> resets
19:53:05<~S3NSA> next frame
19:53:12<~S3NSA> or did
19:53:12<~spawnfestis> no it doesnt
19:53:16<~Jani> Yea, right, it does
19:53:16<~S3NSA> you jsut trick me
19:53:17<~S3NSA> ;__;
19:53:23<~S3NSA> F U jani you sneaky thing
19:53:25<~S3NSA> :<
19:53:42<~Jani> :p


Last edited by Jani on Mon Mar 23, 2009 2:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
samse
Grandmaster Cheater
Reputation: 0

Joined: 02 Aug 2006
Posts: 760
Location: Look Back! But remember that I won't be there~ JackAss

PostPosted: Mon Mar 23, 2009 2:41 pm    Post subject: Reply with quote

@ Above,

I clearly said he leeched it from you.

Re-read.

He is a leecher and a faggot.

I dont know about you but I'm certain about him.

Anyway he is pretty pwned.

He keeps bragging and showing off and in the end, he fails.

TOO BAD THIS NOT YOUR SECTION TO WARN ME OR DELETE THIS THREAD. GTFO NOOB Very Happy

_________________
mooglekiller wrote:
If i get him auto banned if there a chance that he'll get back on the rankings and if it's possible, how do i get him auto banned?

samse wrote:
Its like you wanna save dying person by shooting him in the head. If possible, where do you get guns from?
Back to top
View user's profile Send private message
Jani
Grandmaster Cheater
Reputation: 2

Joined: 29 Dec 2006
Posts: 804

PostPosted: Mon Mar 23, 2009 2:43 pm    Post subject: Reply with quote

samse wrote:
@ Above,

I clearly said he leeched it from you.

Re-read.
Who would be enough stupid to post right after the post where one copied the text :P

For the record, the original one is here: http://forum.cheatengine.org/viewtopic.php?p=2293306
Back to top
View user's profile Send private message
S3NSA
:3
Reputation: 1

Joined: 06 Dec 2006
Posts: 1908
Location: England.

PostPosted: Mon Mar 23, 2009 3:03 pm    Post subject: Reply with quote

samse: You dumbfuck I asked Jani before posting it. It was a joke.
You obviously have no intelligence by the fact Jani posted the log above proving that it was a joke.

Rot1: Pahahah just when you thought you had something on me.
Also lurc actually codes useful shit. Unlike you. This is going past the point that you calling anyone else a leecher is a joke.

I sometimes wonder just how some people can be so retarded.

_________________
~ You can find me on irc.ccplz.net x
Back to top
View user's profile Send private message Visit poster's website
iNoobHacker
Advanced Cheater
Reputation: 0

Joined: 05 Nov 2006
Posts: 99

PostPosted: Mon Mar 23, 2009 3:06 pm    Post subject: Reply with quote

He just copied it to laugh on some guy, he just said that he coded it for him so he will run it.

lurc wrote:
Rolling Eyes

Are you fucking serious?

O M G GUYSS S3NSA EXPOSEDD!!! NO WAII!
Another fucking Rot1 on the forum... just what we need...

Anyways, back on-topic:
You can't execute any program you build? Or you litterally cant execute any program on your computer?

+1... actually, +2 after Rot1's post in this topic.

_________________
"Two things are infinite: the universe and human stupidity, but I'm still not sure about the first one."
Back to top
View user's profile Send private message
mStorm
Expert Cheater
Reputation: 0

Joined: 21 Feb 2009
Posts: 107

PostPosted: Mon Mar 23, 2009 3:21 pm    Post subject: Reply with quote

The saga continues: "When leeching fails"

Smile

That's a good joke btw
Back to top
View user's profile Send private message
92Garfield
I'm a spammer
Reputation: 57

Joined: 20 Dec 2007
Posts: 5871
Location: Banana Republic Germany

PostPosted: Mon Mar 23, 2009 3:30 pm    Post subject: Reply with quote

lol

OMG S3NSA is leeching

breaking news: jesus died

seriously nothing new

Quote:
I sometimes wonder just how some people can be so retarded.

me 2

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
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