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 


ACTools?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Herioc Mage
Master Cheater
Reputation: 0

Joined: 13 Apr 2007
Posts: 306

PostPosted: Wed Apr 25, 2007 7:40 pm    Post subject: ACTools? Reply with quote

I was wondering wat programs are there out there that can automatically type a series of numbers or lettters. i think i heard that ACTools does but im not sure how to do it. Can someone show me how. for instance: make it type 0000 through 9999.
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Wed Apr 25, 2007 7:48 pm    Post subject: Reply with quote

Yeah actools and also Autoit.
_________________

Back to top
View user's profile Send private message
ravicus
Master Cheater
Reputation: 0

Joined: 16 Dec 2006
Posts: 464

PostPosted: Wed Apr 25, 2007 8:02 pm    Post subject: Reply with quote

I've never used ACTool before, but I'll attempt to make a script for you.

But please don't tell me you are trying to hack a Maplestory PIN.

Edit:

Screw that, you can't create variables in ACTool, I'm using AutoIt.

Theres no way Im gonna write 1001 lines of code for you.

Screw that again, just learn AutoIt, Now, i COULD write it in VB, but I don't think I have that installed.

If I knew how to output keystrokes in C++, I could do that as well.

I'll look into it.

This code writes 0000 through 9999 in console.

I may mod it so It writes to a txt file...

Code:
#include <iostream>
using namespace std;

int Num1 = 0;
int Num2 = 0;
int Num3 = 0;
int Num4 = 0;
int NumTotal = 0;


int main(void)
{
   while (NumTotal != 36)
   {
      cout << Num1 << Num2 << Num3 << Num4 << endl;

      
      Num4++;


      if (Num4 >= 10)
      {
         Num3++;
         Num4 = 0;
      }
      if (Num3 >= 10)
      {
         Num2++;
         Num3 = 0;
      }
      if (Num2 >= 10)
      {
         Num1++;
         Num2 = 0;
      }
      if (Num1 >= 10)
      {
         Num1++;
      }
   
   NumTotal = Num1 + Num2 + Num3 + Num4;

   }   
   cout << "9999" << endl;
system("PAUSE");
   return 0;
}



Yay, I know how to write to text now.

Ok, so just run this program, after you do, there will be a text file with 0000-9999 in the directory you ran it in. PS. Extract it.

Cheers!



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
Zephir
Newbie cheater
Reputation: 0

Joined: 20 Apr 2007
Posts: 13

PostPosted: Sun Apr 29, 2007 5:19 am    Post subject: Reply with quote

download AutoIt, open textfile, look for the "send()" command.... done.
AutoIt is the best language ever made and it is easy to learn. i started 6 months ago and by now i write bots for money
Back to top
View user's profile Send private message
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Sun Apr 29, 2007 7:07 am    Post subject: Reply with quote

Zephir wrote:
download AutoIt, open textfile, look for the "send()" command.... done.
AutoIt is the best language ever made and it is easy to learn. i started 6 months ago and by now i write bots for money



Well, dont be too proud about this because it is frowned upon by the game hacking scene. "Selling hacks/bots for money"
Dark Byte could have easily done the same thing long ago. Not to mention anyone releasing could do it.
Not to mention it cost him money out of his pocket to pay for site hosting.
This is possibly one of the reasons he will take donations.
Putting ad's on the site would bring him a small income as well, but i think he hates those damn things just as much as anyone else. Altho i would click them for him if it had them.

But i am happy to see other autoit users. The language is easy to learn and could help you get off into other languages as well.

_________________

Back to top
View user's profile Send private message
setekh
Cheater
Reputation: 0

Joined: 16 Feb 2006
Posts: 43

PostPosted: Thu May 03, 2007 12:46 am    Post subject: Reply with quote

SendKey for Delphi : http://www.tt.rim.or.jp/~muramatu/delphi/SendKey/SENDKEY.PAS
http://fisheye1.cenqua.com/browse/~raw,r=1.1/acbr/ACBr/source/Monitor/CLX/sndkey32.pas
or
http://delphi.about.com/library/weekly/code/sndkey32.zip

or just use some other...

Then just use a basic cycle.

arghhh ... i am sooo dumb , i tend to loose every bit of source code from my projects, i actualy have done something similar to bruteforce user/pass combinations... If i can find it.. i'll upload it somewhere so you can modify it for your needs..

but it's an easy to do app. If you bruteforce something, don't forget to add a dalay between the tries and/or proxy support.
Back to top
View user's profile Send private message
chiem
Advanced Cheater
Reputation: 0

Joined: 01 May 2007
Posts: 89

PostPosted: Thu May 03, 2007 7:26 am    Post subject: Reply with quote

man that really helped! thank u so much!
Back to top
View user's profile Send private message
killkill
Expert Cheater
Reputation: 0

Joined: 19 Nov 2006
Posts: 185
Location: Places

PostPosted: Thu May 03, 2007 9:33 pm    Post subject: Reply with quote

if this is for maple, it won't work.. GG patched autoit and actools
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 Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
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