Page 42 of 54 FirstFirst ... 32404142434452 ... LastLast
Results 1,026 to 1,050 of 1345

Thread: OFFICIAL Social Slayer/SMART Not Working Thread

  1. #1026
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by Shino Iro View Post
    Kay, I made it this far and now I'm stuck. I can't get the Makefile to work with MinGW, no matter how hard I try. I double click the Makefile and every time it asks me what to run, I go through the MinGW file looking for which application to choose to run it and each time it doesn't work. What do I choose when trying to setup the Makefile to work with MinGW? I keep trying different ones and none of them work, it merely loads a prompt box for half a second then disappears as if nothing happened.
    LOL! Mingw is a compiler! Not a text editor. A makefile is just a text file.

    Open the makefile with wordpad or notepad++ or any text editor. Notepad is bad by the way. Notepad++ is the best but just use wordpad if u don't have it. Edit the file like the diagrams show using a text editor.
    I am Ggzz..
    Hackintosher

  2. #1027
    Join Date
    Jul 2012
    Location
    At home, bro.
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by klamse View Post
    I'm pretty sure the item glitch will be fixed. I highly doubt it's intentional.
    There is nowhere that states that they put it there on purpose.
    They also stated they have no intention of fixing it. So, it seems pretty intentional.

  3. #1028
    Join Date
    Nov 2011
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    keep getting
    Error: Exception: TMWindow.ReturnData: The parameters passed are wrong; xs,ys 0,0 width,height 766,553 at line 525
    can't figure out what is wrong, seems globals.simba

    nvm, updating srl solved this error
    Last edited by oligofren; 07-19-2012 at 06:40 AM.

  4. #1029
    Join Date
    Jul 2012
    Location
    Atlanta
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Still getting the same thing, even after I moved the new plugins to Simba. Am I doing something wrong or what? :I

  5. #1030
    Join Date
    Mar 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by L00PH0LE View Post
    They also stated they have no intention of fixing it. So, it seems pretty intentional.
    Can you give us the source? if its true then it pretty sucks...

  6. #1031
    Join Date
    Nov 2011
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Arepirpi View Post
    Can you give us the source? if its true then it pretty sucks...
    it was on rs forums jmods said that they were not going not fix the safe mode bug, can't give qfc, probably the thread already was eaten by page51 monster

  7. #1032
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    I honestly didn't think we'd still be waiting for the fix.
    I'm not complaining. It's free.
    But I just didn't think it would take this long.
    Sinking. Always. Sinking.

  8. #1033
    Join Date
    Mar 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Law and Justice View Post
    I honestly didn't think we'd still be waiting for the fix.
    I'm not complaining. It's free.
    But I just didn't think it would take this long.
    I'm sure i'll get some more haters onto my "standing" or whatever but i dont rly care , why not use powerbot in meantime while they work on a fix... I am...

  9. #1034
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    553
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by creedgaming View Post
    I'm sure i'll get some more haters onto my "standing" or whatever but i dont rly care , why not use powerbot in meantime while they work on a fix... I am...
    I don't trust it, I'm too paranoid.
    I only trust simba really...
    Sinking. Always. Sinking.

  10. #1035
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thanks to p1ng, I got it actually compiled. However, it has trouble recognizing it's even logged in ... it tried to type my password ingame LOL. THis is for the preemptile runespan.

  11. #1036
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    zzz..

  12. #1037
    Join Date
    Jan 2012
    Posts
    369
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by L00PH0LE View Post
    They also stated they have no intention of fixing it. So, it seems pretty intentional.
    Well we will have to learn and adapt, make scripts that run without safe Mode.

    We just need a little bit of guidance to get us started.

    I myself heavily modified a script of mine and implemented alternatives methods so it won't rely on Invisible items - So far it works pretty smooth - Take that Jagex

  13. #1038
    Join Date
    May 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    can someone help me fix the login? it sits at the login screen now and takes ages to type in the username, then eventually fails.

  14. #1039
    Join Date
    Jun 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Procedure LogIn;
    begin
    Mouse(315, 211, 3, 3, 1);
    wait(randomrange(200,300));
    Typesend(Username);
    wait(randomrange(200,300));
    Mouse(320, 255, 2, 2, 1);
    wait(randomrange(200,300));
    Typesend(Password);
    wait(randomrange(200,300));
    Mouse(384, 298, 2, 2, 1);
    wait(randomrange(1000,2000));
    Mouse(369, 510, 3, 3, 1);
    wait(randomrange(10000,15000));
    end;

    I use this for my broken scripts now hope this helps

  15. #1040
    Join Date
    Mar 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Law and Justice View Post
    I don't trust it, I'm too paranoid.
    I only trust simba really...
    Been using powerbot for months

  16. #1041
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\srl/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40

    SmartSetDebug(True);


    tried the ghetto fix on the front page but im getting this error

  17. #1042
    Join Date
    Mar 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by L00PH0LE View Post
    They also stated they have no intention of fixing it. So, it seems pretty intentional.
    Well they've fixed my ores , so i think you were reading a bullshit post...

  18. #1043
    Join Date
    Dec 2011
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    anyone else getting "EIOS Unpaired" error? "paired thread terminated:rest" cant find a fix for this.

  19. #1044
    Join Date
    Jan 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Any ETA on next version of Simba?

  20. #1045
    Join Date
    Jan 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by L B View Post
    Any ETA on next version of Simba?
    Read the OP there is no ETA just be patient it will come when it comes

  21. #1046
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by mortino View Post
    anyone else getting "EIOS Unpaired" error? "paired thread terminated:rest" cant find a fix for this.
    Something is happening between smart and simba's connection. Might be lag, I'd try setting your process priorities higher.

  22. #1047
    Join Date
    May 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by creedgaming View Post
    Well they've fixed my ores , so i think you were reading a bullshit post...
    No, there was a forum post from a Jmod stating that they had no intention of fixing it... why would they fix your ores and nothing else?

  23. #1048
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do I fix the deformed items? I runned a script on smart but it doesnt let me get out of safe mode.

  24. #1049
    Join Date
    Dec 2011
    Posts
    571
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow i like how this program has been down for 1 whole week now or more

  25. #1050
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by print123 View Post
    wow i like how this program has been down for 1 whole week now or more
    yup it suckks!

Page 42 of 54 FirstFirst ... 32404142434452 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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