Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 13:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: FacePalmMan
Forum: AutoIt 11/28/2019, 12:49
Replies: 1
Views: 945
Posted By FacePalmMan
Wenn du das Problem stehen lässt und die Lösung...

Wenn du das Problem stehen lässt und die Lösung beilegst, werden dir deine Mitmenschen, die vor dem gleichen Problem stehen, danken.
Aber wenn es wirklich trivial war, z.B. Klammer vergessen, etc.,...
Forum: AutoIt 05/12/2019, 14:50
Replies: 3
Views: 801
Posted By FacePalmMan
I don't know how sophisticated their captcha is,...

I don't know how sophisticated their captcha is, but if it really is complex, you will not get really far with some simple and easy requests. You will have to read and understand much JS code, make...
Forum: AutoIt 04/21/2019, 16:30
Replies: 2
Views: 782
Posted By FacePalmMan
1. Are you 100% sure the title and file path are...

1. Are you 100% sure the title and file path are correct?
2. I have not worke with imageSearch for a long time. Try to output the @error code and find out what it means.
3. If everything indicates...
Forum: Coding Snippets 02/04/2019, 19:33
Replies: 1
Views: 2,282
Posted By FacePalmMan
[AutoIt3] Diffie-Hellman Keyaustausch + MITM

Ich habe für einen Informatik-Vortrag einfach spontan einen Diffie-Hellman Keyaustausch in AutoIt umgesetzt + aktiver Man-In-The-Middle (MITM) Attacke. Den insgesamt 414 Zeilen langen Sourcecode...
Forum: In Other News 02/04/2019, 18:21
Replies: 15
Views: 1,586
Posted By FacePalmMan
"Do you want to loose your customers? Cuz that's...

"Do you want to loose your customers? Cuz that's how you do it." - Meme
Jeder hat, was die Privatsphäre der Kunden angeht, seinen Preis. ;)
Natürlich muss man das dann etwas subtiler angehen. Nur...
Forum: AutoIt 12/08/2017, 22:07
Replies: 2
Views: 636
Posted By FacePalmMan
Am besten schreibst du deinen Code manuell......

Am besten schreibst du deinen Code manuell... Irgendwann geht das schneller und besser als mit Aufnahmetools.
Tipp: AutoIt Window Info für Position, Farbe und alles was mit dem aktiven Fenster zu...
Forum: AutoIt 11/23/2017, 19:26
Replies: 11
Views: 1,831
Posted By FacePalmMan
Where do you see that it can be bypassed? The...

Where do you see that it can be bypassed? The code is downloaded by the server. If you are not registered, the server will not give you the code (and that is what you need, cuz that is what the...
Forum: AutoIt 11/15/2017, 09:46
Replies: 11
Views: 1,831
Posted By FacePalmMan
You can also just use authentification. your...

You can also just use authentification.

your examplecode:

Func __CalculateWorldFormula($bob)
$a = DiscreteLogarithm(Mod($bob ^ 4, 3))
return $a
EndFunc
Forum: In Other News 10/15/2017, 11:02
Replies: 14
Views: 1,632
Posted By FacePalmMan
An alle, die sagen "Es bringt nichts zu...

An alle, die sagen "Es bringt nichts zu diskutieren", an die sage ich:
Wir sollten keine Zeit mit unfruchtbaren Diskussionen verschwenden, aber andererseits unsere Stimme nicht verstecken. Denn wenn...
Forum: AutoIt 08/10/2017, 22:53
Replies: 2,376
Views: 255,506
Posted By FacePalmMan
https://www.elitepvpers.com/forum/s4-league-hacks-...

[Only registered and activated users can see links]
Here it is explained how to bypass XTrap. It worked when I used it some...
Forum: AutoIt 08/01/2017, 03:48
Replies: 2
Views: 601
Posted By FacePalmMan
Here you can post your code and people will help...

Here you can post your code and people will help you for free. If you post it, I could maybe help you.
Forum: AutoIt 08/01/2017, 02:02
Replies: 3
Views: 557
Posted By FacePalmMan
What error message is shown? It is very important...

What error message is shown? It is very important what the error message says.
Forum: AutoIt 07/28/2017, 13:58
Replies: 2
Views: 503
Posted By FacePalmMan
Danke für die kleine Belehrung. Ich hab mal in...

Danke für die kleine Belehrung.
Ich hab mal in UDP wegen der Beidseitigkeit reingeschaut und rumprobiert. Ich habe erstmal ein wenig gebraucht, aber irgendwann wurde mir klar, dass der Server...
Forum: AutoIt 07/28/2017, 03:14
Replies: 2
Views: 503
Posted By FacePalmMan
[UDF]SynVar & [Frage]UDP NAT traversal?

Hallo Leute! Endlich poste ich mal wieder was. Ich hoffe es gefällt euch.

Also. Da ich gerne mal mit TCP rumspiele und auch mal Multiplayergames anfange zu programmieren, nervt es mich (bzw. ist...
Forum: AutoIt 07/24/2017, 16:45
Replies: 1
Views: 365
Posted By FacePalmMan
(quote from the coders den's rules:...

(quote from the coders den's rules: [Only registered and activated users can see links])

So please choose a more meaningful title next time.
And to your code: You...
Forum: AutoIt 05/22/2017, 22:36
Replies: 2
Views: 497
Posted By FacePalmMan
When you have a problem, please use more...

When you have a problem, please use more meaningful titles than "help pls (autoit)", because 1. you have to (see rules) and 2. it will help people see what type of problem it is, and wether they know...
Forum: AutoIt 02/14/2017, 19:16
Replies: 9
Views: 1,062
Posted By FacePalmMan
(wohn eher Pixelsearch, da ich in AutoIt schon...

(wohn eher Pixelsearch, da ich in AutoIt schon einmal erfolgreich einen Aimbot geschrieben habe)

Für einen Aimbot solltest du dich statt mit Pixelsearch, lieber mit Memory arbeiten. D.h.: Anstatt...
Forum: AutoIt 01/23/2017, 23:18
Replies: 3
Views: 1,863
Posted By FacePalmMan
There you are. This should work faster in this...

There you are. This should work faster in this case.


#include <GDIPlus.au3>
_GDIPlus_Startup()
$hGUI = GUICreate("Test", 100, 100)
GUISetState()
Global $ahGraphics[3] =...
Forum: AutoIt 11/27/2016, 11:20
Replies: 4
Views: 1,686
Posted By FacePalmMan
Egal. Ich benutze jetzt WinHTTP. Ich habe...

Egal. Ich benutze jetzt Win[Only registered and activated users can see links] Ich habe eingesehen dass es das einzig sinnvolle Mittel ist um einen Proxy zu verwenden. Trotzdem danke :D
Forum: AutoIt 11/19/2016, 15:41
Replies: 4
Views: 1,686
Posted By FacePalmMan
Pure TCP Proxy

Hallo Leute. Wie oben im Titel steht, will ich eine Art UDF für TCP-Proxying machen. D.h.: Nix mehr mit IE, sondern Ganz easy, und viel schneller: NUR TCP!

Ich habe schon versucht mein FF mit WPE...
Forum: AutoIt 10/20/2016, 00:30
Replies: 8
Views: 1,032
Posted By FacePalmMan
Wie wär's zuerst mit der Source und den...

Wie wär's zuerst mit der Source und den dazugehörigen Bildern, damit wir veri-/falsifizieren können, ob das was du für ne .exe gibst nicht ein Keylogger/etc. ist? Ich rate jedem vor Veröffentlichung...
Forum: Web Development 10/18/2016, 15:30
Replies: 1
Views: 401
Posted By FacePalmMan
[HTTP/JS] Cookies von anderem Pfad kriegen

Ich habe ein kleines Problem. Und zwar habe ich (zur Demo eines Proof-of-concept AutoIt Webservers) eine Website mit Login etc., kann aber den SessionID-cookie nicht von wo anders lesen.

Ganz...
Forum: AutoIt 10/13/2016, 22:38
Replies: 15
Views: 2,887
Posted By FacePalmMan
*Push, da großes Update* Yippieh! Endlich mal...

*Push, da großes Update*
Yippieh! Endlich mal wieder ein laufendes AutoIt projekt. Man könnte mir schon fast anmerken, dass ich lange nicht mehr in AutoIt programmiert habe. Wie dem auch sei, ich...
Forum: AutoIt 08/21/2016, 00:41
Replies: 6
Views: 754
Posted By FacePalmMan
Global $hTimer = False ;Put these 2 lines...

Global $hTimer = False ;Put these 2 lines directly after the includes and TCP/GDIp-Startup calls, and before anything else!
AdlibRegister("Timer_Adlib", 1000)


Func TimerStart() ;Put the 2 funcs...
Forum: AutoIt 04/08/2016, 17:59
Replies: 7
Views: 4,085
Posted By FacePalmMan
Real multithreading (like stated by Puppy 609) is...

Real multithreading (like stated by Puppy 609) is too instable and is doomed to crash eventually if put in a script that runs constantly. It might be useful for dllcalls that take relatively high...
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +2. The time now is 13:25.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.