Author Topic: Help Badly  (Read 1213 times)

Offline triumphost1

  • Newbie
  • *
  • Posts: 19
  • Rep: 0
    • View Profile
Help Badly
« on: August 07, 2008, 08:36:18 pm »
Umm i recently Learned programming in scar which is great but now im trying hard to learn c++ and its not very easy but some of the scar functions i actually miss really bad... I want to know how to get mouse co-ordinates and how to click and movemouse in C++ like in scar it would be movemousesmooth(x,y); etc and stuff like sendkeys('Help'+chr(13)); but for some reason i can figure it out for C++ at all... If anyone knows how to get co-ordinates and move mouse and send keys etc...pls post here or PM me PLS PLS PLS... Also does anyone have a really good scar tutorial ive been around google for a week and tried learning all the tutorials but it was very hard to understand some of the stuff and thanx for reading all my boring typing...

Freddy1990.com

Help Badly
« on: August 07, 2008, 08:36:18 pm »

Offline Freddy

  • Owner
  • *****
  • Posts: 2614
  • Rep: 19
    • MSN Messenger - freddy1990@gmail.com
    • AOL Instant Messenger - Freddy199O
    • View Profile
    • Email
Re: Help Badly
« Reply #1 on: August 08, 2008, 02:02:44 am »
These functions in SCAR aren't default language features of any language, they're coded for SCAR, if you want to use them in another language you'll have to write them from scratch based on api calls... You might want to have a look at the GetCursorPos, SetCursorPos and Mouse_Event apis.

Freddy1990.com

Re: Help Badly
« Reply #1 on: August 08, 2008, 02:02:44 am »

Offline triumphost1

  • Newbie
  • *
  • Posts: 19
  • Rep: 0
    • View Profile
Re: Help Badly
« Reply #2 on: August 08, 2008, 11:21:07 am »
I think this is a noob question but i made a form with buttons and when i compile it, it runs perfectly except i dont know how to make my buttons or menu's do something on the form... i want it so that when the person click ok or start on my form or check the remember my password box, it will start the program or remember the password... How exactly would i do that, its been 1 day since i started learning c++ and cant figure out how to do it... :mad:

It Looks like this:
« Last Edit: August 08, 2008, 11:23:11 am by triumphost1 »

Offline Freddy

  • Owner
  • *****
  • Posts: 2614
  • Rep: 19
    • MSN Messenger - freddy1990@gmail.com
    • AOL Instant Messenger - Freddy199O
    • View Profile
    • Email
Re: Help Badly
« Reply #3 on: August 08, 2008, 03:35:49 pm »
You could do that by learning a few more days... Programming skills don't come to you over night...

Offline Se7eN

  • Global Moderator
  • *****
  • Posts: 464
  • Rep: 2
  • Cpp Guru
    • View Profile
    • Email
Re: Help Badly
« Reply #4 on: September 22, 2008, 05:10:54 pm »
uh i am going to guess your using visual studio. which as functions that you can use but like freddy said you should really stop to learn the basics of c++ before you try to do all of this. this is at about day 60 instead of day 1... lol

i made a beginners guide here. http://freddy1990.com/forums/index.php?topic=450.0 that should help you get started with understanding how these programs work there is also another on by nitrous that i suggest you read.
also http://www.cplusplus.com/doc/tutorial/ has allot of good information on the C++ language.

-Se7eN
Quote from: TheGuyWhoGotOn
Ok you look like you're going to break a lot of rules so here is a heads up, next time if you try to log in and cant, its because your banned.

Freddy1990.com

Re: Help Badly
« Reply #4 on: September 22, 2008, 05:10:54 pm »

 

deductible-aliform