#development

1 messages · Page 258 of 1

primal perch
#

huh i remember how i got advanced now despite doing nothing

faint timber
#

0x000080D2
0xC0035FD6

lethal kayak
#

syscall

primal perch
#

franime

lethal kayak
#

0xdeadbabe

primal perch
#

alright well theres intro to x86 in a nutshell brought to you by some random skid

faint timber
#

0xc0c

primal perch
#

go ahead

faint timber
#

no one:
x86_64:
jmp jg jle jne call

primal perch
#

true

lethal kayak
#

true

primal perch
#

then you would need to do some more jankery

#

that im not going to get into

lethal kayak
#

aarch64 instructions and regs are much cleaner than x86 imo

faint timber
#

jmp jg jle jne call not sure why theres so many

primal perch
#

since offsets would be messed and the opcode would have to be modified

#

otherwise just compile with like 256 and then change it to whatever

#

ye

#

theyre stored as little endian though

#

so 0F 00 is actually 000F

#

no

#

idk

#

yea there

#

byte

#

but yea

#

yea but endianness has nothing to do with bit order

#

just the way bytes are stored in memory

faint timber
#

big endian is for retards

tepid olive
#

w0w

faint timber
#

lmao

primal perch
#

i dont really care which was which just wish people would choose one

#

so you dont have to t hink about it

#

but no

#

anything that matters these days is little endian basically

#

arm x86

tepid olive
#

big endian is for network stuff I am pretty certain

faint timber
#

little endian is the modern standard

tepid olive
#

little endian is for cpus

primal perch
#

very fun stuff though assembly but compared to C theres very little documentation and tutorials

#

its more university level

#

still some good stuff tho

faint timber
#

seems pretty self explanatory to me

#

armv7 armv8 x86 and x64 are all well and easilly documented

#

they are just in manual form

primal perch
#

and only a masochist reads those

faint timber
#

I read it fine

primal perch
#

its more for reference

faint timber
#

don't feel like its too much work

tepid olive
#

Def is more for reference

faint timber
#

because its not

#

easy work

#

not that hard for me at least

primal perch
#

eh was just trying to point out that its a lot harder to get good tutorials on it, at least it was for me

tepid olive
#

Before I was uncultured ™️ i would sign extend by getting the msb and extending it manually to 64 bits. Then I discovered sxtw/sxtx and add Xn, Xn, Wn, sxtw and am glad to say I am no longer uncultured

#

add xn, xn, wn, sxtwlets you do things like &array[-5] 😍

#

perfect for O(1) lookup time

faint timber
#

if you are transfering a null terminated string in memory will LDR and STR properly copy the null bytes

#

@tepid olive

primal perch
#

like massive im one for the x64

tepid olive
#

You'd copy it byte by byte and nul terminate it yourself

#

That goes for all asm

faint timber
#

yep

#

doing that

#

still stops working after I try to make the string bigger than a certain length

tepid olive
#

the instructions are not meant to do jobs outside of their mneumonic

primal perch
#

i dont write much raw assembly its just for fun

lethal ice
#

oh

#

wtf

primal perch
#

and reverse engineering

tepid olive
#

It's off the top of your head with experience

lethal ice
#

smart people here

#

wtf

#

wtf

primal perch
#

lets see

#

i started this endeavor like last year september

#

didnt know what an opcode was

faint timber
primal perch
#

then learned more about cpus and wrote a chip8 interpreter and then gameboy emulator

tepid olive
#
mov w0, 1
mov x1, buf
mov x2, buflen
mov x16, 4
svc 0x80
`
#

yes

primal perch
#

just keep at it and within 6 months youll be pretty far

lethal ice
#

a murderer walks your streets tonight

tepid olive
#

@faint timber use strb 😳

primal perch
#

operation code but ye

tepid olive
#

not str

faint timber
#

thanks

primal perch
#

well you just saw

#

you get to see how programs work

faint timber
#

in all instances

tepid olive
#

you are writing 4 bytes when you use str

primal perch
#

reverse engineer

faint timber
#

or initially

#

ah

lethal ice
#

assembly assebmly asembly asembely asembliy

primal perch
#

true MIA @lethal ice

#

me rn

tepid olive
#

Oh shit nvm

lethal ice
#

yes true

tepid olive
#

I see what you're doing

#

Yeah, using str is fine in that case

lethal ice
#

not really much

#

they have pseudocode for that

tepid olive
#

uh, i don't really understand the pseudo instructions you're using

primal perch
#

raw assembly patches probably not a lot

lethal ice
#

raw

primal perch
#

still need to know it for that though

tepid olive
#

the ldr w6, #_bootsrgs + 0x10

primal perch
#

getting right offsets and such maybe instruction patches

tepid olive
#

does that even work?

#

store the bootargs struct in a separate register

lethal ice
#

depending on the compiler it might

tepid olive
#

I guess x19

#

for example

#

then read out the fields with ldr

lethal ice
#

wait no

#

lmao

#

ldr without [] is addressing a label lol

primal perch
#

@tardy narwhal (mostly) and i are the x86 buffs, for arm help though you're not gonna get better help than shmoo or skorp

tepid olive
#
adr x19, bootargs
ldr x20, [x19]
ldr x21, [x19, 8]
#

etc

lethal ice
#

true

#

@tepid olive you dropped your # sir

primal perch
#

throw in - csgo with null

tepid olive
#

Doesnt matter

primal perch
#

and then its guaranteed

lethal ice
#

its so ugly without the # wtf

primal perch
#

can confirm

faint timber
#

@tepid olive this is what it does but once I increase the string length and add the additional STR's it stops working

primal perch
#

@lethal ice true

lethal ice
#

@grave sparrow go ahead use type century money

primal perch
#

or build pc

#

:Intjcum:

tepid olive
#

@faint timber I've got no context for your project so idk if that's correct; try hardcoding a register to hold a pointer to your bootargs struct then ldr its fields

primal perch
#

tim cook probably doesnt know how to put his waffles in the toaster

#

let alone that

lethal ice
#

damn i was gonna ask spritekit question then realized probably nobody in this server actually uses it

primal perch
#

damn i was gonna ask spritekit question then realized probably nobody in this server actually uses it
@lethal ice true

lethal ice
#

tweaks devs not app devs lol

tepid olive
#

kekw

primal perch
#

and anyone who would probably only knows swift

#

lets be real

lethal ice
#

yea true

#

apple wants you to use swift for it anyways

tepid olive
#

kabir is the swift god

#

i’m bored sirs

lethal ice
#

indeed

#

@tepid olive hop in the assembly chat then

primal perch
#

true

lethal kayak
#

i am also bored

lethal ice
#

ultra wtf

#

ur picture

primal perch
#

@narrow mason make #assembly

lethal ice
#

spooky

primal perch
#

plox

tepid olive
#

i don’t know jack shit about assembly though

faint timber
#

@tepid olive I think I know why but I could be wrong

whats the max length ADR can access

primal perch
#

for developers and plus only

#

fr trust

lethal ice
#

adr can do like 4 mb i think

tepid olive
#

@faint timber I do not know

#

for developers+ only
@primal perch see exactly

faint timber
#

ADRP is 4kb

lethal ice
#

adrp can do like anything

tepid olive
#

i wouldn’t be able to see it

#

:when:

#

Look at the manual ☺️

lethal ice
#

adrp is way more than 4 kb lmfao

tepid olive
#

Yeah

primal perch
#

true

#

otherwise why would we add

#

the page offset

tepid olive
#

Adrp spans fuckin massive lengths

lethal ice
#

if i remember right, adr is 4mb and adrp can fill any address space

#

just missing the bottom 12 bits

tepid olive
#

I do not know

#

yes

lethal kayak
#

general boring and dumb rn so here i am

primal perch
#

true

lethal ice
#

true ultra

faint timber
#

I guess I should just use adrp then instead of the stock adr that was there

lethal ice
#

@grave sparrow false actually

primal perch
#

are they though

tepid olive
#

oh i put adr out of muscle memory

lethal ice
primal perch
#

basically but not really

#

since printf is big cock and actually buffers prints too

lethal ice
#

printf is actually slower

primal perch
#

to minimize syscalls

lethal ice
#

also it gets turned into puts

primal perch
#

so for more printfs its faster than individual syscalls

lethal ice
#

by c

faint timber
#

so when my string is just under or = 0x40 it stops working

lethal kayak
#

yeah you need to use adrp to fit my cock

#

sorry

primal perch
#

treu

tepid olive
#

@faint timber try copying byte by byte in a loop

lethal ice
tepid olive
#

this is fonna be hard to do on the phone

#

bear with me

lethal ice
#

lol

primal perch
#

rip

faint timber
#

why not just see if adrp works?

#

that could be the fix

#

maybe

cinder island
#

damn assembly talk still going on

primal perch
#

ye

#

its rare here

#

probably the only reason its worth being in the server

faint timber
#

@cinder island someone seems bored

cinder island
#

@cinder island this is fun
@grave sparrow ISNT IT

#

i always get made fun of for saying assembly is fun af

primal perch
#

@narrow mason sleep

#

:Julessleep:

cinder island
#

@cinder island someone seems bored
@faint timber who

primal perch
#

yeah bc you say it in general

#

the average iq in general is like room temperature in alaska

cinder island
#

nah capt made fun of me

#

lol

lethal kayak
#

join assembly chat

primal perch
#

wtf its too crowded

cinder island
#

i think you just have to learn assembly to appreciate how fun

lethal kayak
#

@lethal kayak give me adv dev and i'll do it
@grave sparrow I’m not adv yalu

primal perch
#

we cant fit more than like 5 here

cinder island
#

where's the assembly chat

#

:(

primal perch
#

ye if we all ping jules enough

tepid olive
#
mov x0, string_start
add x1, x0, x1 ; where x1 == length of your string, x1 now == string_end
; x2 == buffer to copy to

copy_loop:
ldrb w3, [x0], #1
strb w3, [x2], #1
subs x3, x1, x0
cbnz x3, copy_loop

; nul terminate
strb wzr, [x0]
primal perch
#

he will do it

lethal ice
#

@narrow mason

primal perch
#

@narrow mason

lethal ice
#

make assembly channel

primal perch
#

true

cinder island
#

@jules

#

rip

primal perch
#

wtf

lethal kayak
#

we got ignored when we asked last time

cinder island
#

@narrow mason

#

ask eric

tepid olive
#

Yes

primal perch
#

or nooka

#

lmao jk

cinder island
#

i'm scared of nooka

#

i ping him and i'm banned

lethal kayak
#

why nooka is nice

tepid olive
#

Haha I'm a dumbass

cinder island
#

OH MAN

#

recursive in assembly

primal perch
#

heres how to summon him

#

:ntwerk:

cinder island
#

fucking kills me

lethal ice
#

@grave sparrow assembly uses a lot of recursion, especially when compilers use it to optimize

tepid olive
#

forgot the strb 😄

primal perch
#

only recursion

cinder island
#

but like

tepid olive
#

And this assumes the strings are the same length

lethal kayak
#

bro recursion in assembly isn't that hard

main:
  b main
cinder island
#

i had a test question

primal perch
#

int main(void)
{
asm("jmp main");
}

tepid olive
#

But @faint timber this is how you'd copy a string

lethal ice
#

@lethal kayak b #0

cinder island
#

of recursively calling a recursive function

tepid olive
#

instead of going 4 bytes at a time

cinder island
#

my brain was fired

lethal ice
#

b #0 will infinitely lock your processor lmao

primal perch
#

it inserts assembly

lethal kayak
#

L

tepid olive
#

because what if the string length isnt 4 byte aligned

lethal kayak
#

other what

lethal ice
#

no

primal perch
#

idk i dont get paid enough to memorize

lethal ice
#

just __asm__(...)

tepid olive
#

asm volatile

cinder island
#

nice stereo

lethal kayak
#

yea volatile

cinder island
#

just use documentation

#

that's what i do

#

lnfao

tepid olive
#

only plebs use the nasty __asm__

lethal ice
#

wtf

primal perch
#

or just add .s file and import symbol

lethal kayak
#

inspective c

primal perch
#

inline asm sucks ass

lethal ice
#

true

#

it does

#

.s file

#

better

lethal kayak
#

fuck inline asm

primal perch
#

msvc has good tho

#

the one good thing microsoft does

#

you can literally just do that

tepid olive
#

wtf is out

#

what even is x86

#

"out"

lethal ice
#

x86 weirdd

tepid olive
primal perch
#

Copies the value from the second operand (source operand) to the I/O port specified with the destination operand (first operand). The source operand can be register AL, AX, or EAX, depending on the size of the port being accessed (8, 16, or 32 bits, respectively); the destination operand can be a byte-immediate or the DX register

tepid olive
#

oh

lethal ice
#

that looks like legacy trash

primal perch
#

thats all x86 is

tepid olive
#

😂😂😂

primal perch
#

its all legacy

lethal ice
#

rip

cinder island
#

lol

lethal ice
#

that literally looks like something i would put in my minecraft computer

primal perch
#

programs from fucking 1978 still run on it today p sure

lethal kayak
#

asm volatile prevents the the instruction from being deleted during compilation

cinder island
#

c86?

#

x

lethal ice
#

yes

primal perch
#

yea

cinder island
#

isn't

#

fucking rollercoaster tycoon

primal perch
#

everythings assembly

lethal ice
#

lmao no

cinder island
#

written in assembly

primal perch
#

we have programs to write our programs

tepid olive
#

volatile tells the compiler not to optimize this line

#

true

#

Tells clang to fuck off basically

primal perch
#

true

lethal ice
#

nice

primal perch
#

you mean gcc though

lethal ice
#

controlling faster

tepid olive
#

No, gcc is gnu trash

lethal ice
#

obey your master

primal perch
lethal ice
#

your life burns faster

primal perch
#

TRUE

tepid olive
#

very true

lethal ice
primal perch
#

master of puppets

lethal kayak
#

real ones make their own compiler

#

HolyC

tepid olive
#

gcc looks like it was written by scientists

cinder island
#

99%

tepid olive
#

k

lethal kayak
#

bruh

tepid olive
#

llvm clang looks like it was written by civilized ppl

primal perch
#

yea too bad making any portable program in assembly is suicide

#

calling conventions and symbols

tepid olive
#

for clang?

cinder island
#

yes

#

lol

#

i'll ducking kill myself

primal perch
#

if youre doing assembly its for the platform ur on basically

tepid olive
#

There is no portability in assembly since you're locked to the insteuction set anyway

primal perch
#

thats why c best lang

#

its portable assembly

tepid olive
#

lol

#

that is a good poin

lethal ice
#

ye C is the lowest level you can go while still maintaining cross platform ability

#

its great

cinder island
#

python best

lethal ice
#

wtf

primal perch
#

gcc /clang -O3 is absurdly efficient

lethal ice
#

ew

lethal kayak
#

indentation based language

rain falcon
#

nfr

primal perch
#

expert humans could maybe do better but its not worth the effort

lethal ice
#

ew

#

jynx

#

wtf

rain falcon
lethal ice
#

finally

#

he died

primal perch
#

literally just write C code and compile with -O3 and its as fast as possible basically

lethal ice
rain falcon
#

nfr

tepid olive
#

good night

primal perch
#

gn

lethal ice
#

gn shmoo

lethal kayak
#

gn

lethal ice
#

probably

primal perch
#

probably wrote it all in assembly

lethal kayak
#

depressing thought

lethal ice
#

they had assemblers

primal perch
#

and the first assembler was all punch cards

#

or some shit

lethal ice
#

ye

rain falcon
#

nfr

lethal ice
#

no other way to do it

primal perch
#

toggle the bits in the rom manually

#

or the circuits

#

big cock

lethal ice
#

truje

rain falcon
#

nfr

cinder island
#

i actually had to write a fucking compiler in school

#

it was fun

lethal ice
#

@grave sparrow cpu

#

or sometimes there just is literally no way to write it

#

only read

#

there are no input lines lol

primal perch
#

yeah like on the physical level

#

it just wont

lethal kayak
#

have you heard of the program that looks at an image of a cpu die with the metal layer removed and can produce the microcode from it

primal perch
#

after the first time

lethal kayak
#

a literal image

lethal ice
#

bruh

#

i mean

#

it sounds reasonable

lethal kayak
primal perch
#

true

rain falcon
#

ok

lethal ice
#

just a shit ton of components

primal perch
#

true wires fit in micrometers

lethal kayak
lethal ice
#

i made a circuit to add two numbers

#

in MC

#

wtf

#

cheating

#

my computer is built in survival bro

lethal kayak
#

i use java code for all of my fancy stuff in mc

primal perch
#

i just play minecraft

lethal ice
#

worldedit nice true

primal perch
lethal ice
#

true

#

true

#

truje

#

truje

#

truje

lethal kayak
#

worldedit is also nice as a library

primal perch
#

@narrow mason

#

jules died

#

:gameover:

lethal ice
#

@narrow mason

primal perch
#

yea true

#

to cum

lethal ice
#

no

#

not really

primal perch
#

thats what a decompiler is

lethal ice
#

what do u think pseudo code is

primal perch
#

you can only get so far

lethal ice
#

not really

primal perch
#

yeah its as good as it gets

lethal ice
#

lmao

primal perch
#

you cannot get better

lethal ice
#

pseudocode is really fucking good

primal perch
#

ye

narrow mason
primal perch
#

tru

#

GM JUES

#

bro assembly for devs intjpray

narrow mason
#

gm bro i got the lasgna

primal perch
#

TRUE

#

lasgna

lethal ice
#

just try to think about how fucking difficult it is to write a decompiler that produces accurate pseudocode

primal perch
#

yea it is

lethal ice
#

true

primal perch
#

a disassembler for arm or x86 is already hard

cinder island
#

can i get dev role

lethal ice
#

learn more assembly then you wont be

cinder island
#

i wanna be in the assemble channel

primal perch
#

jules died again

#

L

cinder island
#

smh

lethal ice
#

rip jules

#

ok i want food

narrow mason
#

bro im eatingainlasngan

lethal ice
#

what should i get

#

LAGSAGTNANSA

primal perch
#

ok true but #assembly tho

cinder island
#

gib dev

primal perch
#

scoob will buy you nitro

#

if #assembly

lethal ice
#

@cinder island you need to make tweaks to get dev role

cinder island
#

then make assembly non dev

lethal ice
#

jules if you make #assembly you get to buy me nitro

cinder island
#

access

lethal ice
#

it hasnt been created..

primal perch
#

yea play csgo with jamie for advanced

narrow mason
cinder island
#

yeah i mean when it does

lethal ice
#

it wont be

cinder island
#

dad

#

sad

primal perch
#

yea it wont

lethal ice
#

go ahead create #darkkeys-development-2 @narrow mason

primal perch
#

if it is (and it stays) ill literally buy nitro rn

cinder island
#

how do i bribe eric

narrow mason
#

dryug

cinder island
#

i couldn't even bribe him to give me mem edition

lethal ice
#

eric probably would create it

#

just give him some weed

lethal kayak
#

@cinder island sex

cinder island
#

@eternal crater assembly channel?

primal perch
#

true

#

true

restive ether
#

go ahead create #darkkeys-development-2 @narrow mason
@lethal ice

cinder island
#

🥰

lethal kayak
#

you have to sex

#

@grave sparrow

#

eric

primal perch
#

aaron

eternal crater
#

In here? No lol

restive ether
#

aaron
@primal perch

lethal ice
#

f

primal perch
#

f

cinder island
#

In here? No lol
@eternal crater cap will have sex with you

restive ether
#

@eternal crater cap will have sex with you
@cinder island

primal perch
#

bro just make it developer only then aaron wont be able to see it

cinder island
#

lmfao

primal perch
#

and its hidden

lethal ice
#

go ahead

primal perch
#

no one knows

eternal crater
#

Dead channel

lethal ice
#
double x = position.x - _joystick.parent.position.x - _camera.position.x;
double y = position.y - _joystick.parent.position.y - _camera.position.y;
double power = x * x + y * y;

_moveAngle = atan2(x, y);

if (power > 50 * 50)
{
    power = 50 * 50;

    x = 50 * sin(_moveAngle);
    y = 50 * cos(_moveAngle);
}```
#

read the code

#

do it

restive ether
#

channel DOA

cinder island
#

bro just make it developer only then aaron wont be able to see it
@primal perch then i can't see it

primal perch
#

no bro ill use it every day

cinder island
lethal kayak
#

ok Joe

eternal crater
lethal ice
#

true

primal perch
#

it would be more lively than general

#

trust

restive ether
#

what’s the n stand for

eternal crater
#

Shift enter

lethal ice
#

i wish this server had a counting channel

#

but too many people lol

primal perch
#

literal we tried

#

rip

eternal crater
#

Aaron doesn’t like

#

I’ve already tried

lethal ice
#

f

eternal crater
#

I like counting channels

lethal ice
#

just put it at the bottom of the list

primal perch
#

maybe if we give him his foreskin back

eternal crater
#

Unread

cinder island
#

so no assembly channel

#

😤

lethal ice
#

a bot could be set up to remove messages that arent numbers so it doesnt have to be moderated

#

wtf

eternal crater
#

Yeah

lethal kayak
#

yeah and the bot has to be written in assembly

eternal crater
#

I have the code

#

I think

primal perch
#

and backroom dead as nails

#

:intjfr:

lethal ice
#

yeah and the bot has to be written in assembly
@lethal kayak

eternal crater
#

But Aaron doesn’t want

lethal ice
#

true

#

backroom isnt that dead

primal perch
#

no leak tho

#

i would leak for #assembly

lethal ice
#

yeah important stuff in there

eternal crater
#

Backroom is great

primal perch
#

yea true

#

very important

lethal ice
#

lmao

lethal kayak
#

is genius backroom more active than adv dev

lethal ice
#

capt ultra like wtf

primal perch
#

probably about 6s

#

tbh

narrow mason
#

genius backroom more active

primal perch
#

slightly

#

yea

lethal kayak
#

thanks jules

lethal ice
#

wtf

#

wtf

#

wtf

#

wtf

#

wtf

#

wtf

#

ok

#

i will

primal perch
#

#assembly

#

me when it doesnt highlight

narrow mason
#

go ahead scoob ping admin 10 times again

primal perch
lethal ice
#

i leaked backroom

primal perch
#

true

#

#assembly

#

#assembly

#

#assembly

#

#assembly

lethal ice
#

we

#

n

#

wen

primal perch
#

when will it highlight

#

challenge

#

#assembly

#

#assembly

#

L

narrow mason
#

bruh i wanna fuck this lasagna

primal perch
#

bruh i wanna fuck this lasagna
@narrow mason

lethal ice
#

shep i still have not gone through 1/4 of a single roll of electrical tape yet

narrow mason
#

true

lethal ice
#

and i have 9 more rolls

primal perch
#

wtf

lethal ice
#

$6 bro

#

like wtf

primal perch
#

i remember getting 2 things of thermal paste for the price of one

#

thanks amazon

lethal ice
#

true

#

ok i look for food now

#

same

narrow mason
#

i got thermal paste then never needed it

primal perch
#

burn it down

narrow mason
#

cause it came preapplied to my cooler

primal perch
#

wtf thats the shit paste tho

narrow mason
#

ye true but

primal perch
narrow mason
#

laz

primal perch
#

true

#

i have a fan unplugged rn because it was loud

#

and i dont feel like replacing it rn

narrow mason
#

this lasagna rn slaps

primal perch
#

wtf smol

narrow mason
#

bruh he smoller

primal perch
#

and no one uses booster info

#

:intjsad:

narrow mason
#

no one can bro

#

lol

primal perch
#

but am i wrong

narrow mason
#

true

cinder island
#

lol

narrow mason
#

#staff-nsfw

primal perch
#

or we kill two birds with one stone

#

#developer-general

narrow mason
primal perch
#

yea

#

am i gonna reply it to

lethal ice
#

scoop alive

primal perch
#
int will_shep_reply()
{
    return 0;
}```
lethal ice
#

true

#

not a tweak bro

#

technically thats just a library

primal perch
#

deadass havent helped in genie bar in like 5 months

lethal ice
#

@grave sparrow i mean... a lot of game hacks are just putting nops in certain places

primal perch
#

like this one in particular uh

#

whats it called

#

cum

lethal ice
primal perch
#

true

lethal ice
#

cumpare

#

cmp

primal perch
#

thats an extension to gordita™️ architecture

#

coming soon

lethal ice
#

oh true

#

gordita architecture is my mc computer

primal perch
#

soon to be a real emulator

lethal ice
#

i even wrote a data sheet for it

primal perch
#

and once we buy tsmc sheets we will create silicon chips for it

#

on tsmc 7nm+

#

or samsung 8nm i guess

#

samsung 8 is cheap as balls

#

rip channel

lethal ice
#

f

#

im eating

#

plain bagel and fruit snacks

#

dinner like a king

primal perch
#

true i just gouged 4 ounces of chocolate

#

:nfr:

lethal ice
#

wtf

restive ether
#

true i just gouged 4 ounces of chocolate
@primal perch

lethal ice
#

imagine gouging 4 ounces of weed

primal perch
#

imagine gouging 4 ounces of pure lsd

lethal ice
#

112g

primal perch
#

literally just die

lethal ice
#

acid yea

primal perch
#

imaging gouging 4 ounces of cum

lethal ice
#

wtf

#

i do every night

primal perch
#

true

tepid olive
#

nobody:
papa johns: papadia, like a sandwich but better

#

papa johns can go die

primal perch
#

papa johns is bootleg dominos

#

with 100% more n word

lethal ice
#

FUCK papa johns, FUCK dominos

tepid olive
#

lol

#

FUCK papa johns, FUCK dominos
@lethal ice thissss

restive ether
#

nobody:
papa johns: papadia, like a sandwich but better
@tepid olive

lethal ice
#

dominos tastes like fucking cardboard

tepid olive
#

everyone knows that local spots >>>

primal perch
#

true

lethal ice
#

ye

primal perch
#

dominos still better tho

#

than johns

tepid olive
#

no

#

false

#

oh yeah

#

than johns sure

primal perch
#

not local lol

#

im not that braindead

tepid olive
#

ye

lethal ice
#

except actually hungry howies, little caesars, pizza hut have really good pizza

#

also garlic bread

primal perch
#

caesars when fresh

lethal ice
#

i fucking love garlic bread

#

i fucking love garlic bread

#

i fucking love garlic bread

#

i fucking love garlic bread

primal perch
#

when fridged it sucks ass

#

tbh

tepid olive
#

little caesars is pretty good

#

Papa johns has decent pizza stfu
@grave sparrow with 100% more n word

primal perch
#

negative

tepid olive
#

;fr;

lethal ice
#

when i order pizza from anywhere, i always look forward to the garlic bread more than the pizza

tepid olive
#

wtf

narrow mason
#

@lethal ice im eating garlic bread

tepid olive
#

when i order pizza from anywhere, i always look forward to the garlic bread more than the pizza
@lethal ice lmaooo

lethal ice
#

true

primal perch
#

@s im eating cum

tepid olive
#

true

#

true

primal perch
#

@s

lethal ice
#

you guys have no idea how much i fucking love garlic

primal perch
#

scoop the anti vampire

lethal ice
#

i would eat cloves of garlic

tepid olive
#

GOD DAMN IT SHEP

#

i was gonna say that

primal perch
#

too late

tepid olive
#

i would eat cloves of garlic
@lethal ice same

primal perch
#

go ahead 1v1 me on typeracer

tepid olive
#

Scoob snorts garlic
@grave sparrow

lethal ice
#

true

primal perch
#

true

lethal ice
#

true

primal perch
#

probably written in python tho

#

:nfr:

tepid olive
#

!false

lethal ice
#

true

#

thats slow

primal perch
#

thats slow as balls

lethal ice
#

slow

primal perch
tepid olive
#

!false

primal perch
#

go to the USB api

#

and feed the events in directly

lethal ice
#

true

primal perch
#

now thats the gamer way

lethal ice
#

imagine not owning a razer keyboard

primal perch
#

imagine using shit ass gamer brands

#

i mean you cant really mess up a keyboard

lethal ice
#

i dont give a shit about LEDs or shit but my god this keyboard is so fine

primal perch
#

the only bruh i consider is buying gamer headsets

#

or headphones

lethal ice
#

gaming headsets look so fucking ugly lmao

primal perch
#

investing in good audio is worth

tepid olive
#

kekw

primal perch
#

@narrow mason

tepid olive
#

keyboards can be easily fricked up though

#

like those clacky keyboards

lethal ice
tepid olive
#

🤮

primal perch
#

true

lethal ice
#

fucking nasty

tepid olive
#

lol

restive ether
#

why would anybody wear this???????????????????????
@lethal ice

primal perch
#

good looking headphone

#

simple

tepid olive
#

hmm

primal perch
#

it work

tepid olive
#

shep headphone reveal

primal perch
#

why

#

its literally pristine

lethal ice
#

my headset kinda trash i want to get a new one

tepid olive
#

i don’t even have a headset

lethal ice
#

served me well but its just old

tepid olive
#

just airpods

primal perch
#

its not?

tepid olive
#

Dirtier than shit
@grave sparrow

lethal ice
#

@grave sparrow bruh thats just the light

#

look closer

primal perch
#

yea flash was on

#

for some reason

#

nfr

tepid olive
#

true

#

shot

lethal ice
#

imagine those were trichomes

primal perch
#

yea i got it like 3 weeks ago its good probably retun tho

#

it hurts my mf ear

#

with glasses

#

shot

lethal ice
#

imagine wearing glasses in 2020

tepid olive
#

@tepid olive
@grave sparrow

primal perch
#

i dont need to

tepid olive
#

i might need to

#

my left eye sucks

primal perch
#

same

#

and my right eye

tepid olive
#

mono monocle eta wen

primal perch
#

myopia gang

tepid olive
#

🧐

primal perch
#

@lethal ice bro join me and jule tho

#

good head phone

lethal ice
#

my eyes are the same perscription

primal perch
#

:frnodfast:

lethal ice
#

i have good head phone sound but trash mic

tepid olive
#

my right eye is like 19/20

primal perch
#

bro guarantee if its razer though then you can get like 3x better

#

for not too much

tepid olive
#

and my left is like 13/20

primal perch
#

and mind blown

tepid olive
#

big difference

lethal ice
#

bruh

#

my eyes are 20/200

primal perch
tepid olive
#

frstache

primal perch
#

idk what mine are

#

i just know i cant see clearly beyond like 6 inches without glasses

#

so probably shit

lethal ice
#

if i took out my contacts i couldnt read whats on my monitor from a foot away

#

thats not 🧢

primal perch
#

yea

#

same

tepid olive
#

🧢

primal perch
#

i cant read text from monitor without

lethal ice
#

true

tepid olive
lethal ice
#

literally has cap in his name

primal perch
#

so mines probably around scorp

lethal ice
#

this man speaks nothing but lies

tepid olive
#

thumbsUp
@grave sparrow

lethal ice
primal perch
#

true

#

true

lethal ice
#

TRUE

tepid olive
#

👲

primal perch
#

man with chinese cap

#

bro watch some white girl say thats racist

#

and it gets removed

tepid olive
#

bro watch some white girl say thats racist
@primal perch

lethal ice
tepid olive
#

That’s racist
@grave sparrow

primal perch
#

like saying chinese is racist

faint timber
primal perch
#

shmoo went to sleeps

#

:intjsleep:

faint timber
#

😦

primal perch
#

true

tepid olive
#

:intjsleep:
@primal perch

primal perch
#

1f2003d5

lethal ice
primal perch
#

i only think in hex

#

so the 0x is unnecessary

#

base 10 doesnt do it for me you know

#

skorp did

#

6 messages up

lethal ice
#

true

#

qekgjhrg

#

eg

#

erg

#

ewrg

#

wqe

#

ef

primal perch
#

wtf

lethal ice
#

true

tepid olive
#

Dyhx

#

Fjdj

#

Udkf kf

#

gghfhthonk 👍

lethal ice
#

literal who

tepid olive
#

Ddhf

#

Hdjdbx

#

Chxhxhx

#

Hxjxbxb

#

pog

lethal ice
tepid olive
#

eta wen

primal perch
lethal ice
#

1228 wtfs

primal perch
#

962 trues

tepid olive
#

xpg

primal perch
#

963 trues

lethal ice
#

thats a lot of trues

tepid olive
#

xpg

lethal ice
#

true

primal perch
#

964 trues

tepid olive
#

xpg

lethal ice
#

true

primal perch
#

965 trues

lethal ice
#

true

primal perch
#

966 trues

lethal ice
#

true

primal perch
#

while true

#

do true

#

true

tepid olive
#

xpg

lethal ice
tepid olive
#

xpg

#

xpg

lethal ice
#

32k

tepid olive
#

xpg

lethal ice
tepid olive
#

xpg

#

xpg

#

xpg

primal perch
lethal ice
#

wtf

primal perch
#

this is just from june too

tepid olive
#

xpg

#

xpg

lethal ice
#

ur account got deleted ye

tepid olive
#

xpg

lethal ice
#

i have 32k since the purge

#

had like 20k before i think

tepid olive
#

Yeah that’s what I mean lol I just got to see you and I didn’t get back from my house today I have a lot to go off work for a little

#

Yeah that’s why i don’t want me anymore I just can’t do anything anymore I just can’t remember how much you do you want

#

Yeah I don’t think it’s true but it’s just that it’s true and I think it is a good dev to have

#

I have to go to get the stuff done and I will get a little more sleep lol I have

#

Yeah I just don’t think it is a good dev to get a hold on the other stuff that you

#

Yeah that’s what I mean lol I don’t think you can get a hold on you lol lol yeah that’s why you don’t want it anymore you oknow yeah I don’t know why I am sorry 😢

#

I have to go to get the stuff done and I will be home 🏠 I have to go to the store 🏬 get a little money 💴 is so much fun 🤩 and I will have them do a

primal perch
#

ok i probably should get off

#

and play smash

tepid olive
#

true

lethal ice
#

wtf

#

10 pm

#

bro

primal perch
#

11 bro

lethal ice
#

11 pm

tepid olive
#

it’s 1:04 sirs

lethal ice
#

east coast lookin ass

primal perch
#

and i have to get up at 9 tomorrow so staying up until 7 probably not gonna do it

tepid olive
#

Yeah that’s what I mean lol I just can’t do anything anymore I can’t remember if I have a good 😌 lol 😂 just wanted you guys and your friends to do with me that way too lol

#

Oh no 🤦‍♀️ just did a great 😊 for a couple hours lol 😂 said you don’t need it but it’s just like 👍🏻 is the only reason you

primal perch
#

!mute @tepid olive

rancid summitBOT
#

You do not have permission to use this command.

lethal ice
#

t he w i cke d en d

tepid olive
#

Oh no 🤦🏻‍♂️ I didn’t get a chance to look 👀 for it I was like 👍🏻 you don’t need it I think 🤔 will get you to go check it out now i have to get it fixed and it is not working so it’s ok cool thanks yeah you

primal perch
#

true

lethal ice
#

@primal perch

tepid olive
#

!mute @tepid olive
@primal perch

#

I have to go to get a

#

I am so sad to see that I have a lot to say I don’t think that

#

Oh ok well you have a good day

lethal ice
#

@tepid olive

primal perch
#

yea true

tepid olive
#

God forgot glad do take flash tenant manual

primal perch
#

ok gn pepe10headout

tepid olive
#

i’ll lissen

lethal ice
#

its kinda weird

tepid olive
#

funky riff

lethal ice
#

:intj:

lethal ice
#

true

primal perch
#

shlorp in 30 seconds

tepid olive
#

Oh ok well you have a good 😌 day to the day and i don’t know 🤷‍♀️ and stuff for me that

lethal ice
#

gn shlorp

tepid olive
#

Yeah but it’s a hard drive lol 😆 just can’t do anything for like 👍🏻 or something like that it’s a little hard time lol 😆 just said

primal perch
#

tru gn

tepid olive
#

Yeah but it’s a little weird to do you do know it was like 👍🏻 or you want just me a picture lol 😂 I just don’t like 👍🏻 lol 😆 oh yeah yeah I

lethal ice
#

wtf

tepid olive
#

Oh yeah you’re a stupid bot 🤖 lol lol oh ok well you have to go to the dev

#

I have my friends list that I need to get a paid app for that my phone is not really bad I can’t believe it is on my iPhone 📱 I don’t need to reinstall it now I have to do it on my phone 📲 it is

lethal ice
#

we have one collective hope

#

the earth

tepid olive
#

Yeah but that’s what exactly is what I mean I can’t remember what it was lol lol I just can’t remember that lol lol I just got a little nervous about

lethal ice
#

yet uncounted people remain hopeless

tepid olive
#

@ Geniuses™

lethal ice
#

famine and calamity abound

#

@austere valve

tepid olive
#

Oh no 🤦🏻‍♂️ was in nav for me

#

honestly scorp

#

this song is pretty good

lethal ice
#

yes

#

just weird in the middle

#

but i like it

tepid olive
#

still

#

bat country >

lethal ice
#

yes

tepid olive
#

sorry 😦

lethal ice
#

bat country is tied for my favorite off city of evil

#

tied for 1st place with burn it down

tepid olive
#

bat country and beast and the harlot for me

lethal ice
#

wtf