Page 16 of 54 FirstFirst ... 6141516171826 ... LastLast
Results 376 to 400 of 1345

Thread: OFFICIAL Social Slayer/SMART Not Working Thread

  1. #376
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    What I posted will literally work perfectly.


    The red box represents the new client size (Drawn with SMART_DrawBox and GetClientDimenstions). Now all I have to do is find a way to move it down 50 pixels (won't take long)
    I got an Access violation error.

    Line: ClientBMP := BitmapFromClient(0, 50, 765, 553);

  2. #377
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by shstiger2009 View Post
    I got an Access violation error.

    Line: ClientBMP := BitmapFromClient(0, 50, 765, 553);
    Yeah hang on I'm still working on it. I got the old SRL version off github. Normally Access violation errors mean that you don't have the permissions to do something Run as Administrator.

  3. #378
    Join Date
    Jul 2012
    Location
    U.S.A.
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    What I posted will literally work perfectly.


    The red box represents the new client size (Drawn with SMART_DrawBox and GetClientDimenstions). Now all I have to do is find a way to move it down 50 pixels (won't take long)
    great looking forward to it!
    ^Question of the day^

  4. #379
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Guy, when proposing to do a offset on every get(color, position or whatever), you need to remember that SRL isn't only for runescape.

    You can't just make those function return a position "off" by 50 pixels just because jagex added a little menu bar on top.

    Personaly I use simba for Diablo III as well as some more games, and some people use it for flash games and to automate some task that aren't even game related.

    You can't just quick fix SRL by wrecking everything else.

    This "quick and dirty" solution might be good for you if you don't use simba for anything else than runescape, but the Devs simply can't do that since its walking 1 feet forward and 10 backward.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  5. #380
    Join Date
    Nov 2011
    Location
    United states
    Posts
    516
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    What I posted will literally work perfectly.


    The red box represents the new client size (Drawn with SMART_DrawBox and GetClientDimenstions). Now all I have to do is find a way to move it down 50 pixels (won't take long)
    The "New smart" or atleast the one i logged onto today was moved down so you could see all the screen both top and bottom. But when you move the client up you need to take into consideration that the client bar on the top loads with the client now so i feel this is going to be tricky. I propose that we dont actually work on moving the client rater work to update the coordinates of existing extensions and builds to fit with the new client.I'm not entirely sure but that is just my opinion to just keep it load the entire client and just change the variables. What we could do is have something that adds the 50 px to the Y values on the extensions to make it easier for now then after time update all of them to work with the bar on the top. Either way i'm sure it will turn out find just kind of annoys me cause it put a nice stop to a few of my new scripts I have been working on and plan to release.


    Oh and as for the items being messed up I was having the same problem all you need to do to fix is just delete your cache and redownload <- or atleast it worked for me

    edit: i accidently alched a whip cause it was invisible in my inventory (this really was sad because I just got hacked for all the stuff 2 days ago. )

  6. #381
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by eska View Post
    Guy, when proposing to do a offset on every get(color, position or whatever), you need to remember that SRL isn't only for runescape.

    You can't just make those function return a position "off" by 50 pixels just because jagex added a little menu bar on top.

    Personaly I use simba for Diablo III as well as some more games, and some people use it for flash games and to automate some task that aren't even game related.

    You can't just quick fix SMART by wrecking everything else.

    This "quick and dirty" solution might be good for you if you don't use simba for anything else than SMART, but the Devs simply can't do that since its walking 1 feet forward and 10 backward.
    @eska, use old version of smart, problem solved
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  7. #382
    Join Date
    Feb 2006
    Location
    Berkeley, CA
    Posts
    1,837
    Mentioned
    52 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by [J]ustin View Post
    Hope the dev team\helpers aren't forgetting about people who don't use SMART
    Quote Originally Posted by eska View Post
    Guy, when proposing to do a offset on every get(color, position or whatever), you need to remember that SRL isn't only for runescape.

    You can't just make those function return a position "off" by 50 pixels just because jagex added a little menu bar on top.

    Personaly I use simba for Diablo III as well as some more games, and some people use it for flash games and to automate some task that aren't even game related.

    You can't just quick fix SMART by wrecking everything else.

    This "quick and dirty" solution might be good for you if you don't use simba for anything else than SMART, but the Devs simply can't do that since its walking 1 feet forward and 10 backward.
    FYI This is not related to 'quick fixing' SMART --- SMART already had different client sizes built in and ready to use, this is about fixing SRL

    To the poster above me: All versions of SMART since... v6.0 had the same feature, there is no need to use old versions of SMART

  8. #383
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    @eska, use old version of smart, problem solved
    What do you want me to do with SMART? It can only run runescape. You didn't understand a thing about what I said.


    @Benland100
    I meant SRL, let me edit.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  9. #384
    Join Date
    Jul 2012
    Location
    U.S.A.
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    @eska, use old version of smart, problem solved
    ^lol^

    any update on the size fix for smart?
    ^Question of the day^

  10. #385
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Meant old version of SRL, my bad. I believe an update for smart's been pushed. Im running smart right now, Works fine.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

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

    Default

    Quote Originally Posted by eska View Post
    What do you want me to do with SMART? It can only run runescape. You didn't understand a thing about what I said.

    @Benland100
    I meant SRL, let me edit.
    Not sure that you read the thread either :S
    When I did my own updates I used a constant. In globals, u set it to zero and the functions work as they normally would so you can use it for things that aren't runescape related..

    Iunno how anyone else implemented anything but I'm sticking to what I did. Just gotta wait it out and see what the actual solution becomes.
    I am Ggzz..
    Hackintosher

  12. #387
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    Meant old version of SRL, my bad. I believe an update for smart's been pushed. Im running smart right now, Works fine.
    So you are suggesting this:
    Force user who are using simba for anything else than runescape, to use an old, outdated version of SRL, just because runescape had an update, and you didn't want to spend some time applying a good fix that works for runescape without wrecking everything else?

    Man I hope you don't want to become a programmer, because with that way of thinking, it probably won't work out.

    All I'm saying is, to non-devs, this problem might seem very easy to fix, but it's in fact a bit more complicated that it seems because it affect much more than just what we can see.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  13. #388
    Join Date
    Feb 2012
    Posts
    168
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    That's my error

  14. #389
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    The red box represents the new client size (Drawn with SMART_DrawBox and GetClientDimenstions). Now all I have to do is find a way to move it down 50 pixels (won't take long)
    Your way won't work. What you're doing it literally making a copy of the client as it is. You'll never see the screen redraw. You can't bot on a single picture...



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  15. #390
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by eska View Post
    So you are suggesting this:
    Force user who are using simba for anything else than runescape, to use an old, outdated version of SRL, just because runescape had an update, and you didn't want to spend some time applying a good fix that works for runescape without wrecking everything else?

    Man I hope you don't want to become a programmer, because with that way of thinking, it probably won't work out.

    All I'm saying is, to non-devs, this problem might seem very easy to fix, but it's in fact a bit more complicated that it seems because it affect much more than just what we can see.
    Just because its old doesn't necessarily mean its outdated. Anyways, I didn't understand how this was being done, I think Brandon's cleared it up.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  16. #391
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Your way won't work. What you're doing it literally making a copy of the client as it is. You'll never see the screen redraw. You can't bot on a single picture...
    What I'm trying to do is change the target client. Is the client change not permanent? This is what I have now:

    Simba Code:
    procedure fix(InLobby: boolean);
    var
      ClientW, ClientH: Integer;
    begin
      if InLobby then
        SetTargetBitmap(BitmapFromClient(0, 22, 765, 553))
      else
        SetTargetBitmap(BitmapFromClient(0, 50, 765, 553));
      GetClientDimensions(ClientW, ClientH);
      SMART_DrawBox(PointToBox(Point(0, 0), Point(ClientW, ClientH)));
      TerminateScript;
    end;

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

    Default

    Quote Originally Posted by Nebula View Post
    What I'm trying to do is change the target client. Is the client change not permanent? This is what I have now..
    You can't just shift the target to another screen/bitmap. Like wiz said, you can't bot on a bitmap. What you do is shift the pointer that simba reads from in the target. Benland had suggested this a couple pages back already. It's already been done as well.
    I am Ggzz..
    Hackintosher

  18. #393
    Join Date
    Dec 2011
    Posts
    113
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    I don't know what any of that means, are you saying to just chop off the new area created by the update, and just make it how it used to be? like this:

    Don't see why that wouldn't work.
    ^
    I strongly recommend this instead of fixed global values. Please make it auto detect and adapt depends on certain variables, you know when optimus rolls out Jagex/Jacmob is going to randomize the Y value of the bar on each login.

    OR Jerry rig it by add a Y value slider on smart for manual adjustment

  19. #394
    Join Date
    Mar 2012
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm not sure how SIMBA works, but maybe changing all the detect X values down a bit more? Hard to explain. If that wouldn't work, I guess I'd leave it to the experts.

    Good luck, cannot wait to use the amazing SIMBA and thank the people who fix it! I will be patient as it's worth waiting.

  20. #395
    Join Date
    Jul 2009
    Location
    scs, MI
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey guys i've been reading around on this thread and ive noticed the term "optimus" I was wondering what this meant?
    also thanks for working hard and on your own time to get this issue fixed
    pwned

  21. #396
    Join Date
    Jun 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Optimus is what Jagex is calling the new bot nuke.

  22. #397
    Join Date
    Jul 2009
    Location
    scs, MI
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol well there are a lot of bots that are obviously bots and if jagex hasnt caught on theyre blind. 25+ people wearing all of the same armour in the same place and none of them talk, seems legit right? lol
    optimus wont touch me cuz im a smart botter!
    pwned

  23. #398
    Join Date
    Jun 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    we pay $8 for membership and they try so hard to eliminate botting. damn enhlish people and there crap "oh we can't let people do this it's not polite" and i can say that becasue my grandmother is exactly like that and english.we pay for what we do on the game and why should they control it? sure they created the WHOLE thing, but for christs sake it like obama trying to make everyone the same social class and control EVERYONE. oh and a GREAT question what actually happenes if you get *caught* botting? ive heard a lot of different things and someine please give me the real reason.

  24. #399
    Join Date
    Dec 2011
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dx osiris1 View Post
    we pay $8 for membership and they try so hard to eliminate botting. damn enhlish people and there crap "oh we can't let people do this it's not polite" and i can say that becasue my grandmother is exactly like that and english.we pay for what we do on the game and why should they control it? sure they created the WHOLE thing, but for christs sake it like obama trying to make everyone the same social class and control EVERYONE. oh and a GREAT question what actually happenes if you get *caught* botting? ive heard a lot of different things and someine please give me the real reason.
    It is fun to play the game once you have money/skills, on the contrary getting the exp and money consumes ones life and to not use a bot is insane...I enjoy having a life and getting to play the game, the way it was intended, with skills and money. I also caught got for botting on another account but I was using a bot not based off color. They perm banned me and that was the end of it.
    Infowars .com Exposing government corruption...Liberty or Death!

  25. #400
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If this minimal update is flustering the entire community, just imagine how horrendous it will be when the bot nuke comes out...

Page 16 of 54 FirstFirst ... 6141516171826 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •