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 


Making a cookie deleter
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
hakkairu
Legendary
Reputation: 0

Joined: 02 Dec 2006
Posts: 1301

PostPosted: Sun Jul 15, 2007 10:37 pm    Post subject: Making a cookie deleter Reply with quote

Need some help making a cookie deleter.
_________________
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Sun Jul 15, 2007 10:43 pm    Post subject: Reply with quote

delete the folder the cookies are in and then clear recycle bin?
_________________
Back to top
View user's profile Send private message
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Sun Jul 15, 2007 10:45 pm    Post subject: Reply with quote

Just have the program navigate to the folder and wipe it clean. Whats so hard about it?
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Jul 16, 2007 1:59 am    Post subject: Reply with quote

Delphi ?
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Mon Jul 16, 2007 2:40 am    Post subject: Reply with quote

if it is in VB then
Code:
Kill ("C:/Cookies folder here/*.*")

just tested and it works
i dunno about other languages
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

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

PostPosted: Mon Jul 16, 2007 4:44 am    Post subject: Reply with quote

how do you make one in delphi ?

i would like to know too Very Happy Very Happy
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Mon Jul 16, 2007 5:34 am    Post subject: Reply with quote

DeleteFile?
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

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

PostPosted: Mon Jul 16, 2007 5:48 am    Post subject: Reply with quote

but i have no idea how the source would look like? could someone give me an example ?
Back to top
View user's profile Send private message MSN Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Mon Jul 16, 2007 5:50 am    Post subject: Reply with quote

http://www.google.com/search?q=delete+file+in+delphi&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Jul 16, 2007 6:09 am    Post subject: Reply with quote

Kevinnn wrote:
how do you make one in delphi ?

i would like to know too Very Happy Very Happy


Its fucking easy...
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Mon Jul 16, 2007 9:38 am    Post subject: Reply with quote

Use this to find the path.
Code:
#include <windows.h>
#include <shlobj.h>

int main(void)
{
   char strCookiesPath[MAX_PATH];

   SHGetFolderPath(NULL, CSIDL_COOKIES, NULL, SHGFP_TYPE_CURRENT,strCookiesPath);
   MessageBox(NULL, strCookiesPath, "Path", MB_OK );
   
   return 0;
}


Then loop through the folder and delete everything except "index.dat"

_________________
Back to top
View user's profile Send private message
hakkairu
Legendary
Reputation: 0

Joined: 02 Dec 2006
Posts: 1301

PostPosted: Tue Jul 17, 2007 7:37 pm    Post subject: Reply with quote

okie les do it in DELPHI. or C+
Back to top
View user's profile Send private message
spedchyyz
Master Cheater
Reputation: 0

Joined: 16 Jun 2007
Posts: 268
Location: what ?

PostPosted: Tue Jul 17, 2007 7:44 pm    Post subject: Reply with quote

where is the cookies folder i just wanna go delete it.. not make some thing that does it for me... wats the point of that
_________________
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

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

PostPosted: Wed Jul 18, 2007 3:34 am    Post subject: Reply with quote

spedchyyz wrote:
where is the cookies folder i just wanna go delete it.. not make some thing that does it for me... wats the point of that


to the people who dont know where to find it Rolling Eyes
lol, also just a simple click is a bit easier... but its not the big difrence.

Functions -> Settings For Internet (i dont know what its called in english, as my webbrowser aint english) -> Delete Files.
Back to top
View user's profile Send private message MSN Messenger
Reak
I post too much
Reputation: 0

Joined: 15 May 2007
Posts: 3496

PostPosted: Wed Jul 18, 2007 4:38 am    Post subject: Reply with quote

mine written in delphi:


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

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 1, 2  Next
Page 1 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