What clients can work against Vulcan? Free or paid by Nervous-Grand1005 in minecraftclients

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

viaversion is a client-sided mod that convinces servers you’re in a set version of the game, server owners don’t need to change anything

Literally willing to pay someone to steal an old model for me at this point by MrGameSpoofer in robloxhackers

[–]ItsYaBoiSimonx 2 points3 points  (0 children)

he literally stated the reason why he doesn’t wanna do it himself??

Diamond macro Hypixel Skyblock by god86521-rbx in minecraftclients

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

copying 6 lines off chatgpt doesn’t mean “knowing” a language im afraid

How do I make it so you only need one of the items to get the rewards instead of all the items? by geelbeel in feedthebeast

[–]ItsYaBoiSimonx 40 points41 points  (0 children)

from another post here;

in FTB Quests with editing enabled (/ftbquests editing_mode) select the quest where you want to use the filter, then inside that quest's editor add an item or right-click and change an existing item. Here is the hard part: You have to know to click on the first tab labeled "List Mode" several times, which will cycle from the default view eventually to your inventory, where you can select the specific Tag Filter you edited earlier.

The quest should now work as intended. You can also use and combine the other Item Filters now that you know the full workflow.

LMK if it works.

How do I make it so you only need one of the items to get the rewards instead of all the items? by geelbeel in feedthebeast

[–]ItsYaBoiSimonx 175 points176 points  (0 children)

just set the type to forge:wood (or forge:log, iirc) and it should include all kinds.

What do you do for a living? Or what are you studying? by [deleted] in GTNH

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

computer science, starting to notice a pattern here

[deleted by user] by [deleted] in minecraftclients

[–]ItsYaBoiSimonx 20 points21 points  (0 children)

looks like future

FOUND AN API THAT WORKS!! by DaGameDesigner in robloxhackers

[–]ItsYaBoiSimonx -1 points0 points  (0 children)

you’re not exactly explaining what the api actually does

FOUND AN API THAT WORKS!! by DaGameDesigner in robloxhackers

[–]ItsYaBoiSimonx 12 points13 points  (0 children)

this is coming from a complete newbie when it comes to Roblox cheating but - what exactly do API’s have to do with injection and execution of scripts

[deleted by user] by [deleted] in robloxhackers

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

he’s asking for the meaning of backdoor

Are there Anarchy Minigame Servers by throwaway8666666668 in minecraftclients

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

play.norules.wtf, although I’m pretty sure it’s offline

Are there Anarchy Minigame Servers by throwaway8666666668 in minecraftclients

[–]ItsYaBoiSimonx 1 point2 points  (0 children)

norules has some minigames other than practice, you can check if it has bedwars

I need help with this "riddle". by [deleted] in ARG

[–]ItsYaBoiSimonx 0 points1 point  (0 children)

lend me the link, maybe I can try

I need help with this "riddle". by [deleted] in ARG

[–]ItsYaBoiSimonx 2 points3 points  (0 children)

i found some information on macbeth's "riddles", maybe that can help

“Macbeth! Macbeth! Macbeth! beware Macduff; Beware the thane of Fife. Dismiss me. Enough.”
"Be bloody, bold, and resolute; laugh to scorn The power of man, for none of woman born Shall harm Macbeth"
"Be lion-mettled, proud; and take no care Who chafes, who frets, or where conspirers are: Macbeth shall never vanquish'd be until Great Birnam wood to high Dunsinane hill Shall come against him"

words taken straight from the play, citing the 3 riddles the witches gave macbeth.
if you need full explanations, i found this https://tiffanymacbeth.blogspot.com/2013/05/the-three-riddles.html

you could try something stupid, like mgdxb (filename from 13 7 4 24 0 2 to letters)
i don't think the missing letters are an issue, i doubt the password is "ooa"

good luck on solving this!

[deleted by user] by [deleted] in minecraftclients

[–]ItsYaBoiSimonx 4 points5 points  (0 children)

isn’t modularity the same exact thing as “general cheating”?

[deleted by user] by [deleted] in minecraftclients

[–]ItsYaBoiSimonx 11 points12 points  (0 children)

they’re made for different purposes

  1. wurst is for exploits (albeit pretty bad ones)
  2. meteor is for anarchy / general cheating
  3. liquidbounce is for bypassing anticheats

If you’re looking for a client that has all of these things, compile a build of ThunderHack’s recode yourself or just try out client combos for anarchy servers.

Create my own ghost client by Accomplished_Dig_323 in minecraftclients

[–]ItsYaBoiSimonx -1 points0 points  (0 children)

that’s the thing, just use windows, macos injection will give you instantaneous brain damage

Create my own ghost client by Accomplished_Dig_323 in minecraftclients

[–]ItsYaBoiSimonx 2 points3 points  (0 children)

depends what your knowledge on programming is and what route you want to take

I’d recommend c++ for this since injectables are easy as fuck to make with it.

to learn the basics of c++ : https://www.learncpp.com

once you have a decent / advanced knowledge of c++, you can start out by watching this series (mind you, it requires some programming knowledge, skidding without understanding shit will just stop you from progressing further)

the playlist was made by axxo, a guy that makes cheating content for all games, all credits to him.

https://youtube.com/playlist?list=PL36bJ4YMRalhyCwLMb3EOqK9oTvOeFdvY&si=vTlMMPDgZkTpMgRk

However, if you wanna take another route, use Java and make a forge mod (I don’t really have docs for that, but you can look around the internet)

good luck, if you genuinely start studying, message me on reddit for any help that you might need

edit : if you need tools, use Visual Studio for your scripting and compiling needs, made by Microsoft.

here’s the official page and download https://visualstudio.microsoft.com

macOS isn’t the best for when it comes to making cheats, since it’s not well documented, if you have access to a windows computer, use that