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 


help me omfg please i want to know how omfg

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

Joined: 16 Oct 2007
Posts: 541

PostPosted: Thu Dec 13, 2007 7:30 pm    Post subject: help me omfg please i want to know how omfg Reply with quote

how can you make it so what u type in a text box goes onto a wbsite

i tryed sotmhing like this

sendkeys (text1.text, text2.text) www.guestbook.com

_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...

Fact: no one tells the truth on cheat engine fourms
Back to top
View user's profile Send private message
Cryoma
Member of the Year
Reputation: 198

Joined: 14 Jan 2009
Posts: 1819

PostPosted: Thu Dec 13, 2007 7:39 pm    Post subject: Reply with quote

Just make a web browser and set the URL to whatever.
Back to top
View user's profile Send private message
Reak
I post too much
Reputation: 0

Joined: 15 May 2007
Posts: 3496

PostPosted: Thu Dec 13, 2007 7:43 pm    Post subject: Reply with quote

if it's delphi use this:

Add ShellAPI into your uses list.
Code:

uses
...
ShellAPI;


Code:
  private
  procedure OpenAlinkBitch(url: PAnsiChar);
    { Private declarations }



Code:
procedure TForm1.OpenAlinkBitch(url: PAnsiChar);
begin
  ShellExecute(Handle, 'open', url, nil, nil, SW_SHOW);
end;


and to call it
Code:
procedure TForm1.Button1Click(Sender: TObject);
begin
OpenAlinkBitch('http://iamastupidfag.com');
end;


Didn't test it, but should work.


Last edited by Reak on Thu Dec 13, 2007 7:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
Box
Grandmaster Cheater
Reputation: 0

Joined: 16 Oct 2007
Posts: 541

PostPosted: Thu Dec 13, 2007 7:50 pm    Post subject: Reply with quote

vb6 plox?
_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...

Fact: no one tells the truth on cheat engine fourms
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Thu Dec 13, 2007 8:06 pm    Post subject: Reply with quote

magic moo wrote:
vb6 plox?


Use ShellExecute.

Code:
Option Explicit

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Private Sub Command1_Click()
    ShellExecute Me.hwnd, "open", "http://www.google.com", vbNullString, vbNullString, vbNull
End Sub

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Hack-Addict
Master Cheater
Reputation: 0

Joined: 20 Nov 2007
Posts: 287

PostPosted: Thu Dec 13, 2007 8:12 pm    Post subject: Reply with quote

Code:
 SendKeys (Text1.Text)

You can't put together two text boxes in one sendkey function, just do this
Code:
 Sendkeys (Text1.text)
SendKeys (Text2.Text)

_________________

Sciextron made the userbar up here, Rep him =D

[img]http://i145.photobucket.com/albums/r225/Michaell61/header.gif[/img] <---Visit theprocoders today!
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Thu Dec 13, 2007 8:15 pm    Post subject: Reply with quote

Hack-Addict wrote:
Code:
 SendKeys (Text1.Text)

You can't put together two text boxes in one sendkey function, just do this
Code:
 Sendkeys (Text1.text)
SendKeys (Text2.Text)


In VB? Sure you can:

Code:
SendKeys Text1.Text & Text2.Text

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Box
Grandmaster Cheater
Reputation: 0

Joined: 16 Oct 2007
Posts: 541

PostPosted: Fri Dec 14, 2007 2:48 pm    Post subject: Reply with quote

umm lol where know one noes what i mean.... send keys where is it going to send the keys?
_________________
zurkei wrote:
Wow box your a real dick, I can't believe I actually thought that you were telling the truth...

Fact: no one tells the truth on cheat engine fourms
Back to top
View user's profile Send private message
Blader
I post too much
Reputation: 2

Joined: 19 Jan 2007
Posts: 2049

PostPosted: Fri Dec 14, 2007 2:56 pm    Post subject: Reply with quote

magic moo wrote:
umm lol where know one noes what i mean.... send keys where is it going to send the keys?


I already told you, in the current textbox you have selected

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Fri Dec 14, 2007 7:06 pm    Post subject: Reply with quote

magic moo wrote:
umm lol where know one noes what i mean.... send keys where is it going to send the keys?


SendKeys sends the keys to the current active window / object. So you will need to activate the window you wish, as well as the object on the window.

AppActivate would be the easiest route to take to activate another window.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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