| View previous topic :: View next topic |
| Author |
Message |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Jun 07, 2007 8:06 am Post subject: |
|
|
| zomgiownyou, he's doing delphi where a) you don't need to escape \ strings and b) you use single quotes instead of double
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jun 07, 2007 8:08 am Post subject: |
|
|
So thats right appalsap, my thing is right?
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Jun 07, 2007 8:10 am Post subject: |
|
|
no!
| Code: |
DeleteFile('c:\h4x.exe');
|
can't believe how hard that is.
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jun 07, 2007 3:12 pm Post subject: |
|
|
me got you now!
| Code: |
DeleteFile('C:\Program Files\Wizet\MapleStory\MapleStory.exe')
|
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Jun 07, 2007 3:21 pm Post subject: |
|
|
Yeah, 1 problem: not everyone installs to the same path, do not hardcode a path
Solution: Use the registry to find the path. Its located in HKEY_LOCAL_MACHINE\\SOFTWARE\\Wizet\\MapleStory in ExecPath
Since you code in Delphi, appalsap posted this http://forum.cheatengine.org/viewtopic.php?t=56957
You should have no problem implanting it.
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jun 07, 2007 3:30 pm Post subject: |
|
|
I know, but that was an example.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Jun 07, 2007 3:39 pm Post subject: |
|
|
| oib111 wrote: | | I know, but that was an example. |
uh, appalsap already posted the example. All you did was change the text inside...
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jun 07, 2007 3:53 pm Post subject: |
|
|
omg, you are dumb.
[quote=oib111]me got you now!
| Code: |
DeleteFile('C:\Program Files\Wizet\MapleStory\MapleStory.exe')
|
[/quote]
I put that, I wasn't saying that was an example. I was saying that was an example of deleting something.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Thu Jun 07, 2007 4:26 pm Post subject: |
|
|
| oib111 wrote: | omg, you are dumb.
[quote=oib111]me got you now!
| Code: |
DeleteFile('C:\Program Files\Wizet\MapleStory\MapleStory.exe')
|
I put that, I wasn't saying that was an example. I was saying that was an example of deleting something. |
| oib111 wrote: | | I know, but that was an example. |
Also, please learn to use the simple quote tag before you start to question someone else's intellect.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
Uzeil Moderator
Reputation: 6
Joined: 21 Oct 2006 Posts: 2411
|
Posted: Thu Jun 07, 2007 6:38 pm Post subject: |
|
|
| appalsap wrote: | | Code: | DeleteFile('c:\h4x.exe');
|
can't believe how hard that is. |
BOO! C'mon appal, what happened to your error-obsessive nature!
| Code: | if not DeleteFile('c:\irox.exe') then
showmessage('DeleteFile() Failed! Error Code '+IntToStr(GetLastError)); |
_________________
|
|
| Back to top |
|
 |
|