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 


Can This be Coded for me? [Offering Rep?]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
Moments
Grandmaster Cheater Supreme
Reputation: 17

Joined: 20 Mar 2008
Posts: 1196

PostPosted: Thu Jun 05, 2008 9:52 pm    Post subject: Can This be Coded for me? [Offering Rep?] Reply with quote

Ive been really busy with High school, I dont have the time.
Can Someone release / code a program for my brother that does letter equations, Such as the Database of A=1 B=2 C=3, etc So if the word was ABC The answer would become 1+2+3=6. Its very hard for him in a advance class 2nd grade. He has also been approved to use this method.
Thanks.


Last edited by Moments on Thu Jun 05, 2008 10:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
Localhost
I post too much
Reputation: 0

Joined: 28 Apr 2007
Posts: 3402

PostPosted: Thu Jun 05, 2008 9:53 pm    Post subject: Reply with quote

can it be PHP?
Back to top
View user's profile Send private message MSN Messenger
Moments
Grandmaster Cheater Supreme
Reputation: 17

Joined: 20 Mar 2008
Posts: 1196

PostPosted: Thu Jun 05, 2008 9:54 pm    Post subject: Reply with quote

It can be anything, please.
Back to top
View user's profile Send private message
Localhost
I post too much
Reputation: 0

Joined: 28 Apr 2007
Posts: 3402

PostPosted: Thu Jun 05, 2008 10:14 pm    Post subject: Reply with quote

PHP is web based you know?
Back to top
View user's profile Send private message MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Thu Jun 05, 2008 10:17 pm    Post subject: Reply with quote

Well, since I am in a good mood, I coded a very bad example for you. It works, but don't expect it to be very stable. Language: C

Code:
#include <stdio.h>

char buffer[100];

void main(void)
{
    int i, out = 0;
    for(;;out = 0) {
        printf("Enter the string, no spaces: ");
        scanf("%s", buffer);
        for(i = 0; i < strlen(buffer); i++) out += (buffer[i] | 0x20) - 0x60;
        printf("The sum is: %d\n", out);
    }
}
Back to top
View user's profile Send private message
Moments
Grandmaster Cheater Supreme
Reputation: 17

Joined: 20 Mar 2008
Posts: 1196

PostPosted: Thu Jun 05, 2008 10:21 pm    Post subject: Reply with quote

Bam! wrote:
PHP is web based you know?
Yes, I do!
Back to top
View user's profile Send private message
Localhost
I post too much
Reputation: 0

Joined: 28 Apr 2007
Posts: 3402

PostPosted: Thu Jun 05, 2008 10:23 pm    Post subject: Reply with quote

Code:

<?php
$a = $_POST["a"];
$b = $_POST["b"];
$c = $_POST["c"];
$lol = $_POST["sign"];
$add = "+";
$subtract = "-";
$multiply = "x";
$devide = "/";
if ($lol = $add)
  $answer = $a + $b + $c;
  echo "$answer";

if ($lol = $subtract)
  $answer = $a - $b - $c;
  echo "$answer";

if ($lol = $multiply)
 $answer = $a * $b * $c;
 echo "$answer";

if ($lol = $devide)
 $answer = $a / $b / $c;
 echo "$answer";
?>


Lol... It can only either add... subtract... multiply... or devide three numbers! haha i cant beleive i did that! it sux
Back to top
View user's profile Send private message MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Thu Jun 05, 2008 10:43 pm    Post subject: Reply with quote

Again, out of boredom I made it actually output the equation. Again, not very stable.

Code:
#include <stdio.h>

char buffer[256];

void main(void)
{
    unsigned int i, out = 0;
    for(;; out = 0) {
        printf("Enter the string, no spaces: ");
        scanf("%s", buffer);
        for(i = 0; i < strlen(buffer); i++) {
            buffer[i] = (buffer[i] | 0x20) - 0x60;
            printf("%d ", buffer[i]);
            if(i != strlen(buffer)-1) printf("+ ");
            out += buffer[i];
        }
        printf("= %d\n", out);
    }
}
Back to top
View user's profile Send private message
Box
Grandmaster Cheater
Reputation: 0

Joined: 16 Oct 2007
Posts: 541

PostPosted: Fri Jun 06, 2008 7:34 am    Post subject: Reply with quote

i could make a quick vb6 program would you like for me to do that?
_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...

Fact: no one tells the truth on cheat engine fourms
Back to top
View user's profile Send private message
Moments
Grandmaster Cheater Supreme
Reputation: 17

Joined: 20 Mar 2008
Posts: 1196

PostPosted: Fri Jun 06, 2008 8:34 am    Post subject: Reply with quote

magic moo wrote:
i could make a quick vb6 program would you like for me to do that?
Please.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Page 1 of 1

 
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 cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites