Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Thread: MMCX error

  1. #1
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Exclamation MMCX error

    thats the script line:

    c.IOManager, false, 0, 0, MMCX-75, MMCY-75, MMCX+75, MMCY+75


    and thats the error i get:

    [Error] C:\Simba\Includes\sps/sps.simba(43:35): Unknown identifier 'MMCX' at line 42
    Compiling failed.

    please help, i have updated SPS i have even tried to override update and it still doesnt work

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    You need to include srl before you include sps.
    Working on: Tithe Farmer

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    MMCX belongs to SRL includes and has nth to do with sps.
    add {$i SRL/srl.simba} to above ur {$i SPS/sps.simba}

  4. #4
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    MMCX belongs to SRL includes and has nth to do with sps.
    add {$i SRL/srl.simba} to above ur {$i SPS/sps.simba}
    thnks that did it

    but now im getting:

    [Hint] C:\Simba\Includes\ObjectDTM\ObjDTMInclude.simba(21 04:3): Variable 'KMTARGET' never used at line 2103
    [Hint] C:\Simba\Includes\ObjectDTM\ObjDTMInclude.simba(21 04:3): Variable 'ITARGET' never used at line 2103
    [Error] (156:5): Unknown identifier 'SMART_ClearCanvas' at line 155
    Compiling failed.

    used line is SMART_ClearCanvas;

    i have put objectdtm folder in the include folder, no idea why its giving me this
    Last edited by b12hitman; 06-09-2012 at 10:59 AM.

  5. #5
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    {$i SRL/SRL/misc/paintsmart.simba}
    Always include the file in which u used the function from (except those already included by SetupSRL--the core files)

    Ignore those hints, it simply means the declared variables are not used, nth big deal at all.

  6. #6
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I smell that this is the anti leech from my script

  7. #7
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Red face

    Quote Originally Posted by riwu View Post
    {$i SRL/SRL/misc/paintsmart.simba}
    Always include the file in which u used the function from (except those already included by SetupSRL--the core files)

    Ignore those hints, it simply means the declared variables are not used, nth big deal at all.
    Okay i put that in but now im getting

    [Hint] C:\Simba\Includes\ObjectDTM\ObjDTMInclude.simba(21 04:3): Variable 'KMTARGET' never used at line 2103
    [Hint] C:\Simba\Includes\ObjectDTM\ObjDTMInclude.simba(21 04:3): Variable 'ITARGET' never used at line 2103
    [Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(39:3): Unknown identifier 'SmartSetDebug' at line 38
    Compiling failed.

    im a real bad scripter
    Last edited by b12hitman; 06-09-2012 at 11:08 AM.

  8. #8
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    I smell that this is the anti leech from my script
    Opps srry didn't know.

    Knowing that this is antileech from a script i cant be helping u anymore, read through http://villavu.com/forum/forumdisplay.php?f=191 and u will know how to fix these errors easily

  9. #9
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Opps srry didn't know.

    Knowing that this is antileech from a script i cant be helping u anymore, read through http://villavu.com/forum/forumdisplay.php?f=191 and u will know how to fix these errors easily
    kk thnks

  10. #10
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Opps srry didn't know.

    Knowing that this is antileech from a script i cant be helping u anymore, read through http://villavu.com/forum/forumdisplay.php?f=191 and u will know how to fix these errors easily
    Never thought my script's anti leech will be asked on forum, thought the script wasn't that popular

    To OP:
    Look at the top of the script, I comment out the includes, you only need to include them. After those includes, there's still some anti leech though. But they're very easy if you start to learn scripting.

  11. #11
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    Never thought my script's anti leech will be asked on forum, thought the script wasn't that popular

    To OP:
    Look at the top of the script, I comment out the includes, you only need to include them. After those includes, there's still some anti leech though. But they're very easy if you start to learn scripting.

    lol hw can i be so blind {.include SRL/SRL/Misc/Online.simba} :P

    ive anti leeched like 1 script which was the limocosher which was fairly easy is; urs as easy as that one, looks more harder to me at the moment
    Last edited by b12hitman; 06-09-2012 at 11:19 AM.

  12. #12
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    When did we start adding anti leach never thought we where like that here.

  13. #13
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CRU1Z1N View Post
    When did we start adding anti leach never thought we where like that here.
    well i got my self to line 195

    cosmics := DTMFromString('mggAAAHicY2NgYOADYgkgZgJiXiCWYUAAHi DmAmIBKJ8RiG/flIOqRsWSDNgBIw4MAQDL+wJ6');

    [Error] (196:3): Unknown identifier 'cosmics' at line 195
    Compiling failed.

  14. #14
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Quote Originally Posted by b12hitman View Post
    well i got my self to line 195

    cosmics := DTMFromString('mggAAAHicY2NgYOADYgkgZgJiXiCWYUAAHi DmAmIBKJ8RiG/flIOqRsWSDNgBIw4MAQDL+wJ6');

    [Error] (196:3): Unknown identifier 'cosmics' at line 195
    Compiling failed.
    Cosmics needs to be defined as an integer
    Like so

    Var
    Cosmics:integer;

  15. #15
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CRU1Z1N View Post
    Cosmics needs to be defined as an integer
    Like so

    Var
    Cosmics:integer;
    erm its still giving me that error ive wrote it like this

    Begin
    Var
    Cosmics:integer := DTMFromString('mggAAAHicY2NgYOADYgkgZgJiXiCWYUAAHi DmAmIBKJ8RiG/flIOqRsWSDNgBIw4MAQDL+wJ6');

  16. #16
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Lol do what u wrote but before the begin look at yohojo's youtube tutorials will help you solve these problems yourself.

  17. #17
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pretty sure I had those vars included, just that I've changed something so it couldn't be found.

  18. #18
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    Pretty sure I had those vars included, just that I've changed something so it couldn't be found.
    yh i got that now im on line

    [Error] (219:11): Unknown identifier 'astrals' at line 218
    Compiling failed.

    that youtube tutorial really helped

  19. #19
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'd recommend not to look through those tutorials just for the purpose of solving the anti leech :\

    Decided to add those anti leech because of the big crash on cosmic prices.

  20. #20
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Keep going bud you will get the hang of it soon that's the same type of error as before it just means the pacific variable aint been declared or may'b miss typed.

    I would advise you to make your own simple script will help you out a lot.

  21. #21
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    I'd recommend not to look through those tutorials just for the purpose of solving the anti leech :\

    Decided to add those anti leech because of the big crash on cosmic prices.
    i dont mind ur anti leech but i want to use the script so i can make 100$ and invest and become a millionaire
    to me it looks like the best way to make rsgp, or is there another?

    Got through that line too 236 now

    Function FindAgiWall:
    begin
    Result := CountColorTolerance(13756658, 265, 192, 282, 217, 20) > 300;
    end;

    [Error] (238:1): Identifier expected at line 237
    Compiling failed.
    Last edited by b12hitman; 06-09-2012 at 12:28 PM.

  22. #22
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Quote Originally Posted by b12hitman View Post
    i dont mind ur anti leech but i want to use the script so i can make 100$ and invest and become a millionaire
    to me it looks like the best way to make rsgp, or is there another?
    Lol so your planning on farming.

  23. #23
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by CRU1Z1N View Post
    Lol so your planning on farming.
    im doing loads of different methods, they all suck, this method prob get 300k a hr, i jst need 100$ so i can invest in this website which gives you 80% increase money back so 180$ back then again and again

    when i get my 100$ and make loads of money ill donate to CephaXz because of his script

  24. #24
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by b12hitman View Post
    im doing loads of different methods, they all suck, this method prob get 300k a hr, i jst need 100$ so i can invest in this website which gives you 80% increase money back so 180$ back then again and again

    when i get my 100$ and make loads of money ill donate to CephaXz because of his script
    lol im 180% sure u r getting scammed. Even experienced stock broker dont get 80% return (unless they are saying they will pay u $180 after 10 years). Use ur common sense, if making money is so easy, everyone will now be a billionaire?

    And farming RSGP isn't really a good way to earn money, those goldfarmers do it because they are from less developed countries (China, India etc) in which the USD RWTers pay to them is worth a lot and could easily be the salary of a white collar job in their region.
    Try get a real life job, u will get $100 within 1/2 days.

  25. #25
    Join Date
    Nov 2011
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    lol im 180% sure u r getting scammed. Even experienced stock broker dont get 80% return (unless they are saying they will pay u $180 after 10 years). Use ur common sense, if making money is so easy, everyone will now be a billionaire?

    And farming RSGP isn't really a good way to earn money, those goldfarmers do it because they are from less developed countries (China, India etc) in which the USD RWTers pay to them is worth a lot and could easily be the salary of a white collar job in their region.
    Try get a real life job, u will get $100 within 1/2 days.
    im 16 i aint got a cc i need that money in paypal, that broker is legit because i saw someone come out from that website with 54m, and he showed me his paypal balance, then he brought all steam games, he ordered like 500 games from Gamestation and he showed me the checkout completed not the basket, i dont mind if i get scammed, but its worth a try, i jst need like 150m

Page 1 of 2 12 LastLast

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
  •