| View previous topic :: View next topic |
| Author |
Message |
jiiui How do I cheat?
Reputation: -1
Joined: 11 Nov 2010 Posts: 4
|
Posted: Thu Dec 02, 2010 3:34 pm Post subject: will make a single-function windows app |
|
|
because I need practice
the function must be specific
wat make
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Thu Dec 02, 2010 3:36 pm Post subject: |
|
|
| A CEF browsing app.
|
|
| Back to top |
|
 |
kosmas Expert Cheater
Reputation: 9
Joined: 12 Sep 2008 Posts: 157
|
Posted: Thu Dec 02, 2010 3:37 pm Post subject: |
|
|
An app that kills black people.
_________________
|
|
| Back to top |
|
 |
jiiui How do I cheat?
Reputation: -1
Joined: 11 Nov 2010 Posts: 4
|
Posted: Thu Dec 02, 2010 3:37 pm Post subject: |
|
|
| Cryoma wrote: | | A CEF browsing app. | already exists, it's called <insert your favourite web browser here>
| Kosma. wrote: | | An app that kills black people. | no
Last edited by jiiui on Thu Dec 02, 2010 3:39 pm; edited 1 time in total |
|
| Back to top |
|
 |
ControlAltDelete Friendly Giant
Reputation: 157
Joined: 03 Mar 2007 Posts: 2396
|
Posted: Thu Dec 02, 2010 3:39 pm Post subject: |
|
|
Linkfinder app.
Type in name of something you need and you're app searches all the torrent/direct download sites.
_________________
| Shrooms wrote: | | but sadly this is 1984 and western civilization the last ones standing at the top of titanic before it sinks...no matter what you do, they know |
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Thu Dec 02, 2010 3:39 pm Post subject: |
|
|
| jiiui wrote: | | Cryoma wrote: | | A CEF browsing app. | already exists, it's called <insert your favourite web browser here> |
Make a desktop widget type app thing that only browses CEF, no url bar or anything just straight up CEF.
|
|
| Back to top |
|
 |
potaters Grandmaster Cheater
Reputation: 72
Joined: 13 Apr 2009 Posts: 969
|
Posted: Thu Dec 02, 2010 3:40 pm Post subject: |
|
|
| ControlAltDelete wrote: | Linkfinder app.
Type in name of something you need and you're app searches all the torrent/direct download sites. |
There is something like that for Google:
Googlehacks is it's name I believe
|
|
| Back to top |
|
 |
kosmas Expert Cheater
Reputation: 9
Joined: 12 Sep 2008 Posts: 157
|
Posted: Thu Dec 02, 2010 3:41 pm Post subject: |
|
|
| jiiui wrote: | | Cryoma wrote: | | A CEF browsing app. | already exists, it's called <insert your favourite web browser here>
| Kosma. wrote: | | An app that kills black people. | no |
Something that kills you, in that case.
_________________
|
|
| Back to top |
|
 |
jiiui How do I cheat?
Reputation: -1
Joined: 11 Nov 2010 Posts: 4
|
Posted: Thu Dec 02, 2010 3:43 pm Post subject: |
|
|
| Cryoma wrote: | | jiiui wrote: | | Cryoma wrote: | | A CEF browsing app. | already exists, it's called <insert your favourite web browser here> |
Make a desktop widget type app thing that only browses CEF, no url bar or anything just straight up CEF. | As in an actual Vista/7 'Gadget'? That would be rather easy, but what's the point?
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Dec 02, 2010 3:44 pm Post subject: |
|
|
Some things I've made in the past I thought were fun and I learnt stuff from.
- Basic MSN client. There's a website which teaches the MSN connection protocol and as well as defines the majority of the packets.
- Dynamic Hooker. Given any API, will perform an inline hook on it, find out how many/what parameters it takes and 'decode' those. So if a param is a pointer to a struct, look up the struct declaration and allow user to view all the members.
- Basic networked game. This project was lots of fun and I learnt a shitload. In my case the communication was via a centralised JSP server on AppEngine and the actual communication was done via TCP ( HTTP GET/POST requests ).
|
|
| Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Thu Dec 02, 2010 3:46 pm Post subject: |
|
|
| jiiui wrote: | | Cryoma wrote: | | jiiui wrote: | | Cryoma wrote: | | A CEF browsing app. | already exists, it's called <insert your favourite web browser here> |
Make a desktop widget type app thing that only browses CEF, no url bar or anything just straight up CEF. | As in an actual Vista/7 'Gadget'? That would be rather easy, but what's the point? |
Either a gadget or just a standalone exe.
There's no real point, but good luck coming up with something that has a point.
|
|
| Back to top |
|
 |
ControlAltDelete Friendly Giant
Reputation: 157
Joined: 03 Mar 2007 Posts: 2396
|
Posted: Thu Dec 02, 2010 3:47 pm Post subject: |
|
|
Code your own Ventrillo/Voicechat type server and client.
_________________
| Shrooms wrote: | | but sadly this is 1984 and western civilization the last ones standing at the top of titanic before it sinks...no matter what you do, they know |
|
|
| Back to top |
|
 |
Phox I post too much
Reputation: 110
Joined: 11 Nov 2008 Posts: 2034
|
Posted: Thu Dec 02, 2010 3:47 pm Post subject: |
|
|
| Slugsnack wrote: | Some things I've made in the past I thought were fun and I learnt stuff from.
- Basic MSN client. There's a website which teaches the MSN connection protocol and as well as defines the majority of the packets.
- Dynamic Hooker. Given any API, will perform an inline hook on it, find out how many/what parameters it takes and 'decode' those. So if a param is a pointer to a struct, look up the struct declaration and allow user to view all the members.
- Basic networked game. This project was lots of fun and I learnt a shitload. In my case the communication was via a centralised JSP server on AppEngine and the actual communication was done via TCP ( HTTP GET/POST requests ). |
Mmm, I love my hookers dynamic.
|
|
| Back to top |
|
 |
jiiui How do I cheat?
Reputation: -1
Joined: 11 Nov 2010 Posts: 4
|
Posted: Thu Dec 02, 2010 4:16 pm Post subject: |
|
|
| Thanks for the ideas. Unfortunately I haven't accepted any at this time, for various reasons. Please provide others.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Dec 02, 2010 4:33 pm Post subject: |
|
|
| WTF IS WRONG WITH MY IDEAS
|
|
| Back to top |
|
 |
|