Results 1 to 3 of 3

Thread: Can Simba Find A color in Maplestory

  1. #1
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default Can Simba Find A color in Maplestory

    Strange I pick a color and it doesnt even find it, so i test it by selecting my desktop and thats good but when i select maplestory and set everything up it does not find color...

    it does find coordinates if i do (200,200 lets say..

    any1 no y it csnnot find colors? possably format? iono



    Simba Code:
    program new;


    var
    main: integer;
    stringfu: string;
    begin
    cleardebug;
    main:=bitmapfromclient(50,50,200,200);
    Stringfu:=createbitmapstring(main);
    displaydebugimgwindow(500,250);
    drawbitmapdebugimg(main);
    writeln(stringfu)
    end.

    this does not even draw a bitmap... soo strange


    Simba Code:
    program new;


    var
    main: integer;
    stringfu: string;
    begin
    cleardebug;
    setdesktopasclient;
    activateclient;
    sleep(500);
    main:=bitmapfromclient(0,0,500,250);
    Stringfu:=createbitmapstring(main);
    displaydebugimgwindow(500,250);
    drawbitmapdebugimg(main);
    writeln(stringfu)
    end.

    this works but its veryvery buggy
    Last edited by wantonman; 01-18-2012 at 01:18 AM.

  2. #2
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Are you playing in Windowed?

  3. #3
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    does game guard block simba from picking up color in the first place?
    Oh Hai Dar

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
  •