User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 67
  6. 68
  7. 69
  8. 70
  9. 71
  10. 72
  11. ...
  12. 281
  13. 282
  14. 283
  15. 284

Posts by totse2118

  1. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by Kawkasian You are the ultimate slave to the system relying on handouts to survive.

    keep repeating that in your head it might become true
  2. totse2118 Space Nigga [my ci light-haired pongee]
    AY lemme crack ur back
  3. totse2118 Space Nigga [my ci light-haired pongee]

    void handleChips(int itemId) {

    offense = defense = speed = brains = hp = mp = lifetime = 0

    /*
    * 0x800C454C
    * 0x800C457C
    * 0x800C458C
    * 0x800C459C
    * 0x800C45AC
    * 0x800C45BC
    * 0x800C45CC
    * 0x800C45DC
    * 0x800C4600
    * 0x800C4624
    * 0x800C4648
    */
    switch(itemId - 0x16) {
    case 0: // autopilot
    if(load(0x134FF4) == 1) { // is not interacting/loading something?
    0x000C55FC()
    callScriptSection(0, 0x4DD, 0)
    }
    break
    case 1:
    offense = 50
    break
    case 2:
    defense = 50
    break
    case 3:
    brain = 50
    break
    case 4:
    speed = 50
    break
    case 5:
    hp = 500
    break
    case 6:
    mp = 500
    break
    case 7:
    offense = 100
    brain = 100
    lifetime = -24
    break
    case 8:
    defense = 100
    speed = 100
    lifetime = -24
    break
    case 9:
    hp = 1000
    mp = 1000
    lifetime = -24
    break
    case 10: // porta potty
    handlePortaPotty()
    return
    }

    healValue(0x1557F0, hp, 9999)
    healValue(0x1557F2, mp, 9999)
    healValue(0x1557E0, offense, 999)
    healValue(0x1557E2, defense, 999)
    healValue(0x1557E4, speed, 999)
    healValue(0x1557E6, brain, 999)
    modifyLifetime(lifetime)

    if(itemId > 0x1D && itemId < 0x20) // check is DV Chip
    addTamerLevel(10, -1)
    }

    0x000c44c0 addiu r29,r29,0xffc8
    0x000c44c4 sw r31,0x0030(r29)
    0x000c44c8 sw r23,0x002c(r29)
    0x000c44cc sw r22,0x0028(r29)
    0x000c44d0 sw r21,0x0024(r29)
    0x000c44d4 sw r20,0x0020(r29)
    0x000c44d8 sw r19,0x001c(r29)
    0x000c44dc sw r18,0x0018(r29)
    0x000c44e0 sw r17,0x0014(r29)
    0x000c44e4 addu r23,r4,r0
    0x000c44e8 sw r16,0x0010(r29)
    0x000c44ec sll r19,r0,0x10
    0x000c44f0 sll r17,r0,0x10
    0x000c44f4 sll r22,r0,0x10
    0x000c44f8 sll r21,r0,0x10
    0x000c44fc sll r20,r0,0x10
    0x000c4500 sll r18,r0,0x10
    0x000c4504 addi r2,r23,-0x0016
    0x000c4508 addu r16,r0,r0
    0x000c450c sra r19,r19,0x10
    0x000c4510 sra r17,r17,0x10
    0x000c4514 sra r22,r22,0x10
    0x000c4518 sra r21,r21,0x10
    0x000c451c sra r20,r20,0x10
    0x000c4520 sltiu r1,r2,0x000b
    0x000c4524 beq r1,r0,0x000c4658
    0x000c4528 sra r18,r18,0x10
    0x000c452c lui r3,0x8011
    0x000c4530 addiu r3,r3,0x4a3c
    0x000c4534 sll r2,r2,0x02
    0x000c4538 addu r2,r2,r3
    0x000c453c lw r2,0x0000(r2)
    0x000c4540 nop
    0x000c4544 jr r2
    0x000c4548 nop
    0x000c454c lw r2,-0x6b38(r28)
    0x000c4550 addiu r1,r0,0x0001
    0x000c4554 bne r2,r1,0x000c4658
    0x000c4558 nop
    0x000c455c jal 0x000c55fc
    0x000c4560 nop
    0x000c4564 addu r4,r0,r0
    0x000c4568 addiu r5,r0,0x04dd
    0x000c456c jal 0x00105b14
    0x000c4570 addu r6,r0,r0
    0x000c4574 beq r0,r0,0x000c4658
    0x000c4578 nop
    0x000c457c addiu r2,r0,0x0032
    0x000c4580 sll r18,r2,0x10
    0x000c4584 beq r0,r0,0x000c4658
    0x000c4588 sra r18,r18,0x10
    0x000c458c addiu r2,r0,0x0032
    0x000c4590 sll r20,r2,0x10
    0x000c4594 beq r0,r0,0x000c4658
    0x000c4598 sra r20,r20,0x10
    0x000c459c addiu r2,r0,0x0032
    0x000c45a0 sll r22,r2,0x10
    0x000c45a4 beq r0,r0,0x000c4658
    0x000c45a8 sra r22,r22,0x10
    0x000c45ac addiu r2,r0,0x0032
    0x000c45b0 sll r21,r2,0x10
    0x000c45b4 beq r0,r0,0x000c4658
    0x000c45b8 sra r21,r21,0x10
    0x000c45bc addiu r2,r0,0x01f4
    0x000c45c0 sll r17,r2,0x10
    0x000c45c4 beq r0,r0,0x000c4658
    0x000c45c8 sra r17,r17,0x10
    0x000c45cc addiu r2,r0,0x01f4
    0x000c45d0 sll r19,r2,0x10
    0x000c45d4 beq r0,r0,0x000c4658
    0x000c45d8 sra r19,r19,0x10
    0x000c45dc addiu r2,r0,0x0064
    0x000c45e0 sll r18,r2,0x10
    0x000c45e4 sll r22,r2,0x10
    0x000c45e8 addiu r2,r0,0xffe8
    0x000c45ec sll r16,r2,0x10
    0x000c45f0 sra r18,r18,0x10
    0x000c45f4 sra r22,r22,0x10
    0x000c45f8 beq r0,r0,0x000c4658
    0x000c45fc sra r16,r16,0x10
    0x000c4600 addiu r2,r0,0x0064
    0x000c4604 sll r20,r2,0x10
    0x000c4608 sll r21,r2,0x10
    0x000c460c addiu r2,r0,0xffe8
    0x000c4610 sll r16,r2,0x10
    0x000c4614 sra r20,r20,0x10
    0x000c4618 sra r21,r21,0x10
    0x000c461c beq r0,r0,0x000c4658
    0x000c4620 sra r16,r16,0x10
    0x000c4624 addiu r2,r0,0x03e8
    0x000c4628 sll r17,r2,0x10
    0x000c462c sll r19,r2,0x10
    0x000c4630 addiu r2,r0,0xffe8
    0x000c4634 sll r16,r2,0x10
    0x000c4638 sra r17,r17,0x10
    0x000c463c sra r19,r19,0x10
    0x000c4640 beq r0,r0,0x000c4658
    0x000c4644 sra r16,r16,0x10
    0x000c4648 jal 0x000c574c
    0x000c464c nop
    0x000c4650 beq r0,r0,0x000c4700
    0x000c4654 lw r31,0x0030(r29)
    0x000c4658 lui r4,0x8015
    0x000c465c addiu r4,r4,0x57f0
    0x000c4660 addu r5,r17,r0
    0x000c4664 jal 0x000c563c
    0x000c4668 addiu r6,r0,0x270f
    0x000c466c lui r4,0x8015
    0x000c4670 addiu r4,r4,0x57f2
    0x000c4674 addu r5,r19,r0
    0x000c4678 jal 0x000c563c
    0x000c467c addiu r6,r0,0x270f
    0x000c4680 lui r4,0x8015
    0x000c4684 addiu r4,r4,0x57e0
    0x000c4688 addu r5,r18,r0
    0x000c468c jal 0x000c563c
    0x000c4690 addiu r6,r0,0x03e7
    0x000c4694 lui r4,0x8015
    0x000c4698 addiu r4,r4,0x57e2
    0x000c469c addu r5,r20,r0
    0x000c46a0 jal 0x000c563c
    0x000c46a4 addiu r6,r0,0x03e7
    0x000c46a8 lui r4,0x8015
    0x000c46ac addiu r4,r4,0x57e4
    0x000c46b0 addu r5,r21,r0
    0x000c46b4 jal 0x000c563c
    0x000c46b8 addiu r6,r0,0x03e7
    0x000c46bc lui r4,0x8015
    0x000c46c0 addiu r4,r4,0x57e6
    0x000c46c4 addu r5,r22,r0
    0x000c46c8 jal 0x000c563c
    0x000c46cc addiu r6,r0,0x03e7
    0x000c46d0 jal 0x000c57d0
    0x000c46d4 addu r4,r16,r0
    0x000c46d8 slti r1,r23,0x001d
    0x000c46dc bne r1,r0,0x000c46fc
    0x000c46e0 nop
    0x000c46e4 slti r1,r23,0x0020
    0x000c46e8 beq r1,r0,0x000c46fc
    0x000c46ec nop
    0x000c46f0 addiu r4,r0,0x000a
    0x000c46f4 jal 0x000acbf4
    0x000c46f8 addiu r5,r0,0xffff
    0x000c46fc lw r31,0x0030(r29)
    0x000c4700 lw r23,0x002c(r29)
    0x000c4704 lw r22,0x0028(r29)
    0x000c4708 lw r21,0x0024(r29)
    0x000c470c lw r20,0x0020(r29)
    0x000c4710 lw r19,0x001c(r29)
    0x000c4714 lw r18,0x0018(r29)
    0x000c4718 lw r17,0x0014(r29)
    0x000c471c lw r16,0x0010(r29)
    0x000c4720 jr r31
    0x000c4724 addiu r29,r29,0x0038
  4. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by maddie Yeah I have my fax machine sitting right next to my pc that runs a open telnet service on windows xp. Want to guess the easiest entry point?

    uhh the windows XP? wait no, the machine itself

    https://www.pimall.com/nais/e.faxscrm.html
  5. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by Haxxor Definitely increased stupid shit here, not so much gay as repetitive boring crap.

    maybe its time to suicide or leave then
  6. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by Haxxor ahhhhh….gotta love them words of wisdom from the guy who’s livin off government handouts


    gotta love that rent free from a person using talking points from like 5 years ago. who's alt are you again you fucking loser? how many years have you been stalking me?
  7. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by Loing Shut up toste

    Oh, buckle up, ladies and gentlemen, because today we're delving into the absolute cesspool that was the Totse Temple of the Screaming Electron. Totse? More like the Temple of "THIS IS SO DOG WATER I WOULDN'T WATER MY DOG WITH IT IF IT WAS A DESSERT DOG STARVING IN THE GOBI."

    Now, Totse was supposedly a throwback to the old-school BBS days, a time when being a hacker meant more than just wearing a black hoodie and pretending you're in The Matrix. But let me tell you, after exploring the archives, I've come to the conclusion that Totse was the breeding ground for the kind of knowledge that makes you dumber just by reading it. The main focus was the Community Bulletin Board, or as I like to call it, the Community Bullshit Fart. Oh, look at that, a place for you to air your rectum juice soaked diaper and get revenge on your Nazi parents. It was like a digital dumpster fire shit in my eye sockets. Let me break down the highlights for you:

    Poorly written bomb-making instructions: I WOULDN'T FOLLOW THESE INSTRUCTIONS IF MY LIFE DEPENDED ON IT. You're more likely to blow up your kitchen trying to make a sandwich than anything else. Endless outdated phone "hacking" techniques: Oh great, just what we need, a guide on how to annoy people with prank calls in the age of smartphones. Real cutting-edge stuff, Totse. How to get high off Raid and household items: Because when life gives you lemons, why not try to huff them and see if you can hallucinate your problems away? This is so dog water it's not even funny.

    In conclusion, Totse was the online equivalent of that sketchy uncle you avoid at family gatherings. It's so dog water that even my toilet wouldn't flush it down. And that's saying something.
  8. totse2118 Space Nigga [my ci light-haired pongee]
    fax me a bear


  9. totse2118 Space Nigga [my ci light-haired pongee]
    Who cares if they're muslim? Any darkie is bad in my opinion. Fuck Indians

    do not fall for their hate sers




  10. totse2118 Space Nigga [my ci light-haired pongee]
    okay but did you see the dancing flickering ansi








    if you shake it too fast it doesn't flicker













  11. totse2118 Space Nigga [my ci light-haired pongee]
    is that like a bash shell script

    asm is sexy
  12. totse2118 Space Nigga [my ci light-haired pongee]
    Today we're diving headfirst into the absolute dog water ideology known as Lannyism. I mean, come on, Lannyism? Sounds like something your grandma would accidentally call her pet parakeet while off her meds. Now, let's break down these core principles. Self-reliance and independence? Great, but I WOULDN'T TRUST LANNYISM TO MAKE A PEANUT BUTTER SANDWICH WITHOUT BURNING DOWN THE KITCHEN. This is the ideology that thinks it can handle economic self-sufficiency? Please, I've seen toddlers with more economic foresight in their piggy banks.

    Harmonious development? IDEOLOGICAL SOVEREIGNTY? NON-INTERFERENCE IN NATURAL PROCESSES? Are we talking about an ideology or a yoga class for philosophy majors? Lannyism sounds like the kind of belief system that would send you into a harmonious nap. Now, let's talk about the economic axis. Economic self-reliance, they say. Well, I WOULDN'T TRUST LANNYISM TO BALANCE A CHECKBOOK, LET ALONE RUN AN ECONOMY. It's like trusting a cat to lead your military strategy - you're gonna end up with a bunch of confused soldiers playing with yarn.

    And what's with the authoritarian axis being all wishy-washy? It "can vary depending on interpretation and implementation"? That's like saying, "Hey, our rules are more like suggestions, feel free to do whatever." Yeah, sounds like a recipe for a well-functioning society, doesn't it? Lannyism may lean towards centralized leadership? Yeah, and I may lean towards eating a whole pizza by myself on a Friday night. It's a little more than a lean, my friends; it's a full-on faceplant into the pool of bad ideas. Lannyism is like trying to build a house with Jenga blocks while blindfolded. It's so dog water, I WOULDN'T WATER MY DESERT DOG WITH IT IF IT WAS STARVING IN THE DESSERT. Sorry, Lanny, but your ideology is about as appealing as a soggy sandwich left out in the rain
  13. totse2118 Space Nigga [my ci light-haired pongee]
    i didn't even read it
  14. totse2118 Space Nigga [my ci light-haired pongee]
    Originally posted by Fonaplats Next time you see her if you do she might be a boy.

    you have some kinda unhealthy obsessesion with trannies lawl
  15. totse2118 Space Nigga [my ci light-haired pongee]
    One time I ended up in a boarded up house that had health warning notices from all over the city but the crack heads dug under the fence and were hiding in the basement like rats doing drugs with only tea lights and lamps for light and the place stunk like mold and had fire damage and should have been demolished

    the neighbors didn't like seeing cars pull up at 3am with pizza and random drug dealers hand stuff to people in a house surrounded by a fence. It was pretty chill in there though just very very sketchy with some pretty wacky criminals living there like a flop house for violent drug users and whores



    it was surreal
  16. totse2118 Space Nigga [my ci light-haired pongee]
    I used to hang out with them not really pick them up I would get totally jacked on meth and just walk around. I would be bored outta my skull nothing to do after work don't wanna go home because my mom is there but those girls were a breath of fresh air

    I would follow them around all night and made sure nobody fucked with them. I would always end up on the most wild adventures where I never knew what insanity I would find and seeing stuff like a dude pick up a hooker or a guy like wariat get scammed was just a hustle for those girls

    They would always vanish after a stunt like that, I assume each of them had a good source for dope and would just blow all the money alone somewhere, who knows. But when everyone was broke it was kinda fun hanging out with them, I would buy them all food and give them drugs just to see what they do next now that all their needs are met.

    They had no desire to clean up their act or not be hookers it was just WHEEEEL GONTS time to go be rowdy and smoking cigs and be general chaotic people and ruin the property values by existing, and getting HIGH AS FUCK, the fun the never ends.

    Originally posted by The Self Taught Man Shes mad in your face super hardcore intense street walker from the depths of hell.

    I am in love lads, she is one of a kind and refuses even $30, beer, weed and a loaded meth pipe!, shes cold as ice!.

  17. totse2118 Space Nigga [my ci light-haired pongee]
    I met HTS outside a five guys
  18. totse2118 Space Nigga [my ci light-haired pongee]
    owned and controlled by the jedis
  19. totse2118 Space Nigga [my ci light-haired pongee]
    My god that's right out of the SPAM CITY PD training handbook he's a natural!
  20. totse2118 Space Nigga [my ci light-haired pongee]
    i was also gonna say youtube he's pretty big on there

    he was on OG youtube but has never been a big or mainstream channel you gotta really be watching some fucked up shit to stumble upon chris chan.

    I've known about him since I was a teenager which is when he first started to become popular
    Originally posted by Kawkasian Only you suck his dick…. along with SSSniperwolf's

    umm how? Just because I mentioned these people or know things about them I am simping for them yeah okay sure you just sound jealous that I understand internet culture better than you which is dumb because most people my age that went on those sites back then grew up around this shit it's pretty normal to us
  1. 1
  2. 2
  3. 3
  4. ...
  5. 67
  6. 68
  7. 69
  8. 70
  9. 71
  10. 72
  11. ...
  12. 281
  13. 282
  14. 283
  15. 284
Jump to Top