Jump to content

TheArmKing

Senior Member
  • Posts

    8,804
  • Joined

  • Last visited

Everything posted by TheArmKing

  1. Calling all 9 year olds
  2. unless C can convert long long to char[] easily
  3. if(x%2==0){ char[4] b; b[0]='\'; b[1]='x'; b[2]=hackedHex[x]; } if(x%2==1){ b[3]=hackedHex[x]; // apending to the bigger char[] array, this later gets passed on to the void. }
  4. Lol so the simpler way is to insert \x after every second character and pass it on as a string in cybercat's way
  5. something like this maybe? // Convert long long to string // Convert string to char array // loop through char array to make strings of 2 characters or 1 byte, like c00fe3d4 becomes c0 0f e3 d4 // c0 gets converted to int // the int gets converted to uint8 // the uint8 gets appeneded to aa uint8 array // copied this from stackexchange char str[256]; sprintf(str, "%lld", hackedHex); printf("%s\n", str); for (int x=0; x<str.length; x++ ) { //dk if this is how C works if(x%2==0){ char a = str[x] } if(x%2==1){ char b = str[x] // do something that combines char a and b to a string // then convert to int // then to uint // then append to array }
  6. is it possible to make the hackedHex param a stirng, make it an array of strings which gets split at every 2nd character and add a 0x to each of them
  7. Where's DiDA

    1. arcie

      arcie

      next day DiDA grew up. becomes DADi :happydance:

    2. Dannyyy
  8. On Android I think I can I would for u but I don't have a good iOS Device
  9. ENCE Beat Na' VI WTF

    1. Amir0121

      Amir0121

      in the name of god

    2. RemineTheCat

      RemineTheCat

      Lord Allu saves the day on the right moment o_o

       

    3. TheArmKing

      TheArmKing

      hahah true, Astralis vs ENCE lets see :3 

    4. Rafyssssutyt

      Rafyssssutyt

      It was obv...

    5. TheArmKing

      TheArmKing

      Not for me, I thought Na' Vi would since they have much more experience

  10. Na' Vi vs Astralis pliss

  11. MiBR beat the crap out of renegades lol. I am guessing Astralis will beat NiP too

  12. Android Unity Menu is complete, just needs some testing on different games :D 

    1. Show previous comments  1 more
    2. TheArmKing

      TheArmKing

      For DLL Games, .so is next

    3. Ted2

      Ted2

      u already had one tho, but gg

    4. TheArmKing

      TheArmKing

      That was trash lol

    5. Ted2

      Ted2

      ok dad show meh

    6. TheArmKing

      TheArmKing

      Just think of a fully customisable iGMenu with in-menu settings, various styles and support for custom fonts and textures :D

  13. Don't you think you've been admin for too long.

    1. Archangel04
    2. Laxus

      Laxus

      Yes he is, it’s time for change. Vote @Laxus for new Admin, let’s make iOSGods Great Again. First thing I do is bring CBox back

    3. Clickforlife

      Clickforlife

      take dida's admin role and make dwayne johnson admin

    4. Astro World

      Astro World

      This sucks so much ass. Why is the cb gone?

  14. and the niners (twenty one pilots refernce forgive me thx)
  15. Arms around you
    Te amo mami, let me hold you

  16. How to trigger @DiDA - Alita sucks

    1. spiritoflife

      spiritoflife

      but its true alita movie sux 

    2. Pradeep6868

      Pradeep6868

      irrelevant post

    3. sir zaza

      sir zaza

      Ohh, that’s harsh

  17. S10 Foldable for $2000 KreyGasm

    1. Show previous comments  2 more
    2. TheArmKing

      TheArmKing

      I find it cool but overpriced

    3. Diversityy

      Diversityy

      Bothered by that

    4. Pradeep6868
    5. BADERsh

      BADERsh

      Thank you 

       

    6. Zahir

      Zahir 

      Foldable phones are trash, I hope Apple doesn't go that way.

  18. yep, i got a project exhibition due tomorrow, busy with that sorry
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines