-
Posts
619 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
100%
Everything posted by FushigiBot
-
Fresh Tutorial island accounts getting banned
FushigiBotreplied to Gamerstalls Gold's topic in Botting & BansDo not login with any injection client on tut accounts. They all seem to get banned regardless. Use RuneLite or Mirror. Building accounts from scratch on f2p is also quite challenging atm. -
As long as the script works, other things play a much greater role in whether you get banned or not.
-
Guide for patching jagex accounts to the regular stealth client
FushigiBotreplied to Bjotorsflav's topic in General HelpYou launch accs like you normally did till now. -
I've been patiently waiting, but still no payment. User was selling accounts on my discord (even though it's against the rules) and it seems like he sold some accounts. It seems like he does have the money afterall but has been avoiding paying. Advertised accounts again and got banned. I'll not discuss this outside of OSBot, so I'll just leave my payment info here for his convenience BTC bc1quj7mj5zcuptyxwn2jjf92yg6q84469ms2q36qy ETH 0xdAF91D0298b495F86A10a63BE35d5aa455fb02C7 LTC ltc1q07tjdye93rkth77mjpdrcqnump2c90am9a8yad
-
If they are jagex account you have to use the client patcher stuff.
-
Hey man. That's no problem. It might take me a bit to reply since I'm going through some medical stuff atm, but here are all the payment methods BTC bc1q6rypdh2ycmvhv06q2j48un78c78y096pqrr3cs ETC 0xdAF91D0298b495F86A10a63BE35d5aa455fb02C7 LTC ltc1qngygpq7jfr30hwcg992ulrtz7vl5a9enfnqt8d PayPal USA When sending money through PayPal, write the purpose and any identifier (such as OSBot username) on the "What's this for?" box. https://paypal.me/xhannyahusa?country.x=US&locale.x=en_US PayPal Japan When sending money through PayPal, write the purpose and any identifier (such as OSBot username) on the "What's this for?" box. https://paypal.me/xhannyahjp?country.x=JP&locale.x=en_US
-
If you have multiple java versions installed, then it's trying to use that other version. You can change the path for java HOME but it sometimes doesn't work. 1. Remove all java versions (JDK, JRE, etc) 2. Download and install JRE 32 bit from here: https://www.java.com/en/download/manual.jsp 3. If you use JDK for whatever reason, just download a portable version and point to it when running the app that uses it,
-
@Thebrasini You are not active in the discord, yet every time you get banned while using OSBot on fresh accounts, you feel like you have to trash talk the scripts on the public chat. Today was the 3rd or 4th time you've done this. Luckily, I was awake to mute you before you continued filling the chat like you've done before. I specifically added these rules because of you: Yet, this is what you do: You then send me a message how you aren't getting banned on another client (blurred out of respect for OSBot). I am not responsible for you getting banned and just to show you that you can bot on OSBot, here is one of my 15 active accounts. All 100m+ Thieving Xp and botted on OSBot and the same scripts you have. If you don't get banned on this other client, then I suggest you continue paying the $25 monthly sub per account + $10 VIP for it.
-
He last logged in to OSBot's website on October 8 and I sent him the payment reminder on October 11. Could be a coincidence but seems unlikely. Probably saw the message notification and decided not to log anymore. As with Eredinek, I don't want these people banned but I do wish they couldn't use my scripts anymore by preventing from using SF/SF2 (If that's possible) until they fully pay the amount owed.
-
We couldn't reach an agreement. On December 13, 2023 I told him I could get him back on his payment plan if he at least made a minimum payment of $30 by December 25, 2023. I would then reduce reduce his payments to $20 per month from then on. I didn't receive any payment and was offered the same $8 in Gp as before. The amount owed is $89.99. I don't want him banned, just unable to use my scripts, which he can stil use as he keeps a local copy of when he was authed.
-
If your internet or proxy disconnected for a bit while botting this sometimes triggers. Just restart the client.
-
Disputed member: @Eredinek Thread Link: Payments link: [STAFF CHECK HIDDEN] Explanation: (P.D. I stopped doing installment payments since there are too many non-paying customers) I sell Script Factory scripts. The price is $149.99 for a bunch of scripts but since not everyone has that kind of money, I offer payment plans on the condition that they commit. I cannot de-auth them once they have downloaded the scripts (the auth is local). User agreed to a payment plan on August 24, 2023. I had him send me an OSBot message as proof of commitment. He made two on-time payments then stopped paying alltogether. I have sent him two reminders. He read the first one but didn't read the second one. His last login to OSBot was today and he is still a VIP, thus he is still botting on OSBot and deliberately ignoring the message. Evidence: [STAFF CHECK HIDDEN] [STAFF CHECK HIDDEN] [STAFF CHECK HIDDEN]
-
suggestion: select random f2p/p2p world option
FushigiBotreplied to Terek101's topic in Bug Reports & SuggestionsOh my god. This is why I should ask before jumping into the bandwaggon. Free world selector snippet for anyone that wants it. Random rnd = new Random(); Dictionary<string, int[]> worldMap = new Dictionary<string, int[]> { { "-F2P-", new int[] { 301, 308, 316, 326, 335, 371, 380, 382, 383, 384, 394, 397, 398, 399, 417, 418, 430, 431, 433, 434, 435, 436, 437, 451, 452, 453, 454, 455, 456, 469, 470, 471, 475, 476, 483, 497, 498, 499, 500, 501, 537, 542, 543, 544, 545, 546, 547, 552, 553, 554, 555, 556, 557, 562, 563, 571, 575 } }, { "-P2P-", new int[] { 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 317, 318, 319, 320, 321, 322, 323, 324, 325, 327, 328, 329, 330, 331, 332, 333, 334, 336, 337, 338, 339, 340, 341, 343, 344, 346, 347, 348, 350, 351, 352, 354, 355, 357, 358, 359, 360, 362, 367, 368, 369, 370, 374, 375, 376, 377, 378, 386, 387, 388, 389, 390, 395, 421, 422, 424, 443, 444, 445, 446, 463, 464, 465, 466, 477, 478, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 531, 532, 533, 534, 535, 580 } } }; world = worldMap.ContainsKey(world) ? "-world " + worldMap[world][rnd.Next(worldMap[world].Length)] + " " : "-world " + world + " "; -
suggestion: select random f2p/p2p world option
FushigiBotreplied to Terek101's topic in Bug Reports & SuggestionsNvm I thought we were talking about world selection during cli launch lol. -
suggestion: select random f2p/p2p world option
FushigiBotreplied to Terek101's topic in Bug Reports & SuggestionsHas this always been here or did my dumbass spent 2 hrs writing a snippet to select a random world last year? -
1. Delete all installed jre and jdk. 2. Install JRE8 from the official website. I always go for the offline installer. 3. Restart and double click the .jar file.
-
I'd use local files. Multiple files for each acc to avoid write/access problems and one main file where you put all the data. Edit: Nvm Khal suggested it already lol.
-
Do we have to have the Jagex Launcher installed?
-
Disputed member: @Onthenodagen Thread Link: Payments link: [STAFF CHECK HIDDEN] Explanation: I sell Script Factory scripts. The price is $149.99 for a bunch of scripts but since not everyone has that kind of money, I offer payment plans on the condition that they commit. I cannot de-auth them once they have downloaded the scripts (the auth is local). User agreed to a payment plan on July 2, 2023. He was 24 days late on his second payment. His latest payment was supposed to be on September 26, 2023. However, he left the discord. He owes $89.99 as of today. I sent him an OSBot message, reminding him of the payment on October 11, 2023. He hasn't responded or logged into OSBot since October 5, 2023. Evidence: I used to ask buyers to send me a picture of their settings page where their username and email address was visible as proof it was them purchasing. Now I just ask them to send me an OSBot message. Figured that's better. Here is the snip of the ticket I kept as evidence. [STAFF CHECK HIDDEN] [STAFF CHECK HIDDEN] Gif of discord UID: N/A
-
Why double post? Also: What are you trying to download? If it's OSBot, it could be that OSBot requires certain browsers in order to prevent http downloads. Try Chrome, Edge, Firefox, etc. In anycase, please provide more information.
-
Why double post? Also: What are you trying to download? If it's OSBot, it could be that OSBot requires certain browsers in order to prevent http downloads. Try Chrome, Edge, Firefox, etc. In anycase, please provide more information.
-
Love seeing SF qol improvements and updates
-
Tough luck. Rather than the script, try modifying and testing other areas.
-
Not sure if this will work but try using the "Interact with Player" method then just type "*" in the name and "Attack" in the action.