Jul 19, 2001, 03:14 PM | |
Probably most people have heard of my program "MegaWarp". If not: It is a cheat program that lets you warp anywhere on the map and to any other player, even in online games...but that isn't the point of this topic.
Some people, who I am not going to name here unless they reply have been asking for how I did MegaWarp. Or more specific...how to edit the memory in Visual Basic. Doing this uses the Windows API (calling functions in dlls) and is NOT something I made up myself or anything like that. It is something that I found out how to do on the internet, and I figured it out and put it to use in MegaWarp. Now back to the problem...Even though this is readily available information (well maybe not readily, but available to anybody with a good search engine and good knowledge on how to use it), I'm not sure if I should give these people the way to do this. After seeing what happened with megawarp (even jdc has to have a rule about it), I don't really want people making cheat programs they can release to other people. I think that if people want to cheat they should do it using real memory editing tools and search for addresses themselves. If a cheat program gets out (like megawarp did), the jj2 community who actually play will be kind of wrecked, because so few people play, that most people will get it and it will make playing no fun anymore. So I would like some feedback about this and whether I should tell the people in question how to do this because I don't want something really really bad to happen. Thank you for your help |
Jul 19, 2001, 04:47 PM | |
I hate that program. It corrupts anyone who uses it. Megawarp has already screwed games up before, and I am pretty mad about it. If the probelm continues I am going to take the IP adresses and names of cheaters and post them on the internet so people can add them to ther banlist file. Nobody wants people like that in their servers.
__________________
Download my JJ2 Episodes! (5 episodes) Visit My JJ2 Blog (HOLD YOUR HORSES I'M WORKING ON IT SHEESH) |
Jul 20, 2001, 12:39 AM | |
Assassin, the free choice concept does not work here. Clients are clients, and servers will be servers. If servers do not want their clients to cheat, then they can't cheat. Also, such a concept would most likely be pointed out by a cheater, so be careful. ;-P
|
Jul 20, 2001, 05:31 AM | |
Maybe I should clarify the question a bit.
I'm not asking for feedback about MegaWarp. That has happened already and I can't do anything to make other people who weren't supposed to have it delete their copy. Here is what I'm asking: Should I give out information to people about how to make programs like MegaWarp in Visual Basic |
Jul 20, 2001, 06:52 AM | |
No.
__________________
-TwisteðMetal Ø Disclaimer: I am not responsible for any offensive views, stupid mistakes etc. contained in the above message. OK, maybe I am. Don't confuse me. |
Jul 20, 2001, 08:18 AM | |
There are different sides to programming. It all depends on the ppl who do it. There are ppl who wanna program just for fun and profit, shall we say, and there are ppl with other, maybe "evil" purposes (virusses and such). Also, what kind of information are you planning to give? Just the basics, or more sophysticated(sp?) things? Also, how do you know how ppl will use that info?
All i can say is this: be carefull with the ppl you give information to, and don't give more than they ask. _________________ "NO, i'm NOT a girl, never was and never will be! "All good things come in three." "We all are different, that's what makes us normal." - JelZe GoldRabbit |
Jul 20, 2001, 10:11 AM | |
Do not give it out to anyone. Make sure the person can be trusted.
__________________
Download my JJ2 Episodes! (5 episodes) Visit My JJ2 Blog (HOLD YOUR HORSES I'M WORKING ON IT SHEESH) |
Jul 20, 2001, 01:06 PM | |
i think that you should keep the code to yourself, even though i am one who would like to know, since i am interested in all of this programming stuff. But this would corrupt JJ2, which it already is, but i find that there are some ppl who use mw in a good way, as in helping others getting stuck, but then there's some others out there who abuse it... ALOT so i wouldn't take your chances
|
Jul 20, 2001, 01:36 PM | |
The Cheaters already wrecked the gameplay of CounterStrike and a lot of other FPS games..
In CS they have a Anti-Cheat program called PUNKBUSTER.. With cheats or without the program means kicked from server
__________________
Join clan [GPW]'s discord! https://discord.gg/ktCcYnv S.H.A.D.O.W.: (aka Ins0mnia) Synthetic Hydraulic Android Designed for Observation and Warfare Mystic Legends http://www.mysticlegends.org Follow me on twitter: @Ins0mnia Follow us on twitter: @Mystic_Legends |
Jul 20, 2001, 02:16 PM | |
Sounds interesting, Shadow. Maybe someone can make such a program for JJ2.
![]() P.S. Maybe it's also something for the Battle Server, since many kill the idle server on purpose... |
Jul 20, 2001, 11:07 PM | |
I told you! I told you once you released it that program would corrupt the community!
But anywayz... I didn't corrupt the community, except for black ninja who is a big loser becuase he can't win a signle game without cheating. I gave out trainers to nobody, got them from nobody, and only told maybe a few offsets only becuase it was for research... (and ****ed link didn't give me some credit for giving him the formula for Position>Dword value) But yeah, I suppose I did play a part in corrupting the community (I told you that would happen...). In 1.25 we should make arrangements to reorganize the byte system for effiecency and get rid of cheaters. URJazzCC Bean and many others who have no soul and only talk to other people only to find more cheats and more cheats craving power and "respect". Clarification: All those people I've listed that I can think of that cheat are not known to do the thing listed above "SINNERS!!!" -EMH Mach 1 |
Jul 21, 2001, 05:38 AM | |
I think I have made up my mind: I am not going to help other people with making cheat programs. They can find the information themselves on the internet (just like I did). I think that most people here are negative towards any sort of cheating, and that is what helped me make this desision. I don't want to be responsible for helping to create another cheat program for JJ2.
Also, I would like to just explain this to Kaz and anyone else who may be wondering: I didn't release it into the community; I gave it to four people (the fourth came because one of my beta testers had TSF and it doesn't work for TSF), but I didn't evaluate the fourth person's ability to not give it to anyone else, so that is what happened. The first three original testers were good, and they didn't give it to anyone. So I'm sorry to those people who asked, but I'm not changing my mind about not giving the source code to you. You can find out how to do it on the internet if you look hard enough, so I think that is how you should go about finding this out if you really want to make a cheat program (which you probably shouldn't after seeing what happened with megawarp). -- Link |
Jul 21, 2001, 12:19 PM | |
So far I found out how does megawarp find jj2. It uses a "FindWindowA" API function to find the window class DDWndClass (won't tell more). I'm trying to create a program for editing jj2's memory but not for cheating. Now I need to find out how do api's work for reading and writing into process mem. Link! I ask you for the MW source code (the MW project file and other files for MW located in your c:\program files\vb directory - I think)and you'll get a credit in my prog. If you think I'm not fair enough just keep it. I'll finish the prog by myself.
_________________ -Overlord It's easy when you know how. Stronghold: Jazz, RHG |
Jul 21, 2001, 04:52 PM | |
Link when the JJ2 Source is released. "Give" us your cheat-program-source then.. then we can make an easier cure for this =\
and Kaz Quit the Attacking, thanks _________________ This user is banned. Have a Nice Day! --==Clan [GpW]==-- http://gpw.gamepoint.net -The J2LC- S.H.A.D.O.W.: Synthetic Hydraulic Android Designed for Observation and Warfare |
Jul 22, 2001, 11:34 AM | |
Punkbuster is on Half-Life too, I didn't dload it, since I like taking out those who use the speed hack (they are so easy to kill since they can't control themselves because of too much speed). Also, it shouldn't be too hard to make an anti-cheat prog for JJ2 that servers could use to auto-kick/ban cheaters, but I also think that to truely eliminate the cheating, we need the JJ2 source code and someone to patch the game so that the progs won't work at all.
|
Jul 22, 2001, 01:13 PM | |
Well I think I know how. Most cheaters use a program called Gamehack. It's a program that lets you cheat in almost every game. You can search the game's memory for values for example score. Searching takes some time. Gamehack can then save some *.gh files. They contain information about addresses that you saved earlier so you won't have to search for them again next time you play the game.
Some days ago I tried to create some addresses for Unreal Tournament. Searching takes loooong. I found out that each time you get killed addresses change. For example if you find your health, you freeze it and when you get killed by... when you get telefragged the address will change and you'll have to search for it again and again. I'm too lazy to do that and so are most of ppl who use Gamehack. Now if we can modify Jazz to do that I don't think we'll see a person with GH again. Or something... Any other ideas?
__________________
<a href="http://nmap.org/"><img border="0" alt="Nmap Security Scanner" src="http://images.insecure.org/nmap/images/prop/nmap_bnr_matrix_pfos.gif"/></a> |
Jul 22, 2001, 06:18 PM | |
and i waited 3 days for u to email me, o well, ill just fruck the whole thing. :P, ill go search for it myself, i even contacted ]llie@gamehack[/img]ollie@gamehack about it. they weren't willing to give out any piece of code
|
Jul 22, 2001, 06:19 PM | |
and i waited 3 days for u to email me, o well, ill just fruck the whole thing. :P, ill go search for it myself, i even contacted ]llie@gamehack[/img]ollie@gamehack about it. they weren't willing to give out any piece of code
|
Jul 23, 2001, 08:37 AM | |
absolutely do not give it to anyone!
if one person gets it, it will end up to 1,000,000,000 people getting it. even people who DONT PLAY jazz will get it! i dont like myself now. i logged in just to say that..... |
![]() |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
|
|
All times are GMT -8. The time now is 05:04 PM.
Jazz2Online © 1999-INFINITY (Site Credits). Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats. Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Original site design by Ovi Demetrian. DrJones is the puppet master. Eat your lima beans, Johnny.