| View previous topic :: View next topic |
| Author |
Message |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Jun 27, 2007 12:52 pm Post subject: |
|
|
| 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 |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Wed Jun 27, 2007 1:02 pm Post subject: |
|
|
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.
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Thu Jun 28, 2007 5:25 am Post subject: |
|
|
| i get it, but then the buttons is like behind the image? or ... above? :\
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Thu Jun 28, 2007 5:30 am Post subject: |
|
|
| 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 |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Thu Jun 28, 2007 5:49 am Post subject: |
|
|
| 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?
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Thu Jun 28, 2007 5:51 am Post subject: |
|
|
post the source please?
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 |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Thu Jun 28, 2007 10:52 am Post subject: |
|
|
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 |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Fri Jun 29, 2007 11:53 am Post subject: |
|
|
| 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 |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Fri Jun 29, 2007 12:34 pm Post subject: |
|
|
My attack program and source to show off:
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
Last edited by compactwater on Fri Jun 29, 2007 3:34 pm; edited 1 time in total |
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Fri Jun 29, 2007 3:10 pm Post subject: |
|
|
Da** you are too good =(
Well anyways, I just started.
Edit:
I learned alot from your source code.
Thank you.
_________________
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Sat Jun 30, 2007 8:53 am Post subject: |
|
|
| Simsgy wrote: | | I learned alot from your source code. |
Glad I could help.
|
|
| Back to top |
|
 |
|