Hi I am waiting for your tutorial do do this ... I don't won't to use this to cheat on game but I am really interesting on how to do this :) If you can post a videos with totourial on how exactly you done this :) Would be sooo great-full :)
I am always wondering, how do you create things like these? As you can see I am a total noob at everything that has to do with coding etc. What programs do you use and how do you learn it?
Probably, nice work :) I'd love to see how you calculate the correct spot, looks amazing. I was too lazy to add botting because I was too busy trying to overlay pixels over Flash window, but I might add it later.
If I'm correct, you search for the "Next" frame (Or the ball) before each shot and then find the parabolic equation matching that point and the center of the basket. Then you set the mouse at the parabolic apex and click. Am I correct?
yep, it looks for the next frame (falls back on a search for the ball only) then calculates out the vertex and auto clicks that spot until the ball moves. I didn't bother much with drawing specifically because of the refresh issues that you probably noticed. I think the better way to draw would be to overlay a transparent window on top but pass mouse messages through
Flickering is due to desynchronization between DirectX and GDI drawing. The Flash GDI window is really a black window, ignoring Windows' drawing messages. It uses DirectDraw to draw directly to video memory, not following Windows' drawing cycle. Drawing with GDI over it, even if you use a transparent window, is useless because DirectDraw overwrites your video memory in the middle of your drawing process, causing the flicker.
You can overlay a window over it, but you must use a DirectDraw overlay, not a GDI one. My choice (I'm working on it) is to hook DirectDrawCreateEx to fool Flash into my own implementation of IDirectDraw interface. Another choice (still working on it, may not be feasible) is to hook only the Flip method of Flash' window interface, jumping to your drawing code after the flip.
I ported my code over to Cocoa on my OS X machine, the transparent window technique works really nicely there-- unfortunately getting at pixel data on the screen is ridiculously slow for some reason.
Sorry, I am not Lron Hubbard, I never play online if I have hacks. Therefore, I will not spread hacks either. I don't want lots of people hacking, it will ruin the game.
Sure, but unfortunately you need a bit knowledge of programming and winapi specs. It's not too hard, but the work "behind the scenes" was loooong. I'm still working on getting rid of the flickering, but Flash has some strange way of drawing to the fullscreen...
i got 212...
xxfroobxx 5 days ago
how can i do this cheat?
ladose1000 1 week ago
how do i get on contest mode?
buttersnikers23 2 months ago
MAN WHY CANT I PLAY IN ONLINE?
MrIRaKli108 5 months ago
@MrIRaKli108 I understood u can't anymore, they cut it out
TheBigKill98 3 months ago
my high score is 173.40. and i didnt use cheats
mattrules924 8 months ago
@mattrules924 congratulations! nobody plays this game anymore so...
kaoD 8 months ago
@kaoD Can u tell me how u play online on it??
9Pure9 2 months ago
@kaoD i play it!
ladose1000 1 week ago
@mattrules924
my 2 high scores were without cheats 347 and 337! I still have screenshots of them :)
rize1337 7 months ago
@mattrules924 I
9Pure9 2 months ago
can someone tell me how to get on multiplayer
tigresito9982 11 months ago
how do you do the hack!!!!
wellskinnersley 1 year ago
how do you play online
bran12350 1 year ago
I´m in single player mode...how can I get out? please help me :). thx
tktuffi 1 year ago
you have to have very small dick if you hack games like this.
mlodybiker 1 year ago
@mlodybiker wtf does a guys dick have to do with you faggot,SMFH , go sit in a corner and blow ur head off
bloodysage12 1 year ago
link?
MrSebastianNS 1 year ago
how can i make one up? this is awesome
caiocontieri 1 year ago
luls, nice.
itsazy 1 year ago
wats the cheat dude how did u do it?
smileypc 1 year ago
This has been flagged as spam show
can i download it somehow and play it offline? i mean practising offline
Aman1984 1 year ago
can i download it somehow and play it offline? i mean practising offline
Aman1984 1 year ago
so do you get fun with that ?
TracyKobe8 1 year ago
@TracyKobe8 The fun comes from coding it.
mainlandq 1 year ago
Comment removed
BlueEyeGigus 1 year ago
verdammter B4astard, was soll der Mist?
123cthulhufthagn 2 years ago
wow where did u get the program?
newfoundsoccer 2 years ago
seriously dude you have pages of ppl askin you to tell them by now you could probly get like blowjobs and money for it but just fucking tell us!!!!
timothycf 2 years ago
Guau!!!
lydirina 2 years ago
please gimme hack link pleasee ill suscribe
sdotldot123 2 years ago
Please give me link for this hacks
ramzi1714 2 years ago
Hi I am waiting for your tutorial do do this ... I don't won't to use this to cheat on game but I am really interesting on how to do this :) If you can post a videos with totourial on how exactly you done this :) Would be sooo great-full :)
dominik8el 2 years ago
what a fucking lier
Ermacshow 2 years ago
no life
timwisse94 2 years ago
This comment has received too many negative votes show
Get a live...
Daymack 2 years ago
life
kaoD 2 years ago 24
I am always wondering, how do you create things like these? As you can see I am a total noob at everything that has to do with coding etc. What programs do you use and how do you learn it?
Bazead 2 years ago
how did u dat
KZBloodonthesand 2 years ago
how did u do dat plse tell me
KZBloodonthesand 2 years ago
@kaoD life. (full stop)
fatabass 1 year ago
ha fucking roasted!!!!!!>:]
killakangaroo121 2 years ago
umm is there an easy way of doing this i jsut wanna try
MrRapOG 2 years ago
This just ruins the game, idiots.
CaLeDee 2 years ago 18
@CaLeDee He did use nice music though.. :)
coeshcoesh 1 year ago
Could you please tell me the name of this song?
Modikapl0x 2 years ago
dude can u please gimme the code?
Woaaw 2 years ago
Tutorial for the DD overlay would be neat to see, Good Sir, good sir!
HLSDK 2 years ago
Nice hack !!!
MrBeqa11 2 years ago
lol this game pisses me off
EliForSheezy 2 years ago
Bet mine would beat yours :)
jinx4848 2 years ago
Probably, nice work :) I'd love to see how you calculate the correct spot, looks amazing. I was too lazy to add botting because I was too busy trying to overlay pixels over Flash window, but I might add it later.
If I'm correct, you search for the "Next" frame (Or the ball) before each shot and then find the parabolic equation matching that point and the center of the basket. Then you set the mouse at the parabolic apex and click. Am I correct?
kaoD 2 years ago
yep, it looks for the next frame (falls back on a search for the ball only) then calculates out the vertex and auto clicks that spot until the ball moves. I didn't bother much with drawing specifically because of the refresh issues that you probably noticed. I think the better way to draw would be to overlay a transparent window on top but pass mouse messages through
jinx4848 2 years ago
Nope, that's my method, and it still flickers.
Flickering is due to desynchronization between DirectX and GDI drawing. The Flash GDI window is really a black window, ignoring Windows' drawing messages. It uses DirectDraw to draw directly to video memory, not following Windows' drawing cycle. Drawing with GDI over it, even if you use a transparent window, is useless because DirectDraw overwrites your video memory in the middle of your drawing process, causing the flicker.
kaoD 2 years ago
You can overlay a window over it, but you must use a DirectDraw overlay, not a GDI one. My choice (I'm working on it) is to hook DirectDrawCreateEx to fool Flash into my own implementation of IDirectDraw interface. Another choice (still working on it, may not be feasible) is to hook only the Flip method of Flash' window interface, jumping to your drawing code after the flip.
kaoD 2 years ago
Good to know. I won't bother trying it then.
I ported my code over to Cocoa on my OS X machine, the transparent window technique works really nicely there-- unfortunately getting at pixel data on the screen is ridiculously slow for some reason.
jinx4848 2 years ago
Are you getting that pixel data directly from memory or using some kind of API? Find out if you can read it from memory, it speeds up A LOT.
kaoD 2 years ago
Well I'm reading the entire screen into memory before accessing pixel data on both environments. For some reason it's a lot slower in Cocoa.
jinx4848 2 years ago
You're Lron Hubbard aren't you. Dude, no wonder I can never win. Let me get the prog bro. Help a /sp/artan out.
edward123456789 2 years ago
Sorry, I am not Lron Hubbard, I never play online if I have hacks. Therefore, I will not spread hacks either. I don't want lots of people hacking, it will ruin the game.
kaoD 2 years ago
I don't know if you noticed but the game is already ruined. Every time I play it's always the same 10 people in 1st-10th place.
edward123456789 2 years ago
Awsomeness, I hope you post a tutorial soon for this soon.
KILLZ66 2 years ago
Sure, but unfortunately you need a bit knowledge of programming and winapi specs. It's not too hard, but the work "behind the scenes" was loooong. I'm still working on getting rid of the flickering, but Flash has some strange way of drawing to the fullscreen...
kaoD 2 years ago