Jump to content

FairlyMurky

Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by FairlyMurky

  1. I’m going to start learning C++ and C#, and from there move on to iOS/Android and Computer Game Hacking. I’m going to start off learning C++ while also learning the fundamentals of Cheat Engine (how to find pointers, etc.) Then probably move on to moderate-level Game hacking after I have some C++ and Cheat engine experience behind my back. Anyone want to Join me? Going to begin within the next 3 hours.
  2. I wasn’t able to get as much coding done yesterday, so I didn’t learn as much, although, I think I learned just as significantly. I learned: •What Modules are and I remembered how to find the remainder of a number! 🥴😂 For example: 4 mod 3 or 4 % 3 = 1 •I also learned to make some easy conditionals such as: if (true) { Console.WriteLine(“Hi!”); } •This one I didn’t exactly LEARN because its kinda common sense, but still: I learned how to do the following: int money = 1000; money = money + 200; Console.Write(money); //Basically if later on I need to add to the integer money, I can just use the command (int = int + #) Thats it for yesterday! Besides perseverance, (Which I got from trying to figure out modulo’s) that’s all I learned!
  3. After day 1, I learned the following in C#: •What ints, doubles, floats, decimals, and bools are. •How to identify bools, ints, etc. example: int money = 10000; double cash = 19.8; bool playerUnlockedCars = false; •How to print out text, example: Console.WriteLine(“Day 1 Of C#!”); Console.ReadLine(); I’m just now starting Day 2!
  4. Still works!! 🎄😂
  5. Since the whole ordeal with my iPhone getting restored, (which you’ve probably seen if it finally got approved by moderators on Help-Support) I decided to Learn C# while I’m waiting for a Jailbreak for iOS 13.3 so I can start modifying games. Anyone want to learn with me? 🤟😊
  6. Yes, it’s legitimate.
×
  • 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