Results 1 to 9 of 9

Thread: Help?

  1. #1
    Join Date
    Jul 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help?

    This is a script for the website www.pawngame.com It's a 2d side scroller. I'm trying to make an auto hs'er. Please help heres the code

    SCAR Code:
    program PawnGameHs;
    var
    x , y, Pawn :Integer;
    begin
    Pawn := LoadBitmap('Name Of my bitmap here');
    if (FindBitmap(Pawn,x,y)) then
    ClickMouse(x,y, true);
    repeat until false;
    end.

    Please help.

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Ownt? View Post
    This is a script for the website www.pawngame.com It's a 2d side scroller. I'm trying to make an auto hs'er. Please help heres the code

    SCAR Code:
    program PawnGameHs;
    var
    x , y, Pawn :Integer;
    begin
    Pawn := LoadBitmap('Name Of my bitmap here');
    if (FindBitmap(Pawn,x,y)) then
    ClickMouse(x,y, true);
    repeat until false;
    end.

    Please help.
    SCAR Code:
    program PawnGameHs;
    var
    x , y, Pawn :Integer;
    begin
    Pawn := LoadBitmap('Name Of my bitmap here');
    repeat
    if (FindBitmap(Pawn,x,y)) then
    ClickMouse(x,y, true);
    until false;
    end.

    There?

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  3. #3
    Join Date
    Jul 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Urm. Didn't help? Btw it compiles successfully then doesn't do anything.

  4. #4
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    post the bitmap..

    It doesent work because the bitmap is "faulty"

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  5. #5
    Join Date
    Jul 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is there a different way I can do it then?



    Urm I posted it above, I can't see it not sure if u can.

  6. #6
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    well just post the string -.-

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  7. #7
    Join Date
    Jul 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    make the background black use a small 4x4 bitmap middle of the face

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  9. #9
    Join Date
    Jul 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey i decided noone would do the work for me so im gna have another shot. Ty for the help. Hope your still keen to give me a hand...

    Edit: Ur a genious, it's working. has so many bugs tho :P
    It attacks my head and my other teammates heads lol. Tryna fix :P
    and also it only attack's people when they're facing the right way :P

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •