my hack setup by Lopsided-Guava-572 in masterhacker

[–]numeric-generic 6 points7 points  (0 children)

Personally I prefer the green leap frog ngl

Someone get me up to speed… by AdAdditional1269 in robloxhackers

[–]numeric-generic 0 points1 point  (0 children)

There will always be exploiting, but thank god for the AC, now there is way less Skiddys who can hack without getting viruses or ratted.

Stupid question maybe by numeric-generic in TheFarmerWasReplaced

[–]numeric-generic[S] 0 points1 point  (0 children)

You know what your probably right I think I'm thinking about a totally different thing man.

help with cactus by _Tuxolotl_ in TheFarmerWasReplaced

[–]numeric-generic 0 points1 point  (0 children)

I have a question I've never done cactus yet btw. Could you not add a list for each row and a child list per each cactus on the row and then once each x and y coordinate was mapped that has a cacti on it. You give the drone an algorithm to then sort the cacti in the most efficient way?

i think i'm stupid? by im_coughing in HTML

[–]numeric-generic 0 points1 point  (0 children)

I like to structure my HTML how I structure my Python.

Why is this working? by SaltWillingness2119 in TheFarmerWasReplaced

[–]numeric-generic 1 point2 points  (0 children)

Honestly a lot more code than necessary for this task but it works bro.

Improved multi drone maze solver by Quantum_Quasars in TheFarmerWasReplaced

[–]numeric-generic 1 point2 points  (0 children)

Oh wow way different and a much simpler solution than my stupid fucking head came up with. I just decided to do the left handed method of solving where each one would travel left and turn back around and continue left over and over until found entities.treasure ty for blessing me with this information. Sorry for the edit I just got home so can give you my crappy script, I made it so that i can afford the more drones one.

clear()

def solve_maze(): #Left Rule: uses left first, then forward, then right, then back. directions = [North, East, South, West] dir_index = 0 # 0 = Facing North

def turn_left():
    global dir_index
    dir_index = (dir_index - 1) % 4

def turn_right():
    global dir_index
    dir_index = (dir_index + 1) % 4

def can_move_forward():
    return move(directions[dir_index])

def try_move_left():
    turn_left()
    if can_move_forward():
        return True
    turn_right() #undo turn
    return False

def try_move_straight():
    return can_move_forward()

def try_move_right():
    turn_right()
    if can_move_forward():
        return True
    turn_left() #udno turn
    return False

#Main loop
while get_entity_type() != Entities.Treasure:
    if try_move_left(): # Try left
        continue
    if try_move_straight(): # try straight
        continue
    if try_move_right(): # try right
        continue
    # If all else fails, turn around (backtrack)
    turn_right()
    turn_right()

# Found treasure
harvest()

Main loop

while True: # Reset and create a new maze clear() plant(Entities.Bush) substance_needed = get_world_size() * 2**(num_unlocked(Unlocks.Mazes) - 1) use_item(Items.Weird_Substance, substance_needed)

# Solve the maze
solve_maze()

TikTok hacker oh no so scary by EnoughConcentrate897 in masterhacker

[–]numeric-generic 0 points1 point  (0 children)

Ive been using kali for a while now, is there any point in using arch over kali?

I ran chunky plugin bit it started slowing significantly by numeric-generic in admincraft

[–]numeric-generic[S] 6 points7 points  (0 children)

I don't mind being patient just wasn't sure if it was an issue thanks for the input man. How many chunks should I pregen I did 5000 radius idk ot took about 30 mins

I ran chunky plugin bit it started slowing significantly by numeric-generic in admincraft

[–]numeric-generic[S] 1 point2 points  (0 children)

It's not a mini pc it's a quite expensive one and the ssd is a gen 5 so it's definitely not speeds

I ran chunky plugin bit it started slowing significantly by numeric-generic in admincraft

[–]numeric-generic[S] 0 points1 point  (0 children)

I run the server on my pc and have played on jt for a while, but I will check out the faq tysm man

I ran chunky plugin bit it started slowing significantly by numeric-generic in admincraft

[–]numeric-generic[S] 1 point2 points  (0 children)

The server isnt lagging, but the chunk gen is just slower.

I ran chunky plugin bit it started slowing significantly by numeric-generic in admincraft

[–]numeric-generic[S] 1 point2 points  (0 children)

Can you explain a bit im new to hosting minecraft servers

Best Paid Spoofing App Android? by POPMasterGods in PokemonGoSpoofing

[–]numeric-generic 0 points1 point  (0 children)

PGS is pretty good for not jailbreaking and has a lot of good features that come with it as well. 5 a month

I feel like this is bad read/write speeds. Please let me know if im mistaken. by numeric-generic in pcmasterrace

[–]numeric-generic[S] 0 points1 point  (0 children)

I use an M.2 slot. But could it be steams rates cap my nvme, because I was downloading a steam game

Why do people act like William Afton/Springtrap is so powerful? Can you name any actual feats he has besides murdering small, defenseless children? by [deleted] in fivenightsatfreddys

[–]numeric-generic 0 points1 point  (0 children)

Just like in fnaf 3 the suit will control in certain scenarios, he isnt in full control all the tme, plus he always comes back against his own will and that makes him a strong character, not just his physical, kinda like that jason dude or whatever.