Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SK04

Pages: [1]
1
Mount and Blade / Re: mount and blade ultra kill aimbot
« on: October 29, 2015, 12:41:55 am »
I would like to enhance my gaming experience for myself. I used to be staff of a cheat website and love seeing creations that people come up with. I also code Lua as well as C.

I'm also very good at table tennis.

2
universal+external crosshair



http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=309

Simple release, didn't take long to make. Since I'm on a low post count this may seem fishy but it isn't.

https://www.virustotal.com/en/file/67098ba9ed6b0034fcd3a269bd200a65f84bf0b3d84a64db743de82d1d9cc870/analysis/1399836578/

Windows only.

How to use:

When you open the application you will be prompted to enter the size of the crosshair, I recommend a value of 20.
You will be then prompted to ask what colour you want your crosshair to be - this is up to you. If you do not understand what 'RBG' means then go to http://www.colorpicker.com/ and pick your favourite colour that you will be able to see in game and note the {R}, {G} and {B} values then enter that in the program. Once you have done that just press 0 on the numpad to toggle your crosshair!

Edit: I double posted? Huh?

4
Simple release, didn't take long to make. Since I'm on a low post count this may seem fishy but it isn't.

https://www.virustotal.com/en/file/67098ba9ed6b0034fcd3a269bd200a65f84bf0b3d84a64db743de82d1d9cc870/analysis/1399836578/

http://tkc-community.net/forum/index.php?action=downloads;sa=view;down=309

Windows only.

How to use:

When you open the application you will be prompted to enter the size of the crosshair, I recommend a value of 20.
You will be then prompted to ask what colour you want your crosshair to be - this is up to you. If you do not understand what 'RBG' means then go to http://www.colorpicker.com/ and pick your favourite colour that you will be able to see in game and note the {R}, {B} and {G} values then enter that in the program. Once you have done that just press 0 on the numpad to toggle your crosshair!


5
General Modding & Programming / Other Games / Re: Runescape hack?
« on: May 11, 2014, 11:45:16 pm »
no, the only way to really hack runescape is run into the offices with an ak-47 assault weapon and make them give you shit. other than that, it aint gona happen.

back in my runescape days you could packet edit, but now it dont work due to they have somethng like a million players or something, so they can afford the best security. if you want, you can get some bots, i have them on my filefront. to get to my filefront go to My website and navigate to downloads then to my filefront.

Made me lol.

___________

Nah, no chance. As said above it's stored in servers. RS3 is terrible.

6
Mount and Blade / Re: Slow Motion Hack
« on: May 11, 2014, 11:40:22 pm »
No, it's near-impossible.

7
Mount and Blade / Re: Auto Chamber / Parry Hack
« on: May 11, 2014, 11:33:03 pm »
So I can't find it because i have a problem:

0 = ?
1 = ?
2 = right swing
3 = ?

0 = top
1 = lunge
2 = right swing
3 = left

Note sure though, with some testing you should get it.

8
Announcements / Re: Newbie Introduction Thread.
« on: May 11, 2014, 10:06:58 pm »
Hi, I am Silent or SK04. I enjoy coding, albeit 'fairly' new to C++, and gamehacking. Nice to meet you all :)

9
Off Topic / Re: Any upcomming games you're excited about?
« on: May 11, 2014, 10:05:32 pm »
As said in the above post, I am very excited to see what Tropico 5 has to bring. Tropico 4 was awesome, Tropico 5 will kick-ass.

10
Mount and Blade / Re: Auto Chamber / Parry Hack
« on: May 11, 2014, 09:50:05 pm »
So, thanks to MrMedics nice code, I have a light in the dark:

Quote
__declspec(naked) void AutoChamber()
{
   __asm
   {

       // seeing as we are here he is in a attack and swinging
      pushad
            mov edx,[esp+10] // direction of the enemy swing.
            mov dword ptr AttackDirection,edx // direction my guy will chamber
      popad

            mov edx,[esp+0x10] // lets restore the old code and go back in to this game
            jmp AutoChamber_Ret // back to warband 1.158 meanwhile that 'other' routine is chambering in his swing direction

   }
}

// edited found a faster version

But I do not know how to implent it. I tried to paste it in Visual Basic c++ but got some Errors.

That's assembly, not C++.

Pages: [1]