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 


[Release] SimsAC 1.0
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jun 27, 2007 12:52 pm    Post subject: Reply with quote

ok, i would like to know how to make so cool GUI's ... what did you use to make that one your using in simsac
Back to top
View user's profile Send private message MSN Messenger
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Wed Jun 27, 2007 1:02 pm    Post subject: Reply with quote

I made a picture with the SimsAC in it, and I made the stuff aronud the SimsAC pink.
Then I went to MainForm's Object Inspector, and I defined it to Transparency: True, Transparency Color: Pink (Something like that).
Oh, and I made the program borderless using Border in MainForm's Object Inspector.
If you don't understand, add me to MSN, I will talk to you.

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Thu Jun 28, 2007 5:25 am    Post subject: Reply with quote

i get it, but then the buttons is like behind the image? or ... above? :\
Back to top
View user's profile Send private message MSN Messenger
DevilGilad
Grandmaster Cheater
Reputation: 0

Joined: 10 May 2007
Posts: 624
Location: Delete C:\WINDOWS folder and you'll be able to see me.

PostPosted: Thu Jun 28, 2007 5:30 am    Post subject: Reply with quote

Simsgy wrote:
I made a picture with the SimsAC in it, and I made the stuff aronud the SimsAC pink.
Then I went to MainForm's Object Inspector, and I defined it to Transparency: True, Transparency Color: Pink (Something like that).
Oh, and I made the program borderless using Border in MainForm's Object Inspector.
If you don't understand, add me to MSN, I will talk to you.

LOL, you've posted it already on F*P :]
Nvm...

What was da script you have used? Mouse click or what? :/

_________________
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Thu Jun 28, 2007 5:49 am    Post subject: Reply with quote

DevilGilad wrote:
Simsgy wrote:
I made a picture with the SimsAC in it, and I made the stuff aronud the SimsAC pink.
Then I went to MainForm's Object Inspector, and I defined it to Transparency: True, Transparency Color: Pink (Something like that).
Oh, and I made the program borderless using Border in MainForm's Object Inspector.
If you don't understand, add me to MSN, I will talk to you.

LOL, you've posted it already on F*P :]
Nvm...

What was da script you have used? Mouse click or what? :/


I used Mouse_Event.
And ya, you surf in F*P?

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Thu Jun 28, 2007 5:51 am    Post subject: Reply with quote

post the source please? Rolling Eyes

for newbies like me.

whats F*P?

also: How do you do so you can drag it around when clicking on the letters? which option is that? :s
Back to top
View user's profile Send private message MSN Messenger
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Thu Jun 28, 2007 10:52 am    Post subject: Reply with quote

If anyone wants to learn Delphi GUI functions and tips, PM me.

Kevinnn, On a mousedown event of the object you want, place

Code:
ReleaseCapture;
SendMessage(MainformHandle, WM_SYSCOMMAND, 61458, 0) ;


MainformHandle, of course is the handle of the form you wish to move.

I'll be happy to teach others.
Back to top
View user's profile Send private message
slippppppppp
Grandmaster Cheater
Reputation: 0

Joined: 08 Aug 2006
Posts: 929

PostPosted: Fri Jun 29, 2007 11:53 am    Post subject: Reply with quote

God, if i were like simsgy, id release everything i made.... This is pretty basic, im still trying to figure out more on kernel hooks etc.
Back to top
View user's profile Send private message AIM Address MSN Messenger
compactwater
I post too much
Reputation: 8

Joined: 02 Aug 2006
Posts: 3923

PostPosted: Fri Jun 29, 2007 12:34 pm    Post subject: Reply with quote

My attack program and source to show off: Wink


Download: ....Tried 3 links all got censored for some reason... Just download the attachment.

Or download attached: http://forum.cheatengine.org/download.php?id=12334



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.



Last edited by compactwater on Fri Jun 29, 2007 3:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Fri Jun 29, 2007 3:10 pm    Post subject: Reply with quote

compactwater wrote:
My attack program and source to show off: Wink


Download: http://www.uploadyour.info/(Click anyways)

Or download attached: http://forum.cheatengine.org/download.php?id=12334


Da** you are too good =(
Well anyways, I just started.

Edit:
I learned alot from your source code.
Thank you.

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
compactwater
I post too much
Reputation: 8

Joined: 02 Aug 2006
Posts: 3923

PostPosted: Sat Jun 30, 2007 8:53 am    Post subject: Reply with quote

Simsgy wrote:
I learned alot from your source code.


Glad I could help. Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 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