Adblock breaks this site

Open Source Bot/Cracked/Leaked?

Discussion in 'RuneScape 2007 Cheating' started by Derdo, Jun 29, 2013.

  1. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Hello,

    I wanted to ask, is here a bot which is open source and is work? Or an bot which is decompiled/cracked ?
     
  2. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

    Simba, SMART, SRL-OSR, and every script made for Simba are, of course, all open-source and will never cost you anything. Also if I'm not mistaken vInsert is open-source.
     
  3. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Thanks
    Can you give me the links to the bot websites where i can download the source please?
     
  4. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

  5. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Thanks!
    At the moment it exist any other simba 'clones'?

    And only the source for 07 is public or for EoC too?
     
  6. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

    I've heard of a couple people downloading unofficial versions of Simba and having issues but if you download from Villavu then you're obviously safe from that sort of thing.

    Simba is a compiler; you can make scripts to macro however you want for anything you want. Simba itself remains the same whether you're using it on EoC, OSRS, or any other game out there, so the source I linked you to is the source for that program.

    SMART is the java client that actually loads up Runescape, both EoC and OSRS; it's also open-source.

    What differs between EoC and OSRS are the SRL libraries, which are just arrays of handy pre-made functions & procedures to make scripting easier. SRL and SRL-OSR are designed specifically for RS macroing. If you'd like to look over what we have written already for SRL-OSR you can take a look at the GitHub as, like everything else, it's open-source:
    https://github.com/SRL/SRL-OSR
     
  7. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Thanks for the answer.
    One question again, because its open source, can i chang something that the bot load german server and not english server? At powerbot thats worked (Rsbot 2 open source...)
     
  8. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

    Yes, that can be done in SmartParams.simba, which is the Simba file that loads up the SMART file.

    Any further specific questions I recommend asking over at Villavu; you won't find much help in this community.
     
  9. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Okay thank you so much :).

    Thread can be closed.
     
  10. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Hey,

    Because the forum from simba is hacked, i ask here again.
    I have downloaded the source from simba, but i cant find there simbaparams.simba

    So i searched SRL-OSR and there i found it. So i must chang there:
    Result := Between('a href="http://oldschool', '.runescape.com/j1', GetPage('http://oldschool.runescape.com/slu'));

    This line, that the bot load the german server? Or i must chang something other too?

    E:
    Or i must chang something in simba source? Because i have seen the setup video of simba, and i have seen the guy only install simba and not SMART so is smart already include in simba? If yes, i must chang in simba source or? If yes, what?

    And when i something chang in simba source, how i compile it?
     
  11. NKN

    NKN Forum Addict

    Joined:
    May 8, 2012
    Posts:
    293
    Referrals:
    0
    Sythe Gold:
    3
    Open Source Bot/Cracked/Leaked?

    SMART v7 is included with Simba, You have to update SRL to get it.

    You only need to change SmartParams to get it to load another world.


    Nothing in Simba needs to be editted.
     
  12. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Thanks.
    The simbaparams is in srl Source right? Or where i must chang it?

    Edit:
    So i have saw the simbaparams in the "setup smart lo load rs07 etc." Video. But i want chang it in the source, because i want to share it to my friends, and they dont want to do all this things again. So i want chang it in the source, then compile it to simba.exe. But how...

    I already saw the simbaparams in SRL Source.
    But how i incule the SRL in the source???
     
  13. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

    SRL is different from Simba, Simba is only the program, SRL is a library of files containing useful bits of code for RS-related macroing.

    For loading up & botting on OSRS you need SRL-OSR; do you have this already? And to load up OSRS with Simba simply try running this script:
    Code:
    program new;
    {$DEFINE SMART}
    {$i SRL-OSR/SRL.Simba}
    
    begin
      SetupSRL();
    end.
    
    Like so:

    [​IMG]

    Then just compile and run. If you get an error then post it here.
     
  14. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Thanks.
    But this isnt my problem. I dont want to bot on osrs this was only an example. I want bot in german server, but i dont know what to chang.
     
  15. XWX

    XWX Apprentice

    Joined:
    Apr 25, 2005
    Posts:
    723
    Referrals:
    0
    Sythe Gold:
    18
    Open Source Bot/Cracked/Leaked?

    Oh I see. Well that was discussed on the forums a while back but I forget all that had to be done to do so. I'm quite sure both SmartParams.simba and worldswitcher.simba had to be modified to load up a foreign world. Worldswitcher.simba you can find in SRL > SRL > core.
     
  16. Derdo

    Derdo Member

    Joined:
    Jun 29, 2013
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0
    Open Source Bot/Cracked/Leaked?

    Great, so i have saw the simbaparams in SRL-SRL-MISC and worldswitcher in SRL SRL CORE

    I know what to chang in simbaparams. And i think i neednt to chang something in worldswitcher only simbaparams is important.

    But i dont understand what i do next. So i have chang the source from SRL but whats next step?
     
< it works c: ... | TriBot VIP? >


 
 
Adblock breaks this site