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 


[Pointless Release]NudgeIt

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Fri Apr 20, 2007 8:31 am    Post subject: [Pointless Release]NudgeIt Reply with quote

THIS IS POINTLESS

Now it becomes a hipe to have a nudge in your engine
(credits to spuce i think, Kaspesky used also nudge)

So here is the code for it (made in 3 minutes)
Code:
procedure TMainForm.NudgeItClick(Sender: TObject);
var
  i, storex, storey : integer;
begin
  storex := MainForm.Left;
  storey := MainForm.Top;
  For i := 1 to 25 do begin
    MainForm.Left := MainForm.Left + RandomRange(-3, 3);
    MainForm.Top := MainForm.Top + RandomRange(-3, 3);
    Sleep(5);
  end;
  MainForm.Left := storex;
  MainForm.Top := storey;
end;


And around rule 363 add this
Code:
procedure NudgeItClick(Sender: TObject);


And put a button on your forum and name it NudgeIt and dubbel click on it
(if this does not work's then add a onclick event on it)

Greets ColdDoT

_________________


Last edited by ColdDoT on Fri Apr 20, 2007 12:40 pm; edited 1 time in total
Back to top
View user's profile Send private message MSN Messenger
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Fri Apr 20, 2007 11:21 am    Post subject: Reply with quote

wtf is the point
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Fri Apr 20, 2007 12:04 pm    Post subject: Reply with quote

the_undead wrote:
wtf is the point

wtf is this for comment ????
I only provide it for u guys so people dont have to reinvent the will Smile

_________________
Back to top
View user's profile Send private message MSN Messenger
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Fri Apr 20, 2007 12:16 pm    Post subject: Reply with quote

reinvent the will? Dont you mean "wheel"?
You talk about it like its amazingly revolutionary code or something. Its pointless. Totally pointless. Kaspersky and associated "coders" have got no originality and fill their engines with useless gimmicky crap... ...like this.

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Fri Apr 20, 2007 12:39 pm    Post subject: Reply with quote

i never said this is revolutionarie ?
ya sorry for will *** ment to be wheel

Ok lemme change it in Pointless release

_________________
Back to top
View user's profile Send private message MSN Messenger
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Fri Apr 20, 2007 12:43 pm    Post subject: Reply with quote

Sorry if I came off as though I'm flaming or something... just saying Very Happy
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ColdDoT
Grandmaster Cheater
Reputation: 0

Joined: 18 May 2006
Posts: 703
Location: The netherlands

PostPosted: Fri Apr 20, 2007 12:51 pm    Post subject: Reply with quote

the_undead wrote:
Sorry if I came off as though I'm flaming or something... just saying Very Happy


No problem
(To bad that a lot of people are trying to act cool *i think i'm to included a bit*)

_________________
Back to top
View user's profile Send private message MSN Messenger
ESPN8theocho
Master Cheater
Reputation: 0

Joined: 02 Sep 2006
Posts: 252
Location: Data.Wz

PostPosted: Sat Apr 21, 2007 12:32 am    Post subject: Reply with quote

old news...but
i have a different one in mine O_o

Code:
procedure TMainForm.Shake1Click(Sender: TObject);
var
 N     : Integer; //Counter
 TL,TT : Integer; //Backup for LEFT and TOP of teh FORM
begin
 TL := Left; //Backups Left of the Form
 TT := Top;  //Backups Top  of the Form
 //*********************************************************************
 for N:=1 to 100 do begin  //Counter Time
  Left:= (TL-10) + (Random(20)); {Shake Range in Horizontal Driection}
  Top := (TT-10) + (Random(20)); {Shake Range in Vertical   Driection}
 end;
 //*********************************************************************
 Left := TL; //Restores Left of the Form
 Top  := TT; //Restores Top  of the Form
 Refresh;
end;

creds to meh =)

_________________
MY NEOPETS AND MISC PROGRAMS - http://www.mobprogs.net
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source 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