Jump to content

Cmontryme

Members
  • Posts

    56
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cmontryme

  1. I was able to use the username / pass login for the previous OSRS executable & have a clean installer if people have trouble finding the old launcher on the RuneScape site I could host it on my own website.
  2. the old launcher should work still right? oldschool.msi will download the official classic OSRS Launcher / Client. not the new client. I linked the official site & saved a unmodified version if I have to host that on a server for download.
  3. I was able to be prompted on the jagex site to use the windows installer. I can host the .msi installers which is still V 1. 2.7. im a programmer and can make a clean bake up that avoids that wretched launcher.
  4. You are a wizard who helped me to get focused enough for learning multiple programming languages & scripts + 3D API's all on my own.

    Here I was de-liding TWO PS3 CPU's & GPU's internal heat spreader plates removing stale dried up thermal paste with fresh clean paste & CFW to monitor fps & temperatures. I want to work my own AI bot on RuneScape which has responses for everything and asks questions and stores learned words & phrases.

    Snapchat-1353348379.jpg

    1. Czar

      Czar

      This is AMAZING dude I wish I knew more about hardware like this. Keep up the good work I can't believe I missed this post.

      I will definitely do my best to help you on this journey of yours!

      <3 

    2. Cmontryme

      Cmontryme

      I killed one PS3 by slicing the trace on the PCB that is the display output, so it works perfect, I just need to sell it to someone who is blind or repairs the circuit because these are the phat PS3's before they made slims. I think this picture is 45 nm but I have the first generation refurbished from an eBay thrift store item for $75. I cleaned up lots of dust and hair or carpet fibers? gross but I even removed the scent by letting cigarettes burn next to the board or full unit, I forgot what other tricks to make it not smell like a wet dog, but it worked and has the PS2 hardware CPU & GPU + PS3 processor and graphics card but nobody could code for the ps3 because some developers weren't competent enough. if I could drop a tiny dot of something conductive to replace the display trace I accidently scraped off, I could fix 3 out of 3 and have no losses modding. same for the original xbox I have because I got it from someone who wasn't at their kiosk for selling used junk, but it is everything needed to mod the xbox and read the xfat16/32 Microsoft xbox original only format that can be exploited with a controller port with a traced PCB that allows a USB v 1 to transfer hacked saves that load a linux shell to overflow the xbox 3 times to cause the pentium III to that causes a segmentation fault I believe that then boots the unsigned code. but it will not work with USBv2 or USBv3. but I am falling in love with reading API's & might open up a new server to mask the IP for developing a bot without detection. I thought of making my own client but I trust osbot since the start, before the client was publicly released waaaay back. I worry java will be hard to track down entities with memory scans but I can pop some free scripts for f2p things on osbot. I still use eclipse to compile the files on windows at least because im cross platform. but thanks for the love Czar, I will have something to show before the end of this month while I also work on a few other projects.

  5. Hosting your own but that requires knowing how to network your own remote server through SSH terminal. If you cannot host your own maybe try using a common VPN or searching for any VPS hosts in the forums.
  6. Hey @Czar one of my favorite scripters. after a long look at linux & windows internals and reverse engineering in C, I think I am going to produce some test scripts and release the first one to the free SDN. Anyways, your scripts are by far better than 95% of the community here and I am confident enough to say all bot scripts or logic to act human is top bracket. YOU ARE GOLD CZAR, Also, if I could help you with auditing your scripts since I've been here almost 9 years and botted prior to RS3. I no longer get bans and could also gift you a private server SOCKS proxy for RuneScape or a VPN for all your internet devices to encrypt and mask your IP. message me if interested! I have learned so much since I was away, I am about to undergo the task of making a client in C/C++ and work with inline assembly, but OSBOT will be my daily driver until I get a book worth of code & then do the same for Linux... I hope you're living large czar, great to see you still active.
  7. free scripts are used by more people, people who usually have less of a concept on what things you do or don't to avoid being banned or suspected of botting. Paid scripts are used by less people and someone who pays is likely more determined to do it right, play as human every now and then, mix it up to avoid a ban. fix any mistakes to keep their account alive. also there are lots of features in paid scripts to make each user of said paid script have more randomization to make a paid script seem different to someone using the same paid script just with different settings. I still prefer learning programming and making your own fail proof bots. script your own bot that matches your personal habits & choices.
  8. I have been using Perfect miner for many years on many different accounts and I never get banned so long as I take breaks. Thanks @Czar I have MOST of your scripts & they make building new accounts a breeze.
  9. I made a executable that will resize the windows width and height to match the fixed classic layout. Hotkeys on the application are ESC to close the resizer application, currently the keys F, & H toggle a console that loops the printing of the values window rectangle width and window rectangle height. it should work on all versions of windows starting with Windows XP. works on 32 bit and 64 bit systems. Leave comments on thoughts, hotkey preferences, extra features ( I can paint using transparent windows or block user input from the keyboard and mouse while leaving the game window 100% opaque. thanks for any opinions in advance.
  10. I didn't expect the fishing spots to be NPCs was the issue I ran into. Using the entity hover helped me figure out why no interactions occurred. thanks @Gunman & @minewarriors.
  11. how do I declare as RS2Object, Entity, NPC? I'm back after 5 years & I really need a super simple explanation on how to declare a fishing spot. the Rod Fishing spot or Fishing spot. thanks for any help in advance!
  12. I am on windows 10 64 bit and wondering how I can run mirror mode after getting VIP. old versions of firefox don't have the plugin for java and it also crashes the browser
  13. I can't figure out a proper way to sleep while smiting as the animation is -1 after every bar is retrieved. Any tips? maybe onMessage when I fail a bar or successful smelt one?
  14. This post is worthy of being pinned. I understand a lot more after reading Explv's neat and informative guide for scripting than anything else I've read in the past 2 years. Great work, up-to-date.
  15. return npc.exists() && npc.getName().equals("Al-Kharid warrior") && npc.getHealthPercent() > 0 && npc.isAttackable() && EastPalaceRm.contains(npc) && EastPalaceRm.contains(myPlayer()); I have 3 areas I wan't to be able to count players, npcs, and WebWalk to new area's when one is too full. I'm wondering if I can filter my 3 area's into a single statement? if not I could copy pasta a bunch and have npc1 npc2 npc3?
  16. I don't know if I'm supposed to use a AreaFilter or a NPC Filter for finding which area a npc is contained. the current filter I'm using for selecting npc's. NPC warrior = getNpcs().closest(new Filter<NPC>() { //Find an NPC matching our filter! public boolean match(NPC npc) { return npc.exists() && npc.getName().equals("Al-Kharid warrior") && npc.getHealthPercent() > 0 && npc.isAttackable(); } }); Also if AreaFilters are the goto, someone might need to spoon feed the concept to me. I'm dividing the npc's spawns into 3 areas and want to see if NPC's are in the same area as me. All help is greatly appreciated
  17. I've had perfect fisher start dozens of accounts up to level 50 for the past year or 2 and not a single one has been banned Solid scripts, keep it up! Wondering if I could get a trial of perfect miner that I could run on my alt's and maybe even my main
  18. There are no obstacles in the way, I just want it to afk randomly at least. I'm not really sure how to correctly implement WebWalkEvent either.
  19. After fiddling around with the api I finally got my bot to do everything he needs to, I just wonder if there is a way to run a loop during the web walk that I could run my own anti ban or if there was a better way to just afk mid walk. if (!getInventory().isFull() && !mineArea.contains(myPlayer()) && !getBank().isOpen() ) { state = "Walking to Mining spots."; walking.webWalk(mineArea); } When the bot is navigating it follows the road in alkharid and the same line in the dessert everytime.
  20. what about using paths? the bot always runs ridiculous routes using position.
  21. Can somebody make a really bare script with the new walking and explain how I can implement it?
  22. I'd kinda like a refund.. update after update you claim to fix the issues but it seems like not a single thing has changed. Script still continues to run north up White Wolf Mountain when set to fish Herrings / Sardines. I have tried every possible combination of options in the GUI and nothing seems to help. Banking on, banking off etc. Why do you have these options for different kinds of fish if you haven't even tested them to ensure they're in working order?
×
×
  • Create New...